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

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

Allow ApplicationsManager to view statistics.

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