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

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

Back to work: 1.4.2.dev0

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