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

Last change on this file since 11825 was 11825, checked in by uli, 10 years ago

Reorder messages, newest first.

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