Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
  2. 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
  3. 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
  4. Dec 07, 2021
  5. Dec 03, 2021
  6. Nov 29, 2021
  7. 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
  8. Nov 18, 2021
  9. 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
  10. Nov 01, 2021
  11. Oct 29, 2021
  12. Oct 28, 2021
  13. Oct 26, 2021
  14. Oct 22, 2021
  15. Oct 15, 2021
    • Dorian Merz's avatar
      refs #20642 [fid] restructure get-it-box for DDS · a836cda1
      Dorian Merz authored
      * change visibility of helper functions
      * allow for ALL keyword in sources list
      a836cda1
    • Dorian Merz's avatar
      refs #20223 [finc] refactor parseDaiaArray() · f7e3cd7b
      Dorian Merz authored
      * adds (configurable) titleHolds logic
      f7e3cd7b
    • Alexander Purr's avatar
      refs #20234 [fid] order editing for admins, improved order listings · 6b0c4e24
      Alexander Purr authored
      * new Client methods:
      ** get order (uses fidis GET resource)
      ** update order (is complemented by fidis PUT resource - ticket 20690)
      * add new route for EditOrder
      * new UserController methods
      ** editOrderAction -> loads order, form-config & view; checks EditOrder-Permission
      ** updateOrder
      ** applyStatusOptions for correct prefilling and translate of status options
      * new form-configs for simple (only status) and complete (status and due date) form
      * new configuration blocks in fid.ini (disabled)
      ** OrderList section for displaying additional columns in order list table
      ** Edit section (depending on order type - here pda and digitization) sets form type (basic / complete) and possible status options
      * templates
      ** add configured columns (like type, status, due date, edit button) on admin order list (and nested templates)
      ** new edit order main template (incl. some order information)
      ** new basic and complete form template
      * add getter and se...
      6b0c4e24
  16. Oct 14, 2021
  17. Oct 12, 2021
  18. Oct 08, 2021
  19. Oct 07, 2021
  20. Oct 05, 2021
  21. Sep 30, 2021
  22. Sep 29, 2021
  23. Sep 28, 2021
  24. Sep 27, 2021
  25. Sep 24, 2021
  26. Sep 23, 2021