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

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

Allow lecturer role assignment also at department level.

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