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

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

Do not display applicant id and error messages in flash message box. This causes an internal server error if list is too long. Show error messages on a 'Student Record Creation Report' page instead.

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