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

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

Disable clearance request button if not in state 'clearance started'.

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