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

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

Fix links.

File size: 7.5 KB
Line 
1Changes
2*******
3
41.3.2.dev0 (unreleased)
5=======================
6
7* Reorganize doctests. Remove deprecated doctests.
8
9* Enable temporary suspension of officer accounts. Plugins must be
10  updated after restart.
11
12* Rename 'Portal Users' 'Officers'.
13
14* Add link 'Kofa Docs for this page' at the end of the content box
15  which refers to the corresponding section of the
16  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
17
18* Filter students by current level in reports.
19
20* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
21  matric number counters when computing the matric number.
22
23* Bypass school fee payment activation code creation if student is allowed
24  to proceed to next session.
25
26* Convert `level` into a schema field to be consistent with the documentation.
27
28* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
29  in accordance with other exporter names.
30
31* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
32  permissions.
33
34* Do not automatically allow import managers to import user data.
35
36* Skip empty rows produced by spreadsheet software.
37
38* Add components to  configure a student export jobs in faculties.
39
40* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
41  (in state ``paid``) with same `p_session` and `p_category` exists.
42
43* Add new payment state ``waived``. This state can only be set by import
44  and is only used for the payments overview exporter to
45  mark sessions with waived fees.
46
47* Add exporter methods and export page to filter student data exports
48  by entering a list of student ids.
49
50* Student statistic can now be broken down by faculties or by departments.
51
52* Check if `p_id` exists in payments catalog when importing payment tickets in
53  create mode.
54
55
561.3.1 (2015-01-14)
57==================
58
59* 1.3 was a brown bag release. Fix uploaded files.
60
61
621.3 (2015-01-13)
63================
64
65* Add documents package.
66
67* Do not compare ResultEntry objects but their attributes.
68
69* Modify getWidgetsData so that we always get the same error format.
70
71* Validate all codes in university.
72
73* Catch traceback when creating an application slip with a corrupted
74  image file.
75
76* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
77  instead.
78
79* UserProcessor: Check if imported roles do exist in the portal.
80
81* Enable localization of batch processing modules.
82
83* Hide 'Create students' button. Only user admin can see this button.
84
85* Add application_slip_notice field to ApplicantsContainer.
86
87* Remove 'Size' column from logfiles table.
88
89* Add permission, page and button to mass-clear all students in a department.
90
91* Hide export download button 24 hours after file generation.
92
93* Add helper to allow `meminfo` checks for cached memory, etc.
94
95* Allow external checks of system load before performing expensive
96  actions.
97
98* Add new dependency: `psutil` (required to check system state).
99
100* Show flash message on general search page for the academic section.
101
102* Fix CertificateCourseProcessor. Mandatory is not a required field
103  and might be missing in import files. Improve logging. Extend and
104  fix CertCourseProcessorTests.
105
106* Provide customizable method for disabling clearance by clearance
107  officers.
108
109* Merge Javascript functions into one file. Add Javascript function to
110  calculate copyright notice year automatically.
111
112* Use lastname (surname) instead of firstname to verify found
113  application record on ApplicantRegistrationPage.
114
115* Append hash '#' also to datetimes to circumvent unwanted excel
116  automatic.
117
118* Method for (customizable) application passport upload requirements
119  added.
120
121* Filter payment ticket data exports by specifying the payment_date
122  period.
123
124* Method for (customizable) application payment slip download
125  requirements added.
126
127* Method for (customizable) application payment ticket upload
128  requirements added.
129
130* Remove unused rowadd javascript function.
131
132* certcode and reg_number added to DataForBursaryExporter.
133
134* Some batch processor names corrected.
135
136* Fixed ReST markup in setup.py long description.
137
138
1391.2 (2014-06-16)
140================
141
142* Redirect to login page after using password mandate.
143
144* Adding student payment tickets is logged.
145
146* Provide XMLRPC services for storing and retrieving fingerprint
147  scans.
148
149* Sort ContextualDictSource by dictionary values not by keys.
150
151* Add regular school fee and balance payments when exporting payments
152  overviews.
153
154* Add samePaymentMade method to StudentsUtils.
155
156* Fingerprint file upload enabled.
157
158* is_fresh property method added to Student class.
159
160* Special application procedure modified. Special applicants must submit
161  their form before they can download payment slips. Thus the regular
162  workflow is now applied but, in contrast to regular applications,
163  special applicants can create and pay more than one payment ticket.
164  Also application slips are hidden.
165
166* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
167
168* When sending mails, always set from-address to 'no-reply@waeup.org'.
169  Real from-addresses are now set in Cc and Reply-To fields. This is
170  to tackle problems with yahoo (does not allow yahoo.com mails to be
171  sent from non-yahoo servers).
172
173* Multiple payments in special application containers enabled.
174  Special payment applicants remain in state started after payment.
175
176* File input fields brought into shape with Bootstrap 3.
177
178* Transcript and access code pagetemplates adjusted.
179
180* Print QR codes on all student slips.
181
182* Allow adding current_level to base data section on all student slips
183  (requested by Uniben).
184
185* Windows is no longer supported. Installation manual removed.
186
187* Added JS helper to scroll to sequencelists after adding/removing items.
188
189
1901.1 (2014-03-13)
191================
192
193* Add display_fullname column to CourseTicketExporter (requested by Uniben).
194
195* Do also export student and course ticket data of students on probation.
196
197* 'Create student' option removed from 'Application Transition'
198  select field.
199
200* API docs added.
201
202* Back-to links replaced by animated jQuery plugins.
203
204* Default frontpage text updated.
205
206* Use absolute urls on datacenter pages.
207
208* Provide customizable method for disabling student payments.
209
210* After login and logout, regular users (officers) are redirected
211  to the portal's index page not to the portal's root. The
212  root URL can now be rewritten be Nginx or Apache so that the user
213  is being redirected to the university website
214  when entering the root URL directly or clicking the acronym.
215
216* Show tooltip alert and warning window before updating plugins.
217
218* JSAction has been deprecated. KofaAction can be used instead. Additional
219  parameters can be used in @action decorators to enable tooltips and/or
220  warning windows. The old @jsaction decorator still triggers a default
221  warning message.
222
223* jquery-ui.min.js is also used for tooltips.
224
225* Do not create TSC AC batch when updating plugins.
226  All TSC batches are created.
227
228* Make table on applicantsrootpage responsive.
229
230* Change width of input, select and textarea fields.
231
232* Use only https in theme.html.
233
234* INSTALL.txt updated and integrated into Sphinx documentation.
235
236* Redundancies removed in docs.
237
238
2391.0 (2014-02-22)
240================
241
242* Diazofied the complete package.
243
244
2450.2.1 (2014-02-21)
246==================
247
248* Send mails to from-address, if site-wide config admin is
249  different from it.
250
251* Change flash message for successful applicants.
252
253* Use more attributes of applicants with payer objects.
254
255* Update copyright infos (year).
256
257* Localization updates.
258
259
2600.2 (2014-01-09)
261================
262
263Tons of changes.
264
265
2660.1 (never released)
267====================
268
269Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.