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

Last change on this file since 11862 was 11862, checked in by Henrik Bettermann, 11 years ago

Add permission, page and button to mass-clear all students in a department.

File size: 5.1 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[11693]41.3dev (unreleased)
5===================
6
[11862]7* Add permission, page and button to mass-clear all students in a department.
8
[11826]9* Hide export download button 24 hours after file generation.
10
[11825]11* Add helper to allow `meminfo` checks for cached memory, etc.
12
13* Allow external checks of system load before performing expensive
14  actions.
15
16* Add new dependency: `psutil` (required to check system state).
17
[11794]18* Show flash message on general search page for the academics section.
19
[11779]20* Fix CertificateCourseProcessor. Mandatory is not a required field
[11798]21  and might be missing in import files. Improve logging. Extend and
22  fix CertCourseProcessorTests.
[11779]23
[11798]24* Provide customizable method for disabling clearance by clearance
25  officers.
[11772]26
[11798]27* Merge Javascript functions into one file. Add Javascript function to
28  calculate copyright notice year automatically.
[11741]29
[11798]30* Use lastname (surname) instead of firstname to verify found
31  application record on ApplicantRegistrationPage.
[11738]32
[11798]33* Append hash '#' also to datetimes to circumvent unwanted excel
34  automatic.
[11737]35
[11798]36* Method for (customizable) application passport upload requirements
37  added.
[11733]38
[11798]39* Filter payment ticket data exports by specifying the payment_date
40  period.
[11730]41
[11798]42* Method for (customizable) application payment slip download
43  requirements added.
[11726]44
[11798]45* Method for (customizable) application payment ticket upload
46  requirements added.
[11729]47
[11722]48* Remove unused rowadd javascript function.
49
[11702]50* certcode and reg_number added to DataForBursaryExporter.
51
[11699]52* Some batch processor names corrected.
[11693]53
[11701]54* Fixed ReST markup in setup.py long description.
55
56
[11689]571.2 (2014-06-16)
58================
[11487]59
[11680]60* Redirect to login page after using password mandate.
61
[11676]62* Adding student payment tickets is logged.
63
[11672]64* Provide XMLRPC services for storing and retrieving fingerprint
65  scans.
66
[11664]67* Sort ContextualDictSource by dictionary values not by keys.
68
[11661]69* Add regular school fee and balance payments when exporting payments
70  overviews.
71
[11641]72* Add samePaymentMade method to StudentsUtils.
73
[11608]74* Fingerprint file upload enabled.
75
[11604]76* is_fresh property method added to Student class.
77
[11599]78* Special application procedure modified. Special applicants must submit
79  their form before they can download payment slips. Thus the regular
80  workflow is now applied but, in contrast to regular applications,
81  special applicants can create and pay more than one payment ticket.
82  Also application slips are hidden.
[11589]83
[11599]84* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
85
[11585]86* When sending mails, always set from-address to 'no-reply@waeup.org'.
87  Real from-addresses are now set in Cc and Reply-To fields. This is
88  to tackle problems with yahoo (does not allow yahoo.com mails to be
89  sent from non-yahoo servers).
90
[11575]91* Multiple payments in special application containers enabled.
92  Special payment applicants remain in state started after payment.
93
[11558]94* File input fields brought into shape with Bootstrap 3.
95
[11551]96* Transcript and access code pagetemplates adjusted.
97
[11550]98* Print QR codes on all student slips.
99
[11535]100* Allow adding current_level to base data section on all student slips
101  (requested by Uniben).
102
[11523]103* Windows is no longer supported. Installation manual removed.
104
[11497]105* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]106
[11497]107
[11485]1081.1 (2014-03-13)
109================
[11258]110
[11484]111* Add display_fullname column to CourseTicketExporter (requested by Uniben).
112
[11483]113* Do also export student and course ticket data of students on probation.
114
[11482]115* 'Create student' option removed from 'Application Transition'
116  select field.
117
[11481]118* API docs added.
119
[11463]120* Back-to links replaced by animated jQuery plugins.
121
[11461]122* Default frontpage text updated.
123
[11460]124* Use absolute urls on datacenter pages.
125
[11451]126* Provide customizable method for disabling student payments.
127
[11481]128* After login and logout, regular users (officers) are redirected
[11439]129  to the portal's index page not to the portal's root. The
130  root URL can now be rewritten be Nginx or Apache so that the user
131  is being redirected to the university website
132  when entering the root URL directly or clicking the acronym.
133
[11438]134* Show tooltip alert and warning window before updating plugins.
135
[11437]136* JSAction has been deprecated. KofaAction can be used instead. Additional
137  parameters can be used in @action decorators to enable tooltips and/or
138  warning windows. The old @jsaction decorator still triggers a default
139  warning message.
140
[11436]141* jquery-ui.min.js is also used for tooltips.
142
[11435]143* Do not create TSC AC batch when updating plugins.
144  All TSC batches are created.
145
[11433]146* Make table on applicantsrootpage responsive.
147
[11431]148* Change width of input, select and textarea fields.
149
[11430]150* Use only https in theme.html.
151
[11386]152* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]153
[11430]154* Redundancies removed in docs.
[11258]155
[11430]156
[11255]1571.0 (2014-02-22)
158================
[11253]159
[11255]160* Diazofied the complete package.
[11253]161
162
1630.2.1 (2014-02-21)
164==================
165
166* Send mails to from-address, if site-wide config admin is
167  different from it.
168
169* Change flash message for successful applicants.
170
171* Use more attributes of applicants with payer objects.
172
173* Update copyright infos (year).
174
175* Localization updates.
176
177
1780.2 (2014-01-09)
179================
180
181Tons of changes.
182
183
[11255]1840.1 (never released)
185====================
[4955]186
[7808]187Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.