Skip to content
Snippets Groups Projects
  1. May 18, 2022
    • Robert Lange's avatar
      refs #21281 [fid_adlr] add VuFindResultsGrouping · d506ed25
      Robert Lange authored
      * add package in composer.local.2.fid-adlr with zend version
      * add group limit an match string in configs for live and alpha
      * add record driver for default and ai to use package
      * add checkbox for grouping - but commented out
      * render grouping on result list of default and ai
      * update composer.lock after manual edit of composer.local.2.fid-adlr.json
      * check if driver uses result grouping by calling hasSubRecords
      * alpha config: override full section
      * hide checkbox control to deactivate result grouping
      2 tags
      d506ed25
  2. May 11, 2022
  3. Sep 13, 2021
  4. Apr 27, 2021
  5. Sep 08, 2020
  6. Jun 19, 2020
  7. Mar 11, 2020
    • Sebastian Kehr's avatar
      refs #17116 [master-v5] Docker fixups · eea72d69
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * avoid necessity of special chars in autoconfig specific environment variable names
      
      * assure env file is generated for mail container
      * let generated searches.ini file contain an empty index shards section by default
      
      * ignore data folder completely
      * use updated version of vufind-httpd image
      * let env container write with uid:gid of project root
      * let composer event handlers being called with correct uid:gid
      * add xsl and dom php extensions
      
      * avoid high cpu usage by endless loops
      eea72d69
  8. Mar 03, 2020
    • Sebastian Kehr's avatar
      refs #16923 [master-v5] docker development consolidation · ecb94e9d
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * no more usage of slow vufind-php image for various containers
      * use stock docker library images where possible for faster startup
      * build custom images for php and composer only to include xdebug and required extensions
      * provide and leverage custom entrypoint shell scripts for most containers
      * inject environment variables defined in docker-env.*.yml files within entrypoints
      * place environment variables defaults in in docker-env.0.finc.yml
      * place composer and npm caches in git-ignored subdirectories of project root directory
      * gracefully terminate all container processes (especially grunt and mail) for faster shutdown
      * let versions of php and mariadb equal those in current live systems
      * let container-written files have uid/gid of project root directory by default
      * forward exposed container ports to non-standard ports on host system
      * allow to override uid/gid of written files as well as host ports via environment variables
      
      * specify exact autoconfig version to install
      * avoid recursive call to chown in env entrypoint
      * drop unnecessary argument when calling grunt
      
      * report all errors (including notices, deprecation messages etc.)
      ecb94e9d
  9. Sep 25, 2019
    • Robert Lange's avatar
      refs #15589 [fid_adlr] transfer licenses from composer package into instance and embed DBIS package · d534122d
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * .gitignore changed: ignore copied dbis mixin in theme folder
      * composer.json changed: add DBIS package AND add post-install / post-update - hooks to copy mixins after composer install or update
      * config/application.config.php changed: also dbis module is still needed here for activation
      * fid_adlr/config/vufind/config.ini changed: set adlr licenses configuration
      * fid_adlr/config/vufind/fid.ini changed: set current api backend - remove on go live
      * fid_adlr/config/vufind/permissionBehavior.ini added: derived from fid for correct handling of permissions in permissionHelper (defaultDeniedTemplateBehavior = true)
      * fid_adlr/config/vufind/permissions.ini added: set permissions for licenses (currenty full_access only) and dbis (all)
      * module/fid_adlr/config/module.config.php changed: add routes for licenses = dbis = databases
      * module/fid_adlr/src/Controller/MyResearchController.php & MyResearchControllerFactor...
      d534122d
  10. Jun 19, 2019
    • Sebastian Kehr's avatar
      refs #15383 [fid] user management / registration · ea7bfde8
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * migration of former core-module-package contents
      * first adjustments of api client logon functionality
      * fix initial registration step
      * registration finalization adjustments
      * fetch libraries on registration
      * improved logon client method
      * refresh logon only if stale
      * throw exception on bad credentials
      * adjust config files
      * fetch user details only if logged on
      * rename namespace, text domain as well as module and theme
      
      * untrack compiled css
      * let registration form look like login form
      * rename ils driver for config injection by ils connection
      * use aliases for authenticator and ils driver
      * let authenticator support account creation
      * enable account creation in base config
      * override default account creation route
      
      * introduce user controller and update action
      ea7bfde8
  11. Apr 24, 2019
  12. Apr 03, 2019
  13. Jun 12, 2018
  14. Jun 06, 2018
  15. 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
  16. Jan 24, 2018
  17. Jan 11, 2018
  18. Oct 25, 2017
  19. Oct 24, 2017
  20. Oct 19, 2017
  21. Aug 03, 2017
  22. Feb 14, 2017
  23. Dec 12, 2016
  24. Nov 14, 2016
  25. Sep 15, 2016
  26. May 13, 2016
  27. Apr 19, 2016
  28. Mar 18, 2016
  29. Mar 08, 2016
    • André Lahmann's avatar
      refs #7163: · fcd12cc8
      André Lahmann authored
      * removed vendor from .gitignore
      * updated and added dependencies in vendor folder
      fcd12cc8
  30. Jan 07, 2016
  31. Nov 11, 2015
  32. Jul 17, 2015
    • André Lahmann's avatar
      refs #5640: · f69a2d2f
      André Lahmann authored
      * updated gruntfile.js with de_j59, de_bn3 and adlr_link
      * changed package.json name to vufind2-foundation (e.g. for community release)
      * added node_modules to .gitignore
  33. Jun 25, 2015
  34. Dec 01, 2014
  35. Nov 26, 2014
    • Martin Czygan's avatar
      Add various .gitignore patterns. · b275c11b
      Martin Czygan authored
      This combines the changes to .gitignore from three commits:
      
      91847d1a added oauth token to provide composer with github login credentials
      75681907 added git config
      d26d7b8c added dev config and some gitignore entries
      
      via `git diff d26d7b8c^..91847d1a  -- .gitignore`, except
      
      `vendor/*` is changed to `/vendor` so it does not match:
      
          themes/bootstrap3/js/vendor
      b275c11b
  36. Aug 09, 2013
  37. Jul 01, 2013
  38. Jun 30, 2013