More flexible static content handling (#1594)
- Refactor template and renderer determination in content controller - Add TemplateBased ContentBlock for embedding static content in other contexts - Includes improved test coverage
Showing
- config/vufind/searches.ini 10 additions, 0 deletionsconfig/vufind/searches.ini
- module/VuFind/config/module.config.php 1 addition, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Content/PageLocator.php 123 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/PageLocator.php
- module/VuFind/src/VuFind/Content/PageLocatorFactory.php 77 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/PageLocatorFactory.php
- module/VuFind/src/VuFind/ContentBlock/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/PluginManager.php
- module/VuFind/src/VuFind/ContentBlock/TemplateBased.php 128 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/TemplateBased.php
- module/VuFind/src/VuFind/ContentBlock/TemplateBasedFactory.php 72 additions, 0 deletions...e/VuFind/src/VuFind/ContentBlock/TemplateBasedFactory.php
- module/VuFind/src/VuFind/Controller/ContentController.php 5 additions, 29 deletionsmodule/VuFind/src/VuFind/Controller/ContentController.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Content/PageLocatorTest.php 135 additions, 0 deletions...sts/unit-tests/src/VuFindTest/Content/PageLocatorTest.php
- module/VuFind/tests/unit-tests/src/VuFindTest/ContentBlock/TemplateBasedTest.php 78 additions, 0 deletions...t-tests/src/VuFindTest/ContentBlock/TemplateBasedTest.php
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page1.md 0 additions, 0 deletions...xtures/themes/parent/templates/page-locator-test/page1.md
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page1.phtml 0 additions, 0 deletions...res/themes/parent/templates/page-locator-test/page1.phtml
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page2_aa.phtml 0 additions, 0 deletions.../themes/parent/templates/page-locator-test/page2_aa.phtml
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page2_bb.phtml 0 additions, 0 deletions.../themes/parent/templates/page-locator-test/page2_bb.phtml
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page3.phtml 0 additions, 0 deletions...res/themes/parent/templates/page-locator-test/page3.phtml
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page3_bb.phtml 0 additions, 0 deletions.../themes/parent/templates/page-locator-test/page3_bb.phtml
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page4.md 0 additions, 0 deletions...xtures/themes/parent/templates/page-locator-test/page4.md
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page5_aa.md 0 additions, 0 deletions...res/themes/parent/templates/page-locator-test/page5_aa.md
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page5_bb.md 0 additions, 0 deletions...res/themes/parent/templates/page-locator-test/page5_bb.md
- module/VuFindTheme/tests/unit-tests/fixtures/themes/parent/templates/page-locator-test/page6.md 0 additions, 0 deletions...xtures/themes/parent/templates/page-locator-test/page6.md
Please register or sign in to comment