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

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

Add option to render transcripts without passport picture and QR code.

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