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

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

Implement session-specific course registration deadline and
late registration payment.

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