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

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

Remove 'hidden' attribute from ordereddSelectionList which has
caused a malfunction in Internet Exporer.

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