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

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

Adding student payment tickets is logged.

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