- Jun 03, 2022
-
-
André Lahmann authored
-
Alexander Purr authored
* usage like in description tab ** only one spec definition for whole topics tab ** reuse description tabs template * remove single definition for rvk and signature in formatter factory * remove in ticket 21133 introduced templates: data-rvk & data-topics ** use default / more accessible templates instead
-
- Jun 02, 2022
-
-
Alexander Purr authored
* ksort (by key sort / alphabetical) searchspecs arrays for better comparison * simplifies checking diffs on commit
-
kazzer@ub.uni-leipzig.de authored
-
- May 18, 2022
-
-
Robert Lange authored
-
- May 13, 2022
-
-
Robert Lange authored
* use solution from de_15 money_formatter.js
-
André Lahmann authored
- add missing array indexes to parseDOI return array - set service_type to getDOI
-
André Lahmann authored
refs #21701 [finc] added parseDOI to finc Redi driver to reflect changed return array from https://github.com/vufind-org/vufind/pull/2419
-
- May 12, 2022
-
-
Robert Lange authored
* override HierarchyAwareTrait of vufind and check for hierarchy_top_title for current element in getContainingCollections
-
- May 06, 2022
-
-
kazzer@ub.uni-leipzig.de authored
-
- May 04, 2022
-
-
Robert Lange authored
* also refs #19650
-
- 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)
-
Robert Lange authored
* but try to set focus on first focusable element on tab pane
-
André Lahmann authored
-
André Lahmann authored
* moved Auth classes from de_15 to finc * substituted empty string for cat_password storage in db with null * minor code adjustments to current VuFind 5.1.1 code
-
- Apr 20, 2022
-
-
Robert Lange authored
* with syntax "245a: 245b (245n); 245p/ 245c" * colon only when 245a AND 245b exist * change order of subfields for records without pre-formated punctuation and ignore 245h * fetch multiple subfields for 245n and 245p and concatenate with coma * add tests for Marc getTitleDetails punctuation * run with command: docker exec -it [your_docker_php_container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/RecordDriver/SolrMarcFincTestCase.php --filter testGetTitleDetails"
-
- Apr 13, 2022
-
-
Viola Elsenhans authored
-
Viola Elsenhans authored
* fixing bugs for mobile
-
- Apr 04, 2022
-
-
André Lahmann authored
* but authentication needed for mail client box IMAP: ** server: 127.0.0.1 ** port: 11103 ** username: dev ** password: dev
-
- Apr 01, 2022
-
-
Robert Lange authored
* add specs for topics and rvk in RecordDataFormatterFactory * add data-topics.phtml and data-rvk.phtml * use specs and render output of RecordDataFormatter in topics.phtml * remove obsolete message 'Topics unavailable' for empty content - tab should not be used at all due to hasTopics check
-
- Mar 31, 2022
-
-
Alexander Purr authored
* allows manipulating on inheriting classes
-
- Mar 28, 2022
-
-
Claas Kazzer authored
* clarifies roles and aria for paginators and tools * corrects roles on search and searchbox
-
- Mar 01, 2022
-
-
Dorian Merz authored
-
- Feb 26, 2022
-
-
Robert Lange authored
* add help and additional consistency checks * ignore empty lines
-
- Feb 24, 2022
-
-
Robert Lange authored
-
- Feb 22, 2022
-
-
Alexander Purr authored
* remove min and max length check and associated error messages * instead display customized message (title-attribute) on pattern mismatch
-
- Feb 21, 2022
-
-
Robert Lange authored
-
Robert Lange authored
* GetAdditionalAccountInfo: ** dont fetch fines - sum up is already done by account_ajax ** use GET instead of POST request * account_ajax: add finc override and itemCount; remove tooltips / titles * remove obsolete script in menu.phtml
-
- Feb 07, 2022
-
-
* to sync with alpha and staging * need to run "docker-compose up -d --no-deps --build php"
-
-
- Feb 03, 2022
-
-
Robert Lange authored
-
- Feb 02, 2022
-
-
Alexander Purr authored
* override RenderArray helper in finc
-
- Jan 31, 2022
-
-
André Lahmann authored
-
- Jan 28, 2022
-
-
Alexander Purr authored
-
- Jan 27, 2022
-
-
Claas Kazzer authored
-
Robert Lange authored
* also see https://www.loc.gov/marc/bibliographic/bd382.html
-
- Jan 26, 2022
-
-
Robert Lange authored
* docker exec -it [your docker container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/ExternalCatalogueLinkTest.php"
-
Claas Kazzer authored
* removes hidden-xs classes where useful * fixes SCSS for removed hidden-xs elements * fixes dropdown-arrow padding * adds partial to make bulk action buttons visible in XS
-
Robert Lange authored
refs #21166 [finc] sync test fixtures after changes in ISBN and ISSN indexing in search configuration
-