Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. Jan 04, 2022
  3. Dec 08, 2021
  4. Feb 25, 2021
  5. Apr 20, 2020
  6. Nov 14, 2019
    • Sebastian Kehr's avatar
      refs #16236 [master-v5] · df95877b
      Sebastian Kehr authored
      * restore vanilla v5.1.0 composer configuration and dependencies
      * drop composer platform php override to allow for dependencies requiring php > 7.0.8
      * install and configure add composer merge plugin
      * update npm-shrinkwrap.json
      * add finc specific dependencies via custom composer file
      * assure all symfony packages are locked to 3.4.*
      * execute themes-copy script on composer install and update
      df95877b
  7. Feb 27, 2019
  8. Feb 05, 2019
  9. Feb 04, 2019
  10. Jan 23, 2019
  11. Jan 22, 2019
  12. Jan 16, 2019
  13. Jan 15, 2019
  14. Jan 08, 2019
  15. Jan 07, 2019
  16. Dec 12, 2018
  17. Sep 11, 2018
    • Demian Katz's avatar
      Summon record persistence (#1218) · 5c54edfd
      Demian Katz authored
      - Works around problems caused by changing record IDs on the Summon side, using the bookmark feature provided by the Summon API
      - Includes mechanism for fallback record loading
      - Includes mechanisms for deduplication after record ID change
      5c54edfd
  18. Aug 16, 2018
  19. Aug 10, 2018
    • Dorian Merz's avatar
      refs #12558 MERGE in master · f0c91b3a
      Dorian Merz authored
      * changes static status handling
      * introduces finc/rules-evaluator package
      * uses StaticStatusRules.yaml if present
      f0c91b3a
  20. Jun 08, 2018
  21. May 31, 2018
    • Ulf Seltmann's avatar
      refs #12914 · a704426b
      Ulf Seltmann authored and Frank Morgner's avatar Frank Morgner committed
      * update docker-compose.yml to new images
      * remove /vendor folder
      * remove /local/dev folder
      * remove auth.json
      * update composer.lock
      a704426b
  22. May 24, 2018
    • Demian Katz's avatar
      Update QR code logic/dependencies (#1183) · 056ab097
      Demian Katz authored
      - Refactor to use services and dependency injection.
      - Rewrite QR code generation to use endroid/qr-code (previous library has been deprecated).
      - Add support for specific pixel sizes in the size parameter.
      - Smarter handling of default parameter values.
      056ab097
  23. May 23, 2018
  24. Mar 29, 2018
  25. Mar 26, 2018
  26. Mar 13, 2018
  27. Feb 26, 2018
  28. Feb 12, 2018
  29. Feb 09, 2018
  30. Nov 27, 2017
    • Sebastian Kehr's avatar
      refs #11810 · ce14a54e
      Sebastian Kehr authored
      * updated vendor deps using  @composer update@ since an existing @composer.lock@ was preventing install of some packages (e.g. @sabre/vobject@)
      
      * created class @finc\Controller\Factory@ extending @vufind\Controller\Factory@ which basically overrides @getGenericController@ to use a dynamically resolved namespace
      
      * modified @finc\module.config.php@ to use @finc\Controller\Factory@ for controller classes previously declared as @invokable@
      
      * removed constructor from @finc\Controller\RecordController@
      
      * added protected method @finc\RecordDriver\SolrDefault::getAuthorRolesArray()@ expected by @finc\RecordDriver\SolrDefaultFincTrait@ since it was removed from @vufind\RecordDriver\SolrDefault@
      ce14a54e