Skip to content
Snippets Groups Projects
  1. Nov 30, 2023
  2. Aug 02, 2023
    • Robert Lange's avatar
      refs #24322 [fid] VF7 module update · 99075649
      Robert Lange authored and Mathias Maaß's avatar Mathias Maaß committed
      * update composer, use latest finc/vufindhttp-psrcompat version
      * replace Zend by Laminas in php
      * use laminas instead of Zend i18n resources
      * use updated module for permission provider
      * add translation for label_access_level_basic_access
      * replace Zend by Laminas
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator, adapt doc
      * fix hydrator - use Laminas\Hydrator\ClassMethodsHydrator, adapt doc
      * add csp ini
      * convert inline script to Head script
      * adjust UserDataStrategy hydrate-method (maybe php7 problem only)
      ** failure at creating user and edit user data by admin
      ** prevent error: Too few arguments to function fid\Hydrator\Strategy\UserDataStrategy::hydrate()
      * adapt menu.phtml from finc
      ** add missing menu entries
      * add hydrator's extract-method return type
      * improve default config
      ** show createdAt-field in user list by default
      ** activate order export by default
      * add missing closing tag
  3. Jan 10, 2022
  4. Jan 04, 2022
  5. Dec 15, 2021
    • 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
  6. Apr 21, 2020
    • Alexander Purr's avatar
      refs #17176 [fid] add advanced subito partial copy page selection validaton · 68a1f311
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * add new validators
      ** page selection: correct page order
      ** page selection: highest selected page can not exceed number of pages
      ** page selection: can not not exceed a certain percentaged part of whole record
      * add first validator to form configuration
      * add other validators within controller trait to from
      * add hyphen filter to form configuration
      * add dynamic page selection validators
      ** add session to RecordController via DelegatorFactory
      ** adjust behavior to handle false page selection warning with session parameter
      * add fid translation
      * display number of record pages in summary of subito partial copy
      ** changes in RecordDataFormatterFactory
      *** add general spec builder function
      *** extend general specs for subito partial copy
      68a1f311
  7. Feb 24, 2020
    • Sebastian Kehr's avatar
      refs #16787 [fid] · 1ce5fa62
      Sebastian Kehr authored
      * render job title field type-agnostic
      * remove permissions headline
      * set limited_access to granted for all
      1ce5fa62
  8. Nov 13, 2019
  9. 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
  10. May 03, 2019
  11. Apr 24, 2019