Improve RecordDataFormatter (#1168)
- Change output format of getData() to allow repeating labels - Add new 'Multi' renderType option to support more flexible data processing options - Simplify existing author rendering to take advantage of 'Multi' renderType
Showing
- module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatter.php 113 additions, 30 deletions...uFind/src/VuFind/View/Helper/Root/RecordDataFormatter.php
- module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatter/SpecBuilder.php 18 additions, 2 deletions...Find/View/Helper/Root/RecordDataFormatter/SpecBuilder.php
- module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php 54 additions, 106 deletions...rc/VuFind/View/Helper/Root/RecordDataFormatterFactory.php
- module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php 146 additions, 6 deletions...c/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/collection-info.phtml 2 additions, 2 deletions...emplates/RecordDriver/DefaultRecord/collection-info.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/collection-record.phtml 2 additions, 2 deletions...plates/RecordDriver/DefaultRecord/collection-record.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/core.phtml 2 additions, 2 deletions...ootstrap3/templates/RecordDriver/DefaultRecord/core.phtml
- themes/bootstrap3/templates/RecordTab/description.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/RecordTab/description.phtml
Please register or sign in to comment