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

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

Make max file size customizable.

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