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

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

certcode and reg_number added to DataForBursaryExporter?.

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