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

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

Add unlock_score field to CourseTicketProcessor and extend checkUpdateRequirements.

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