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

Last change on this file since 17848 was 17825, checked in by uli, 3 months ago

Update history.

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