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

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

Add exporter methods and export page to filter student data exports by entering a list of student ids.

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