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

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

Remove manual clearance lock. Replace clearance_locked field by
property attribute.

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