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

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

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

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