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

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

Implement RefereesRemindPage.

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