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

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

Bypass school fee payment activation code creation if student is allowed
to proceed to next session.

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