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

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

Fix typo.

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