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

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

Ease customization of selectable payment categories.

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