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

Last change on this file since 11815 was 11798, checked in by uli, 10 years ago

Add psutil as dependency.

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