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

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

Get set of selected students also from list of matric numbers.

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