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

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

Filter students by current level in reports.

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