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

Last change on this file since 12958 was 12958, checked in by Henrik Bettermann, 10 years ago

Rearrange datacenter upload page. Provide modal windows to view all processors and sources and vocabularies.

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