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

Last change on this file since 17863 was 17863, checked in by Henrik Bettermann, 7 weeks ago

Add student's current session to base data block on slips (requested by Uniben)

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