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

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

Remove some space.

Update CHANGES.txt.

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