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

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