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

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

Exclude graduated students from LevelReport, SessionResultsPresentation
and RawScoreReport.

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