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

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

Do not import codes with spaces.

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