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

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

GPABoundaries may also depend on certcode.

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