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

Last change on this file since 15440 was 15432, checked in by Henrik Bettermann, 6 years ago

Ease customization of selectable payment categories.

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