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

Last change on this file since 14551 was 14551, checked in by uli, 8 years ago

Back to work: 1.5.1.dev0.

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