Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Dec 18, 2020
  3. Dec 17, 2020
  4. Dec 16, 2020
    • Alexander Purr's avatar
      refs #18754 [finc] more specific labels for checkboxes · d372be3b
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * add specific translations: try to switch between search results and favorites
      * add context parameter for renderer to figure out the right label for search results or favorites listings checkboxes
      ** once in Contoller
      ** once in earliest template
      
      co-authored by: Claas Kazzer <kazzer@uni-leipzig.de>
      * minor translation changes for checkboxes
      d372be3b
    • Dorian Merz's avatar
      refs #18509 [finc] mark some changes as deprecated · b2597b70
      Dorian Merz authored
      + code styling
      b2597b70
    • Robert Lange's avatar
      refs #18509 [finc] add language tags · 585045a0
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * in menu of side facets:
      ** by using SideFacets helper
      ** setting terms to decorate in facets.ini
      
      * in footer:
      ** remove empty call to layout()->poweredBy
      ** translate poweredBy
      ** remove language tag of poweredBy, because it's translated
      ** use external link view helper for footer images
      ** set aria-hidden to true for images
      
      * adjust alt text for footer images (like UBL) in language files
      585045a0
  5. Dec 14, 2020
  6. Dec 11, 2020
  7. Dec 08, 2020
  8. Dec 04, 2020
  9. Dec 03, 2020
  10. Dec 02, 2020
  11. Dec 01, 2020
  12. Nov 30, 2020
  13. Nov 27, 2020
  14. Nov 25, 2020
    • Gregor Gawol's avatar
      refs #18560 [master] BARF improve finc missing · d1f90f07
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * cleans up FincMissing - result-list
      * purges redundant code from FincMissing - result-list
      
      co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
      d1f90f07
    • ha848myco's avatar
      refs #17993 [master] streamline some labels · eff614a8
      ha848myco authored and Dorian Merz's avatar Dorian Merz committed
      * Review German translation for E-Mail
      ** Set German translation to "Mailen"
      ** Show the bulk action button list on search result page by default
      ** Bulk action button list: Change the order of the buttons
      ** Favorites:
      *** Add aria-label to the edit and delete button for every item
      *** Show action and title for the new aria-label
      * Review bulk action buttons
      ** Change order
      *** Change order for the result list
      *** Change order for the favorite list
      ** Change German translation for Print
      * Review variable bookbag_email_selected
      ** Use it again in h2 tag
      ** Change German translation
      eff614a8
  15. Nov 23, 2020
  16. Nov 20, 2020
  17. Nov 16, 2020
  18. Nov 13, 2020
    • ha848myco's avatar
      refs #17601 [finc] Review offcanvas behaviour on XS · 9e71bb86
      ha848myco authored
      * For offcanvas=true:
      ** Set focus to back button on sidebar resp. to active element on account sidebar
      ** Add back button for Author search on result list
      ** Add toggle button for search tips
      ** Add back button for search tips
      ** Add toggle button on page Library Cards
      ** Add toggle button on page Change Password
      * For offcanvas=false:
      ** Add back button
      ** Add link to the sidebar (toggle button)
      ** Add link to the content (back button)
      ** Set focus to back button on sidebar resp. to active element on account sidebar
      * Add new translation for search tip toggle button
      * adds aria-labels to offcanvas
      
      * sets sidebar for XS
      ** sets default to offcanvas true
      ** sets default to bookbag true
      ** makes sidebar on XS 100% wide when offcanvas is off
      ** corrects various scss glitches
      
      * use altered function in separate JS file
      ** avoid copy-paste overhead in case of changes on parent theme
  19. Nov 12, 2020
  20. Nov 09, 2020
    • Robert Lange's avatar
      refs #18129 [finc] set description for new kxp links without subfields · f955f8ce
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * edit getURLs in SolrMarcFincTrait for marc 856 https://www.loc.gov/marc/bibliographic/bd856.html
      ** new: set description to full text if 856 ind.2 = 0 (resource) and other subfields missing (3, x, z, y)
      ** new: set description to further information if 856 ind.2 = 2 (related resource) and other subfields missing (3, x, z, y)
      ** keep: set description to Online Access if ind.2 = 0 and doi.org and ind1 = 0
      * add translation for Further information and full text plain
      ** full text / Volltext
      ** Further informationen / Weiterführende Informationen
      f955f8ce