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

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

Implement portal maintenance mode.

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