From 7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 14 Mar 2012 22:57:58 +0200 Subject: [PATCH] [feature/merging-style-components] Moving template classes to style Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates PHPBB3-10632 --- phpBB/includes/{template => style}/extension_path_provider.php | 0 phpBB/includes/{template => style}/locator.php | 0 phpBB/includes/{template => style}/path_provider.php | 0 phpBB/includes/{template => style}/path_provider_interface.php | 0 phpBB/includes/{template => style}/template.php | 0 .../includes/{template/compile.php => style/template_compile.php} | 0 .../includes/{template/context.php => style/template_context.php} | 0 phpBB/includes/{template/filter.php => style/template_filter.php} | 0 .../{template/renderer.php => style/template_renderer.php} | 0 .../renderer_eval.php => style/template_renderer_eval.php} | 0 .../renderer_include.php => style/template_renderer_include.php} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename phpBB/includes/{template => style}/extension_path_provider.php (100%) rename phpBB/includes/{template => style}/locator.php (100%) rename phpBB/includes/{template => style}/path_provider.php (100%) rename phpBB/includes/{template => style}/path_provider_interface.php (100%) rename phpBB/includes/{template => style}/template.php (100%) rename phpBB/includes/{template/compile.php => style/template_compile.php} (100%) rename phpBB/includes/{template/context.php => style/template_context.php} (100%) rename phpBB/includes/{template/filter.php => style/template_filter.php} (100%) rename phpBB/includes/{template/renderer.php => style/template_renderer.php} (100%) rename phpBB/includes/{template/renderer_eval.php => style/template_renderer_eval.php} (100%) rename phpBB/includes/{template/renderer_include.php => style/template_renderer_include.php} (100%) diff --git a/phpBB/includes/template/extension_path_provider.php b/phpBB/includes/style/extension_path_provider.php similarity index 100% rename from phpBB/includes/template/extension_path_provider.php rename to phpBB/includes/style/extension_path_provider.php diff --git a/phpBB/includes/template/locator.php b/phpBB/includes/style/locator.php similarity index 100% rename from phpBB/includes/template/locator.php rename to phpBB/includes/style/locator.php diff --git a/phpBB/includes/template/path_provider.php b/phpBB/includes/style/path_provider.php similarity index 100% rename from phpBB/includes/template/path_provider.php rename to phpBB/includes/style/path_provider.php diff --git a/phpBB/includes/template/path_provider_interface.php b/phpBB/includes/style/path_provider_interface.php similarity index 100% rename from phpBB/includes/template/path_provider_interface.php rename to phpBB/includes/style/path_provider_interface.php diff --git a/phpBB/includes/template/template.php b/phpBB/includes/style/template.php similarity index 100% rename from phpBB/includes/template/template.php rename to phpBB/includes/style/template.php diff --git a/phpBB/includes/template/compile.php b/phpBB/includes/style/template_compile.php similarity index 100% rename from phpBB/includes/template/compile.php rename to phpBB/includes/style/template_compile.php diff --git a/phpBB/includes/template/context.php b/phpBB/includes/style/template_context.php similarity index 100% rename from phpBB/includes/template/context.php rename to phpBB/includes/style/template_context.php diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/style/template_filter.php similarity index 100% rename from phpBB/includes/template/filter.php rename to phpBB/includes/style/template_filter.php diff --git a/phpBB/includes/template/renderer.php b/phpBB/includes/style/template_renderer.php similarity index 100% rename from phpBB/includes/template/renderer.php rename to phpBB/includes/style/template_renderer.php diff --git a/phpBB/includes/template/renderer_eval.php b/phpBB/includes/style/template_renderer_eval.php similarity index 100% rename from phpBB/includes/template/renderer_eval.php rename to phpBB/includes/style/template_renderer_eval.php diff --git a/phpBB/includes/template/renderer_include.php b/phpBB/includes/style/template_renderer_include.php similarity index 100% rename from phpBB/includes/template/renderer_include.php rename to phpBB/includes/style/template_renderer_include.php