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

Last change on this file since 14646 was 14642, checked in by Henrik Bettermann, 8 years ago

Add course_category attribute to course tickets. In the base package,
this attribute is omitted from display and manage pages.

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