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

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

Convert level into a schema field to be consistent with the documentation.

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