- Feb 09, 2021
-
-
* add pickuplocations instead of overwrite each one with newly found ones * fixed impossible condition edited: empty() instead of count() == 0, Dorian Merz <merz@ub.uni-leipzig.de>
-
Dorian Merz authored
-
- Feb 05, 2021
-
-
* removed obosolete facet access_avail from facets.ini * searchspecs.yaml optimization for Local holdings boosting * removed obsolete method getAccessFacet from SolDefaultFincTrait
-
Alexander Purr authored
* add finc template
-
Dorian Merz authored
* fixes display of online links in result list for DE-L152
-
- Feb 03, 2021
-
-
Dorian Merz authored
* move some functions from TUF FincLibero to LiberoDingTrait * also refs #17230
-
- Feb 01, 2021
-
-
ha848myco authored
* Add aria-label attribute where missing * Add aria-label and at the same time remove the related span tag * Add new translations for Toggle Dropdown
-
- Jan 29, 2021
-
-
Robert Lange authored
* narrow selector ** add class record for detail view ** add class img-col for icon column * remove margin right and add margin left
-
- Jan 28, 2021
-
-
* input hover * outline/focus
-
- Jan 22, 2021
-
-
Robert Lange authored
-
Alexander Purr authored
-
Robert Lange authored
* add aria-label for slider * add aria-label for slider handles ** by javascript because slider is generated by js library without possibility to set attributes
-
- Jan 20, 2021
-
-
Dorian Merz authored
* generate search links for mega collections ** alike old sources list ** configure by setting show_link = true in Amsl.ini * show descriptions of mega collections ** use collection_description, configure with show_description = true and sub_description_key = 'collection_description' * configure additional resources manually in Amsl.ini with [AdditionalResources] and entries like: ** mega_collection = source_id * configure misspelled resources manually in Amls.ini with [MisspelledResources] and entries like: ** wrong collection label = correct collection label for links ** value of "" means no link, only text * refactore button for collapse / expand all list items in sources-display.js ** disable button while collapsing ** toggle label after collapsing / expanding ** don't expand / collapse already expanded / collapsed panels when clicking * sort output by source label when configured in Amsl.ini * refine caching ** encapsulate clearing of cache into own function ** use own namespace ** set default caching time to one day if not configured in Amsl.ini ** cache fully rendered HTML instead of API output ** boosts performance * remove unused features co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
* Enhance the timeout to guaranty the complete Channels search * Prevent Whoops error by adding extends \VuFind\Cover\Router * Show the details view after clicking on an element refs #18898[finc] Adopt the changes made in ticket 17612 * Contrasty hover over slick arrows ** Set color contrast and an outline
-
- Jan 19, 2021
-
-
Claas Kazzer authored
* cleans up SCSS * fine tunes add-to-bookbag truncation * removes add-to-bookbag-truncation for md * removes h2-top-margin for SM
-
- Jan 12, 2021
-
-
Dorian Merz authored
-
see issue/17720_a for details co-authored by: Heike Reinken <reinken@ub.uni-leipzig.de> co-authored by: Dorian Merz <merz@ub.uni-leipzig.de>
-
- Jan 11, 2021
-
-
-
* remove outdated access comment * handle spaces consistent
-
* prepend type of reproduction if set * eventually outsource new helper method $getSubfieldLinesConcat to SolrMarcFinc later
-
* Add attribut data-title for table elements for AI records
-
- Dec 18, 2020
-
-
* make cover link not focusable
- Dec 17, 2020
-
-
Alexander Purr authored
refs #18833 [finc] remove visible back button (in normal sidebar), show only in offcanvas sidebar mode * remove content top padding just for mobile resolutions
-
- Dec 16, 2020
-
-
* add specific translations: try to switch between search results and favorites * add context parameter for renderer to figure out the right label for search results or favorites listings checkboxes ** once in Contoller ** once in earliest template co-authored by: Claas Kazzer <kazzer@uni-leipzig.de> * minor translation changes for checkboxes
-
Dorian Merz authored
+ code styling
-
* in menu of side facets: ** by using SideFacets helper ** setting terms to decorate in facets.ini * in footer: ** remove empty call to layout()->poweredBy ** translate poweredBy ** remove language tag of poweredBy, because it's translated ** use external link view helper for footer images ** set aria-hidden to true for images * adjust alt text for footer images (like UBL) in language files
-
- Dec 14, 2020
-
-
Robert Lange authored
-
Robert Lange authored
* set aria-live to polite * set aria-atomic to true
-
* removes entire block applies to search-controls on XS * adds important revision note to scss about offcanvas * removes erroneous finc block (again)
-
- Dec 11, 2020
-
-
Dorian Merz authored
* reverts some changes from #17950 * also adds role=alert to alerts (accessibility:vf5.1) co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
-
- Dec 08, 2020
-
-
Dorian Merz authored
* add ezb=1 to Ezb Resolver request * fix Ezb Resolver config ** you MUST NOT send issn AND zdbid ** this fix prefers issn
-
Dorian Merz authored
* externalize generation of off site links * add target = _blank and rel=noopener to all external links * set standard value for $translateLabel to false * set merging order for parameters, so rel and target may be overwritten
-
* removes ajax-account.js -- we use BS version * unifies expand sidebar behaviour to use aria-label instead of title
-
- Dec 04, 2020
-
-
* navigation landmark isn't needed anymore
-
* Change display property * Handle width XS * Review the widths SM, MD and LG * Complete the width XS * Surround the select box and the refresh button with a div-tag * Review the styling for the width XS * Review the new div-tag for all widths
-
* add submit button to page limit and sorting form on result lists (and favorites) ** no automatic page reload on selection change ** therefore no focus changing * language selection form ** change language link into submit button ** still using js for setting language value before submitting
-
* Remove title attributs having redundant information related to the content
-
- Dec 03, 2020
-
-
Dorian Merz authored
* introduce finc HeadTitle ViewHelper * use library name instead of empty title
-