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

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

Remove contact email header and add footer.

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