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

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

Method for (customizable) application passport upload requirements added.

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