Skip to content
Snippets Groups Projects
  1. Jul 06, 2021
    • Robert Lange's avatar
      refs #19603 [finc] refactor getFincId and getAlternativeItemId · 8388aa1f
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * allow list of ids and load results as batch from solr
      * escape colons centralized in getFincId
      * code styles
      * move searchRelatedRecords from SolrMarcFincTrait to new finc\Controller\CustomTraits\SearchTrait
      * call searchRelatedRecords instead of getFincId within getAlternativeItemId
      * merge elements of getFincId into getAlternativeItemId
      ** handle multiple ids within getAlternativeItemId
      ** escape colon when existing
      ** rude exception catching
      * replace call of getFincId by getAlternativeItemId within mapPaiaItems
      
      co-authored by "Dorian Merz <merz@ub.uni-leipzig.de>"
      * slight refactoring
      * add more method comments
      
      co-authored by "André Lahmann <lahmann@ub.uni-leipzig.de>"
      * added comment for choice of trait location
      8388aa1f
  2. Jul 02, 2021
  3. Jul 01, 2021
  4. 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
  5. Jun 28, 2021
  6. Jun 24, 2021
  7. Jun 22, 2021
  8. Jun 21, 2021
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. Jun 15, 2021
  12. Jun 14, 2021
  13. Jun 11, 2021
  14. Jun 10, 2021
  15. Jun 09, 2021
  16. Jun 04, 2021
  17. Jun 03, 2021
  18. May 26, 2021
  19. May 25, 2021
  20. May 20, 2021
    • Robert Lange's avatar
      refs #19435 [finc] accessibility: add autocompletion for user creation fields · b4a8ae2b
      Robert Lange authored
      * copied from /themes/bootstrap3/templates/Auth/Database/create.phtml
      ** add autocomplete for first name: given-name
      ** add autocomplete for last name: family-name
      ** add autocomplete for email: email
      ** add autocomplete for username: username
      ** add autocomplete for password: new-password
      ** add autocomplete for password confirmation: new-password
      
      * also add autocompletion for user fields of password reset
      ** add autocomplete for first name: given-name
      ** add autocomplete for last name: family-name
      ** add autocomplete for username: username
      ** add autocomplete for email: email
      2 tags
      b4a8ae2b