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

Last change on this file since 17567 was 17528, checked in by Henrik Bettermann, 14 months ago

Allow user 'admin' to access the portal in maintenance mode.

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