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

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

Take DELETION_MARKER into consideration when updating passwords.

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