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

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

Implement BatchProcessor.checkCreateRequirements and
BatchProcessor.checkUpdateRequirements methods mainly
to protect course result lists of graduated student.

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