- Jun 24, 2022
-
-
Alexander Purr authored
* copied nearly complete functionality introduced to adlr in ticket 16184 to fid branch * adapt admins form for editing users * set deleted flag to false on user registration (as default) * show deleted info in admin user view * configurable * switch auth error message order ** dispay deleted account message before check on blocked account ** accounts can be blocked without flagging for removal
-
kazzer@ub.uni-leipzig.de authored
-
- Jun 23, 2022
-
-
kazzer@ub.uni-leipzig.de authored
-
Robert Lange authored
-
Jean-Pascal Kanter authored
refs #21623 [finc] separated citavi and endnote export, added small format mapper for citavi export, probably not 100% coverage as of now * extended citavi export format, needed to touch SolrMarcFincTrait to add getPages() * added volume function to finctrait
-
- Jun 22, 2022
-
-
Robert Lange authored
-
- Jun 20, 2022
-
-
Robert Lange authored
* move data-containerTitle.phtml and result-list.phtml to finc * use fallback search for superior journals in default records too
-
- Jun 15, 2022
-
-
Alexander Purr authored
* move brake condition for nested list - prevents from empty last item * display list indicator only at first element - prevents from doubled occurrence in nested lists * span to div - lists can not be subelements of spans * dropdown and nested list marked as role=tree * improved foreach-loop co-authored by: Claas Kazzer <kazzer@uni-leipzig.de> * fixes tree and treeitem roles
-
- Jun 13, 2022
-
-
André Lahmann authored
* fixed bug regarding AWL records
-
- 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
-
Robert Lange authored
-
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
-
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 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
-