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

Last change on this file since 13005 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
RevLine 
[4947]1Changes
2*******
[3798]3
[12469]41.3.2.dev0 (unreleased)
5=======================
6
[13005]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
[12981]11* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
12  ignore-markers in update *and* create mode.
13
[12971]14* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
15  This exporter is designed for finding and finally purging outdated
16  payment ticket.
17
[12960]18* Remove deprecated xml importer and exporter components.
19
[12958]20* Rearrange datacenter upload page. Provide modal windows to view all
21  processors and sources and vocabularies.
22
[12950]23* Reorganize doctests. Remove deprecated doctests.
24
[12926]25* Enable temporary suspension of officer accounts. Plugins must be
26  updated after restart.
27
[12912]28* Rename 'Portal Users' 'Officers'.
29
[12901]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
[12897]34* Filter students by current level in reports.
35
[12896]36* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
37  matric number counters when computing the matric number.
38
[12889]39* Bypass school fee payment activation code creation if student is allowed
40  to proceed to next session.
41
[12896]42* Convert `level` into a schema field to be consistent with the documentation.
[12873]43
[12896]44* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]45  in accordance with other exporter names.
46
[12900]47* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
48  permissions.
[12844]49
[12896]50* Do not automatically allow import managers to import user data.
[12844]51
[12810]52* Skip empty rows produced by spreadsheet software.
53
[12632]54* Add components to  configure a student export jobs in faculties.
55
[12896]56* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
57  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]58
[12896]59* Add new payment state ``waived``. This state can only be set by import
[12569]60  and is only used for the payments overview exporter to
61  mark sessions with waived fees.
62
[12518]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
[12896]68* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]69  create mode.
[12469]70
71
[12466]721.3.1 (2015-01-14)
73==================
[12465]74
[12466]75* 1.3 was a brown bag release. Fix uploaded files.
[12465]76
77
[12463]781.3 (2015-01-13)
79================
[11693]80
[12437]81* Add documents package.
[12418]82
[12437]83* Do not compare ResultEntry objects but their attributes.
84
[12415]85* Modify getWidgetsData so that we always get the same error format.
86
87* Validate all codes in university.
88
[12395]89* Catch traceback when creating an application slip with a corrupted
90  image file.
91
[12437]92* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
93  instead.
[12247]94
[12190]95* UserProcessor: Check if imported roles do exist in the portal.
96
[11891]97* Enable localization of batch processing modules.
98
[11874]99* Hide 'Create students' button. Only user admin can see this button.
100
[11869]101* Add application_slip_notice field to ApplicantsContainer.
102
[11863]103* Remove 'Size' column from logfiles table.
104
[11862]105* Add permission, page and button to mass-clear all students in a department.
106
[11826]107* Hide export download button 24 hours after file generation.
108
[11825]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
[12862]116* Show flash message on general search page for the academic section.
[11794]117
[11779]118* Fix CertificateCourseProcessor. Mandatory is not a required field
[11798]119  and might be missing in import files. Improve logging. Extend and
120  fix CertCourseProcessorTests.
[11779]121
[11798]122* Provide customizable method for disabling clearance by clearance
123  officers.
[11772]124
[11798]125* Merge Javascript functions into one file. Add Javascript function to
126  calculate copyright notice year automatically.
[11741]127
[11798]128* Use lastname (surname) instead of firstname to verify found
129  application record on ApplicantRegistrationPage.
[11738]130
[11798]131* Append hash '#' also to datetimes to circumvent unwanted excel
132  automatic.
[11737]133
[11798]134* Method for (customizable) application passport upload requirements
135  added.
[11733]136
[11798]137* Filter payment ticket data exports by specifying the payment_date
138  period.
[11730]139
[11798]140* Method for (customizable) application payment slip download
141  requirements added.
[11726]142
[11798]143* Method for (customizable) application payment ticket upload
144  requirements added.
[11729]145
[11722]146* Remove unused rowadd javascript function.
147
[11702]148* certcode and reg_number added to DataForBursaryExporter.
149
[11699]150* Some batch processor names corrected.
[11693]151
[11701]152* Fixed ReST markup in setup.py long description.
153
154
[11689]1551.2 (2014-06-16)
156================
[11487]157
[11680]158* Redirect to login page after using password mandate.
159
[11676]160* Adding student payment tickets is logged.
161
[11672]162* Provide XMLRPC services for storing and retrieving fingerprint
163  scans.
164
[11664]165* Sort ContextualDictSource by dictionary values not by keys.
166
[11661]167* Add regular school fee and balance payments when exporting payments
168  overviews.
169
[11641]170* Add samePaymentMade method to StudentsUtils.
171
[11608]172* Fingerprint file upload enabled.
173
[11604]174* is_fresh property method added to Student class.
175
[11599]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.
[11589]181
[11599]182* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
183
[11585]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
[11575]189* Multiple payments in special application containers enabled.
190  Special payment applicants remain in state started after payment.
191
[11558]192* File input fields brought into shape with Bootstrap 3.
193
[11551]194* Transcript and access code pagetemplates adjusted.
195
[11550]196* Print QR codes on all student slips.
197
[11535]198* Allow adding current_level to base data section on all student slips
199  (requested by Uniben).
200
[11523]201* Windows is no longer supported. Installation manual removed.
202
[11497]203* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]204
[11497]205
[11485]2061.1 (2014-03-13)
207================
[11258]208
[11484]209* Add display_fullname column to CourseTicketExporter (requested by Uniben).
210
[11483]211* Do also export student and course ticket data of students on probation.
212
[11482]213* 'Create student' option removed from 'Application Transition'
214  select field.
215
[11481]216* API docs added.
217
[11463]218* Back-to links replaced by animated jQuery plugins.
219
[11461]220* Default frontpage text updated.
221
[11460]222* Use absolute urls on datacenter pages.
223
[11451]224* Provide customizable method for disabling student payments.
225
[11481]226* After login and logout, regular users (officers) are redirected
[11439]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
[11438]232* Show tooltip alert and warning window before updating plugins.
233
[11437]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
[11436]239* jquery-ui.min.js is also used for tooltips.
240
[11435]241* Do not create TSC AC batch when updating plugins.
242  All TSC batches are created.
243
[11433]244* Make table on applicantsrootpage responsive.
245
[11431]246* Change width of input, select and textarea fields.
247
[11430]248* Use only https in theme.html.
249
[11386]250* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]251
[11430]252* Redundancies removed in docs.
[11258]253
[11430]254
[11255]2551.0 (2014-02-22)
256================
[11253]257
[11255]258* Diazofied the complete package.
[11253]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
[11255]2820.1 (never released)
283====================
[4955]284
[7808]285Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.