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

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

Application payment slips can only be downloaded if application form is submitted.

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