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

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