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

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

Add graduated students filter.

Inform students_catalog after setting workflow state.

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