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

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

Add flash_notice field.

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