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

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

Add unlock_score field to CourseTicketProcessor and extend checkUpdateRequirements.

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