- Apr 28, 2022
-
-
Alexander Purr authored
* adding abstract translation * add default translation for homepage, volume and year * build translation key within template
-
- Apr 27, 2022
-
-
Robert Lange authored
-
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
-
Robert Lange authored
-
Viola Elsenhans authored
* fixing bugs for mobile
-
- Apr 04, 2022
-
-
Alexander Purr authored
* add correct language main file inheritance
-
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
* EZB-Resolver: ** save access state to each ezb resolver result ** reuse getElectronicResults removed in ticket 20764 * ResolverLinks helper hands over print- or electronic results to templates instead of prepared access and message information * handle access (article order button) and messaging in templates now ** messages are generated by type (electronic / print and access state) * improve array merging in template resolverLinks-print.phtml * change parseLinks method: differs from inherited finc ezb resolver by not requesting print state 10
-
Robert Lange authored
-
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 09, 2022
-
-
Alexander Purr authored
* allowing empty comments on pda/print * building type translation keys with _ instead of - * fix method signature for isValid() to fit interface - can not change param of simple type mixed to string * do not show user name in users order list * create order edit form only if order type has form configuration in fid.ini
-
- Mar 07, 2022
-
-
Claas Kazzer authored
* autocomplete as address-line1 conforms to specs * add autocomplete honorific-prefix on user registration co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
- Mar 02, 2022
-
-
Dorian Merz authored
-
- Mar 01, 2022
-
-
Robert Lange authored
-
Dorian Merz authored
-
Robert Lange authored
-
- Feb 26, 2022
-
-
Robert Lange authored
* add help and additional consistency checks * ignore empty lines
-
- Feb 24, 2022
-
-
Robert Lange authored
-
Alexander Purr authored
* occurred while fid refactoring - fix code style (see ticket 21064) * https://projekte.ub.uni-leipzig.de/projects/vufind-projekte/repository/vufind/revisions/f7bc6bc1159582b420b211c0f4a2427fce205f28/diff/module/fid/src/Controller/CustomTraits/FidAcquisitionTrait.php
-
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
-
-
* fix php short opening tag to display type header
-
Dorian Merz authored
-
* 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
refs #20655 [fid] create some separate column field templates and split column configuration for user and admin order list * due date * edit
-
Robert Lange authored
-
Alexander Purr authored
* override RenderArray helper in finc
-
Alexander Purr authored
* use OrderList->displayCols array in fid.ini for activation and ordering columns * configuration is uses for order listing in user and admin view * restructure templating for best re-usage and less code * move templates into fid/order directory * add missing section in fid.ini * using renderInContext to retain parent's template variables too * hide empty lines / entries in renderArray-helper for displaying properties of free digitization-on-demand
-
- Jan 31, 2022
-
-
André Lahmann authored
-