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

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

Add outstanding attribute to course tickets.

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