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

Last change on this file since 14948 was 14948, checked in by Henrik Bettermann, 7 years ago

Add CreateStudents permission and StudentsCreator role.

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