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

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

Add documents package.

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