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

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

Add logging message to releaseBedIfMaintenanceNotPaid.

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