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

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

Filter payment ticket data exports by specifying the payment_date period.

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