Skip to content
Snippets Groups Projects
  1. Aug 18, 2020
  2. Aug 13, 2020
  3. Aug 12, 2020
  4. Aug 03, 2020
  5. Jul 31, 2020
  6. Jul 30, 2020
  7. Jul 29, 2020
  8. Jul 28, 2020
  9. Jul 27, 2020
  10. 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
    • Robert Lange's avatar
      refs #17711 [master] improve usability when deleting single favorite and list items · 19ed0e32
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * give user feedback when deleting single favorite by spinner
      * remove list items after successful deleting, don't reload page
      * show lightbox on error or success => should replace overriden functionality of setting buggy flash messages in performDeleteFavorite
      19ed0e32
  11. Jul 20, 2020
  12. Jul 17, 2020
  13. Jul 16, 2020
  14. Jul 14, 2020
  15. Jul 10, 2020
  16. Jul 08, 2020
  17. Jul 06, 2020
    • Claas Kazzer's avatar
      refs #17908 [finc, VF5.1, BARF] more accessiility rework · 7335634f
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * corrects lightbox and scss
      ** restores lightbox.js
      ** turns navbar-height calculation into correct formula
      * bugfixes xs
      ** changes offcanvas toggler into link
      ** hides media icons on XS by default
      ** adds margin-right to lang menu
      * fixes media display in result list
      * reverts hiding media icon (breaking change)
      * fixes IDs and anchors for correct sidebar functionality
      * fixes more sidebars
      * removes solo switch in record view
      * replaces strcmp operation in header since header is used in most
      instances
      * fix to lang menu: removes over-complicated hidden attribute
      7335634f
  18. Jul 02, 2020
  19. Jul 01, 2020
    • ckaz's avatar
      refs #17375 [finc, VF5.1, BARF] improves print setting · 151d71d8
      ckaz authored
      * improves print setting for favorites list
      * reinstates print.scss
      151d71d8
    • Dorian Merz's avatar
      refs #17375 [master] Restore missing favorites · ce18d9ef
      Dorian Merz authored
      * rebuild changes from #9016
      * serialize data to new DB field
      ** use VuFind's new getExtraMetadata
      * change method for serialization
      ** relies on RecordDriver function instead of Solr fields
      ** adds some additional data
      ** add some functions to serialization
      * adds result-list template to provide print output
      * change search link for missing records
      * use advanced search
      * show standard title line for missing records
      * assure bacwards compatiblity
      ** handle resource table entries that have been added before this feature went active
      ** early return if extra_metadata is missing
      * some code styling
      ce18d9ef
    • Dorian Merz's avatar
      refs #15811 [master 5.1.1] make links from hierarchy tree configurable · 844029d0
      Dorian Merz authored
      * adds TreeRenderer section to HierarchyDefault.ini
      * allows for selection of tabs that are linked to from the tree
      * configure tree parent links differently
      844029d0
  20. Jun 29, 2020