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

Last change on this file since 15501 was 15476, checked in by Henrik Bettermann, 5 years ago

Use decimal.Decimal to counteract Python floating point limitation.

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