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

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

Students are only allowed to download course registration slips if they are
in state 'registered' and their current level corresponds with the course
registration level.

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