Added JSON-based hierarchy trees (improves performance).
- XML still partially supported for legacy Blueprint theme support.
Showing
- module/VuFind/config/module.config.php 4 additions, 2 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/HierarchyController.php 32 additions, 4 deletionsmodule/VuFind/src/VuFind/Controller/HierarchyController.php
- module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php 125 additions, 0 deletionsmodule/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php
- module/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php 58 additions, 0 deletionsmodule/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php
- module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php 148 additions, 4 deletionsmodule/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php
- module/VuFind/xsl/Hierarchy/CollectionList.xsl 0 additions, 32 deletionsmodule/VuFind/xsl/Hierarchy/CollectionList.xsl
- module/VuFind/xsl/Hierarchy/RecordList.xsl 0 additions, 43 deletionsmodule/VuFind/xsl/Hierarchy/RecordList.xsl
- module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php 39 additions, 7 deletions...ndConsole/src/VuFindConsole/Controller/UtilController.php
- themes/blueprint/templates/RecordTab/hierarchytree.phtml 5 additions, 1 deletionthemes/blueprint/templates/RecordTab/hierarchytree.phtml
- themes/bootprint3/css/compiled.css 1 addition, 1 deletionthemes/bootprint3/css/compiled.css
- themes/bootstrap3/css/compiled.css 1 addition, 1 deletionthemes/bootstrap3/css/compiled.css
- themes/bootstrap3/js/hierarchyTree.js 57 additions, 38 deletionsthemes/bootstrap3/js/hierarchyTree.js
- themes/bootstrap3/less/bootstrap.less 5 additions, 0 deletionsthemes/bootstrap3/less/bootstrap.less
- themes/bootstrap3/templates/RecordTab/hierarchytree.phtml 3 additions, 1 deletionthemes/bootstrap3/templates/RecordTab/hierarchytree.phtml
Please register or sign in to comment