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

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

Add property attribute total_score in order to make provision
for additional scores (like contineous assessments) in custom
packages.

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