From 7e71457a2e9b369427b5584fce6fd4ba0061f0ff Mon Sep 17 00:00:00 2001
From: Awilum
Date: Tue, 8 Jan 2013 22:16:29 +0200
Subject: [PATCH] Core Improvements: Next Round #79 #80
---
admin/index.php | 24 +++---
admin/themes/default/index.template.php | 2 +-
admin/themes/default/login.template.php | 2 +-
engine/Alert.php | 18 +++--
engine/{Core.php => Monstra.php} | 81 +++++++++----------
engine/Option.php | 25 +++---
engine/Plugin/Action.php | 17 +++-
engine/Plugin/Backend.php | 19 ++++-
engine/Plugin/Filter.php | 17 +++-
engine/Plugin/Frontend.php | 18 ++++-
engine/Plugin/I18n.php | 17 +++-
engine/Plugin/Javascript.php | 23 ++++--
engine/Plugin/Navigation.php | 20 +++--
engine/Plugin/Plugin.php | 17 +++-
engine/Plugin/Stylesheet.php | 26 +++---
engine/Plugin/View.php | 16 +++-
engine/Security.php | 25 +++---
engine/Shortcode.php | 34 ++------
engine/Site.php | 27 +++----
engine/Uri.php | 25 +++---
engine/Xmldb/DB.php | 18 ++++-
engine/Xmldb/Table.php | 17 +++-
engine/Xmldb/XML.php | 16 +++-
engine/_init.php | 20 ++---
engine/boot/actions.php | 4 +-
engine/boot/filters.php | 2 +-
engine/boot/shortcodes.php | 2 +-
index.php | 28 +++----
libraries/Gelato/Agent/Agent.php | 10 ++-
libraries/Gelato/Arr/Arr.php | 8 +-
libraries/Gelato/Cache/Cache.php | 8 +-
libraries/Gelato/ClassLoader/ClassLoader.php | 8 +-
libraries/Gelato/Cookie/Cookie.php | 8 +-
libraries/Gelato/Curl/Curl.php | 8 +-
libraries/Gelato/Date/Date.php | 8 +-
libraries/Gelato/Debug/Debug.php | 8 +-
.../Gelato/ErrorHandler/ErrorHandler.php | 8 +-
libraries/Gelato/FileSystem/Dir.php | 8 +-
libraries/Gelato/FileSystem/File.php | 8 +-
libraries/Gelato/Form/Form.php | 8 +-
libraries/Gelato/Gelato.php | 67 ++++++++-------
libraries/Gelato/Html/Html.php | 9 ++-
libraries/Gelato/Http/Request.php | 8 +-
libraries/Gelato/Http/Response.php | 8 +-
libraries/Gelato/Image/Image.php | 8 +-
libraries/Gelato/Inflector/Inflector.php | 8 +-
libraries/Gelato/Minify/Minify.php | 8 +-
.../Gelato/Notification/Notification.php | 8 +-
libraries/Gelato/Number/Number.php | 8 +-
libraries/Gelato/Registry/Registry.php | 8 +-
libraries/Gelato/Security/Token.php | 8 +-
libraries/Gelato/Session/Session.php | 8 +-
libraries/Gelato/Text/Text.php | 8 +-
libraries/Gelato/Url/Url.php | 8 +-
libraries/Gelato/Validation/Valid.php | 9 ++-
libraries/Gelato/Zip/Zip.php | 8 +-
plugins/box/information/languages/de.lang.php | 5 +-
plugins/box/information/languages/en.lang.php | 4 +-
plugins/box/information/languages/it.lang.php | 4 +-
plugins/box/information/languages/lt.lang.php | 4 +-
.../box/information/languages/pt-br.lang.php | 4 +-
plugins/box/information/languages/ru.lang.php | 4 +-
plugins/box/information/languages/uk.lang.php | 4 +-
.../information/views/backend/index.view.php | 8 +-
plugins/box/system/languages/de.lang.php | 1 -
plugins/box/system/languages/en.lang.php | 1 -
plugins/box/system/languages/it.lang.php | 1 -
plugins/box/system/languages/lt.lang.php | 1 -
plugins/box/system/languages/pt-br.lang.php | 1 -
plugins/box/system/languages/ru.lang.php | 1 -
plugins/box/system/languages/uk.lang.php | 1 -
plugins/box/system/system.admin.php | 2 +-
72 files changed, 524 insertions(+), 369 deletions(-)
rename engine/{Core.php => Monstra.php} (82%)
diff --git a/admin/index.php b/admin/index.php
index fdde369..6083842 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1,21 +1,21 @@
+ * @copyright 2012-2013 Romanenko Sergey / Awilum
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
*/
+
// Main engine defines
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', rtrim(str_replace(array('admin'), array(''), dirname(__FILE__)), '\\/'));
diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php
index 738cb7b..0dd0530 100644
--- a/admin/themes/default/index.template.php
+++ b/admin/themes/default/index.template.php
@@ -100,7 +100,7 @@
/
/
- © 2012 Monstra –
+ © 2012 Monstra –
diff --git a/admin/themes/default/login.template.php b/admin/themes/default/login.template.php
index b34e634..5882597 100644
--- a/admin/themes/default/login.template.php
+++ b/admin/themes/default/login.template.php
@@ -109,7 +109,7 @@