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

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

Update CHANGES.txt

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