From d5fd0f32a90e057e9783f264f727a52a72556ecf Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 15 Aug 2011 16:39:35 +0200 Subject: [PATCH] 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. --- .../template/plugin/AppendCompilerTemplatePlugin.class.php | 1 - .../plugin/ArrayfromlistModifierTemplatePlugin.class.php | 1 - .../template/plugin/AssignCompilerTemplatePlugin.class.php | 1 - .../template/plugin/ConcatModifierTemplatePlugin.class.php | 1 - .../template/plugin/CounterFunctionTemplatePlugin.class.php | 1 - .../template/plugin/CycleFunctionTemplatePlugin.class.php | 1 - .../template/plugin/DateModifierTemplatePlugin.class.php | 1 - .../template/plugin/DatediffModifierTemplatePlugin.class.php | 1 - .../template/plugin/EncodejsModifierTemplatePlugin.class.php | 1 - .../template/plugin/EventPrefilterTemplatePlugin.class.php | 1 - .../template/plugin/FetchCompilerTemplatePlugin.class.php | 1 - .../plugin/FilesizeBinaryModifierTemplatePlugin.class.php | 1 - .../template/plugin/FilesizeModifierTemplatePlugin.class.php | 1 - .../plugin/HascontentPrefilterTemplatePlugin.class.php | 1 - .../plugin/HtmlcheckboxesFunctionTemplatePlugin.class.php | 1 - .../template/{ => plugin}/IBlockTemplatePlugin.class.php | 4 ++-- .../template/{ => plugin}/ICompilerTemplatePlugin.class.php | 4 ++-- .../template/{ => plugin}/IFunctionTemplatePlugin.class.php | 4 ++-- .../template/{ => plugin}/IModifierTemplatePlugin.class.php | 2 +- .../template/{ => plugin}/IPrefilterTemplatePlugin.class.php | 2 +- .../template/plugin/IconCompilerTemplatePlugin.class.php | 1 - .../template/plugin/IconPrefilterTemplatePlugin.class.php | 1 - .../template/plugin/ImplodeCompilerTemplatePlugin.class.php | 1 - .../template/plugin/LangCompilerTemplatePlugin.class.php | 1 - .../template/plugin/LangPrefilterTemplatePlugin.class.php | 1 - .../system/template/plugin/LinkBlockTemplatePlugin.class.php | 1 - .../template/plugin/PagesFunctionTemplatePlugin.class.php | 1 - .../template/plugin/PlainTimeModifierTemplatePlugin.class.php | 1 - .../template/plugin/PrependCompilerTemplatePlugin.class.php | 1 - .../plugin/SmallpagesFunctionTemplatePlugin.class.php | 3 +-- .../plugin/StaticlangTemplatePluginCompiler.class.php | 1 - .../template/plugin/TimeModifierTemplatePlugin.class.php | 1 - .../template/plugin/TruncateModifierTemplatePlugin.class.php | 3 +-- 33 files changed, 10 insertions(+), 38 deletions(-) rename wcfsetup/install/files/lib/system/template/{ => plugin}/IBlockTemplatePlugin.class.php (93%) rename wcfsetup/install/files/lib/system/template/{ => plugin}/ICompilerTemplatePlugin.class.php (91%) rename wcfsetup/install/files/lib/system/template/{ => plugin}/IFunctionTemplatePlugin.class.php (88%) rename wcfsetup/install/files/lib/system/template/{ => plugin}/IModifierTemplatePlugin.class.php (94%) rename wcfsetup/install/files/lib/system/template/{ => plugin}/IPrefilterTemplatePlugin.class.php (94%) diff --git a/wcfsetup/install/files/lib/system/template/plugin/AppendCompilerTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/AppendCompilerTemplatePlugin.class.php index c443f2517e..d03a5fb7fd 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/AppendCompilerTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/AppendCompilerTemplatePlugin.class.php @@ -1,6 +1,5 @@ * @package com.woltlab.wcf - * @subpackage system.template + * @subpackage system.template.plugin * @category Community Framework */ interface IBlockTemplatePlugin { diff --git a/wcfsetup/install/files/lib/system/template/ICompilerTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/ICompilerTemplatePlugin.class.php similarity index 91% rename from wcfsetup/install/files/lib/system/template/ICompilerTemplatePlugin.class.php rename to wcfsetup/install/files/lib/system/template/plugin/ICompilerTemplatePlugin.class.php index 0b37d89047..2fd3dbd5b0 100644 --- a/wcfsetup/install/files/lib/system/template/ICompilerTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/ICompilerTemplatePlugin.class.php @@ -1,5 +1,5 @@ * @package com.woltlab.wcf - * @subpackage system.template + * @subpackage system.template.plugin * @category Community Framework */ interface ICompilerTemplatePlugin { diff --git a/wcfsetup/install/files/lib/system/template/IFunctionTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/IFunctionTemplatePlugin.class.php similarity index 88% rename from wcfsetup/install/files/lib/system/template/IFunctionTemplatePlugin.class.php rename to wcfsetup/install/files/lib/system/template/plugin/IFunctionTemplatePlugin.class.php index 862c7931cc..091f6aec38 100644 --- a/wcfsetup/install/files/lib/system/template/IFunctionTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/IFunctionTemplatePlugin.class.php @@ -1,5 +1,5 @@ * @package com.woltlab.wcf - * @subpackage system.template + * @subpackage system.template.plugin * @category Community Framework */ interface IFunctionTemplatePlugin { diff --git a/wcfsetup/install/files/lib/system/template/IModifierTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/IModifierTemplatePlugin.class.php similarity index 94% rename from wcfsetup/install/files/lib/system/template/IModifierTemplatePlugin.class.php rename to wcfsetup/install/files/lib/system/template/plugin/IModifierTemplatePlugin.class.php index 2c240f2795..084f76f5e6 100644 --- a/wcfsetup/install/files/lib/system/template/IModifierTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/IModifierTemplatePlugin.class.php @@ -1,5 +1,5 @@ * @package com.woltlab.wcf * @subpackage system.template.plugin -- 2.20.1