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

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

Remove deprecated HTML and REST widgets and use html2dict instead.

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