source: main/waeup.kofa/branches/uli-upgrade-dependencies/CHANGES.txt @ 13599

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

Configure transfer payments and let students enter their desired
study course. Save entered text in p_item attribute.

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