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

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

Count mandates on configuration page and provide 'Purge' button.

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