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

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

Add serial number column to Session Results Presentations.

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