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

Last change on this file since 14248 was 14247, checked in by Henrik Bettermann, 8 years ago

Replace course_registration_allowed by course_registration_forbidden method.

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