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

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

Update CHANGES.txt

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