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

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

Redirect to ChangePasswordRequestPage after successfully adding an officer.

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