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

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

Add BedProcessor?.

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