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

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

Add DegreeSource? and degree field to Certificate. Plugins must be updated!

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