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

Last change on this file since 14939 was 14939, checked in by Henrik Bettermann, 7 years ago

Do not allow uploading data with trailing whitespaces.

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