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

Last change on this file since 17766 was 17765, checked in by Henrik Bettermann, 5 months ago

Update

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