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

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

Allow to add applicants containers with a number instead of entrance year
in container code.

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