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

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

CreateAllStudentsPage: Stop creation after 1000 students to avoid write
conflicts which sill occur even though transactions have formerly been
commited.

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