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

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

Add psutil as dependency.

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