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

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

Allow also reg_number on public page to check application status without password.

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