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

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

Upgrade pinned six version.

We can safely use the most recent version. This way
it will not be neccessary any more to pin another
version for six in waeup.ikoba.

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