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

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

Add components to configure a student export jobs in faculties.

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