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

Last change on this file since 14842 was 14804, checked in by Henrik Bettermann, 7 years ago

Allow ApplicantOnlinePaymentProcessor to import records without p_id column in create mode.

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