- 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
* 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
-
- 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
-
- Dec 03, 2021
-
-
Robert Lange authored
* TODO PR / refactoring of link templates
-
- 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
-
-
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 18, 2021
-
-
Robert Lange authored
* define hierarchy tree tab as ajax-loadable * fix: set aria-controls for ajax tabs just-in-time to avoid reference of aria to unloaded tab-content, also #19938
-
- Nov 02, 2021
-
-
Dorian Merz authored
* move general config initialization to finc FincLibero * make required configs available * ignore absent config if not required * de_zi4 configs DONE * enhance readability * introduce helper function setMemberFromConfig * move de_15 init here * throw Exception on init error * introduce new class InitException * force throwing of Exception in case of missing required config * KNOWN BUG: Exception not thrown in overlay
-
-
- Nov 01, 2021
-
-
Dorian Merz authored
* moved 'service_type' entry (and helper function) from de_zi4 * add separate getItemNotes
-
- Oct 29, 2021
-
-
Alexander Purr authored
* remove translator (didn't work anyway) * no url escape * manual escape check for attributes and label * using external link view helper in finc templates
-
Dorian Merz authored
* refactor ILL request handling ** adds getMyILLRequests-Method to FincILS ** introduces checkMethodILLRequests to check for the existence of adequate config * add ILLpattern to init() * add label filter * from DE-15, refs #15214 * allow for more general label filters * added documentation on config
-
- Oct 28, 2021
-
-
Robert Lange authored
* consolidate comments
-
Robert Lange authored
* add additional filter on item for daiaPrefix and on storageid for stackURIS * method moved from de_15 and de_l152
-
* reverted #19621 * reverted #17979 * clean up view helper factory * add pullrequest changes
-
* overrides VuFind DAIA method * set emtpy string for empty label instead of english word 'UNKNOWN' * moved from de_15 and de_l152
-
- Oct 26, 2021
-
-
* uses vcard and avoid webscraping * affects de_15, de_zwi2 and de_d13
-
Dorian Merz authored
-
- Oct 22, 2021
-
-
* check if order has solr record / record driver * if not: display record information given by user * add default status on digitization without solr record
-
- Oct 15, 2021
-
-
Dorian Merz authored
* change visibility of helper functions * allow for ALL keyword in sources list
-
Dorian Merz authored
* adds (configurable) titleHolds logic
-
Alexander Purr authored
* new Client methods: ** get order (uses fidis GET resource) ** update order (is complemented by fidis PUT resource - ticket 20690) * add new route for EditOrder * new UserController methods ** editOrderAction -> loads order, form-config & view; checks EditOrder-Permission ** updateOrder ** applyStatusOptions for correct prefilling and translate of status options * new form-configs for simple (only status) and complete (status and due date) form * new configuration blocks in fid.ini (disabled) ** OrderList section for displaying additional columns in order list table ** Edit section (depending on order type - here pda and digitization) sets form type (basic / complete) and possible status options * templates ** add configured columns (like type, status, due date, edit button) on admin order list (and nested templates) ** new edit order main template (incl. some order information) ** new basic and complete form template * add getter and se...
-
- Oct 14, 2021
-
-
Alexander Purr authored
-
- Oct 12, 2021
-
-
Robert Lange authored
* also add id for valid label mapping
-
- Oct 08, 2021
-
-
Dorian Merz authored
* adds readout of state 10 * also adds some refactoring to streamline Ezb Class refs #18611 [finc] adds getDOI to MARC driver refs #18611 [finc] add DOI-Parameter do Ezb-Query + slight refactoring
-
Dorian Merz authored
-
Dorian Merz authored
-
Dorian Merz authored
* adds readout of state 10 * also adds some refactoring to streamline Ezb Class
-
* handle warning in SolrMarcFincTrait for empty indicator * add tests and fixtures for #20600 and #18915 * run with: docker exec -it [your php container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/RecordDriver/SolrMarcFincTestCase.php"
-
- Oct 07, 2021
-
-
* disable admin menu for i18n * i18n load current locale / language only
-
- Oct 05, 2021
-
-
Dorian Merz authored
* react on empty subresult
-
- Sep 30, 2021
-
-
Gregor Gawol authored
* department as required field * branch issue/19158_a
-
- Sep 29, 2021
-
-
Alexander Purr authored
* added at ticket 19370 * was removed erroneously in ticket 19603
-
* enable comment field for pda ** in controller ** in hydrator * check complete address * allow multi-step form by saving and retrieving followup url * prevent hiding pda form in lightbox after redirect from profile update - SuccessMessage of flash messenger would disable displaying pda form
-
- Sep 28, 2021
-
-
Dorian Merz authored
* use getTOC and specific data template for TOC tab
-
- Sep 27, 2021
-
-
* use static variable for short term caching
-
- Sep 24, 2021
-
-
Robert Lange authored
* but catching of error still needs to be optimized
-
- Sep 23, 2021
-
-
Dorian Merz authored
-