- Feb 02, 2022
-
-
Alexander Purr authored
refs #20655 [fid] create some separate column field templates and split column configuration for user and admin order list * due date * edit
-
Robert Lange authored
-
Alexander Purr authored
* override RenderArray helper in finc
-
Alexander Purr authored
* use OrderList->displayCols array in fid.ini for activation and ordering columns * configuration is uses for order listing in user and admin view * restructure templating for best re-usage and less code * move templates into fid/order directory * add missing section in fid.ini * using renderInContext to retain parent's template variables too * hide empty lines / entries in renderArray-helper for displaying properties of free digitization-on-demand
-
- Jan 31, 2022
-
-
André Lahmann authored
-
Robert Lange authored
-
- Jan 28, 2022
-
-
Alexander Purr authored
-
- Jan 27, 2022
-
-
Claas Kazzer authored
-
Robert Lange authored
* also see https://www.loc.gov/marc/bibliographic/bd382.html
-
- Jan 26, 2022
-
-
Robert Lange authored
* docker exec -it [your docker container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/ExternalCatalogueLinkTest.php"
-
Claas Kazzer authored
* removes hidden-xs classes where useful * fixes SCSS for removed hidden-xs elements * fixes dropdown-arrow padding * adds partial to make bulk action buttons visible in XS
-
Robert Lange authored
refs #21166 [finc] sync test fixtures after changes in ISBN and ISSN indexing in search configuration
-
André Lahmann authored
-
André Lahmann authored
* introduced function to read solr institution field
-
- Jan 25, 2022
-
-
Alexander Purr authored
* full bookbag information is now part of role=status span
-
- Jan 21, 2022
-
-
Robert Lange authored
-
- Jan 20, 2022
-
-
Claas Kazzer authored
-
- Jan 18, 2022
-
-
Claas Kazzer authored
-
- Jan 14, 2022
-
-
Robert Lange authored
* avoid external validation problems with certificates using let's encrypt
-
- Jan 13, 2022
-
-
Robert Lange authored
-
- Jan 07, 2022
-
-
Robert Lange authored
* use EzbTrait.php for PR This reverts commit 6f1cc98c.
-
- 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
-