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

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

Append hash '#' also to datetimes to circumvent unwanted excel automatic.

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