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

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

Be more precise.

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