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

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

Update CHANGES.txt.

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