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

Last change on this file since 16457 was 16455, checked in by Henrik Bettermann, 4 years ago

Back to work: 1.7.1.dev0.

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