Skip to content
Snippets Groups Projects
  1. Jan 25, 2022
  2. Jan 21, 2022
  3. Jan 20, 2022
  4. Jan 18, 2022
  5. Jan 14, 2022
  6. Jan 13, 2022
  7. Jan 07, 2022
  8. Jan 06, 2022
    • Robert Lange's avatar
      refs #21044 [finc] adapt icon mapping by configuration · 4c502ed1
      Robert Lange authored
      * more robust constructor of record view helper
      * code styles
      * use beautifier: "vendor/bin/phpcbf --standard=devops/codecheck/rules/phpcs.xml module/finc/src/finc/View/Helper/Root/Record.php"
      4c502ed1
    • André Lahmann's avatar
      refs #20764 [finc] refactoring of EZB resolver driver · 84460898
      André Lahmann authored
      * add EZB resolver driver trait in finc for easier mergin and preparation of pull request
      * added resolver configuration parameters and comments to local/Resolver.ini
      * added new configuration parameters to Resolver.ini for setting ezb/zdb=1
      * aligned finc EZB resolver with VuFind EZB resolver
      * minor changes in GetResolverLinks->handleRequest to align with VuFind module
      * remove ResoverTrait and minify fetchLinks
      * inherit title selector for resolver result xpath from vufind
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      84460898
    • André Lahmann's avatar
      refs #20764 [finc] add EZB resolver driver trait in finc for easier mergin and... · 20ace5a8
      André Lahmann authored
      refs #20764 [finc] add EZB resolver driver trait in finc for easier mergin and preparation of pull request
      
      * make title selector a static variable that can be overwritten
      * add electronic result type 10 for Unknown Electronic
      * format rft.date and map rft properties
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      20ace5a8
  9. Jan 05, 2022
  10. Jan 04, 2022
  11. Jan 03, 2022
  12. Dec 16, 2021
  13. Dec 08, 2021
  14. Dec 07, 2021
  15. Dec 06, 2021
  16. Dec 03, 2021
  17. Dec 01, 2021
  18. Nov 29, 2021
  19. Nov 24, 2021
  20. Nov 21, 2021
  21. Nov 18, 2021
  22. Nov 09, 2021
  23. Nov 04, 2021
    • Claas Kazzer's avatar
      refs #19938 [finc] BARF aria in tabs · 289315b4
      Claas Kazzer authored
      * adds initial changes to initially active tab in view.phtml
      * cleans up previous misses
      * set aria-selected for tab control on initial load
      * add sr-only hint on control tabs
      * info that content has to be loaded by click / enter
      * reverts changes to using li + a
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      * set aria-hidden for tab content
      * use active tab text for aria-labelledby on first load without ajax
      * copy record.js from bootstrap
      ** set aria-selected tab controls by jquery
      ** add role and aria-label to new tab pane in record.js::getNewRecordTab
      ** only set value for aria-controls onload in view.phtml for active tab
      ** set value for aria-controls when tab is clicked / tab loaded by ajax
      ** add focus on content after click on control
      ** info that content has to be loaded by click / enter
      
      * remove console log from bootstrap-accessibility-en.min.js
  24. Nov 03, 2021
    • Robert Lange's avatar
      refs #19695 [finc] w3c validation · 5e508e72
      Robert Lange authored
      * use data-href instead of href as button attribute
      * move role="search" from nav to parent div
      * use div instead of span for parent search control forms
      * use div > form > nocscript
      * use href within a-tag instead of button
      * results encapsulate search/controls/view.phtml within div
      * add id for reference on result list items, also refs #18019
      * SideFacets - cluster-list use span instead of div
      * try setting modal-title by javascript in LIGTHBOX ONLY
      * urlencode square brackets in link-isn.phtml
      * remove form-legend in profile forms for new-password and account
  25. Nov 02, 2021
    • Dorian Merz's avatar
      refs #20817 [finc] refactor init() · bdfcfdd5
      Dorian Merz authored
      * move general config initialization to finc FincLibero
      * make required configs available
      * ignore absent config if not required
      * de_zi4 configs DONE
      * enhance readability
      * introduce helper function setMemberFromConfig
      * move de_15 init here
      * throw Exception on init error
      * introduce new class InitException
      * force throwing of Exception in case of missing required config
      
      * KNOWN BUG: Exception not thrown in overlay
      bdfcfdd5
    • Robert Lange's avatar
      refs #20841 [finc] override PAIA changePassword in FincLibero · 3fefc008
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      3fefc008