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

Last change on this file since 12860 was 12854, checked in by Henrik Bettermann, 9 years ago

Revert changes from last revision. This restriction does not make sense for all portals. We need this only for Uniben.

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