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

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

Don't led students selct blocked hostels on AccommodationManageFormPage.

Remove empty lines.

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