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

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

Remove beds_reserved attribute from hostels. Hostels do no longer
contain information about reserved bed spaces.

Use default values for list attributes. Otherwise the hostel manage page cannot be opened after import of hostels.

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