source: main/waeup.kofa/trunk/CHANGES.txt @ 17264

Last change on this file since 17264 was 17261, checked in by Henrik Bettermann, 2 years ago

Specify the role in flash message after logging in.

File size: 24.9 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[16470]41.7.2.dev0 (unreleased)
5=======================
6
[17261]7* Specify the role in flash message after logging in.
8
[17253]9* Add `AccommodationViewer` role.
10
[17177]11* Allow students to book accommodation also if they are in previous
12  sessions (not activated in base package).
13
[17172]14* Add Javascript which automatically submits a form on select change
15  (not used in base but in lpng custom package).
16
[17094]17* Add MonthSource to be used in custom packages.
18
[17016]19* Add `BalancePaymentAddFormPage` which can only be opened by managers.
20  No button is provided in base package.
21
[17009]22* Do not require session configuration object for application payments.
23
[17004]24* Add social media meta data.
25
26* Send email after final submission of application form.
27
[16959]28* Enable customization of application form final submission message.
29
[16955]30* Copy applicant_id into reg_number field during student record creation,
[16959]31  if applicant's reg_number is not set.
[16955]32
[16937]33* Show last student id on `StudentsContainerPage`.
34
[16902]35* Hide emtpy levels in transcripts.
36
[16901]37* Consider `course_category` in addStudentStudyLevel` method.
38
[16831]39* Add `previous` field to `StudentStudyCourseProcessor`,
40  `StudentStudyLevelProcessor` and `CourseTicketProcessor` to ensure
41  that previous study course data are being imported into the right study
42  course container.
[16828]43
[16827]44* Add exporters for previous study course data.
45
[16819]46* Enable import of student history.
47
[16818]48* Don't complain but remove leading and trailing whitespaces
49  while converting values during import.
50
[16812]51* Add 'Modules Level'.
52
[16671]53* Ease customization of portrait upload conditions.
54
[16662]55* `OutstandingCoursesExporter`: Remove passed courses from outstanding
56  courses lists.
57
[16609]58* Enable students and officers to upload scanned signature in the same
59  way as passport pictures are handled. Some tabs and titles had to be
60  renamed. The placeholder file, which is still the portrait
61  placeholder, are no longer shown on base pages.
62
[16551]63* Send email to student after single record creation.
64
[16550]65* Forward credentials to login page after password reset request.
66
[16545]67* Enable applicants to upload also additional jpg files.
68
[16538]69* Prefill login form after applicant registration.
70
[16529]71* Show local roles on faculty, department, course and certificate pages
72  and provide 'Contact' button so that authenticated users can contact
73  officers via Kofa.
74
[16526]75* Extend `IPayer` adapter.
76
[16472]77* Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix).
[16470]78
[16518]79* Sort attendance.pdf first by faculty and department before certcode.
80
[16545]81* Add serial no to the coursetickets.pdf.
[16518]82
[16468]831.7.1 (2021-04-20)
84==================
[16455]85
[16467]86* Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix).
87
[16465]88* Enable managers to edit/remove all flash notices of students in a department.
[16455]89
[16453]901.7 (2021-04-13)
91================
[14991]92
[16451]93* Add `key` field to `CertificateExporter`.
[16450]94
[16431]95* Add payment option (`p_option`) field to payment tickets and add
96  select box on online payment add form pages. Disable this feature
97  in the base package.
98
[16412]99* Allow lecturers to export all course tickets, not only
100  those of current academic session.
101
[16387]102* Disable clearance request button if not in state 'clearance started'.
103
[16327]104* Make maximum number of applicants on `ApplicantsContainerManageFormPage`
105  customizable.
106
[16299]107* Implement bulk emailing.
108
[16293]109* Make login trouble links more conspicuous.
110
[16275]111* Add `ApplicantEmailSource` (not used and tested in base package).
112
[16266]113* Redirect to payment ticket page after ticket creation.
114
[16262]115* Use Uli's marker substitution hack to inject signature
116  images into pdf files.
117
[16251]118* Implement `ExportPDFPersonalDataSlip` (without button
119  in the base package). Rename `ExportPDFBaseDataPlusSlip`
120  `ExportPDFStudyCourseBaseDataSlip`.
121
[16243]122* Save email address provided by mandate when referee report
123  is created. Add `RefereeReportManageFormPage` (no button available).
124
[16234]125* Show submitted transcript application records on
126  `TranscriptOfficerLandingPage` (not used in base package).
127
[16231]128* Implement `ContactApplicantFormPage`.
129
[16228]130* Use `Applicant.createStudent` method also to create graduated
131  students from transcript application data (not used in base package).
132
[16214]133* Implement `RefereesRemindPage`.
134
[16213]135* Remove contact email header and add footer.
136
[16193]137* Implement webservice `get_payment`.
138
[16190]139* `year` (Year of Entrance) is no longer required when creating
140  an applicants container.
141
[16188]142* Implement temporary clearance.
[16187]143
[16186]144* `reg_number` is no longer a required field in `IApplicantBaseData`.
145
146* Add `entry_session` to student data exporters.
147
[16170]148* Add `DownloadTranscript` permission.
149
[16169]150* Implement webservice `get_unpaid_payments`.
151
[16157]152* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
153
154* Add `picture_editable` property attribute to `ApplicantsContainer`.
155
[16110]156* Add webservice to check if graduated student exists.
157
[16086]158* Implement `ExportPDFBaseDataPlusSlip` (without button
159  in the base package)
160
[16064]161* Implement `ApplicantRefereeReportExporter`.
162
[16059]163* Improve referee reports.
164
[16046]165* Use consistent flow value formatting for CGPA.
166
[16027]167* Bugfix: If level_session of a studylevel object has changed,
168  coursetickets_catalog must be informed. Otherwise lecturers
169  don't see their students.
170
[16012]171* Implement `BatchProcessor.checkCreateRequirements` and
172  `BatchProcessor.checkUpdateRequirements` methods mainly
173  to protect course result lists of graduated student.
174
[16007]175* Do not allow course validation if no score has been entered.
176
[16000]177* Add `unlock_score` field to `CourseTicketProcessor`.
178
[15998]179* Add `UpdateCourseTicketsView`.
180
[15988]181* Don't show 'Base Data' header on slips if no form fields do
182  follow.
183
[15986]184* When adding course tickets, check if course has already been
185  passed at previous level.
186
187* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
188
[15972]189* Add `AccommodationDisplayFormPage`.
190
[15970]191* Don't allow students to add former courses in course lists.
192
[15969]193* Use kofa-filterbox for filtering users when assigniing
194  local roles in academics section.
195
[15968]196* Add `waeup.local.ReportsOfficer` role.
197
[15966]198* Add `TrimmedDataExporter`.
199
[15964]200* Make `getUsers` customizable.
201
[15944]202* Add logging message to `releaseBedIfMaintenanceNotPaid`.
203
[15943]204* Provide components for file uploads in the applicants section.
205
[15941]206* Copy also files from applicants to students section.
207
[15932]208* Reset _curr_stud_id if student could not be created.
209
[15920]210* Add `TranscriptDataExporter` and reorganize exporter names.
211
[15918]212* Add `session_level`filter to `StudentStudyLevelExporter`.
213
[15880]214* Add LetterPDFCreator utility and use this pdf creator
215  for admission slips. letterhead_admission.jpg file
216  must exist in students/static.
217
[15875]218* Add application worklfow transition `reset6`.
219
[15873]220* Add `StudentOutstandingCoursesExporter`.
221
[15865]222* Sort lecturers on scores slip.
223
[15834]224* Don't show hint on pdf slips.
225
[15833]226* Make max passport picture size customizable.
227
[15818]228* Redirect to `ChangePasswordRequestPage` after successfully
229  adding an officer.
230
[15798]231* Add get_bursary_data webservice.
232
[15710]233* Implement bed selector.
234
[15664]235* Implement combi payments.
236
[15652]237* Make max file size customizable.
238
239* Add `score_editing_disabled` switch at course level.
240
[15628]241* Take `DELETION_MARKER` into consideration when updating passwords.
242
[15610]243* Implement parents access to student data.
244
[15587]245* Do not print picture on application slip if application is without
246  passport picture.
247
[15578]248* Do not copy applicant_id into reg_number field after applicant creation.
249
[15553]250* Successful applicant payments do trigger 'approve' transition only
251  if applicant is in state 'started' and either p_category is 'application' or
252  applicant is special.
253
[15548]254* Allow to add applicants containers with a number instead of entrance year
255  in container code.
256
[15546]257* Add semester filter to Fix `CourseTicketExporter`.
258
[15545]259* Add `FacultiesExportJobContainerSelectStudents` view to allow
260  bursary officers to export student data for a  small subset of students
261  by entering a list of student ids or matric numbers.
262
[15502]263* Add passport picture switch to applicants containers.
264
[15476]265* Use decimal.Decimal to counteract Python floating point limitation.
266
[15446]267* Add level 0 (None) to course levels.
268
[15432]269* Ease customization of selectable payment categories.
270
[15430]271* Make maximum number of files listed in `finished` subfolder
272  customizable.
273
[15423]274* Add attendance_sheet.pdf view.
275
[15422]276* Implement course result validation workflow for lecturers.
277
[15417]278* Add graduated students filter.
279
[15416]280* Backup deleted graduated student data somewhere else to ease graduated
281  student data migration.
282
[15333]283* Add `transcript_remark` field to study levels. Add page to allow
284  transcript officers editing the field during transcript processing.
285
[15286]286* Increase password strength. Officers are now required
[15416]287  to set a password which has at least 8 characters and which contains
[15286]288  at least one uppercase letter, one lowercase letter and one
[15416]289  digit. Stored insecure passwords are no longer accepted.
290  Officers with an insecure password can't login and are
291  redirected to the `ChangePasswordRequestPage` to request a
292  new password.
[15286]293
[15277]294* Add `AccommodationPaymentsExporter` which can be used by
295  accommodation officers.
296
[15250]297* Add ReleaseExpiredAllocationsActionButton which has previously
298  only been used by Uniben.
299
[15243]300* Fix get_student_payment_stats. Department codes are not
301  unique. Use its path instead.
302
[15206]303* Implement study level 0 (Level Zero) option for storing
304  orphaned course tickets (tickets without level assignment
305  or information). Add `ticket_session` field to `ICourseTicket`.
[15203]306
[15163]307* Implement new transcript processing workflow.
308
[15122]309* Always display applicant payments if they exist.
310
[15085]311* Allow `ApplicationsManager` to view statistics.
312
[15055]313* Add payment session filter to payment exporters.
314
[15051]315* Add `SessionPaymentsOverviewExporter`.
316
[15047]317* Rename `StudentPaymentsOverviewExporter`.
318
[15042]319* Fix `CourseTicketExporter`. Ticket level and session filter
320  did not work.
321
322* Add payment category filter to payment exporters.
323
[15037]324* Remove 'hidden' attribute from ordereddSelectionList which has
325  caused a malfunction in Internet Exporer.
326
327* Set ssl index URL in buildout.cfg
328
329* Use the 'new' recaptcha v2.
330
[14992]331* Allow lecturer role assignment also at department level.
[14991]332
[14989]3331.6 (2018-04-05)
334================
[14551]335
[14984]336* Add ticket level and session filter to `CourseTicketExporter`.
337
[14951]338* Add 'Student Record Creation' Report page.
[14950]339
[14948]340* Add `CreateStudents` permission and `StudentsCreator` role.
341
[14939]342* Do not allow uploading data with trailing whitespaces.
343
[14934]344* Do no longer hide the 'Create students' buttons but switch the portal to
345  maintenance mode to ensure that nobody can enter the portal during
346  record creation except for user 'admin'. This guarantees that record
347  creation is only started once.
348
[14914]349* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
[14915]350  which may return different values in custom packages depending on faculty,
351  department or certificate code (requested by AAU Ekpoma).
[14914]352
[14804]353* Allow `ApplicantOnlinePaymentProcessor` to import records without
354  `p_id` column in create mode.
355
[14734]356* Add `waeup.showStudents` permission to `ExportManager` role.
357
[14724]358* Fix `CertificateProcessor.checkHeaders`. The processor requires both
359  faculty_code *and* department_code in create mode.
360
[15333]361* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
[14684]362
[14682]363* Do not allow to create more than 10 students with a single request to
364  avoid a timeout of Nginx/Apache.
365
[14648]366* Redirect to manage page after editing of certificate courses.
367
[14642]368* Add `course_category` attribute to course tickets. In the base package,
369  this attribute is omitted from display and manage pages.
370
[14638]371* Add `course_category` attribute to certificate courses.
372
[14584]373* Simplify configuration of maximum or minimum total credits.
[14582]374
[14574]375* Add `outstanding` attribute to course tickets.
376
[14572]377* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
378  and `RawScoreReport`.
379
[14568]380* Allow applicants in states `admitted`, `not admitted` or `created` to
381  download the payment slip.
382
[14553]383* Catch traceback (`RequiredMissing`) if a required field is cleared
384  by import.
[14551]385
[14602]386* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
387  devices that access the portal via XMLRPC.
[14551]388
[14602]389
[14549]3901.5 (2017-02-14)
391================
[13697]392
[14549]393* Happy Valentines Day everybody!
394
[14519]395* Sort arguments in table of `ReportsContainerPage`.
396
[14514]397* Add `entry_session` and `p_session` filter to Student Payment Statistics
398  generator. Adjust reports: Change footer and filename formats.
399
400* Add officer name fields do `IDepartment` and `IFaculty`.
401  Plugins must be updated!
402
[14507]403* Add serial number column to Session Results Presentations.
404
[14497]405* Add Raw Score Report to base package.
406
[14491]407* Only user 'admin' is allowed to access the `DatacenterSettings` page.
408
[14507]409* Show correct level title on Level Reports and Session Results Presentations.
[14481]410
[14443]411* Get set of selected students also from list of matric numbers.
412
413* Confine Level Reports and Session Results Presentations to certificates.
414
[14373]415* Show report number (job_id) on report pdf slips.
416
[14368]417* Level report: Count and display the number of courses registered but
418  not taken.
419
[14293]420* Add control button to create graduated students.
421
[14292]422* Add option to render transcripts without passport picture and QR code.
423
[14256]424* Catch Reportlab `LayoutError`.
425
[14247]426* Replace `course_registration_allowed` by `course_registration_forbidden`
427  method.
428
[14170]429* Add export purge button.
430
[14169]431* Add report purge button.
432
[14133]433* Add property attribute `total_score` in order to make provision
434  for additional scores (like contineous assessments) in custom
435  packages.
436
437* Make provision against storing other objects than applicant payments
438  in applicant containers.
439
[13959]440* Count mandates on configuration page and provide 'Purge' button.
441
[13950]442* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
443  time when calling `ExportJobContainerJobStart`.
444
[13949]445* Add `ApplicantPaymentExporter`.
446
[13936]447* Add file upload functionality to `EditScoresPage`.
448
[13908]449* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
450  viewlet.
451
[13898]452* Add `ExportPDFScoresSlip`.
453
[13894]454* Add `DownloadScoresView` which is for lecturers only. Remove
455  `waeup.showStudents` from `Lecturer` role. Adjust
456  `DataForLecturerExporter`. Only editable course tickets are being
457  exported.
458
[13886]459* Remove application fee fallback option. Application fees can only
460  be set via applicants containers. Hide Payment Tickets section on
461  application pages if fee isn't set.
462
[13872]463* Add  `ApplicantOnlinePaymentProcessor`.
464
[13773]465* Improve `AddStudyLevelFormPage`.
466
[13766]467* Create new exporter for lecturers and further restrict the usage of
[13767]468  exporters at course level. Lecturers can only export data of
469  current academic session.
[13766]470
[13736]471* Show certificate-specific p_level value on payment pages.
472  Ensure that only allowed payment levels can be selected when
473  adding a balance payment.
474
[13711]475* Add `flash_notice` field.
476
[13702]477* Documentation updates.
[13697]478
[13745]479* Update pinned versions: six
[13697]480
[13745]481
[13695]4821.4.1 (2016-02-14)
483==================
[13257]484
[13651]485* Add new application workflow state (`processed`) and transition
486  (`process`).
[13613]487
[14514]488* Add `DegreeSource` and `degree` field to `ICertificate`.
[13651]489  Plugins must be updated!
[13613]490
[13659]491* Upgrade bootstrap.py script and update some dependencies. For
492  already running instances a new init might be neccessary, i.e.
493  you might have to create a new virtualenv and run bootstap.py
494  and buildout from that new virtualenv to get rid of old
495  package versions in the runtime environment.
[13651]496
[13691]497* Upgrade versions.cfg to contain bugfix releases of packages we
498  depend on.
[13659]499
[13691]500
[13613]5011.4 (2016-01-14)
502================
503
[13610]504* Add button and view which allow students to unregister their
505  current course list unless the courses have not been validated.
506
[13574]507* Configure transfer payments and let students enter their desired
[14638]508  study course. Save entered text in `p_item` attribute.
[13574]509
[13651]510* Add further permissions to the local `ApplicationsManager` role and
[13570]511  make it assignable at applicants container level.
512
[13493]513* Disable rendering of HTML tags in fullnames.
514
[13484]515* Add bed statistics components.
516
[13457]517* Add option which allows students to select a desired hostel before
518  booking accommodation.
519
[13651]520* Add `BedProcessor`.
[13432]521
[13394]522* Add portal maintenance mode.
523
[13651]524* Allow also `reg_number` on public page to check application status
[13363]525  without password.
526
[13346]527* Remove `beds_reserved` attribute from hostels. Hostels do no longer
528  contain information about reserved bed spaces.
529
[13319]530* Add methods and page to release expired bed allocations.
[13288]531
[13344]532* Use lastname instead of firstname for first-time password requests.
[13288]533
[13471]534* When building docs, ignore members with dots in name.
[13344]535
[13613]536
[13288]5371.3.3 (2015-10-06)
538==================
539
[13263]540* Show file size of pdf documents in the documents section.
[13257]541
[13269]542* Add `MANIFEST.in`.
543
544
[13255]5451.3.2 (2015-09-14)
546==================
[12469]547
[13254]548* Add public page to check application status without password.
549
[13236]550* Fix department breakdown of student statistics.
551
[13223]552* Enable purging of applicants containers.
553
554* Enable pre-filling of applicants containers with empty
555  application records which are used during self-registration
556  to avoid excessive growth of the Data.fs.
557
[13199]558* Do only allow one running export job.
559
[13198]560* Add switch to disable all exports.
561
[13159]562* Enable import of list-of-choices fields.
563
[13156]564* Include 'end day' when searching for payments in a given period.
565
[13124]566* Do not create special application payment tickets with zero amount.
[13123]567
[13103]568* Remove manual clearance lock. Replace `clearance_locked` field by
569  property attribute.
570
[13091]571* Make student email field required.
572
[13087]573* Rename application workflow transitions and remove forbidden transitions.
574
[13073]575* Rename 'application section' for the sake of consistency.
576
[13055]577* Rename student views which are not layout-aware and thus not pages.
578
[13032]579* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
580  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
581
[13031]582* Implement session-specific course registration deadline and
583  late registration payment.
584
[12981]585* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
586  ignore-markers in update *and* create mode.
587
[12971]588* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
589  This exporter is designed for finding and finally purging outdated
590  payment ticket.
591
[12960]592* Remove deprecated xml importer and exporter components.
593
[12958]594* Rearrange datacenter upload page. Provide modal windows to view all
595  processors and sources and vocabularies.
596
[12950]597* Reorganize doctests. Remove deprecated doctests.
598
[12926]599* Enable temporary suspension of officer accounts. Plugins must be
600  updated after restart.
601
[12912]602* Rename 'Portal Users' 'Officers'.
603
[12901]604* Add link 'Kofa Docs for this page' at the end of the content box
605  which refers to the corresponding section of the
606  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
607
[12897]608* Filter students by current level in reports.
609
[12896]610* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
611  matric number counters when computing the matric number.
612
[12889]613* Bypass school fee payment activation code creation if student is allowed
614  to proceed to next session.
615
[12896]616* Convert `level` into a schema field to be consistent with the documentation.
[12873]617
[12896]618* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]619  in accordance with other exporter names.
620
[12900]621* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
622  permissions.
[12844]623
[12896]624* Do not automatically allow import managers to import user data.
[12844]625
[12810]626* Skip empty rows produced by spreadsheet software.
627
[12632]628* Add components to  configure a student export jobs in faculties.
629
[12896]630* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
631  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]632
[12896]633* Add new payment state ``waived``. This state can only be set by import
[12569]634  and is only used for the payments overview exporter to
635  mark sessions with waived fees.
636
[13269]637* Add exporter methods and export page to filter student data exports
[12518]638  by entering a list of student ids.
639
640* Student statistic can now be broken down by faculties or by departments.
641
[12896]642* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]643  create mode.
[12469]644
645
[12466]6461.3.1 (2015-01-14)
647==================
[12465]648
[12466]649* 1.3 was a brown bag release. Fix uploaded files.
[12465]650
651
[12463]6521.3 (2015-01-13)
653================
[11693]654
[12437]655* Add documents package.
[12418]656
[12437]657* Do not compare ResultEntry objects but their attributes.
658
[12415]659* Modify getWidgetsData so that we always get the same error format.
660
661* Validate all codes in university.
662
[12395]663* Catch traceback when creating an application slip with a corrupted
664  image file.
665
[12437]666* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
667  instead.
[12247]668
[12190]669* UserProcessor: Check if imported roles do exist in the portal.
670
[11891]671* Enable localization of batch processing modules.
672
[11874]673* Hide 'Create students' button. Only user admin can see this button.
674
[11869]675* Add application_slip_notice field to ApplicantsContainer.
676
[11863]677* Remove 'Size' column from logfiles table.
678
[11862]679* Add permission, page and button to mass-clear all students in a department.
680
[11826]681* Hide export download button 24 hours after file generation.
682
[11825]683* Add helper to allow `meminfo` checks for cached memory, etc.
684
685* Allow external checks of system load before performing expensive
686  actions.
687
688* Add new dependency: `psutil` (required to check system state).
689
[12862]690* Show flash message on general search page for the academic section.
[11794]691
[14638]692* Fix `CertificateCourseProcessor`. Mandatory is not a required field
[11798]693  and might be missing in import files. Improve logging. Extend and
694  fix CertCourseProcessorTests.
[11779]695
[11798]696* Provide customizable method for disabling clearance by clearance
697  officers.
[11772]698
[11798]699* Merge Javascript functions into one file. Add Javascript function to
700  calculate copyright notice year automatically.
[11741]701
[11798]702* Use lastname (surname) instead of firstname to verify found
703  application record on ApplicantRegistrationPage.
[11738]704
[11798]705* Append hash '#' also to datetimes to circumvent unwanted excel
706  automatic.
[11737]707
[11798]708* Method for (customizable) application passport upload requirements
709  added.
[11733]710
[11798]711* Filter payment ticket data exports by specifying the payment_date
712  period.
[11730]713
[11798]714* Method for (customizable) application payment slip download
715  requirements added.
[11726]716
[11798]717* Method for (customizable) application payment ticket upload
718  requirements added.
[11729]719
[11722]720* Remove unused rowadd javascript function.
721
[11702]722* certcode and reg_number added to DataForBursaryExporter.
723
[11699]724* Some batch processor names corrected.
[11693]725
[11701]726* Fixed ReST markup in setup.py long description.
727
728
[11689]7291.2 (2014-06-16)
730================
[11487]731
[11680]732* Redirect to login page after using password mandate.
733
[11676]734* Adding student payment tickets is logged.
735
[11672]736* Provide XMLRPC services for storing and retrieving fingerprint
737  scans.
738
[11664]739* Sort ContextualDictSource by dictionary values not by keys.
740
[11661]741* Add regular school fee and balance payments when exporting payments
742  overviews.
743
[11641]744* Add samePaymentMade method to StudentsUtils.
745
[11608]746* Fingerprint file upload enabled.
747
[11604]748* is_fresh property method added to Student class.
749
[11599]750* Special application procedure modified. Special applicants must submit
751  their form before they can download payment slips. Thus the regular
752  workflow is now applied but, in contrast to regular applications,
753  special applicants can create and pay more than one payment ticket.
754  Also application slips are hidden.
[11589]755
[11599]756* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
757
[11585]758* When sending mails, always set from-address to 'no-reply@waeup.org'.
759  Real from-addresses are now set in Cc and Reply-To fields. This is
760  to tackle problems with yahoo (does not allow yahoo.com mails to be
761  sent from non-yahoo servers).
762
[11575]763* Multiple payments in special application containers enabled.
764  Special payment applicants remain in state started after payment.
765
[11558]766* File input fields brought into shape with Bootstrap 3.
767
[11551]768* Transcript and access code pagetemplates adjusted.
769
[11550]770* Print QR codes on all student slips.
771
[11535]772* Allow adding current_level to base data section on all student slips
773  (requested by Uniben).
774
[11523]775* Windows is no longer supported. Installation manual removed.
776
[11497]777* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]778
[11497]779
[11485]7801.1 (2014-03-13)
781================
[11258]782
[14574]783* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
[11484]784
[11483]785* Do also export student and course ticket data of students on probation.
786
[11482]787* 'Create student' option removed from 'Application Transition'
788  select field.
789
[11481]790* API docs added.
791
[11463]792* Back-to links replaced by animated jQuery plugins.
793
[11461]794* Default frontpage text updated.
795
[11460]796* Use absolute urls on datacenter pages.
797
[11451]798* Provide customizable method for disabling student payments.
799
[11481]800* After login and logout, regular users (officers) are redirected
[11439]801  to the portal's index page not to the portal's root. The
802  root URL can now be rewritten be Nginx or Apache so that the user
803  is being redirected to the university website
804  when entering the root URL directly or clicking the acronym.
805
[11438]806* Show tooltip alert and warning window before updating plugins.
807
[11437]808* JSAction has been deprecated. KofaAction can be used instead. Additional
809  parameters can be used in @action decorators to enable tooltips and/or
810  warning windows. The old @jsaction decorator still triggers a default
811  warning message.
812
[11436]813* jquery-ui.min.js is also used for tooltips.
814
[11435]815* Do not create TSC AC batch when updating plugins.
816  All TSC batches are created.
817
[11433]818* Make table on applicantsrootpage responsive.
819
[11431]820* Change width of input, select and textarea fields.
821
[11430]822* Use only https in theme.html.
823
[11386]824* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]825
[11430]826* Redundancies removed in docs.
[11258]827
[11430]828
[11255]8291.0 (2014-02-22)
830================
[11253]831
[11255]832* Diazofied the complete package.
[11253]833
834
8350.2.1 (2014-02-21)
836==================
837
838* Send mails to from-address, if site-wide config admin is
839  different from it.
840
841* Change flash message for successful applicants.
842
843* Use more attributes of applicants with payer objects.
844
845* Update copyright infos (year).
846
847* Localization updates.
848
849
8500.2 (2014-01-09)
851================
852
853Tons of changes.
854
855
[11255]8560.1 (never released)
857====================
[4955]858
[7808]859Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.