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

Last change on this file since 15479 was 15476, checked in by Henrik Bettermann, 6 years ago

Use decimal.Decimal to counteract Python floating point limitation.

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