- 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
* 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
* 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
* 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 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
-
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
-
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
-
- 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
* 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 21, 2021
-
-
Alexander Purr authored
* encapsulate shorthand if correctly
-
- Nov 18, 2021
-
-
Alexander Purr authored
-
Robert Lange authored
* set origin in lightbox on target * TODO: print button, remove data-lightbox-ignore?
-
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
-
Robert Lange authored
* copy and modify boostrap cart.js to finc-accessibility * integrate changes of #18034 to finc-accessibility/cart.js * delete cart-finc.js
-
- Nov 09, 2021
-
-
Robert Lange authored
-
Robert Lange authored
* catch key-enter events on new class dropdown-abort (bootstrap-accessibility-*.js-files) ** first set focus on toggler on keydown ** second toggle menu on keyup
-
- Nov 04, 2021
-
-
Claas Kazzer authored
* adds initial changes to initially active tab in view.phtml * cleans up previous misses * set aria-selected for tab control on initial load * add sr-only hint on control tabs * info that content has to be loaded by click / enter * reverts changes to using li + a co-authored by: Robert Lange <robert.lange@uni-leipzig.de> * set aria-hidden for tab content * use active tab text for aria-labelledby on first load without ajax * copy record.js from bootstrap ** set aria-selected tab controls by jquery ** add role and aria-label to new tab pane in record.js::getNewRecordTab ** only set value for aria-controls onload in view.phtml for active tab ** set value for aria-controls when tab is clicked / tab loaded by ajax ** add focus on content after click on control ** info that content has to be loaded by click / enter * remove console log from bootstrap-accessibility-en.min.js
-
- Nov 03, 2021
-
-
Robert Lange authored
* use data-href instead of href as button attribute * move role="search" from nav to parent div * use div instead of span for parent search control forms * use div > form > nocscript * use href within a-tag instead of button * results encapsulate search/controls/view.phtml within div * add id for reference on result list items, also refs #18019 * SideFacets - cluster-list use span instead of div * try setting modal-title by javascript in LIGTHBOX ONLY * urlencode square brackets in link-isn.phtml * remove form-legend in profile forms for new-password and account
-
- 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
-
-