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

Last change on this file since 17808 was 17798, checked in by Henrik Bettermann, 4 months ago

Make the certificate's longtitle customizable.

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