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

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

Make application-payment-slip-download requirements customizable.

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