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

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

Add TranscriptDataExporter and reorganize exporter names.

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