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

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

Rename StudentPaymentsOverviewExporter.

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