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

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

Don't show 'Base Data' header on slips if no form fields do follow.

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