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

Last change on this file since 12190 was 12190, checked in by Henrik Bettermann, 11 years ago

UserProcessor?: Check if imported roles do exist in the portal.

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