Skip to content
Snippets Groups Projects
  1. Aug 10, 2021
  2. Aug 04, 2021
  3. Aug 03, 2021
    • Robert Lange's avatar
      refs #18988 [finc] saving of favorites: dont reload page after login · 3ce1e5cb
      Robert Lange authored
      * do not set refreshOnClose to true in lightbox after neccessary catalog login for saving a record as favorite
      ** set userIsLoggedIn to true
      ** hide login link
      ** show logout link
      * improve code styles
      * also anticipate jshint for 17984 to set back focus on origin after closing
      * control overriding of page reload by extra parameter in template link
      2 tags
      3ce1e5cb
  4. Jul 30, 2021
    • Alexander Purr's avatar
      refs #20106 [fid] Digitization-on-Demand Service · 71917609
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * new inputs: library, signature, external_url
      * now 2 different forms:
      ** a) via record, prefilled (like before)
      ** b) via profile: free request (not indexed record)
      * about b)
      ** new action and route
      ** inherit and extend form configuration (new hydrator, 4 more fields) from a)
      ** reuse template from a) and add record-inputs
      ** new inputs: title (required), responsible, year, language
      ** record information ships via digitization-array (see FidAcquisitionTrait.php) into order object
      ** using createViewModel-function from AbstractBase for prevent loading not existing record
      * adjust orders listing template for displaying none indexed records correctly
      
      refs #20106 [fid] orders list
      * enable external links coming from data-lightbox
      * show additional request data if request is not linked to solr record
      71917609
  5. Jul 19, 2021
  6. Jul 16, 2021
  7. Jul 07, 2021
  8. Jul 01, 2021
  9. 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
  10. Jun 28, 2021
  11. Jun 25, 2021
  12. Jun 21, 2021
  13. Jun 16, 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
  21. May 18, 2021
    • Robert Lange's avatar
      refs #19811 [finc] adv. search: · e5bb1ed5
      Robert Lange authored and André Lahmann's avatar André Lahmann committed
      * set focus on first input in advanced search form
      ** after page has been loaded
      ** BUT focus on next / new input when user adds new search field
      * reset limit for results on default on clear-button
      ** set variable for javascript in /search/advanced/limit.phtml
      e5bb1ed5
  22. May 05, 2021
  23. Apr 30, 2021
  24. Apr 29, 2021
  25. Apr 22, 2021
  26. Apr 19, 2021
  27. Apr 15, 2021
  28. Apr 13, 2021
    • Claas Kazzer's avatar
      refs #18277 [FINC: Adv Search] add / remove fields and groups · 00d93e4b
      Claas Kazzer authored
      * corrects misplaced label
      * sync meta attributes for inputs with js
      * fix "for"-attribute of type label
      * use human readable numeration for legend and aria-label - js version
      * also set reset focus after deleting search field on last search field
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      00d93e4b
  29. Apr 09, 2021
  30. Apr 07, 2021
    • Robert Lange's avatar
      refs #19268 [finc] cover loader performance boost · 9b317282
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * avoid redirect after list action in layout context
      ** override Vufind CartController::redirectToSource for bulk export and mail
      ** override Vufind CartController::deleteAction for bulk delete
      ** override Vufind RecordController::saveAction for saving favorites on result list
      * use empty template for rendering messages in lightbox
      ** override Vufind RecordController::processSave instead of saveAction
      ** render messages in new message.phtml
      9b317282