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

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

Prepare renderPDFAdmissionLetter for merging with another pdf document.

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