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

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

Extend and fix CertCourseProcessorTests?. Improve logging.

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