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

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

Adjust reports: Change footer and filename formats.

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