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

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

Prepare 1.5 release.

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