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

Last change on this file since 13957 was 13950, checked in by Henrik Bettermann, 9 years ago

Start ApplicantExporter and ApplicantPaymentExporter at the same
time when calling ExportJobContainerJobStart.

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