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

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

Add Payment class attribute created_online to mark payment tickets
which are added online and not by import. This attribute is needed in
custom packages when sending data to payment gateways.

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