- May 17, 2023
-
-
Viola Elsenhans authored
* change applied filters to list
-
Claas Kazzer authored
* lists of the same content type must not be split using html, so the can be read in one go
-
- May 16, 2023
-
-
Robert Lange authored
* add title for heading * code styles
-
- May 12, 2023
-
-
Claas Kazzer authored
* removes role from <nav> container (role of nav is always 'navigation') * styles similar items carousel ** adds carousel-control focus background variable ** adds border radius variable for similar items carousel * corrects staffviewAi: corrects error thrown when staff view was called from record view sidebar * adds comment to fincMissing/record-icon * adds comment to fincMissing/record-icon * Fixes role=menu and menuitems
-
Viola Elsenhans authored
* fix add to favorites in list of results * fix hierarchy_view_context in list of results
-
André Lahmann authored
* add missing config section
-
- May 11, 2023
-
-
Viola Elsenhans authored
* add comment in toolbar.phtml
-
- May 09, 2023
-
-
Robert Lange authored
-
- May 04, 2023
-
-
Viola Elsenhans authored
-
Robert Lange authored
-
- May 03, 2023
-
-
Claas Kazzer authored
* removes role from <nav> container (role of nav is always 'navigation') * styles similar items carousel ** adds carousel-control focus background variable ** adds border radius variable for similar items carousel * corrects staffviewAi: corrects error thrown when staff view was called from record view sidebar * adds comment to fincMissing/record-icon * adds comment to fincMissing/record-icon * Fixes role=menu and menuitems
-
- Apr 28, 2023
-
-
Alexander Purr authored
* inherits from $navigation-element-default-height * enables more specific overriding
-
- Apr 26, 2023
-
-
Alexander Purr authored
* SID 212
-
- 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>
-
André Lahmann authored
-
- Apr 21, 2023
-
-
Robert Lange authored
-
Mathias Maaß authored
-
Alexander Purr authored
* prevent from shipping redundant title information * follow up with PR
-
Robert Lange authored
-
- Apr 13, 2023
-
-
Robert Lange authored
refs #23624 [finc] phpcs: mkdir cache dir recursive - in case of cache folder could is missing (after delete or first start)
-
Robert Lange authored
-
Robert Lange authored
* needed for generic cover generation
-
- Apr 12, 2023
-
-
Robert Lange authored
* since vufind #1566 covers from solr fields are rendered directly and not by ajax, even if it's configured * therefore an implementation for BARF attributes has become more necessary * when loading covers directly, prefer link over cover link
-
Alexander Purr authored
* reorder records by record-ID * replace / remove records if not existent * uncomment INFOS ZUR RESSOURCE rule on several testCases (11,12,13,14,15,18) - see refs 22013-26 ** rule is optional ** prevents from failing if other rules are correct * see getitbox-matrix doc-file too * remove function on TC1 & rename group on TC19
-
Robert Lange authored
-
- Apr 11, 2023
-
-
Claas Kazzer authored
-
Alexander Purr authored
* new blocks can be added
-
- Apr 06, 2023
-
-
André Lahmann authored
-
- Apr 04, 2023
-
-
Mathias Maaß authored
-
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 30, 2023
-
-
Robert Lange authored
* update to laminas or remove obsolete dependencies for dds * fix unit tests ** set Laminas as namespace ** correct signature for setUp method * fix OpenUrlTest method testValidateParamsEzbFalse by correcting import ** Redi resolver had been removed in finc - caused ReflectionException and made test fail ** corrected namespace ** run test via: docker exec -it de_15_ubl_php_1 sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/OpenUrlTest.php --filter testValidateParamsEzbFalse"
-
Robert Lange authored
refs #23527 [finc] remove media body width (use bootstrap defs) and set default image size for cover to large
-
- Mar 29, 2023
-
-
Robert Lange authored
* use finc records controller instead of vufind redirect; add check for: * print: load record and check for missing - otherwise there will be an exception in vufind * collections: when collections are activated, load record and check for solrdico
-
Viola Elsenhans authored
* change width only for xs
-
- 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
-
Alexander Purr authored
* add getitbase trait ** data provider itself ** move rule set testing method here * adapt in test classes (TC 1 - TC 7) ** set constants (RECORDS, RULES) *** records just as record ID instead path ** add annotation for data provider ** use runGetItRecord from getitbase trait * shrink nested rules to simple rule set * move test method into GetitTestBaseTrait * force login while setUp if login method is implemented - for prof or student * implementation of test method within each getit test class is not needed any more * adjust TC 01-07 & TC 16-17 * selenium docker compose file: add extra host for connection vufind environment with selenium setup refs #23384 [finc] remove getit rules testing * part of GetitTestBaseTrait now
-
- Mar 24, 2023
-
-
Mathias Maaß authored
* Dont use POST via form to set language. Instead use GET via link. * git ignore themes/finc/css/print.css
-
- Mar 21, 2023
-
-
Robert Lange authored
* also fix error in lightbox_form_cache.js after deleting item
-