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

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

Provide customizable method for disabling clearance by clearance officers.

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