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

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

Remove unused rowadd javascript function.

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