- May 18, 2022
-
-
Robert Lange authored
* add package in composer.local.2.fid-adlr with zend version * add group limit an match string in configs for live and alpha * add record driver for default and ai to use package * add checkbox for grouping - but commented out * render grouping on result list of default and ai * update composer.lock after manual edit of composer.local.2.fid-adlr.json * check if driver uses result grouping by calling hasSubRecords * alpha config: override full section * hide checkbox control to deactivate result grouping
-
- May 17, 2022
-
-
Viola Elsenhans authored
* fix bug for active menu entry
-
Viola Elsenhans authored
-
- May 12, 2022
-
-
Viola Elsenhans authored
* remove corporate author
-
Robert Lange authored
-
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
-
- May 02, 2022
-
-
Viola Elsenhans authored
-
- 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
-
Robert Lange authored
-
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
-
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"
-
kazzer@ub.uni-leipzig.de authored
* hides sort and display n items buttons for XS and SM * fixes misplaced icons in record view ** removes redundant 'and screen' in SCSS ** reduced padding-right on large devices for mainbody
-
- Apr 13, 2022
-
-
Viola Elsenhans authored
-
Robert Lange authored
-
Alexander Purr authored
* add inheritance if needed * dependent to 16852
-
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
* change status indicator into expressive description
-
Robert Lange authored
-
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 23, 2022
-
-
Robert Lange authored
* remove redundant configuration * remove redundant MyResearchController * remove redundant templates * remove redundant German translations ** use "devops/i18n-merge.sh data/i18n/languages/de.ini themes/fid_adlr/languages/de.ini themes/fid/languages/de.ini": ** remove duplicate token "Username " and E-Mail-Adresse with parent file. ** remove duplicate token "dbis_hint " and "Hinweis" with parent file. ** remove duplicate token "dbis_licenses_name_long " and "Zugang zu freien und lizenzierten Fachdatenbanken" with parent file. ** remove duplicate token "dbis_name " and "Fachdatenbanken" with parent file. ** remove duplicate token "licenses " and "Datenbanken" with parent file. ** remove duplicate token "licenses_desc_1 " and "Momentan haben Sie Zugriff auf:" with parent file. ** remove duplicate token "licenses_not_available " and "Diese Lizenzen sind derzeit leider nicht verfügbar." with parent * remove redundant English ...
-
Robert Lange authored
* allow empty inputs in home address if checkbox for delivery_address is deactivated * set required attributes by javascript in new introduced user_delivery_address.js - except for line 2 * add new translation for checkbox label * code styles / add comments * add horizontal row as divider between user data sections
-
- Mar 14, 2022
-
-
kazzer@ub.uni-leipzig.de authored
-
kazzer@ub.uni-leipzig.de authored
-