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

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

Take DELETION_MARKER into consideration when updating passwords.

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