Moved template plugin interfaces to the template plugin folder
authorMatthias Schmidt <gravatronics@live.com>
Mon, 15 Aug 2011 14:39:35 +0000 (16:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 15 Aug 2011 14:39:35 +0000 (16:39 +0200)
commitd5fd0f32a90e057e9783f264f727a52a72556ecf
treee022c28467a9cfedae82a1474f56f7db7098df6b
parent508ad5abad858f8ba0a1a650e12b28a10cc8fb7c
Moved template plugin interfaces to the template plugin folder

Using the same "placement pattern" like for (user group) options, also
makes it unnecessary to import the interfaces.
38 files changed:
wcfsetup/install/files/lib/system/template/IBlockTemplatePlugin.class.php [deleted file]
wcfsetup/install/files/lib/system/template/ICompilerTemplatePlugin.class.php [deleted file]
wcfsetup/install/files/lib/system/template/IFunctionTemplatePlugin.class.php [deleted file]
wcfsetup/install/files/lib/system/template/IModifierTemplatePlugin.class.php [deleted file]
wcfsetup/install/files/lib/system/template/IPrefilterTemplatePlugin.class.php [deleted file]
wcfsetup/install/files/lib/system/template/plugin/AppendCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/ArrayfromlistModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/AssignCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/ConcatModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/CounterFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/CycleFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/DateModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/DatediffModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/EncodejsModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/EventPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/FetchCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/FilesizeBinaryModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/FilesizeModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/HascontentPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/HtmlcheckboxesFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/IBlockTemplatePlugin.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/template/plugin/ICompilerTemplatePlugin.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/template/plugin/IFunctionTemplatePlugin.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/template/plugin/IModifierTemplatePlugin.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/template/plugin/IPrefilterTemplatePlugin.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/template/plugin/IconCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/IconPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/ImplodeCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/LangCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/LangPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PlainTimeModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PrependCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/SmallpagesFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/StaticlangTemplatePluginCompiler.class.php
wcfsetup/install/files/lib/system/template/plugin/TimeModifierTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/TruncateModifierTemplatePlugin.class.php