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

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

Create new exporter for lecturers and further restrict the usage of
exporters at course level.

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