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

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