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

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

Add ApplicantRefereeReportProcessor.

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