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

Last change on this file since 17636 was 17610, checked in by Henrik Bettermann, 15 months ago

Update CHANGES.txt

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