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

Last change on this file since 15892 was 15880, checked in by Henrik Bettermann, 5 years ago

Add LetterPDFCreator utility and use this pdf creator
for admission slips. letterhead_admission.jpg file
must exist in students/static.

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