Skip to content
Snippets Groups Projects
  1. Nov 09, 2020
  2. Nov 06, 2020
  3. Nov 04, 2020
    • ha848myco's avatar
      refs #17950 [master] Change tag <div> with <p> for alerts · e53c1f2f
      ha848myco authored and Dorian Merz's avatar Dorian Merz committed
      * Use tag p instead of div for flashmessages
      * Change tag <div> with <p> for alerts
      * Review class text-success
      ** Change <div> with <p>
      ** Remove margin-bottom
      * move newly added files to throwaway theme
      * introduce finc specific Flashmessages ViewHelper
      
      co-authored by: "Dorian Merz <merz@ub.uni-leipzig.de>"
      e53c1f2f
  4. Oct 27, 2020
  5. Oct 09, 2020
  6. Oct 08, 2020
  7. Oct 05, 2020
  8. Sep 30, 2020
  9. Sep 25, 2020
  10. Sep 23, 2020
  11. Sep 18, 2020
  12. Sep 17, 2020
  13. Sep 16, 2020
  14. Sep 08, 2020
  15. Sep 02, 2020
  16. Aug 31, 2020
  17. Aug 26, 2020
  18. Aug 25, 2020
  19. Aug 18, 2020
  20. Aug 03, 2020
  21. Jul 31, 2020
  22. Jul 30, 2020
  23. Jul 29, 2020
  24. Jul 28, 2020
  25. Jul 27, 2020
  26. Jul 23, 2020
    • Robert Lange's avatar
      refs #17714 [master] use inheritance for searchspecs.yaml · 2011eba2
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * prepare testing directory structure for yaml comparism
      ** add fixtures in same order as config files
      ** use symlinks for real configs
      ** use result searchspecs for old outcome before refactoring
      * fix finc test setup for docker
      * add finc SearchSpecsReaderTest
      ** run: docker exec -it [php container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/Config/SearchSpecsReaderTest.php"
      [--filter testParentYaml]"
      
      * in local searchspecs.yaml
      ** use vufind as parent and keep only delta
      * in local alpha searchspecs.yaml
      ** use local as parent, no delta
      
      * use autoconfig version 2.3.3, see also https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/autoconfig/-/commit/7b396da68c63820c869d45ca655d70d77b417aef
      * add env var for local searchspecs.yaml in docker-env.0.finc.yml
      2011eba2
    • Robert Lange's avatar
      refs #17712 [master] speed up deleting of single favorite and list items · ade4e65d
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * dont reload favorites because we use ajax in templates for single items
      ** early return when layout is lightbox
      ** for multiple items we still use bulk action in CartController
      * dont set flash messages when deleting items
      ** override method performDeleteFavorite from vufind
      ** prevent delayed success messages when loading modals
      ** use VuFind.lightbox.alert with javascript in template instead (see 17711)
      ade4e65d