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

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

Back to work.

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