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

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

Fix get_student_payment_stats. Department codes are not unique. Use its path instead.

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