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

Last change on this file since 11701 was 11701, checked in by uli, 10 years ago

Fix ReST markup in setup.py.

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