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

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

Show flash message on general search page for the academics section.

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