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

Last change on this file since 13904 was 13898, checked in by Henrik Bettermann, 9 years ago

Add ExportPDFScoresSlip.

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