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

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

Do not import codes with spaces.

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