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

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

Hide export download button 24 hours after file generation.

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