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

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

Register KofaSourceOrderedMultiSelectWidget? for IterableSource? and
KofaSourceOrderedMultiSelectWidget? for IVocabularyTokenized.

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