- Jan 12, 2021
-
-
Dorian Merz authored
-
- 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
-
* 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 01, 2020
-
-
Robert Lange authored
* use solr instead of ils ** because not every instance has an ils ** because ils driver has not to be configured anymore ** but still use ils on local alpha for demo driver and missing indexExtension * add finc New Items Plugin and Controller ** use indexExtension to create query for date range * use radio selects instead of buttons for range * add label-for options * add legend and better translations (Choose Period) * removes styling br * adds mainbody for styling
-
- Nov 30, 2020
-
-
* give landmarks translated titles * moves skip links and intro text inside header * removes 'Toolbar' title from toolbar.phtml (already in h2 above) co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
-
- Nov 20, 2020
-
-
Alexander Purr authored
* add uniqueId as identifier for record title link / span * use everywhere the same describedById structure for checkbox aria-describedby and id of title span/ link
-
- Nov 13, 2020
-
-
ha848myco authored
* For offcanvas=true: ** Set focus to back button on sidebar resp. to active element on account sidebar ** Add back button for Author search on result list ** Add toggle button for search tips ** Add back button for search tips ** Add toggle button on page Library Cards ** Add toggle button on page Change Password * For offcanvas=false: ** Add back button ** Add link to the sidebar (toggle button) ** Add link to the content (back button) ** Set focus to back button on sidebar resp. to active element on account sidebar * Add new translation for search tip toggle button * adds aria-labels to offcanvas * sets sidebar for XS ** sets default to offcanvas true ** sets default to bookbag true ** makes sidebar on XS 100% wide when offcanvas is off ** corrects various scss glitches * use altered function in separate JS file ** avoid copy-paste overhead in case of changes on parent theme
-
- Nov 09, 2020
-
-
* edit getURLs in SolrMarcFincTrait for marc 856 https://www.loc.gov/marc/bibliographic/bd856.html ** new: set description to full text if 856 ind.2 = 0 (resource) and other subfields missing (3, x, z, y) ** new: set description to further information if 856 ind.2 = 2 (related resource) and other subfields missing (3, x, z, y) ** keep: set description to Online Access if ind.2 = 0 and doi.org and ind1 = 0 * add translation for Further information and full text plain ** full text / Volltext ** Further informationen / Weiterführende Informationen
-
- Nov 06, 2020
-
-
- Nov 02, 2020
-
-
* for German * for English (not necessary, but for the sake of completeness)
-
- Oct 15, 2020
-
-
refs #17833 [master] Review disabled buttons * Do not show disabled prev or next button on details view * Add title to submit button on account resp. change password page
-
- Oct 09, 2020
-
-
André Lahmann authored
-
- Oct 08, 2020
-
-
ha848myco authored
* Add publishDateSort = adv_search_year in the Results block of facets.ini * Translation for Range-from-to
-
- Oct 05, 2020
-
-
* remove summary (solr:description) from ** default core ** marc core ** ai core * add new translation for Abstract and use it in RecordDataFormatterFactory
-
- Sep 29, 2020
-
-
ha848myco authored
* Add German translation * Add English translation
-
- Sep 25, 2020
-
-
* new recordriver method * translations
-
- Sep 02, 2020
-
-
refs #18227 [finc] adding BK notation for displaying on record details via RecordDataFormatterFactory * adjust marc driver method * add templates (copied and improved from fid_bbi) * add label translation * remove bk notation search link, because search type and solr field missing
-
- Jul 31, 2020
-
-
* removed library weimar * changed transEsc to translate external links
-
- Jul 01, 2020
-
-
Dorian Merz authored
* rebuild changes from #9016 * serialize data to new DB field ** use VuFind's new getExtraMetadata * change method for serialization ** relies on RecordDriver function instead of Solr fields ** adds some additional data ** add some functions to serialization * adds result-list template to provide print output * change search link for missing records * use advanced search * show standard title line for missing records * assure bacwards compatiblity ** handle resource table entries that have been added before this feature went active ** early return if extra_metadata is missing * some code styling
-
- Jun 25, 2020
-
-
* Add a 'skip to' link to the sidefacets only for the search results page * Do not show this link for XS screen * Refine the skip to message ** Add prefix ** Distinguish between de and en language * Remove "Weiter" in the skip link text for German translation
-
- Jun 24, 2020
-
-
* for details see issue/17621_new co-authored by: "Alexander Purr <purr@ub.uni-leipzig.de>"
-
- Jun 19, 2020
-
-
Dorian Merz authored
* for details see issue/12851
-
- Jun 16, 2020
-
-
* add finc bootstrapper with error listener * add finc error templates for timeout and runtime * add translations for timeout and service unavailable * name Templates like Exception class name * fix error message: use system email * use vufind5 coding styles
-
- Jun 15, 2020
-
-
* add method * add template
-
- Jun 03, 2020
-
-
* "Skip to search" for de.ini and en.ini * "Search type" only in de.ini necessary
-
- Mar 19, 2020
-
-
Gregor Gawol authored
-
* changes the heading for record view/detail view from h3 into h1 * turns toolbar description in record view/detail view into proper sr-only heading + adds translations * fixes bookbag button paddings for toolbar in record view/detail view * make offcanvas back buttons in sidebar more prominent + align properly * clarifies media queries comments section * fixes checkbox input postioning error on XS devices * fixes headings hierarchy in myresearch/profile and menu * fixes first header in sidebar * fixes sidebar back button color in result view
-
- Mar 03, 2020
-
-
* makes delete from favorites buttons accessible * corrects back to list labeling
-
* sets headings correctly for better accessibility * layout.phtml: corrects skip link to search + hides it in advanced search * footer.phtml: corrects powered by section * header.phtml: corrects header (accessibility), improves scalability * corrects adv. search labels and headers (also requires changes to advanced_search.js) * corrects adv. search x-buttons * corrects lightboxes/modals accessibility, corrects modal close button * corrects Breadcrumbs description * corrects accessibility of search box * adds modal description, improves modal accessibility (also requires changes to lightbox.js) * adds missing accessibility-related translations * adds initial batch of improvements from https://github.com/vufind-org/vufind/compare/master...crhallberg:accessibility-master * removes Browsealoud Trial Code * re-arranges header to make more room for search box * fixes and adapts header for XS, SM, Desktop
-
- Nov 11, 2019
-
-
- Oct 18, 2019
-
-
* adds missing sidebar toggler to myresearch/profile.phtml * adds preliminary translation for toggler * adds missing offcanvas toggler to other myaccount templates
-
- May 08, 2019
-
-
* adopts changes to data-otherRelationshipEntry in DefaultRecord * changes searchbox to flex for better display on XS and SM * pushes shard checkboxes benath search box on SM * adopts NEW OFFCANVAS toggler (visible in XS, SM only) * adapts new offcanvas toggler for record view use (XS, SM only) * fixes search-sort, limit etc appearance in result list (XS, SM only) * moves offcanvas-toggler code to separate template * updates references to offcanvas-toggler in all recorddriver core files @to-do PLS NOTE: ALL SOLRDEFAULT files had to be moved to DEFAULTRECORD! during migration
-
- Apr 15, 2019
-
-
Frank Morgner authored
-
Frank Morgner authored
-
Frank Morgner authored
* removing/uncommenting several old translations from localized format facets
-
Frank Morgner authored
* removing/uncommenting several old translations from localized format facets
-
- Feb 22, 2019
-
-
Dorian Merz authored
* introduces SolrDico Record type ** represents Digital Collections with JSON fullrecord ** uses HierarchyTree tab instead of CollectionHierarchyTree for DiCo * changed translations of tab labels in collection view * added data-link template for RecordDataFormatter
-
Dorian Merz authored
* translations for DigitalCollection format facet
-
- Feb 05, 2019
-
-
Dorian Merz authored
* introduces SolrDico Record type ** represents Digital Collections with JSON fullrecord ** uses HierarchyTree tab instead of CollectionHierarchyTree for DiCo * changed translations of tab labels in collection view * added data-link template for RecordDataFormatter
-