- May 04, 2023
-
-
Robert Lange authored
-
- Apr 25, 2023
-
-
Viola Elsenhans authored
* removes redundant sr-only * adds explanatory sr-only to select all buttons * unify generation of describedby title id * do not escape id * add title described by to cart link * add title described by to favorites link on result list * remove aria-label from default list * use getTitleDescribedById method (record view helper) only once in each template * replace old usage in myresearch templates * add aria-describedby to hierarchyTreeLink (on result list) co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> co-authored by: Claas Kazzer <kazzer@uni-leipzig.de> co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Apr 04, 2023
-
-
André Lahmann authored
-
- Mar 31, 2023
-
-
Jean-Pascal Kanter authored
* changed language token on remove field to a more unique text that describes the action * extended the clear button javascript to also clear number fields and reset the sliders (apparently not even real vufind got this) * added a contengency function for clearing of the sliders in advanced search publishDate widget
-
- Mar 27, 2023
-
-
Viola Elsenhans authored
* remove role=none * add aria-label for nav * adapt comments co-authored by: Claas Kazzer <kazzer@uni-leipzig.de> * refines sidebar semantic structure by adding <section>, <nav> and <aside> respectively * adds translation for my account sidebar section * corrects badge padding for favorites menu item * adds class for styling favorites menu item
-
Robert Lange authored
* change translation for holds tooltip in account menu
-
- Mar 09, 2023
-
-
- Jan 17, 2023
-
-
Robert Lange authored
-
- Jan 06, 2023
-
-
Viola Elsenhans authored
* fix book bag button in collection view * add missing translations co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * scss comment
-
- Oct 17, 2022
-
-
Robert Lange authored
* set aria-label / alt attribute for cover images * to set attributes for link and image after loading by ajax * ajaxcovers and useCoverFallbacksOnFail must be true * make cover tabable when image could be fetched from api * add translations for label texts * minify icon texts occurances * render icon-text via record-icon.phtml
-
- Sep 05, 2022
-
-
Viola Elsenhans authored
* remove double translation for photo * add english translation for No linguistic content
-
- Aug 25, 2022
-
-
Mathias Maaß authored
* add text for screen reader to excel selected tab
-
- Jul 29, 2022
-
-
Claas Kazzer authored
* moves filters to search - results.phtml * move active filters above search results * adds required calls and removes second active filters section in searchbox * adds end comment for filter call * corrects bookbag remove text * uncommend unsused php block * php moved to results.phtml co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
- Jul 15, 2022
-
-
Claas Kazzer authored
* removes javascript type references in finc * re-instates bulk-action-buttons template for proper id assignment and display * SCSS separation * removes javascript type references in finc * re-instates bulk-action-buttons template for proper id assignment and display * continues SCSS separation * clarifies keep filter elements (partial move to finc theme) * increases touch/click area on keep filters * bootstrap3 VF6.x to VF 8.1: adds missing !default flags to accessibility.scss ** attempt to get this fixes is in PR https://github.com/vufind-org/vufind/pull/2483 co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Jun 23, 2022
-
-
Mathias Maaß authored
* adds a interlibrary loan link to the list of recommendations if search result was empty. * add isil parameter to interlib loan url * refactor and add docblocks * add descriptive text to interlibrary loan link * use a configurable url template
-
- Jun 17, 2022
-
-
Claas Kazzer authored
* adds filter reset warning texts and colors * overwrites vertical align
-
- Apr 29, 2022
-
-
Alexander Purr authored
* adjust styling * reuse de_15 style by moving to finc theme ** no-bullet class (add zero padding) ** resolver links list item styling (marging and padding, more space between items) * remove stair effect * add no-bullet class to phtml * clearer translation
-
- Apr 27, 2022
-
-
Robert Lange authored
* remove script for cost center * handle expired token * set required and data-required for department (institution) input on change of division * use full open php tags in form * remove required in form for department and inputdepartment and set by javascript * organize imports * fix styles * restructure methods, only one action method * add general error message at top of page * set red color for error messages * comment out flash messages for subito (when issn is empty)
-
- Mar 28, 2022
-
-
Claas Kazzer authored
* clarifies roles and aria for paginators and tools * corrects roles on search and searchbox
-
- Jan 28, 2022
-
-
Alexander Purr authored
-
- 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
-
- Nov 24, 2021
-
-
Alexander Purr authored
* move translations into new text domain LiberoAccount
-
- 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
-
- Oct 29, 2021
-
-
Robert Lange authored
-
- Oct 28, 2021
-
-
* reverted #19621 * reverted #17979 * clean up view helper factory * add pullrequest changes
-
- Oct 08, 2021
-
-
Dorian Merz authored
also refs #20348
-
Dorian Merz authored
-
Dorian Merz authored
* adds readout of state 10 * also adds some refactoring to streamline Ezb Class
-
- Sep 30, 2021
-
-
Robert Lange authored
* add placeholder filter_name for title translation * use ' instead of " for filter_name in en.ini
-
Claas Kazzer authored
* adds explanantory sr-only text * also use ' instead of " for facet name for other translations co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Sep 24, 2021
-
-
Claas Kazzer authored
-
- Sep 21, 2021
-
-
for details see issue/19158
-
- Aug 03, 2021
-
-
Robert Lange authored
* usage after changing translations via i18n controller /Admin/I18n: "devops/i18n-merge.sh data/i18n/languages/de.ini local/languages/de.ini" * add minified local/languages/de.ini * corrects German typo for errorcode_member_not_found in local * output: ** remove duplicate token "Email " with obsolete value "E-Mail" by "Mailen". ** remove duplicate token "Print " with obsolete value Druck by "Drucken". ** remove duplicate token "bookbag_email_selected " with obsolete value "E-Mail" by "Links zu ausgewählten Medien per E-Mail versenden". ** remove duplicate token "Skip_navigation_links " with obsolete value "Sprunglinks zum Inhalt" by "Sprunglinks zur Suche und zum Inhalt". ** replace token "errorcode_member_not_found " with old value "Die Benutzernummer exisitiert nicht" by new value "Der aufgerufene Titel (%%id%%) ist nicht vorhanden." * minify local en.ini * usage "devops/i18n-merge.sh data/i18n/languages/en.ini local/languages/en....
-
- Jul 22, 2021
-
-
Dorian Merz authored
-
- Jun 16, 2021
-
-
Dorian Merz authored
* more specific message for RecordMissing exception * redirect message in case a fallback is used
-
- May 19, 2021
-
-
Gregor Gawol authored
-
- Apr 22, 2021
-
-
* 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 06, 2021
-
-
Robert Lange authored
* use fa-question like in de_15 * translate (fa-question) as additional text
-