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

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

Add AccommodationPaymentsExporter which can be used by accommodation officers.

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