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

Last change on this file since 14801 was 14734, checked in by Henrik Bettermann, 7 years ago

Add waeup.showStudents permission to ExportManager role.

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