- May 20, 2021
-
-
Robert Lange authored
* remove unused getJournalHoldingsSolr in SolrMarcFincTrait * code styles for FincIls
-
- May 19, 2021
-
-
Gregor Gawol authored
-
Dorian Merz authored
* adds sysMessage to success message when placing a hold * cf. #7730
-
- May 18, 2021
-
-
* set focus on first input in advanced search form ** after page has been loaded ** BUT focus on next / new input when user adds new search field * reset limit for results on default on clear-button ** set variable for javascript in /search/advanced/limit.phtml
-
- May 05, 2021
-
-
Dorian Merz authored
-
- Apr 30, 2021
-
-
Alexander Purr authored
* for more or less facets buttons: stop parent event handling on link by event.stopImmediatePropagation() * facet group on single page: add ul * remove filters (side facets) as list * put scss into separate scss file in finc-accessibility theme * inherit scss from finc-accessibility theme * move potential PR SCSS to finc-accessibility * small refactoring on single-facet.phtml
-
Gregor Gawol authored
* set fieldset legend into template * styling fieldset legend * move legend position
-
- Apr 27, 2021
-
-
* emptied /import * added README with info on location of import scripts and schema * added /import to gitignore
-
- Apr 22, 2021
-
-
* multiple pickup locations should be possible and not overwritten * but a fallback of department as pickup location should only be set, when ** there has been a service of presentation or loan ** and no pickup location could be filtered
-
* add labels, fieldsets, numeration, buttons ... * formats labels, fieldsets * adds missing gutter variables * fixes border styles * improves positioning of Xs and remove group buttons * improves element paddings and size definitions in prep. for 44px height * remove BS-theme top label in favor of more detailed labelling * fixes tablet size
-
- Apr 21, 2021
-
-
Gregor Gawol authored
* own array field status
-
Gregor Gawol authored
* bugfixing method reading config
-
- Apr 19, 2021
-
-
Claas Kazzer authored
* adds btn exception to followed links * re-define followed link-color to exclude buttons, facets and bookmarks * refines followed link-visited color selection
-
- Apr 16, 2021
-
-
Dorian Merz authored
* now shows error message in lightbox
-
* new method in SolrMarcFincTrait to check for leader 18 a or i = no punctuation needed * use publicationDetailsImprint of MultiDataFieldsTrait as finc standard, copied from de_15
-
- Apr 15, 2021
-
-
Robert Lange authored
-
Gregor Gawol authored
* added EnhancedRenderArray to finc * fixed profileMapper bug * added X-LIBRARY-BORROWER-BLACK-LIST-INDICATOR and X-LIBRARY-BORROWER-BLACK-LIST-DESCRIPTION
-
Gregor Gawol authored
* fixed profileMapper bug
-
Dorian Merz authored
* now uses YAML * enables use of special characters
-
- Apr 13, 2021
-
-
Claas Kazzer authored
* corrects misplaced label * sync meta attributes for inputs with js * fix "for"-attribute of type label * use human readable numeration for legend and aria-label - js version * also set reset focus after deleting search field on last search field co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Apr 09, 2021
-
-
Claas Kazzer authored
* introduces scss variable for visited links, use steel (gray) as default * intoduces a:visited definition using that variable co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * add description
-
- Apr 07, 2021
-
-
Alexander Purr authored
* caused ajax errors
-
* avoid redirect after list action in layout context ** override Vufind CartController::redirectToSource for bulk export and mail ** override Vufind CartController::deleteAction for bulk delete ** override Vufind RecordController::saveAction for saving favorites on result list * use empty template for rendering messages in lightbox ** override Vufind RecordController::processSave instead of saveAction ** render messages in new message.phtml
-
- Apr 06, 2021
-
-
Robert Lange authored
* use fa-question like in de_15 * translate (fa-question) as additional text
-
Dorian Merz authored
-
- Mar 26, 2021
-
-
Dorian Merz authored
-
Dorian Merz authored
co-authored by: Robert Lange <robert.lange@uni-leipzig.de> * keep label Published
-
* trigger focus restoration on modal close
-
- Mar 25, 2021
-
-
* always return array of PublicationDetails from SolrDefaultFincTrait:getPublicationDetails() * dont call getImprint within getPublicationDetails for SolrDefault, return type is alwas PublicationDetails object * remove special treatment for strings and arrays of string in template data-publicationDetails.phtml * call getImprint instead of getPublicationDetails in specs of defaultCore of RecordDataFormatterFactory * add new template data-imprint.phtml to add basic property info
-
Dorian Merz authored
-
Dorian Merz authored
* makes ISSN search link available for Records without full_record * solves result list issue in FID BBI
-
- Mar 24, 2021
-
-
* improve apa template
-
* prevent from reuse former saved values within handling of an other marc field
-
* added method
-
Robert Lange authored
* move code for determination of record icon class type from template record-icon to record view helper * combine access icon and text ** add parameter addText to method getRecordIcon to return icon with text co-authored by: Dorian Merz <merz@ub.uni-leipzig.de> * some refactoring of cover loading logic ** include missing records ** introduce another helper function ** adapt template ** also refs #19382_b
-
- Mar 23, 2021
-
-
Dorian Merz authored
follows https://github.com/vufind-org/vufind/pull/1894
-
- Mar 18, 2021
-
-
Dorian Merz authored
* mask colons to avoid badly formatted SOLR query
-
- Mar 16, 2021
-
-
* moves sr-only class into span tag surrounding the caption text
-
- Mar 11, 2021
-
-
* add landmarks for active facets * refactor short (aka skip) links * add hint for page reload as title in side facets * show all applied side facets * Add filter title to facet title tags * Add filter name to facets * Corrects filter help texts * Filter help texts * adds filter help text to top selection * specify side facet help texts * make facets more accessible * make exclude-facets more accessible for details see issue/18993 co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
-
-