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

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

Rename classes StudentPaymentsExporter? and BedTicketsExporter? to be in accordance with other exporter names.

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