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

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

Catch Reportlab LayoutError.

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