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

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

Add ApplicantOnlinePaymentProcessor?.

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