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

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

Add permission, page and button to mass-clear all students in a department.

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