Skip to content
Snippets Groups Projects
  1. Nov 30, 2022
  2. Nov 17, 2022
    • Robert Lange's avatar
      refs #22529 [finc, vufind] w3c + amsl sources · 3b5bcea7
      Robert Lange authored
      * w3c
      ** help: use same userLang for xml as for lang in meta tag
      ** add help.phtml to update html5 DocType
      ** adv help: use hyphens for name props
      ** search help: use hyphens for name props
      ** adv help: restore changes in root from #18999 - moved to finc accessibility
      ** sources list: remove href from button
      ** sources list: remove stray end tag for dfg link
      ** sources list: remove invalid and unused itemcount
      
      * fix urls of sources list
      ** use url encoded quotion mark for base url
      ** do not use external link view helper
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      * w3c cart / bookbag: remove redundant value="1"
      3b5bcea7
  3. Oct 21, 2022
    • Alexander Purr's avatar
      refs #22511 [finc-accessibility] usability date range slider · d88290bc
      Alexander Purr authored
      * add cluster for extracting possible year ranges
      * set up possible ranges and by user chosen filtered years at the beginning of template to provide fitting variables for inputs and date range slider
      * adjust configuration for loading complete range of years
      d88290bc
  4. Aug 01, 2022
  5. Jul 27, 2022
  6. Jul 22, 2022
    • Claas Kazzer's avatar
      refs #22127 [finc] vf6 Styles Active Filters in header · 57d65754
      Claas Kazzer authored
      * removes from finc-accessibility and adds it to finc
      * fine tunes and styles it in finc
      * styles Active Filters in header
      * removes Active Filters from finc-accessibility
      * fine-tunes active filter elements in header
      * adds ellipsis for overlong filter elements
      * re-alligns elements due to ellipsis-related changes
      * corrects erroneous for-label
      * fixes active filters alignments
      57d65754
  7. Jul 15, 2022
    • Claas Kazzer's avatar
      refs #21621 [finc] vf6: breaks down SCSS into meaningful chunks · 8bd5e5bc
      Claas Kazzer authored
      * removes javascript type references in finc
      * re-instates bulk-action-buttons template for proper id assignment and display
      * SCSS separation
      * removes javascript type references in finc
      * re-instates bulk-action-buttons template for proper id assignment and display
      * continues SCSS separation
      * clarifies keep filter elements (partial move to finc theme)
      * increases touch/click area on keep filters
      
      * bootstrap3 VF6.x to VF 8.1: adds missing !default flags to accessibility.scss
      ** attempt to get this fixes is in PR https://github.com/vufind-org/vufind/pull/2483
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      8bd5e5bc
  8. Jun 17, 2022
  9. Jun 14, 2022
    • Viola Elsenhans's avatar
      refs #21622 [finc] VuFind 6.1.2 templates upgrade · 7ba366ec
      Viola Elsenhans authored
      * remove some classnames
      * corrects and updates add-to and remove-from cart buttons
      * adds corresponding SCSS according to new file structure
      * corrects class and adds alphabrowse in footer
      * updates header theme button
      * clarifies comment in checkbox.phtml
      * upgrade footer, header
      * upgrade /ajax/
      * upgrade /cart
      * upgrade /collection/
      * upgrade /ContentBlock/
      * upgrade /Helpers/
      * upgrade /layout/
      * upgrade /librarycards/
      * upgrade /myresearch/
      * upgrade /record/
      * upgrade /RecordDriver/DefaultRecord/
      * upgrade /RecordDriver/RecordTab/
      * upgrade /RecordDriver/search/advanced/
      * upgrade /RecordDriver/search/controls/
      * upgrade fix bug in single-facet
      * upgrade /search/
      
      co-authored by: Claas Kazzer <kazzer@uni-leipzig.de>
      * corrects short php tags, clarifies search-history and facets
      * upgrade-related post-fixes
      * corrects code in finc-acc. for upgrade
  10. Apr 27, 2022
  11. Apr 13, 2022
  12. Feb 21, 2022
  13. Nov 18, 2021
  14. Nov 09, 2021
  15. 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
  16. 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
  17. Oct 11, 2021
  18. Oct 08, 2021
  19. Sep 30, 2021
  20. Sep 28, 2021
  21. Sep 27, 2021
    • Robert Lange's avatar
      refs #20616 [finc] · 0afd91f9
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * beautify bootstrap-accessibility-en.min.js and bootstrap-accessibility-de.min.js
      * override bootstrap show / hide / addAriaAndCollapsedClass: don't add aria-expanded to collapsing element
      ** copy methods from bootstrap.min.js and avoid setting of aria-expanded="false" or aria-expanded="true" for elements to collapse (e.g. ul)
      * Recommend SideFacets: add aria-expanded for collapse trigger buttons in templates on page load
      0afd91f9
  22. Sep 24, 2021
  23. Jul 07, 2021
  24. Jun 29, 2021
    • Claas Kazzer's avatar
      refs #17850_merge [finc: BARF] BS-accessibility plugin localization · 2452d723
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * creates a German version in finc-accessibility
      * translate caroussel terms to German
      * use empty standard version to overwrite outdated default
      * use language specific versions for German and English in layout template
      * add template for similar items to load accessibility plugin as ajax tab
      ** necessary to register new elements loaded by ajax
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      2452d723
  25. May 26, 2021
  26. May 20, 2021
  27. Apr 30, 2021
    • Alexander Purr's avatar
      refs #17934 [finc] show site facet groups as html listings · b3d1e989
      Alexander Purr authored
      * for more or less facets buttons: stop parent event handling on link by event.stopImmediatePropagation()
      * facet group on single page: add ul
      * remove filters (side facets) as list
      * put scss into separate scss file in finc-accessibility theme
      * inherit scss from finc-accessibility theme
      * move potential PR SCSS to finc-accessibility
      * small refactoring on single-facet.phtml
      2 tags
      b3d1e989
  28. Mar 11, 2021
    • Robert Lange's avatar
      refs #18993 [finc] · 6d56bddc
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add landmarks for active facets
      * refactor short (aka skip) links
      * add hint for page reload as title in side facets
      * show all applied side facets
      * Add filter title to facet title tags
      * Add filter name to facets
      * Corrects filter help texts
      * Filter help texts
      * adds filter help text to top selection
      * specify side facet help texts
      * make facets more accessible
      * make exclude-facets more accessible
      
      for details see issue/18993
      
      co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
  29. Mar 01, 2021
  30. Feb 01, 2021
  31. Dec 18, 2020
  32. Dec 16, 2020
  33. Dec 11, 2020
  34. Dec 08, 2020
  35. Dec 04, 2020
  36. Nov 30, 2020