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

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

Extend and fix CertCourseProcessorTests?. Improve logging.

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