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

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

Update CHANGES.txt.

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