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

Last change on this file since 16161 was 16157, checked in by Henrik Bettermann, 4 years ago

Prepare renderPDFAdmissionLetter for merging with another pdf document.

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