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

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

Hide 'Create students' button. Only user admin can see this button.

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