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

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

Back to work.

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