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

Last change on this file since 13124 was 13124, checked in by Henrik Bettermann, 9 years ago

More docs.

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