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

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

Add passport picture switch to applicants containers.

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