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

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

Add StudentsUtils.increaseMatricInteger method which allows to use various
matric number counters when computing the matric number.

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