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

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

Save email address provided by mandate when referee report
is created. Add RefereeReportManageFormPage (no button available).

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