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

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

UserProcessor?: Check if imported roles do exist in the portal.

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