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

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

Use consistent flow value formatting for CGPA.

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