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

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

Merge Javascript functions into one file. Add Javascript function
to calculate copyright notice year automatically.

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