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

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

Add course_category attribute to certificate courses. Plugins must be updated!

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