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

Last change on this file since 15175 was 15163, checked in by Henrik Bettermann, 6 years ago

Merge with /main/waeup.kofa/branches/henrik-transcript-workflow:15127-15162

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