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

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

Add ApplicantPaymentExporter.

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