stable

Clone or download

Read-only

request #8868: Clean-up template plugin

Change-Id: Id5fc6bc2d8bfba0b984db9bff78db55efe2d65b5

Modified Files

Name
A plugins/template/README.mkd +6 −0 Go to diff View file
D plugins/template/README.txt +0 −4 Go to diff View file
M plugins/template/VERSION +1 −1 Go to diff View file
M plugins/template/etc/template.inc.dist +1 −3 Go to diff View file
A plugins/template/include/Template/Plugin/PluginDescriptor.php +34 −0 Go to diff View file
A plugins/template/include/Template/Plugin/PluginInfo.php +30 −0 Go to diff View file
D plugins/template/include/TemplatePluginDescriptor.class.php +0 −13 Go to diff View file
D plugins/template/include/TemplatePluginInfo.class.php +0 −33 Go to diff View file
M plugins/template/include/autoload.php +5 −5 Go to diff View file
A plugins/template/include/constants.php +21 −0 Go to diff View file
M plugins/template/include/templatePlugin.class.php +39 −27 Go to diff View file
M plugins/template/site-content/en_US/template.tab +2 −2 Go to diff View file
M plugins/template/site-content/fr_FR/template.tab +2 −2 Go to diff View file
A plugins/template/template/index.mustache +1 −0 Go to diff View file
M plugins/template/tests/TemplateTest.php +18 −6 Go to diff View file
M plugins/template/www/index.php +10 −13 Go to diff View file