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

Last change on this file since 12500 was 12469, checked in by uli, 10 years ago

Bump version (this time following PEP 386).

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