Skip to content
Snippets Groups Projects
  1. Dec 08, 2023
    • Alexander Purr's avatar
      refs #24836 [fid_adr] w3c · 2c5013f5
      Alexander Purr authored and Mathias Maaß's avatar Mathias Maaß committed
      * error: Error: Duplicate ID toolbar-menu
      ** removed and icon title added
      *  Error: Attribute href not allowed on element button at this point.
      ** change button to a
      * Error: Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)
      ** remove nesting; move margin-btm class into a; add display-block style
      * add missing ids on inputs
      * correct heading translation
      * ship correct aria-describedby for subrecord favorite-action
      * error: doubled head-title
      ** use solution from 18780
      2c5013f5
  2. Dec 07, 2023
  3. Nov 30, 2023
  4. Nov 07, 2023
  5. Oct 17, 2023
  6. Oct 12, 2023
    • Alexander Purr's avatar
      refs #24326 [fid_adlr] template reconciliation vf6->vf7 · 1909842c
      Alexander Purr authored and Mathias Maaß's avatar Mathias Maaß committed
      * cart/*
      * feedback/*
      * remove HelpTranslations/*
      * layout/layout.phtml
      * search/*
      ** moving partial from results.phtml into controls/results-tools.phtml
      ** rename advanced_search_information.phtml into advanced-search-information.phtml
      * footer.phtml (no changes - to specific)
      * header.phtml (no changes - to specific)
      * fid/*
      * myresearch/*
      * Recomment/*
      * record/*
      * RecordDriver/*/core.phtml
      ** Resolve name of RecordDataFormatter specification by record type (using added record-view-helper function)
      ** move tab-rendering in two separate templates
      * RecordDriver/*
      * additional: scss reordering
      ** move font- & icon-variables into _customVariables.scss
      ** move import of icon-components in _customComponents.scss
      1909842c
  7. Oct 09, 2023
  8. Sep 28, 2023
  9. Sep 27, 2023
    • Robert Lange's avatar
      refs #24163 [finc] basic performance adaptions · 521200d4
      Robert Lange authored
      * expand selenium tests
      ** fix selenium test for ubl changeLanguage
      ** add test for performance on result list
      ** example: docker exec -it selenium_php_1 sh -c "./vendor/bin/steward run de_15/24163 firefox --group performance-static --server-url http://selenium:4444/wd/hub -vvv"
      ** remove unused and large chrome image
      
      * add finc performance logger for simple time measurement as csv format
      * add http debug service for unlogged requests
      * need to be uncommented in module.config (also set file name under [Logging])
      
      * Docker
      ** use image labels to avoid multiple images, container (and build caches) for each instance
      ** activate OpCache for PHP 8 to increase dev performance
  10. Sep 26, 2023
  11. Sep 07, 2023
  12. Aug 31, 2023
    • Robert Lange's avatar
      refs #24324 [fid_adlr] vf7 upgrade · 6939dbd0
      Robert Lange authored
      * recaptcha => captcha
      * comment out duplicate QueryFields
      * Zend => Laminas
      * fix code style: include instead of require
      * add csp ini
      * update dbis-module to 5.0.0
      * update boss-module to 3.0.0
      * update dbis-module to 5.0.0
      * update worldcat module to 1.1
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      * use renamed cookies js file
      * replace Zend by Laminas in templates
      * feedback forms
      * FeedbackForms.yaml:
      ** prevent >>The reserved indicator % cannot start a plain scalar; you need to quote the scalar<<
      ** update docs
      * load correct capcha-view-helper
      * complement user-table-list for admin
      * reconfigure order list columns in user profile
      * using inline-script view-helper
      * add missing function in facets.ini that causes error
      6939dbd0
  13. Aug 30, 2023
    • Jean-Pascal Kanter's avatar
      refs #24360 [fid] w3c · a27fde52
      Jean-Pascal Kanter authored
      * the better solution for missing ids in form fields:
      * add Ids for admin-edit-form.php
      * set correct attribute name in password-change-form.php
      * remove autocomplete on radio button in user-create-form.php
      * add correct php tag
      * remove duplicate ID in create.phtml
      a27fde52
  14. Aug 16, 2023
  15. Aug 15, 2023
  16. Aug 09, 2023
  17. Aug 02, 2023
    • Robert Lange's avatar
      refs #24322 [fid] VF7 module update · 99075649
      Robert Lange authored and Mathias Maaß's avatar Mathias Maaß committed
      * update composer, use latest finc/vufindhttp-psrcompat version
      * replace Zend by Laminas in php
      * use laminas instead of Zend i18n resources
      * use updated module for permission provider
      * add translation for label_access_level_basic_access
      * replace Zend by Laminas
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator, adapt doc
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator, adapt doc
      * add csp ini
      * convert inline script to Head script
      * adjust UserDataStrategy hydrate-method (maybe php7 problem only)
      ** failure at creating user and edit user data by admin
      ** prevent error: Too few arguments to function fid\Hydrator\Strategy\UserDataStrategy::hydrate()
      * adapt menu.phtml from finc
      ** add missing menu entries
      * add hydrator's extract-method return type
      * improve default config
      ** show createdAt-field in user list by default
      ** activate order export by default
      * add missing closing tag
    • Robert Lange's avatar
      refs #24322 [finc] use laminas instead of Zend i18n resources · 7307d5f0
      Robert Lange authored and Mathias Maaß's avatar Mathias Maaß committed
      7307d5f0
  18. Jul 21, 2023
  19. Jul 20, 2023
  20. Jul 13, 2023
  21. Jul 05, 2023
  22. Jun 30, 2023
  23. Jun 14, 2023
  24. Jun 12, 2023
    • Robert Lange's avatar
      refs #23952 [finc] add Traits for historicloansAction,... · ec2a6a37
      Robert Lange authored
      refs #23952 [finc] add Traits for historicloansAction, mediaReadyToPickupAction and lockAccountAction
      
      * add historicloansAction and getDriverForILSRecordWithBarcode from de_zwi2 to finc HistoricLoansTrait.php
      * move mediaReadyToPickupAction from zwi2 to finc MediaReadyToPickupTrait
      * move lockAccountAction from zwi2 to finc LockAccountTrait
      2 tags
      ec2a6a37
    • Robert Lange's avatar
      refs #23952 [finc] refactor loanHistoryAction · 08252a83
      Robert Lange authored
      * rename loanHistoryAction to historicloansAction as in VuFind MyResearchController
      ** rename in menu
      
      * config: set historic_loan_page_size to 30 as it is obvious default???
      
      * rename getMyLoanHistory to getMyTransactionHistory in LiberoWachtlTrait
      ** remove erronemous custom pagination
      ** rename also in AjaxHandler for badges count
      
      * remove obsolete code for paginator in historicloans.phtml
      08252a83
  25. Jun 05, 2023
  26. May 25, 2023
  27. May 19, 2023
  28. May 12, 2023
  29. May 09, 2023
  30. Apr 26, 2023
  31. Apr 25, 2023
    • Viola Elsenhans's avatar
      refs #19676 [finc] adapt label for bookbag other lists with checkboxes · 0fd1542e
      Viola Elsenhans authored
      * removes redundant sr-only
      * adds explanatory sr-only to select all buttons
      * unify generation of describedby title id
      * do not escape id
      * add title described by to cart link
      * add title described by to favorites link on result list
      * remove aria-label from default list
      * use getTitleDescribedById method (record view helper) only once in each template
      * replace old usage in myresearch templates
      * add aria-describedby to hierarchyTreeLink (on result list)
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      co-authored by: Claas Kazzer <kazzer@uni-leipzig.de>
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>