source: main/waeup.kofa/branches/henrik-transcript-workflow/CHANGES.txt @ 15127

Last change on this file since 15127 was 15122, checked in by Henrik Bettermann, 6 years ago

Always display applicant payments if they exist.

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