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

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

Modify getWidgetsData so that we always get the same error format.

Fix tests.

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