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

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

Add ticket level and session filter to CourseTicketExporter.

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