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

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

Show certificate-specific p_level value on payment pages.
Ensure that only allowed payment levels can be selected when
adding a balance payment.

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