- Sep 30, 2021
-
-
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>
-
Gregor Gawol authored
* department as required field * branch issue/19158_a
-
- Sep 29, 2021
-
-
Alexander Purr authored
* added at ticket 19370 * was removed erroneously in ticket 19603
-
- Sep 28, 2021
-
-
Dorian Merz authored
* use getTOC and specific data template for TOC tab
-
- Sep 27, 2021
-
-
-
* beautify bootstrap-accessibility-en.min.js and bootstrap-accessibility-de.min.js * override bootstrap show / hide / addAriaAndCollapsedClass: don't add aria-expanded to collapsing element ** copy methods from bootstrap.min.js and avoid setting of aria-expanded="false" or aria-expanded="true" for elements to collapse (e.g. ul) * Recommend SideFacets: add aria-expanded for collapse trigger buttons in templates on page load
-
* use static variable for short term caching
-
- Sep 24, 2021
-
-
Robert Lange authored
* but catching of error still needs to be optimized
-
Claas Kazzer authored
-
- Sep 23, 2021
-
-
Claas Kazzer authored
* removes redundant aria-labels
-
Claas Kazzer authored
* removes redundant aria-hidden in footer finc link
-
Dorian Merz authored
-
Robert Lange authored
* avoid loading spinner
-
- Sep 21, 2021
-
-
Robert Lange authored
* also set input division (fakultät) required in dds-form.php
-
* invisible comboboxes required false
-
for details see issue/19158
-
- Sep 17, 2021
-
-
* get multiple lines * show additional data (f) for Marc license information * combine text a (note f) with url u as link in data-license.phtml * use external links for licenses * move template from Default to new SolrMarc directory * consolidate data-license of Marc and DiCo to avoid confusion with Marc data-license and digital collections introduced with #14583 ** rename getLicenceInfo to getLicense in SolrDico record driver ** add Dico data-licence.phtml (moved from de_15) ** use same labels like Dico - possible to use same template under DefaultRecord
-
- Sep 15, 2021
-
-
Gregor Gawol authored
-
Gregor Gawol authored
* set label sr-only
-
- Aug 19, 2021
-
-
* also delete obsolete sample configuration from config.ini * fix and update test for ExternalCatalogueLink ** use record_id instead of ppn ** fix mocking expactations ** use test by calling: docker exec -it [your_favorite_vufind_folder]_php_1 sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/ExternalCatalogueLinkTest.php"
-
-
- Aug 16, 2021
-
-
* streamlines with result list title
-
- Aug 09, 2021
-
-
Dorian Merz authored
* do not show tab for single-element trees
-
- Aug 03, 2021
-
-
Robert Lange authored
* do not set refreshOnClose to true in lightbox after neccessary catalog login for saving a record as favorite ** set userIsLoggedIn to true ** hide login link ** show logout link * improve code styles * also anticipate jshint for 17984 to set back focus on origin after closing * control overriding of page reload by extra parameter in template link
-
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
-
- Jul 20, 2021
-
-
Dorian Merz authored
* adds delegator for SolrMarcFinc * can add SolrMarcUrlRules.yaml now * decide on sub-result sets to be used in actual result of getURLs
-
- Jul 16, 2021
-
-
- Jul 15, 2021
-
-
Dorian Merz authored
* set non-lucene-syntax handling configurable on a per-SearchType basis co-authored by: André Lahmann <lahmann@ub.uni-leipzig.de> * added some more comments to searches.ini
-
- Jul 07, 2021
-
-
* changes overcomplex wording in carousel J
-
- Jul 06, 2021
-
-
* allow list of ids and load results as batch from solr * escape colons centralized in getFincId * code styles * move searchRelatedRecords from SolrMarcFincTrait to new finc\Controller\CustomTraits\SearchTrait * call searchRelatedRecords instead of getFincId within getAlternativeItemId * merge elements of getFincId into getAlternativeItemId ** handle multiple ids within getAlternativeItemId ** escape colon when existing ** rude exception catching * replace call of getFincId by getAlternativeItemId within mapPaiaItems co-authored by "Dorian Merz <merz@ub.uni-leipzig.de>" * slight refactoring * add more method comments co-authored by "André Lahmann <lahmann@ub.uni-leipzig.de>" * added comment for choice of trait location
-
- Jul 02, 2021
-
-
Dorian Merz authored
* copy from DE-15 code to finc's FincLibero * use separate queryBoundItem() * use generic pattern * make bound item query adaptable
-
- Jul 01, 2021
-
-
Robert Lange authored
* isTitleHold * placeTitleHold * extendPickUpLocation
-
Dorian Merz authored
* now named LiberoWachtl * less misleading naming * refactor liberoWachtlUrl INI key ** plus: cache in local property
-
-
- Jun 29, 2021
-
-
* creates a German version in finc-accessibility * translate caroussel terms to German * use empty standard version to overwrite outdated default * use language specific versions for German and English in layout template * add template for similar items to load accessibility plugin as ajax tab ** necessary to register new elements loaded by ajax co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Jun 28, 2021
-
-
* fixes h3 on My Accout Sidebar on XS
-
- Jun 24, 2021
-
-
Dorian Merz authored
-
- Jun 22, 2021
-
-
* extend AbstractAdmin to check for access permission for AdminModule ** admin module must be activated in config.ini by admin_enabled = true ** permission access.AdminModule should be set in permissions.ini
-
- Jun 21, 2021
-
-
* own variables are not needed here any more
-