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

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

Show flash message on general search page for the academics section.

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