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

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

Add DownloadScoresView which is for lecturers only. Remove
waeup.showStudents from Lecturer role. Adjust
DataForLecturerExporter. Only editable course tickets are being
exported.

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