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

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

StudentOnlinePaymentProcessor?: Raise DuplicationError? if payment
(in state paid) with same p_session and p_category exists.

See ticket Uniben #970.

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