Skip to content
Snippets Groups Projects
  1. Mar 07, 2022
  2. Mar 04, 2022
  3. Mar 02, 2022
  4. Mar 01, 2022
  5. Feb 24, 2022
  6. Feb 21, 2022
    • Robert Lange's avatar
      refs #21313 [finc] consolidate count items in menu · 556a1072
      Robert Lange authored
      * GetAdditionalAccountInfo:
      ** dont fetch fines - sum up is already done by account_ajax
      ** use GET instead of POST request
      * account_ajax: add finc override and itemCount; remove tooltips / titles
      * remove obsolete script in menu.phtml
      556a1072
  7. Feb 07, 2022
  8. Feb 03, 2022
  9. Feb 02, 2022
  10. Jan 31, 2022
  11. Jan 27, 2022
  12. Jan 26, 2022
  13. Jan 13, 2022
  14. Jan 10, 2022
  15. Jan 07, 2022
  16. Jan 06, 2022
    • Robert Lange's avatar
      refs #21044 [finc] adapt icon mapping by configuration · 4c502ed1
      Robert Lange authored
      * more robust constructor of record view helper
      * code styles
      * use beautifier: "vendor/bin/phpcbf --standard=devops/codecheck/rules/phpcs.xml module/finc/src/finc/View/Helper/Root/Record.php"
      4c502ed1
    • André Lahmann's avatar
      refs #20764 [fid] refactoring of EZB resolver driver · d5f0419a
      André Lahmann authored
      * introduced translation domain for GetItBox
      * refactored templates to use GetItBox domain
      * refactored state logic in resolverLinks-button.phtml to work with standardized VuFind access states
      * refactored and aligned GetResolverLinks->handleRequest with finc version
      * remove fetchLinks from EZB, use parent
      d5f0419a
    • André Lahmann's avatar
      refs #20764 [finc] refactoring of EZB resolver driver · 84460898
      André Lahmann authored
      * add EZB resolver driver trait in finc for easier mergin and preparation of pull request
      * added resolver configuration parameters and comments to local/Resolver.ini
      * added new configuration parameters to Resolver.ini for setting ezb/zdb=1
      * aligned finc EZB resolver with VuFind EZB resolver
      * minor changes in GetResolverLinks->handleRequest to align with VuFind module
      * remove ResoverTrait and minify fetchLinks
      * inherit title selector for resolver result xpath from vufind
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      84460898
    • André Lahmann's avatar
      refs #20764 [finc] add EZB resolver driver trait in finc for easier mergin and... · 20ace5a8
      André Lahmann authored
      refs #20764 [finc] add EZB resolver driver trait in finc for easier mergin and preparation of pull request
      
      * make title selector a static variable that can be overwritten
      * add electronic result type 10 for Unknown Electronic
      * format rft.date and map rft properties
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      20ace5a8
  17. Jan 05, 2022
  18. Jan 04, 2022
  19. Dec 16, 2021
  20. Dec 15, 2021
    • Alexander Purr's avatar
      refs #21063 [fid] changes after using PHP CS Fixer 3.1.0 instead of 2.14.0... · d51e616d
      Alexander Purr authored
      refs #21063 [fid] changes after using PHP CS Fixer 3.1.0 instead of 2.14.0 (friendsofphp/php-cs-fixer)
      
      * PHP CS Fixer 3.1.0 is used in VuFind8
      * working just with test/vufind.php-cs-fixer.php ruleset from VuFind8
      ** with updated ruleset
      ** some rule names / settings changed because of fixer version
      * running by command:
      ** ../VuFind8/vendor/bin/php-cs-fixer fix --config=../VuFind8/tests/vufind.php-cs-fixer.php module/fid
      d51e616d
    • Alexander Purr's avatar
      refs #21063 [fid] running fixer · ea8e05d8
      Alexander Purr authored
      * vendor/bin/phpcbf --standard=tests/phpcs.xml module/fid/
      * vendor/bin/php-cs-fixer fix --config=tests/vufind.php_cs module/fid
      * using PHP_CodeSniffer 3.6.2 instead of 3.4.0 (squizlabs/php_codesniffer)
      ea8e05d8
  21. Dec 08, 2021
    • Robert Lange's avatar
      refs #19208_merge [finc] map icons by config · 18169b70
      Robert Lange authored
      * configure style based icons in separate config file iconMapping.ini
      * specify mapping by type and set defaults for finc (transfered and simplified from record-icon-class.phtml)
      * fetch single or multiple facets in recordViewHelper and merge them - specified by type and concatenateKeys
      * remove obsolete templates record-icon-class.phtml, record-icon-class, record-icon-sprite, and record-icon-sprite-class
      * map icons by facetAvail (default)
      * add mapping by format (alternative)
      * add additional translations
      * use lowercase for format icon mapping
  22. Dec 07, 2021
  23. Dec 03, 2021
  24. Nov 29, 2021
  25. Nov 24, 2021
    • Robert Lange's avatar
      refs #20842 [finc] refactor getPickUpLocations · 70bdeee5
      Robert Lange authored
      * move getWachtlPickUpLocations from de_zwi2, de_d13 to LiberoWachtlTrait for PAIA usage to fetch pickUpLocations
      * move getPickUpLocations from de_105, de_l152, de_15, de_ch1 to FincLibero for DAIA usage to fetch pickUpLocations
      ** check for config var "useWachtlPickupLocations" to use LiberoWachtlTrait
      ** check for useDaiaLocationId to use FincIls getPickUpLocations
      ** otherwise use customData from getCustomData
      
      * refactor parseDaiaArray for getPickUpLocations
      ** set item_id for non-title-hold orders (storage retrieval request)
      ** also refs #20223
      70bdeee5
  26. Nov 18, 2021
  27. Nov 02, 2021
    • Dorian Merz's avatar
      refs #20817 [finc] refactor init() · bdfcfdd5
      Dorian Merz authored
      * move general config initialization to finc FincLibero
      * make required configs available
      * ignore absent config if not required
      * de_zi4 configs DONE
      * enhance readability
      * introduce helper function setMemberFromConfig
      * move de_15 init here
      * throw Exception on init error
      * introduce new class InitException
      * force throwing of Exception in case of missing required config
      
      * KNOWN BUG: Exception not thrown in overlay
      bdfcfdd5
    • Robert Lange's avatar
      refs #20841 [finc] override PAIA changePassword in FincLibero · 3fefc008
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      3fefc008
  28. Nov 01, 2021
  29. Oct 29, 2021