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

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

Beautify INSTALL.txt.

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