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

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

Rename classes StudentPaymentsExporter? and BedTicketsExporter? to be in accordance with other exporter names.

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