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

Last change on this file since 17784 was 17782, checked in by Henrik Bettermann, 8 months ago

ConfigurationContainerExporter? and tests.

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