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

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

Enable temporary suspension of officer accounts. Plugins must be updated after restart.

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