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

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

Use lastname (surname) instead of firstname to verify found application record on ApplicantRegistrationPage?.

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