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

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

Student statistic can now be broken down by faculties or by departments.

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