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

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

Add AccommodationDisplayFormPage

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