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

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

Add samePaymentMade method to StudentsUtils?.

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