Changed return format of record driver getURLs method to fix two problems: now...
Changed return format of record driver getURLs method to fix two problems: now we can specify routes in the return value, and we can provide the same link multiple times with different descriptions when needed. Added record helper methods to process and normalize the various getURLs() return value possibilities.
Showing
- module/VuFind/src/VuFind/RecordDriver/SolrDefault.php 7 additions, 7 deletionsmodule/VuFind/src/VuFind/RecordDriver/SolrDefault.php
- module/VuFind/src/VuFind/RecordDriver/SolrMarc.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/RecordDriver/SolrMarc.php
- module/VuFind/src/VuFind/RecordDriver/SolrVudl.php 16 additions, 11 deletionsmodule/VuFind/src/VuFind/RecordDriver/SolrVudl.php
- module/VuFind/src/VuFind/RecordDriver/Summon.php 19 additions, 5 deletionsmodule/VuFind/src/VuFind/RecordDriver/Summon.php
- module/VuFind/src/VuFind/Theme/Root/Helper/Record.php 61 additions, 0 deletionsmodule/VuFind/src/VuFind/Theme/Root/Helper/Record.php
- themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml 3 additions, 3 deletions...s/blueprint/templates/RecordDriver/SolrDefault/core.phtml
- themes/blueprint/templates/RecordDriver/SolrDefault/result-grid.phtml 3 additions, 3 deletions...rint/templates/RecordDriver/SolrDefault/result-grid.phtml
- themes/blueprint/templates/RecordDriver/SolrDefault/result-list.phtml 3 additions, 3 deletions...rint/templates/RecordDriver/SolrDefault/result-list.phtml
- themes/blueprint/templates/RecordDriver/SolrDefault/tab-holdings.phtml 3 additions, 3 deletions...int/templates/RecordDriver/SolrDefault/tab-holdings.phtml
- themes/jquerymobile/templates/RecordDriver/SolrDefault/core.phtml 3 additions, 3 deletions...querymobile/templates/RecordDriver/SolrDefault/core.phtml
- themes/jquerymobile/templates/RecordDriver/SolrDefault/result-list.phtml 1 addition, 1 deletion...bile/templates/RecordDriver/SolrDefault/result-list.phtml
- themes/root/templates/RecordDriver/AbstractBase/export-bibtex.phtml 2 additions, 5 deletions...t/templates/RecordDriver/AbstractBase/export-bibtex.phtml
- themes/root/templates/RecordDriver/AbstractBase/export-endnote.phtml 2 additions, 5 deletions.../templates/RecordDriver/AbstractBase/export-endnote.phtml
Please register or sign in to comment