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

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

Add bed statistics view components.

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