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

Last change on this file since 18063 was 18063, checked in by Henrik Bettermann, 10 hours ago

Allow lecturers to edit scores in state 'courses registered‘.
Prepare renderPDFCourseticketsOverview to render mark sheets.

File size: 27.9 KB
Line 
1Changes
2*******
3
41.8.2.dev0 (unreleased)
5=======================
6
7* Allow lecturers to edit scores in state 'courses registered'
8
9* Prepare `renderPDFCourseticketsOverview` to render mark sheets.
10
11* Replace `get_unpaid_payments` webservice method by `get_payments`.
12
13* `format_float` is rounding now.
14
15* Implement payment ticket exporter with date range filter.
16
17* Disable landing pages for transcript officers.
18
19* `CreateAllStudentsPage`: Stop creation after 1000 students to avoid write
20  conflicts which sill occur even though transactions have formerly been
21  commited.
22
23* Implement `ExportPDFFinalClearanceSlip`.
24
25* Add an id to download filenames if necessary. Enable this feature for
26  Final Year Clearance Routing Slip.
27
28* Implement Final Year Clearance Routing Slip upload (not active in base package).
29
30* Add student's current session to base data block on slips (requested by Uniben)
31
32* Add `ExportApplication` permission which allows bursary officers
33  to access the application section and export application data.
34
35* Add `kpasswd` script to set global principal passwords from commandline.
36
37* Make `_set_exporter_values` customizable.
38
39* Limit the file name length to 65 characters.
40
41* Make the certificate's longtitle customizable.
42
43* Add `SessionConfigurationProcessor`.
44
45* Add `ConfigurationContainerProcessor`.
46
47* Add `ConfigurationContainerExporter`.
48
49* Add `ApplicantRefereeReportProcessor`.
50
51* Add `RefereeEntryConverter`.
52
53* `DocumentProcessorBase`: import state and history
54
55* `ApplicantProcessor`: import applicant history.
56
57* Mangle referees and school grades when exporting applicants.
58
59* Add `SessionConfigurationExporter`.
60
61* Do not allow to add a study level if course registration has ended.
62
63* Show 'Remove' tick bullet on `DatacenterImportStep2` only to user admin.
64
65* Implement a QR Code view.
66
67* Get set of selected students also from list of payment ids.
68
69* Add logging messages before after creating students from applicants.
70
71* Allow user 'admin' to access the portal in maintenance mode.
72
73* Don't led students select blocked hostels on `AccommodationManageFormPage`.
74
75* Add `ReleaseExpiredAllocationsPage2` which allows to release unpaid beds
76  in single hostels.
77
78* Show matric number on `TranscriptOfficerLandingPage`.
79
80* Enable customization of certificate select box entries also in the students
81  section.
82
83* Move call to interactive debugger from `grokcore.startup` to `waeup.kofa`.
84  Support for this was dropped long ago in `grokcore.startup`. This way we keep
85  the possibility to provide a `kofactl` script w/o loosing the possibility to
86  upgrade to newer `grokcore.startup` versions.
87
88* Allow beds to be blocked so that no student can be allocated to such a bed space
89  (in contrast to reserved beds)
90
91* Upgrade packages for helper tools to Python3-compatible versions. Requires
92  new buildout run. Might require removal of existing eggs.
93
94
951.8.1 (2023-01-16)
96==================
97
98* Upgrade `dolmen.beaker` dependency. Removes other outdated crypto
99  dependencies. Requires new buildout run. Moves cookie configuration from code
100  to site.zcml session config.
101
102* Beautify INSTALL.txt.
103
1041.8 (2023-01-11)
105================
106
107* Specify the role in flash message after logging in.
108
109* Add `AccommodationViewer` role.
110
111* Allow students to book accommodation also if they are in previous
112  sessions (not activated in base package).
113
114* Add Javascript which automatically submits a form on select change
115  (not used in base but in lpng custom package).
116
117* Add MonthSource to be used in custom packages.
118
119* Add `BalancePaymentAddFormPage` which can only be opened by managers.
120  No button is provided in base package.
121
122* Do not require session configuration object for application payments.
123
124* Add social media meta data.
125
126* Send email after final submission of application form.
127
128* Enable customization of application form final submission message.
129
130* Copy applicant_id into reg_number field during student record creation,
131  if applicant's reg_number is not set.
132
133* Show last student id on `StudentsContainerPage`.
134
135* Hide emtpy levels in transcripts.
136
137* Consider `course_category` in addStudentStudyLevel` method.
138
139* Add `previous` field to `StudentStudyCourseProcessor`,
140  `StudentStudyLevelProcessor` and `CourseTicketProcessor` to ensure
141  that previous study course data are being imported into the right study
142  course container.
143
144* Add exporters for previous study course data.
145
146* Enable import of student history.
147
148* Don't complain but remove leading and trailing whitespaces
149  while converting values during import.
150
151* Add 'Modules Level'.
152
153* Ease customization of portrait upload conditions.
154
155* `OutstandingCoursesExporter`: Remove passed courses from outstanding
156  courses lists.
157
158* Enable students and officers to upload scanned signature in the same
159  way as passport pictures are handled. Some tabs and titles had to be
160  renamed. The placeholder file, which is still the portrait
161  placeholder, are no longer shown on base pages.
162
163* Send email to student after single record creation.
164
165* Forward credentials to login page after password reset request.
166
167* Enable applicants to upload also additional jpg files.
168
169* Prefill login form after applicant registration.
170
171* Show local roles on faculty, department, course and certificate pages
172  and provide 'Contact' button so that authenticated users can contact
173  officers via Kofa.
174
175* Extend `IPayer` adapter.
176
177* Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix).
178
179* Sort attendance.pdf first by faculty and department before certcode.
180
181* Add serial no to the coursetickets.pdf.
182
1831.7.1 (2021-04-20)
184==================
185
186* Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix).
187
188* Enable managers to edit/remove all flash notices of students in a department.
189
1901.7 (2021-04-13)
191================
192
193* Add `key` field to `CertificateExporter`.
194
195* Add payment option (`p_option`) field to payment tickets and add
196  select box on online payment add form pages. Disable this feature
197  in the base package.
198
199* Allow lecturers to export all course tickets, not only
200  those of current academic session.
201
202* Disable clearance request button if not in state 'clearance started'.
203
204* Make maximum number of applicants on `ApplicantsContainerManageFormPage`
205  customizable.
206
207* Implement bulk emailing.
208
209* Make login trouble links more conspicuous.
210
211* Add `ApplicantEmailSource` (not used and tested in base package).
212
213* Redirect to payment ticket page after ticket creation.
214
215* Use Uli's marker substitution hack to inject signature
216  images into pdf files.
217
218* Implement `ExportPDFPersonalDataSlip` (without button
219  in the base package). Rename `ExportPDFBaseDataPlusSlip`
220  `ExportPDFStudyCourseBaseDataSlip`.
221
222* Save email address provided by mandate when referee report
223  is created. Add `RefereeReportManageFormPage` (no button available).
224
225* Show submitted transcript application records on
226  `TranscriptOfficerLandingPage` (not used in base package).
227
228* Implement `ContactApplicantFormPage`.
229
230* Use `Applicant.createStudent` method also to create graduated
231  students from transcript application data (not used in base package).
232
233* Implement `RefereesRemindPage`.
234
235* Remove contact email header and add footer.
236
237* Implement webservice `get_payment`.
238
239* `year` (Year of Entrance) is no longer required when creating
240  an applicants container.
241
242* Implement temporary clearance.
243
244* `reg_number` is no longer a required field in `IApplicantBaseData`.
245
246* Add `entry_session` to student data exporters.
247
248* Add `DownloadTranscript` permission.
249
250* Implement webservice `get_unpaid_payments`.
251
252* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
253
254* Add `picture_editable` property attribute to `ApplicantsContainer`.
255
256* Add webservice to check if graduated student exists.
257
258* Implement `ExportPDFBaseDataPlusSlip` (without button
259  in the base package)
260
261* Implement `ApplicantRefereeReportExporter`.
262
263* Improve referee reports.
264
265* Use consistent flow value formatting for CGPA.
266
267* Bugfix: If level_session of a studylevel object has changed,
268  coursetickets_catalog must be informed. Otherwise lecturers
269  don't see their students.
270
271* Implement `BatchProcessor.checkCreateRequirements` and
272  `BatchProcessor.checkUpdateRequirements` methods mainly
273  to protect course result lists of graduated student.
274
275* Do not allow course validation if no score has been entered.
276
277* Add `unlock_score` field to `CourseTicketProcessor`.
278
279* Add `UpdateCourseTicketsView`.
280
281* Don't show 'Base Data' header on slips if no form fields do
282  follow.
283
284* When adding course tickets, check if course has already been
285  passed at previous level.
286
287* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
288
289* Add `AccommodationDisplayFormPage`.
290
291* Don't allow students to add former courses in course lists.
292
293* Use kofa-filterbox for filtering users when assigniing
294  local roles in academics section.
295
296* Add `waeup.local.ReportsOfficer` role.
297
298* Add `TrimmedDataExporter`.
299
300* Make `getUsers` customizable.
301
302* Add logging message to `releaseBedIfMaintenanceNotPaid`.
303
304* Provide components for file uploads in the applicants section.
305
306* Copy also files from applicants to students section.
307
308* Reset _curr_stud_id if student could not be created.
309
310* Add `TranscriptDataExporter` and reorganize exporter names.
311
312* Add `session_level`filter to `StudentStudyLevelExporter`.
313
314* Add LetterPDFCreator utility and use this pdf creator
315  for admission slips. letterhead_admission.jpg file
316  must exist in students/static.
317
318* Add application worklfow transition `reset6`.
319
320* Add `StudentOutstandingCoursesExporter`.
321
322* Sort lecturers on scores slip.
323
324* Don't show hint on pdf slips.
325
326* Make max passport picture size customizable.
327
328* Redirect to `ChangePasswordRequestPage` after successfully
329  adding an officer.
330
331* Add get_bursary_data webservice.
332
333* Implement bed selector.
334
335* Implement combi payments.
336
337* Make max file size customizable.
338
339* Add `score_editing_disabled` switch at course level.
340
341* Take `DELETION_MARKER` into consideration when updating passwords.
342
343* Implement parents access to student data.
344
345* Do not print picture on application slip if application is without
346  passport picture.
347
348* Do not copy applicant_id into reg_number field after applicant creation.
349
350* Successful applicant payments do trigger 'approve' transition only
351  if applicant is in state 'started' and either p_category is 'application' or
352  applicant is special.
353
354* Allow to add applicants containers with a number instead of entrance year
355  in container code.
356
357* Add semester filter to Fix `CourseTicketExporter`.
358
359* Add `FacultiesExportJobContainerSelectStudents` view to allow
360  bursary officers to export student data for a  small subset of students
361  by entering a list of student ids or matric numbers.
362
363* Add passport picture switch to applicants containers.
364
365* Use decimal.Decimal to counteract Python floating point limitation.
366
367* Add level 0 (None) to course levels.
368
369* Ease customization of selectable payment categories.
370
371* Make maximum number of files listed in `finished` subfolder
372  customizable.
373
374* Add attendance_sheet.pdf view.
375
376* Implement course result validation workflow for lecturers.
377
378* Add graduated students filter.
379
380* Backup deleted graduated student data somewhere else to ease graduated
381  student data migration.
382
383* Add `transcript_remark` field to study levels. Add page to allow
384  transcript officers editing the field during transcript processing.
385
386* Increase password strength. Officers are now required
387  to set a password which has at least 8 characters and which contains
388  at least one uppercase letter, one lowercase letter and one
389  digit. Stored insecure passwords are no longer accepted.
390  Officers with an insecure password can't login and are
391  redirected to the `ChangePasswordRequestPage` to request a
392  new password.
393
394* Add `AccommodationPaymentsExporter` which can be used by
395  accommodation officers.
396
397* Add ReleaseExpiredAllocationsActionButton which has previously
398  only been used by Uniben.
399
400* Fix get_student_payment_stats. Department codes are not
401  unique. Use its path instead.
402
403* Implement study level 0 (Level Zero) option for storing
404  orphaned course tickets (tickets without level assignment
405  or information). Add `ticket_session` field to `ICourseTicket`.
406
407* Implement new transcript processing workflow.
408
409* Always display applicant payments if they exist.
410
411* Allow `ApplicationsManager` to view statistics.
412
413* Add payment session filter to payment exporters.
414
415* Add `SessionPaymentsOverviewExporter`.
416
417* Rename `StudentPaymentsOverviewExporter`.
418
419* Fix `CourseTicketExporter`. Ticket level and session filter
420  did not work.
421
422* Add payment category filter to payment exporters.
423
424* Remove 'hidden' attribute from ordereddSelectionList which has
425  caused a malfunction in Internet Exporer.
426
427* Set ssl index URL in buildout.cfg
428
429* Use the 'new' recaptcha v2.
430
431* Allow lecturer role assignment also at department level.
432
4331.6 (2018-04-05)
434================
435
436* Add ticket level and session filter to `CourseTicketExporter`.
437
438* Add 'Student Record Creation' Report page.
439
440* Add `CreateStudents` permission and `StudentsCreator` role.
441
442* Do not allow uploading data with trailing whitespaces.
443
444* Do no longer hide the 'Create students' buttons but switch the portal to
445  maintenance mode to ensure that nobody can enter the portal during
446  record creation except for user 'admin'. This guarantees that record
447  creation is only started once.
448
449* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
450  which may return different values in custom packages depending on faculty,
451  department or certificate code (requested by AAU Ekpoma).
452
453* Allow `ApplicantOnlinePaymentProcessor` to import records without
454  `p_id` column in create mode.
455
456* Add `waeup.showStudents` permission to `ExportManager` role.
457
458* Fix `CertificateProcessor.checkHeaders`. The processor requires both
459  faculty_code *and* department_code in create mode.
460
461* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
462
463* Do not allow to create more than 10 students with a single request to
464  avoid a timeout of Nginx/Apache.
465
466* Redirect to manage page after editing of certificate courses.
467
468* Add `course_category` attribute to course tickets. In the base package,
469  this attribute is omitted from display and manage pages.
470
471* Add `course_category` attribute to certificate courses.
472
473* Simplify configuration of maximum or minimum total credits.
474
475* Add `outstanding` attribute to course tickets.
476
477* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
478  and `RawScoreReport`.
479
480* Allow applicants in states `admitted`, `not admitted` or `created` to
481  download the payment slip.
482
483* Catch traceback (`RequiredMissing`) if a required field is cleared
484  by import.
485
486* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
487  devices that access the portal via XMLRPC.
488
489
4901.5 (2017-02-14)
491================
492
493* Happy Valentines Day everybody!
494
495* Sort arguments in table of `ReportsContainerPage`.
496
497* Add `entry_session` and `p_session` filter to Student Payment Statistics
498  generator. Adjust reports: Change footer and filename formats.
499
500* Add officer name fields do `IDepartment` and `IFaculty`.
501  Plugins must be updated!
502
503* Add serial number column to Session Results Presentations.
504
505* Add Raw Score Report to base package.
506
507* Only user 'admin' is allowed to access the `DatacenterSettings` page.
508
509* Show correct level title on Level Reports and Session Results Presentations.
510
511* Get set of selected students also from list of matric numbers.
512
513* Confine Level Reports and Session Results Presentations to certificates.
514
515* Show report number (job_id) on report pdf slips.
516
517* Level report: Count and display the number of courses registered but
518  not taken.
519
520* Add control button to create graduated students.
521
522* Add option to render transcripts without passport picture and QR code.
523
524* Catch Reportlab `LayoutError`.
525
526* Replace `course_registration_allowed` by `course_registration_forbidden`
527  method.
528
529* Add export purge button.
530
531* Add report purge button.
532
533* Add property attribute `total_score` in order to make provision
534  for additional scores (like contineous assessments) in custom
535  packages.
536
537* Make provision against storing other objects than applicant payments
538  in applicant containers.
539
540* Count mandates on configuration page and provide 'Purge' button.
541
542* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
543  time when calling `ExportJobContainerJobStart`.
544
545* Add `ApplicantPaymentExporter`.
546
547* Add file upload functionality to `EditScoresPage`.
548
549* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
550  viewlet.
551
552* Add `ExportPDFScoresSlip`.
553
554* Add `DownloadScoresView` which is for lecturers only. Remove
555  `waeup.showStudents` from `Lecturer` role. Adjust
556  `DataForLecturerExporter`. Only editable course tickets are being
557  exported.
558
559* Remove application fee fallback option. Application fees can only
560  be set via applicants containers. Hide Payment Tickets section on
561  application pages if fee isn't set.
562
563* Add  `ApplicantOnlinePaymentProcessor`.
564
565* Improve `AddStudyLevelFormPage`.
566
567* Create new exporter for lecturers and further restrict the usage of
568  exporters at course level. Lecturers can only export data of
569  current academic session.
570
571* Show certificate-specific p_level value on payment pages.
572  Ensure that only allowed payment levels can be selected when
573  adding a balance payment.
574
575* Add `flash_notice` field.
576
577* Documentation updates.
578
579* Update pinned versions: six
580
581
5821.4.1 (2016-02-14)
583==================
584
585* Add new application workflow state (`processed`) and transition
586  (`process`).
587
588* Add `DegreeSource` and `degree` field to `ICertificate`.
589  Plugins must be updated!
590
591* Upgrade bootstrap.py script and update some dependencies. For
592  already running instances a new init might be neccessary, i.e.
593  you might have to create a new virtualenv and run bootstap.py
594  and buildout from that new virtualenv to get rid of old
595  package versions in the runtime environment.
596
597* Upgrade versions.cfg to contain bugfix releases of packages we
598  depend on.
599
600
6011.4 (2016-01-14)
602================
603
604* Add button and view which allow students to unregister their
605  current course list unless the courses have not been validated.
606
607* Configure transfer payments and let students enter their desired
608  study course. Save entered text in `p_item` attribute.
609
610* Add further permissions to the local `ApplicationsManager` role and
611  make it assignable at applicants container level.
612
613* Disable rendering of HTML tags in fullnames.
614
615* Add bed statistics components.
616
617* Add option which allows students to select a desired hostel before
618  booking accommodation.
619
620* Add `BedProcessor`.
621
622* Add portal maintenance mode.
623
624* Allow also `reg_number` on public page to check application status
625  without password.
626
627* Remove `beds_reserved` attribute from hostels. Hostels do no longer
628  contain information about reserved bed spaces.
629
630* Add methods and page to release expired bed allocations.
631
632* Use lastname instead of firstname for first-time password requests.
633
634* When building docs, ignore members with dots in name.
635
636
6371.3.3 (2015-10-06)
638==================
639
640* Show file size of pdf documents in the documents section.
641
642* Add `MANIFEST.in`.
643
644
6451.3.2 (2015-09-14)
646==================
647
648* Add public page to check application status without password.
649
650* Fix department breakdown of student statistics.
651
652* Enable purging of applicants containers.
653
654* Enable pre-filling of applicants containers with empty
655  application records which are used during self-registration
656  to avoid excessive growth of the Data.fs.
657
658* Do only allow one running export job.
659
660* Add switch to disable all exports.
661
662* Enable import of list-of-choices fields.
663
664* Include 'end day' when searching for payments in a given period.
665
666* Do not create special application payment tickets with zero amount.
667
668* Remove manual clearance lock. Replace `clearance_locked` field by
669  property attribute.
670
671* Make student email field required.
672
673* Rename application workflow transitions and remove forbidden transitions.
674
675* Rename 'application section' for the sake of consistency.
676
677* Rename student views which are not layout-aware and thus not pages.
678
679* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
680  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
681
682* Implement session-specific course registration deadline and
683  late registration payment.
684
685* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
686  ignore-markers in update *and* create mode.
687
688* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
689  This exporter is designed for finding and finally purging outdated
690  payment ticket.
691
692* Remove deprecated xml importer and exporter components.
693
694* Rearrange datacenter upload page. Provide modal windows to view all
695  processors and sources and vocabularies.
696
697* Reorganize doctests. Remove deprecated doctests.
698
699* Enable temporary suspension of officer accounts. Plugins must be
700  updated after restart.
701
702* Rename 'Portal Users' 'Officers'.
703
704* Add link 'Kofa Docs for this page' at the end of the content box
705  which refers to the corresponding section of the
706  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
707
708* Filter students by current level in reports.
709
710* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
711  matric number counters when computing the matric number.
712
713* Bypass school fee payment activation code creation if student is allowed
714  to proceed to next session.
715
716* Convert `level` into a schema field to be consistent with the documentation.
717
718* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
719  in accordance with other exporter names.
720
721* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
722  permissions.
723
724* Do not automatically allow import managers to import user data.
725
726* Skip empty rows produced by spreadsheet software.
727
728* Add components to  configure a student export jobs in faculties.
729
730* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
731  (in state ``paid``) with same `p_session` and `p_category` exists.
732
733* Add new payment state ``waived``. This state can only be set by import
734  and is only used for the payments overview exporter to
735  mark sessions with waived fees.
736
737* Add exporter methods and export page to filter student data exports
738  by entering a list of student ids.
739
740* Student statistic can now be broken down by faculties or by departments.
741
742* Check if `p_id` exists in payments catalog when importing payment tickets in
743  create mode.
744
745
7461.3.1 (2015-01-14)
747==================
748
749* 1.3 was a brown bag release. Fix uploaded files.
750
751
7521.3 (2015-01-13)
753================
754
755* Add documents package.
756
757* Do not compare ResultEntry objects but their attributes.
758
759* Modify getWidgetsData so that we always get the same error format.
760
761* Validate all codes in university.
762
763* Catch traceback when creating an application slip with a corrupted
764  image file.
765
766* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
767  instead.
768
769* UserProcessor: Check if imported roles do exist in the portal.
770
771* Enable localization of batch processing modules.
772
773* Hide 'Create students' button. Only user admin can see this button.
774
775* Add application_slip_notice field to ApplicantsContainer.
776
777* Remove 'Size' column from logfiles table.
778
779* Add permission, page and button to mass-clear all students in a department.
780
781* Hide export download button 24 hours after file generation.
782
783* Add helper to allow `meminfo` checks for cached memory, etc.
784
785* Allow external checks of system load before performing expensive
786  actions.
787
788* Add new dependency: `psutil` (required to check system state).
789
790* Show flash message on general search page for the academic section.
791
792* Fix `CertificateCourseProcessor`. Mandatory is not a required field
793  and might be missing in import files. Improve logging. Extend and
794  fix CertCourseProcessorTests.
795
796* Provide customizable method for disabling clearance by clearance
797  officers.
798
799* Merge Javascript functions into one file. Add Javascript function to
800  calculate copyright notice year automatically.
801
802* Use lastname (surname) instead of firstname to verify found
803  application record on ApplicantRegistrationPage.
804
805* Append hash '#' also to datetimes to circumvent unwanted excel
806  automatic.
807
808* Method for (customizable) application passport upload requirements
809  added.
810
811* Filter payment ticket data exports by specifying the payment_date
812  period.
813
814* Method for (customizable) application payment slip download
815  requirements added.
816
817* Method for (customizable) application payment ticket upload
818  requirements added.
819
820* Remove unused rowadd javascript function.
821
822* certcode and reg_number added to DataForBursaryExporter.
823
824* Some batch processor names corrected.
825
826* Fixed ReST markup in setup.py long description.
827
828
8291.2 (2014-06-16)
830================
831
832* Redirect to login page after using password mandate.
833
834* Adding student payment tickets is logged.
835
836* Provide XMLRPC services for storing and retrieving fingerprint
837  scans.
838
839* Sort ContextualDictSource by dictionary values not by keys.
840
841* Add regular school fee and balance payments when exporting payments
842  overviews.
843
844* Add samePaymentMade method to StudentsUtils.
845
846* Fingerprint file upload enabled.
847
848* is_fresh property method added to Student class.
849
850* Special application procedure modified. Special applicants must submit
851  their form before they can download payment slips. Thus the regular
852  workflow is now applied but, in contrast to regular applications,
853  special applicants can create and pay more than one payment ticket.
854  Also application slips are hidden.
855
856* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
857
858* When sending mails, always set from-address to 'no-reply@waeup.org'.
859  Real from-addresses are now set in Cc and Reply-To fields. This is
860  to tackle problems with yahoo (does not allow yahoo.com mails to be
861  sent from non-yahoo servers).
862
863* Multiple payments in special application containers enabled.
864  Special payment applicants remain in state started after payment.
865
866* File input fields brought into shape with Bootstrap 3.
867
868* Transcript and access code pagetemplates adjusted.
869
870* Print QR codes on all student slips.
871
872* Allow adding current_level to base data section on all student slips
873  (requested by Uniben).
874
875* Windows is no longer supported. Installation manual removed.
876
877* Added JS helper to scroll to sequencelists after adding/removing items.
878
879
8801.1 (2014-03-13)
881================
882
883* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
884
885* Do also export student and course ticket data of students on probation.
886
887* 'Create student' option removed from 'Application Transition'
888  select field.
889
890* API docs added.
891
892* Back-to links replaced by animated jQuery plugins.
893
894* Default frontpage text updated.
895
896* Use absolute urls on datacenter pages.
897
898* Provide customizable method for disabling student payments.
899
900* After login and logout, regular users (officers) are redirected
901  to the portal's index page not to the portal's root. The
902  root URL can now be rewritten be Nginx or Apache so that the user
903  is being redirected to the university website
904  when entering the root URL directly or clicking the acronym.
905
906* Show tooltip alert and warning window before updating plugins.
907
908* JSAction has been deprecated. KofaAction can be used instead. Additional
909  parameters can be used in @action decorators to enable tooltips and/or
910  warning windows. The old @jsaction decorator still triggers a default
911  warning message.
912
913* jquery-ui.min.js is also used for tooltips.
914
915* Do not create TSC AC batch when updating plugins.
916  All TSC batches are created.
917
918* Make table on applicantsrootpage responsive.
919
920* Change width of input, select and textarea fields.
921
922* Use only https in theme.html.
923
924* INSTALL.txt updated and integrated into Sphinx documentation.
925
926* Redundancies removed in docs.
927
928
9291.0 (2014-02-22)
930================
931
932* Diazofied the complete package.
933
934
9350.2.1 (2014-02-21)
936==================
937
938* Send mails to from-address, if site-wide config admin is
939  different from it.
940
941* Change flash message for successful applicants.
942
943* Use more attributes of applicants with payer objects.
944
945* Update copyright infos (year).
946
947* Localization updates.
948
949
9500.2 (2014-01-09)
951================
952
953Tons of changes.
954
955
9560.1 (never released)
957====================
958
959Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.