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

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

Make max passport picture size customizable.

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