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

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

Do no longer hide the 'Create students' buttons but switch the portal to
maintenance mode to ensure that nobody can enter the portal during
record creation except for user 'admin'. This guarantees that record
creation is only started once.

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