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

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

Check if p_id exists in payments_catalog when importing payment tickets in create mode.

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