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

Last change on this file since 17411 was 17411, checked in by Henrik Bettermann, 16 months ago

Show matric number on TranscriptOfficerLandingPage.

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