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

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

Only user 'admin' is allowed to access the DatacenterSettings page.

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