Add "mix-ins" capability to theme system. (#963)
- Includes example, tests and generator tool
Showing
- Gruntfile.js 11 additions, 0 deletionsGruntfile.js
- module/VuFindConsole/config/module.config.php 1 addition, 0 deletionsmodule/VuFindConsole/config/module.config.php
- module/VuFindConsole/src/VuFindConsole/Controller/GenerateController.php 27 additions, 0 deletions...nsole/src/VuFindConsole/Controller/GenerateController.php
- module/VuFindTheme/Module.php 14 additions, 0 deletionsmodule/VuFindTheme/Module.php
- module/VuFindTheme/src/VuFindTheme/MixinGenerator.php 67 additions, 0 deletionsmodule/VuFindTheme/src/VuFindTheme/MixinGenerator.php
- module/VuFindTheme/src/VuFindTheme/ThemeCompiler.php 3 additions, 0 deletionsmodule/VuFindTheme/src/VuFindTheme/ThemeCompiler.php
- module/VuFindTheme/src/VuFindTheme/ThemeInfo.php 47 additions, 11 deletionsmodule/VuFindTheme/src/VuFindTheme/ThemeInfo.php
- module/VuFindTheme/tests/unit-tests/fixtures/themes/mixin/js/hello.js 1 addition, 0 deletions...dTheme/tests/unit-tests/fixtures/themes/mixin/js/hello.js
- module/VuFindTheme/tests/unit-tests/fixtures/themes/mixin/js/mixin.js 1 addition, 0 deletions...dTheme/tests/unit-tests/fixtures/themes/mixin/js/mixin.js
- module/VuFindTheme/tests/unit-tests/fixtures/themes/mixin/mixin.config.php 4 additions, 0 deletions...e/tests/unit-tests/fixtures/themes/mixin/mixin.config.php
- module/VuFindTheme/tests/unit-tests/fixtures/themes/mixin_user/theme.config.php 5 additions, 0 deletions...ts/unit-tests/fixtures/themes/mixin_user/theme.config.php
- module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeCompilerTest.php 58 additions, 0 deletions...eme/tests/unit-tests/src/VuFindTest/ThemeCompilerTest.php
- module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php 40 additions, 0 deletions...ndTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php
- themes/local_mixin_example/js/mixin-popup.js 1 addition, 0 deletionsthemes/local_mixin_example/js/mixin-popup.js
- themes/local_mixin_example/mixin.config.php 4 additions, 0 deletionsthemes/local_mixin_example/mixin.config.php
themes/local_mixin_example/js/mixin-popup.js
0 → 100644
themes/local_mixin_example/mixin.config.php
0 → 100644
Please register or sign in to comment