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

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

Add docs.

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