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

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

Implement ApplicantRefereeReportExporter.

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