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

Last change on this file since 11823 was 11822, checked in by uli, 11 years ago

Update history.

File size: 4.9 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* Allow external checks of system load before performing expensive
48  actions.
49
50
511.2 (2014-06-16)
52================
53
54* Redirect to login page after using password mandate.
55
56* Adding student payment tickets is logged.
57
58* Provide XMLRPC services for storing and retrieving fingerprint
59  scans.
60
61* Sort ContextualDictSource by dictionary values not by keys.
62
63* Add regular school fee and balance payments when exporting payments
64  overviews.
65
66* Add samePaymentMade method to StudentsUtils.
67
68* Fingerprint file upload enabled.
69
70* is_fresh property method added to Student class.
71
72* Special application procedure modified. Special applicants must submit
73  their form before they can download payment slips. Thus the regular
74  workflow is now applied but, in contrast to regular applications,
75  special applicants can create and pay more than one payment ticket.
76  Also application slips are hidden.
77
78* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
79
80* When sending mails, always set from-address to 'no-reply@waeup.org'.
81  Real from-addresses are now set in Cc and Reply-To fields. This is
82  to tackle problems with yahoo (does not allow yahoo.com mails to be
83  sent from non-yahoo servers).
84
85* Multiple payments in special application containers enabled.
86  Special payment applicants remain in state started after payment.
87
88* File input fields brought into shape with Bootstrap 3.
89
90* Transcript and access code pagetemplates adjusted.
91
92* Print QR codes on all student slips.
93
94* Allow adding current_level to base data section on all student slips
95  (requested by Uniben).
96
97* Windows is no longer supported. Installation manual removed.
98
99* Added JS helper to scroll to sequencelists after adding/removing items.
100
101
1021.1 (2014-03-13)
103================
104
105* Add display_fullname column to CourseTicketExporter (requested by Uniben).
106
107* Do also export student and course ticket data of students on probation.
108
109* 'Create student' option removed from 'Application Transition'
110  select field.
111
112* API docs added.
113
114* Back-to links replaced by animated jQuery plugins.
115
116* Default frontpage text updated.
117
118* Use absolute urls on datacenter pages.
119
120* Provide customizable method for disabling student payments.
121
122* After login and logout, regular users (officers) are redirected
123  to the portal's index page not to the portal's root. The
124  root URL can now be rewritten be Nginx or Apache so that the user
125  is being redirected to the university website
126  when entering the root URL directly or clicking the acronym.
127
128* Show tooltip alert and warning window before updating plugins.
129
130* JSAction has been deprecated. KofaAction can be used instead. Additional
131  parameters can be used in @action decorators to enable tooltips and/or
132  warning windows. The old @jsaction decorator still triggers a default
133  warning message.
134
135* jquery-ui.min.js is also used for tooltips.
136
137* Do not create TSC AC batch when updating plugins.
138  All TSC batches are created.
139
140* Make table on applicantsrootpage responsive.
141
142* Change width of input, select and textarea fields.
143
144* Use only https in theme.html.
145
146* INSTALL.txt updated and integrated into Sphinx documentation.
147
148* Redundancies removed in docs.
149
150
1511.0 (2014-02-22)
152================
153
154* Diazofied the complete package.
155
156
1570.2.1 (2014-02-21)
158==================
159
160* Send mails to from-address, if site-wide config admin is
161  different from it.
162
163* Change flash message for successful applicants.
164
165* Use more attributes of applicants with payer objects.
166
167* Update copyright infos (year).
168
169* Localization updates.
170
171
1720.2 (2014-01-09)
173================
174
175Tons of changes.
176
177
1780.1 (never released)
179====================
180
181Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.