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

Last change on this file since 16538 was 16538, checked in by Henrik Bettermann, 4 years ago

Prefill login form after applicant registration.

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