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

Last change on this file since 11675 was 11672, checked in by uli, 11 years ago

Update history.

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