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

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

Add session_levelfilter to StudentStudyLevelExporter.

Adjust tests.

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