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

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

Sort arguments in table of ReportsContainerPage.

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