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

Last change on this file since 14587 was 14584, checked in by Henrik Bettermann, 8 years ago

Replace maxCreditsExceeded by warnCreditsOOR.

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