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

Last change on this file since 12466 was 12466, checked in by uli, 10 years ago

Prepare new release.

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