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

Last change on this file since 17306 was 17299, checked in by Henrik Bettermann, 2 years ago

Back to work.

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