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

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

Update test.

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