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

Last change on this file since 13273 was 13269, checked in by uli, 9 years ago

Update history.

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