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

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

Add 'Update all tickets' button to StudyLevelEditFormPage?.

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