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

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

Add DownloadTranscript permission.

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