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

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

Add comment.

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