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

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

Remove 'Size' column from logfiles table.

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