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

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

Add button and view which allow students to unregister their
current course list unless the courses have not been validated.

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