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

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