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

Last change on this file since 15808 was 15798, checked in by Henrik Bettermann, 5 years ago

Add get_bursary_data webservice.

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