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

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

Show report number (job_id) on report pdf slips.

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