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

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

Prepare 1.6 release.

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