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

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

Implement ApplicantRefereeReportExporter.

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