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

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

Special application procedure modified. Special applicants must submit
their form before they can download payment slips. Thus the regular
workflow is now applied but, in contrast to regular applications,
special applicants can create and pay more than one payment ticket.
Also application slips are hidden.

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