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

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

Fix CertificateCourseProcessor?. Mandatory is not a required field
and might be missing in import files.

ToDo?: Add import tests for CertCourseProcessor?.

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