source: main/waeup.kofa/branches/uli-scores-upload/CHANGES.txt @ 17200

Last change on this file since 17200 was 13908, checked in by Henrik Bettermann, 8 years ago

Add LecturerLandingPage and LecturerCourses ManageLink viewlet.

File size: 11.7 KB
Line 
1Changes
2*******
3
41.4.2.dev0 (unreleased)
5=======================
6
7* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
8  viewlet.
9
10* Add `ExportPDFScoresSlip`.
11
12* Add `DownloadScoresView` which is for lecturers only. Remove
13  `waeup.showStudents` from `Lecturer` role. Adjust
14  `DataForLecturerExporter`. Only editable course tickets are being
15  exported.
16
17* Remove application fee fallback option. Application fees can only
18  be set via applicants containers. Hide Payment Tickets section on
19  application pages if fee isn't set.
20
21* Add  `ApplicantOnlinePaymentProcessor`.
22
23* Improve `AddStudyLevelFormPage`.
24
25* Create new exporter for lecturers and further restrict the usage of
26  exporters at course level. Lecturers can only export data of
27  current academic session.
28
29* Show certificate-specific p_level value on payment pages.
30  Ensure that only allowed payment levels can be selected when
31  adding a balance payment.
32
33* Add `flash_notice` field.
34
35* Documentation updates.
36
37* Update pinned versions: six
38
39
401.4.1 (2016-02-14)
41==================
42
43* Add new application workflow state (`processed`) and transition
44  (`process`).
45
46* Add `DegreeSource` and `degree` field to `Certificate`.
47  Plugins must be updated!
48
49* Upgrade bootstrap.py script and update some dependencies. For
50  already running instances a new init might be neccessary, i.e.
51  you might have to create a new virtualenv and run bootstap.py
52  and buildout from that new virtualenv to get rid of old
53  package versions in the runtime environment.
54
55* Upgrade versions.cfg to contain bugfix releases of packages we
56  depend on.
57
58
591.4 (2016-01-14)
60================
61
62* Add button and view which allow students to unregister their
63  current course list unless the courses have not been validated.
64
65* Configure transfer payments and let students enter their desired
66  study course. Save entered text in p_item attribute.
67
68* Add further permissions to the local `ApplicationsManager` role and
69  make it assignable at applicants container level.
70
71* Disable rendering of HTML tags in fullnames.
72
73* Add bed statistics components.
74
75* Add option which allows students to select a desired hostel before
76  booking accommodation.
77
78* Add `BedProcessor`.
79
80* Add portal maintenance mode.
81
82* Allow also `reg_number` on public page to check application status
83  without password.
84
85* Remove `beds_reserved` attribute from hostels. Hostels do no longer
86  contain information about reserved bed spaces.
87
88* Add methods and page to release expired bed allocations.
89
90* Use lastname instead of firstname for first-time password requests.
91
92* When building docs, ignore members with dots in name.
93
94
951.3.3 (2015-10-06)
96==================
97
98* Show file size of pdf documents in the documents section.
99
100* Add `MANIFEST.in`.
101
102
1031.3.2 (2015-09-14)
104==================
105
106* Add public page to check application status without password.
107
108* Fix department breakdown of student statistics.
109
110* Enable purging of applicants containers.
111
112* Enable pre-filling of applicants containers with empty
113  application records which are used during self-registration
114  to avoid excessive growth of the Data.fs.
115
116* Do only allow one running export job.
117
118* Add switch to disable all exports.
119
120* Enable import of list-of-choices fields.
121
122* Include 'end day' when searching for payments in a given period.
123
124* Do not create special application payment tickets with zero amount.
125
126* Remove manual clearance lock. Replace `clearance_locked` field by
127  property attribute.
128
129* Make student email field required.
130
131* Rename application workflow transitions and remove forbidden transitions.
132
133* Rename 'application section' for the sake of consistency.
134
135* Rename student views which are not layout-aware and thus not pages.
136
137* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
138  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
139
140* Implement session-specific course registration deadline and
141  late registration payment.
142
143* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
144  ignore-markers in update *and* create mode.
145
146* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
147  This exporter is designed for finding and finally purging outdated
148  payment ticket.
149
150* Remove deprecated xml importer and exporter components.
151
152* Rearrange datacenter upload page. Provide modal windows to view all
153  processors and sources and vocabularies.
154
155* Reorganize doctests. Remove deprecated doctests.
156
157* Enable temporary suspension of officer accounts. Plugins must be
158  updated after restart.
159
160* Rename 'Portal Users' 'Officers'.
161
162* Add link 'Kofa Docs for this page' at the end of the content box
163  which refers to the corresponding section of the
164  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
165
166* Filter students by current level in reports.
167
168* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
169  matric number counters when computing the matric number.
170
171* Bypass school fee payment activation code creation if student is allowed
172  to proceed to next session.
173
174* Convert `level` into a schema field to be consistent with the documentation.
175
176* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
177  in accordance with other exporter names.
178
179* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
180  permissions.
181
182* Do not automatically allow import managers to import user data.
183
184* Skip empty rows produced by spreadsheet software.
185
186* Add components to  configure a student export jobs in faculties.
187
188* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
189  (in state ``paid``) with same `p_session` and `p_category` exists.
190
191* Add new payment state ``waived``. This state can only be set by import
192  and is only used for the payments overview exporter to
193  mark sessions with waived fees.
194
195* Add exporter methods and export page to filter student data exports
196  by entering a list of student ids.
197
198* Student statistic can now be broken down by faculties or by departments.
199
200* Check if `p_id` exists in payments catalog when importing payment tickets in
201  create mode.
202
203
2041.3.1 (2015-01-14)
205==================
206
207* 1.3 was a brown bag release. Fix uploaded files.
208
209
2101.3 (2015-01-13)
211================
212
213* Add documents package.
214
215* Do not compare ResultEntry objects but their attributes.
216
217* Modify getWidgetsData so that we always get the same error format.
218
219* Validate all codes in university.
220
221* Catch traceback when creating an application slip with a corrupted
222  image file.
223
224* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
225  instead.
226
227* UserProcessor: Check if imported roles do exist in the portal.
228
229* Enable localization of batch processing modules.
230
231* Hide 'Create students' button. Only user admin can see this button.
232
233* Add application_slip_notice field to ApplicantsContainer.
234
235* Remove 'Size' column from logfiles table.
236
237* Add permission, page and button to mass-clear all students in a department.
238
239* Hide export download button 24 hours after file generation.
240
241* Add helper to allow `meminfo` checks for cached memory, etc.
242
243* Allow external checks of system load before performing expensive
244  actions.
245
246* Add new dependency: `psutil` (required to check system state).
247
248* Show flash message on general search page for the academic section.
249
250* Fix CertificateCourseProcessor. Mandatory is not a required field
251  and might be missing in import files. Improve logging. Extend and
252  fix CertCourseProcessorTests.
253
254* Provide customizable method for disabling clearance by clearance
255  officers.
256
257* Merge Javascript functions into one file. Add Javascript function to
258  calculate copyright notice year automatically.
259
260* Use lastname (surname) instead of firstname to verify found
261  application record on ApplicantRegistrationPage.
262
263* Append hash '#' also to datetimes to circumvent unwanted excel
264  automatic.
265
266* Method for (customizable) application passport upload requirements
267  added.
268
269* Filter payment ticket data exports by specifying the payment_date
270  period.
271
272* Method for (customizable) application payment slip download
273  requirements added.
274
275* Method for (customizable) application payment ticket upload
276  requirements added.
277
278* Remove unused rowadd javascript function.
279
280* certcode and reg_number added to DataForBursaryExporter.
281
282* Some batch processor names corrected.
283
284* Fixed ReST markup in setup.py long description.
285
286
2871.2 (2014-06-16)
288================
289
290* Redirect to login page after using password mandate.
291
292* Adding student payment tickets is logged.
293
294* Provide XMLRPC services for storing and retrieving fingerprint
295  scans.
296
297* Sort ContextualDictSource by dictionary values not by keys.
298
299* Add regular school fee and balance payments when exporting payments
300  overviews.
301
302* Add samePaymentMade method to StudentsUtils.
303
304* Fingerprint file upload enabled.
305
306* is_fresh property method added to Student class.
307
308* Special application procedure modified. Special applicants must submit
309  their form before they can download payment slips. Thus the regular
310  workflow is now applied but, in contrast to regular applications,
311  special applicants can create and pay more than one payment ticket.
312  Also application slips are hidden.
313
314* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
315
316* When sending mails, always set from-address to 'no-reply@waeup.org'.
317  Real from-addresses are now set in Cc and Reply-To fields. This is
318  to tackle problems with yahoo (does not allow yahoo.com mails to be
319  sent from non-yahoo servers).
320
321* Multiple payments in special application containers enabled.
322  Special payment applicants remain in state started after payment.
323
324* File input fields brought into shape with Bootstrap 3.
325
326* Transcript and access code pagetemplates adjusted.
327
328* Print QR codes on all student slips.
329
330* Allow adding current_level to base data section on all student slips
331  (requested by Uniben).
332
333* Windows is no longer supported. Installation manual removed.
334
335* Added JS helper to scroll to sequencelists after adding/removing items.
336
337
3381.1 (2014-03-13)
339================
340
341* Add display_fullname column to CourseTicketExporter (requested by Uniben).
342
343* Do also export student and course ticket data of students on probation.
344
345* 'Create student' option removed from 'Application Transition'
346  select field.
347
348* API docs added.
349
350* Back-to links replaced by animated jQuery plugins.
351
352* Default frontpage text updated.
353
354* Use absolute urls on datacenter pages.
355
356* Provide customizable method for disabling student payments.
357
358* After login and logout, regular users (officers) are redirected
359  to the portal's index page not to the portal's root. The
360  root URL can now be rewritten be Nginx or Apache so that the user
361  is being redirected to the university website
362  when entering the root URL directly or clicking the acronym.
363
364* Show tooltip alert and warning window before updating plugins.
365
366* JSAction has been deprecated. KofaAction can be used instead. Additional
367  parameters can be used in @action decorators to enable tooltips and/or
368  warning windows. The old @jsaction decorator still triggers a default
369  warning message.
370
371* jquery-ui.min.js is also used for tooltips.
372
373* Do not create TSC AC batch when updating plugins.
374  All TSC batches are created.
375
376* Make table on applicantsrootpage responsive.
377
378* Change width of input, select and textarea fields.
379
380* Use only https in theme.html.
381
382* INSTALL.txt updated and integrated into Sphinx documentation.
383
384* Redundancies removed in docs.
385
386
3871.0 (2014-02-22)
388================
389
390* Diazofied the complete package.
391
392
3930.2.1 (2014-02-21)
394==================
395
396* Send mails to from-address, if site-wide config admin is
397  different from it.
398
399* Change flash message for successful applicants.
400
401* Use more attributes of applicants with payer objects.
402
403* Update copyright infos (year).
404
405* Localization updates.
406
407
4080.2 (2014-01-09)
409================
410
411Tons of changes.
412
413
4140.1 (never released)
415====================
416
417Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.