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

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

Add option to render transcripts without passport picture and QR code.

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