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

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

Catch traceback when creating an application slip with a corrupted image file. This error caused a lot of trouble on KwaraPoly?.

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