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

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

Add UpdateCourseTicketsView.

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