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

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

Do not compare ResultEntry? objects but their attribtes.

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