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

Last change on this file since 13691 was 13691, checked in by uli, 9 years ago

Merge changes from uli-upgrade-dependencies back into trunk.

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