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

Last change on this file since 18024 was 18021, checked in by Henrik Bettermann, 2 days ago

Implement payment ticket exporter with date range filter.

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