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

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

Add application_slip_notice field to ApplicantsContainer?.

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