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

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

Enable localization of batch processing modules.

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