- Jan 06, 2022
-
-
Robert Lange authored
-
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"
-
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
-
Robert Lange authored
-
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>
-
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>
-
- Jan 05, 2022
-
-
André Lahmann authored
-
- Jan 04, 2022
-
-
Robert Lange authored
* devops info: ** run "./install-codestylechecker.sh install" to install dependencies for git hooks code style checks ** see https://projekte.ub.uni-leipzig.de/projects/finc-intern/wiki/Code-Quality-Checking_mit_PHPStorm#section-5 for integration of CS Fixer validation in PHPStorm * $HOME/bin/codestylechecker/php-cs-fixer3 fix --config=$HOME/bin/codestylechecker/vufind.php-cs-fixer.php_cs module/fid/src/ * add missing class and method comments * move view helper classes to correct directory * run codesniffer-beautifier for modules and templates co-authored by: Dorian Merz <merz@ub.uni-leipzig.de> co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
Robert Lange authored
-
Robert Lange authored
* also see #21054 * install dependencies for codesniffer (difffilter) and php-cs-fixer via install-codestylechecker.sh * remove difffilter package of coverage checker - reverts commit 8ae2e450.
-
- Jan 03, 2022
-
-
Claas Kazzer authored
-
- Dec 16, 2021
-
-
Dorian Merz authored
* adds cast to array for index 'about'
-
- Dec 15, 2021
-
-
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
-
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)
-
- Dec 08, 2021
-
-
Robert Lange authored
-
Robert Lange authored
-
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
-
Robert Lange authored
-
Heiko Wolf authored
-
- Dec 07, 2021
-
-
Robert Lange authored
* add template for multiple lines with horizontal rows in one table data * add css classes for more detailed margins * add translations for aditional titles, TODO: remove from de_15 and rk_le
-
Alexander Purr authored
-
Robert Lange authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
- Dec 06, 2021
-
-
Alexander Purr authored
* escape url manually (coming from VuFind) * translate label again (was falsely removed on previous commits) * enable automatic label escaping by removing 4th parameter
-
Heiko Wolf authored
-
Heiko Wolf authored
-
- Dec 03, 2021
-
-
Robert Lange authored
* TODO PR / refactoring of link templates
-
- Dec 01, 2021
-
-
Robert Lange authored
-
Robert Lange authored
-
Robert Lange authored
-
Gregor Gawol authored
* improve sourcecode
-
Alexander Purr authored
* move translations into new text domain LiberoAccount
-
- Nov 29, 2021
-
-
Robert Lange authored
* add src for ajax skeleton img * fix for cover: avoid exception for empty file name (FincMissing) * log exceptions of wachtl loan history call
-
- Nov 24, 2021
-
-
Gregor Gawol authored
* improve sourcecode
-
Alexander Purr authored
* move translations into new text domain LiberoAccount
-
Robert Lange authored
-
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
-
- Nov 22, 2021
-
-
Robert Lange authored
-
- Nov 21, 2021
-
-
Alexander Purr authored
* encapsulate shorthand if correctly
-