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

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

Add UpdateCourseTicketsView.

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