- 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
-
* profile menus are now unordered lists ** use li.facet for border styling * corrects indents * finetunes SCSS * adjust word breaking * nicer word-break on small spaces on search result facats * remove facet group items underline co-authored by: "Claas Kazzer <kazzer@uni-leipzig.de>"
-
- Jun 17, 2021
-
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
- Jun 16, 2021
-
-
Dorian Merz authored
* more specific message for RecordMissing exception * redirect message in case a fallback is used
-
* check if logged in * check if layout is not lightbox * add active class in menu when selected
-
- Jun 15, 2021
-
-
Heiko Wolf authored
-
- Jun 14, 2021
-
-
Heiko Wolf authored
-
- Jun 11, 2021
-
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
- Jun 10, 2021
-
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
Heiko Wolf authored
-
-
- Jun 09, 2021
-
-
Robert Lange authored
-
- Jun 04, 2021
-
-
* add template for unavailable status to finc theme
-
- Jun 03, 2021
-
-
Dorian Merz authored
* do not check for existence of linked record on every call * add fallback seacrh in case of calling a missing record
-
- May 26, 2021
-
-
Robert Lange authored
* overwrite bootstrap version of login fields ** loginfields for MultiILS ** loginFields for catalogue login ** add autofocus to username
-
ha848myco authored
* Move the import of the finc customMixins to force its working * Remove doubly defined mixin from the customVariables * Add variable for default size in mixin outline * Replace finc related special outline style with outline mixin
-
Robert Lange authored
-
- May 25, 2021
-
-
* fixes layout tables in branchinfo * removes caption in holdingsils * adds margin to holdings tab alerts for better looks
-
- May 20, 2021
-
-
Robert Lange authored
* copied from /themes/bootstrap3/templates/Auth/Database/create.phtml ** add autocomplete for first name: given-name ** add autocomplete for last name: family-name ** add autocomplete for email: email ** add autocomplete for username: username ** add autocomplete for password: new-password ** add autocomplete for password confirmation: new-password * also add autocompletion for user fields of password reset ** add autocomplete for first name: given-name ** add autocomplete for last name: family-name ** add autocomplete for username: username ** add autocomplete for email: email
-