summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 15:11:53 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 15:11:53 -0700
commit12fe58d997d2066dc362fd393a18b4e5da190513 (patch)
tree3ad8e5afb77829e1541ec96d86785760d65c04ac
parent00f47d4ddddcd1902db817018dd79ac01bcc8e82 (diff)
Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm comfortable with us not clearly drawing the distinction about the fact that it's Kohana.
-rw-r--r--index.php2
-rw-r--r--system/KohanaLicense.html (renamed from kohana/KohanaLicense.html)0
-rw-r--r--system/config/cache.php (renamed from kohana/config/cache.php)0
-rw-r--r--system/config/cache_memcache.php (renamed from kohana/config/cache_memcache.php)0
-rw-r--r--system/config/cache_sqlite.php (renamed from kohana/config/cache_sqlite.php)0
-rw-r--r--system/config/cache_xcache.php (renamed from kohana/config/cache_xcache.php)0
-rw-r--r--system/config/cookie.php (renamed from kohana/config/cookie.php)0
-rw-r--r--system/config/credit_cards.php (renamed from kohana/config/credit_cards.php)0
-rw-r--r--system/config/database.php (renamed from kohana/config/database.php)0
-rw-r--r--system/config/email.php (renamed from kohana/config/email.php)0
-rw-r--r--system/config/encryption.php (renamed from kohana/config/encryption.php)0
-rw-r--r--system/config/http.php (renamed from kohana/config/http.php)0
-rw-r--r--system/config/image.php (renamed from kohana/config/image.php)0
-rw-r--r--system/config/inflector.php (renamed from kohana/config/inflector.php)0
-rw-r--r--system/config/locale.php (renamed from kohana/config/locale.php)0
-rw-r--r--system/config/mimes.php (renamed from kohana/config/mimes.php)0
-rw-r--r--system/config/pagination.php (renamed from kohana/config/pagination.php)0
-rw-r--r--system/config/profiler.php (renamed from kohana/config/profiler.php)0
-rw-r--r--system/config/routes.php (renamed from kohana/config/routes.php)0
-rw-r--r--system/config/session.php (renamed from kohana/config/session.php)0
-rw-r--r--system/config/sql_types.php (renamed from kohana/config/sql_types.php)0
-rw-r--r--system/config/upload.php (renamed from kohana/config/upload.php)0
-rw-r--r--system/config/user_agents.php (renamed from kohana/config/user_agents.php)0
-rw-r--r--system/config/view.php (renamed from kohana/config/view.php)0
-rw-r--r--system/controllers/template.php (renamed from kohana/controllers/template.php)0
-rw-r--r--system/core/Benchmark.php (renamed from kohana/core/Benchmark.php)0
-rw-r--r--system/core/Bootstrap.php (renamed from kohana/core/Bootstrap.php)0
-rw-r--r--system/core/Event.php (renamed from kohana/core/Event.php)0
-rw-r--r--system/core/Kohana.php (renamed from kohana/core/Kohana.php)0
-rw-r--r--system/core/utf8.php (renamed from kohana/core/utf8.php)0
-rw-r--r--system/core/utf8/from_unicode.php (renamed from kohana/core/utf8/from_unicode.php)0
-rw-r--r--system/core/utf8/ltrim.php (renamed from kohana/core/utf8/ltrim.php)0
-rw-r--r--system/core/utf8/ord.php (renamed from kohana/core/utf8/ord.php)0
-rw-r--r--system/core/utf8/rtrim.php (renamed from kohana/core/utf8/rtrim.php)0
-rw-r--r--system/core/utf8/str_ireplace.php (renamed from kohana/core/utf8/str_ireplace.php)0
-rw-r--r--system/core/utf8/str_pad.php (renamed from kohana/core/utf8/str_pad.php)0
-rw-r--r--system/core/utf8/str_split.php (renamed from kohana/core/utf8/str_split.php)0
-rw-r--r--system/core/utf8/strcasecmp.php (renamed from kohana/core/utf8/strcasecmp.php)0
-rw-r--r--system/core/utf8/strcspn.php (renamed from kohana/core/utf8/strcspn.php)0
-rw-r--r--system/core/utf8/stristr.php (renamed from kohana/core/utf8/stristr.php)0
-rw-r--r--system/core/utf8/strlen.php (renamed from kohana/core/utf8/strlen.php)0
-rw-r--r--system/core/utf8/strpos.php (renamed from kohana/core/utf8/strpos.php)0
-rw-r--r--system/core/utf8/strrev.php (renamed from kohana/core/utf8/strrev.php)0
-rw-r--r--system/core/utf8/strrpos.php (renamed from kohana/core/utf8/strrpos.php)0
-rw-r--r--system/core/utf8/strspn.php (renamed from kohana/core/utf8/strspn.php)0
-rw-r--r--system/core/utf8/strtolower.php (renamed from kohana/core/utf8/strtolower.php)0
-rw-r--r--system/core/utf8/strtoupper.php (renamed from kohana/core/utf8/strtoupper.php)0
-rw-r--r--system/core/utf8/substr.php (renamed from kohana/core/utf8/substr.php)0
-rw-r--r--system/core/utf8/substr_replace.php (renamed from kohana/core/utf8/substr_replace.php)0
-rw-r--r--system/core/utf8/to_unicode.php (renamed from kohana/core/utf8/to_unicode.php)0
-rw-r--r--system/core/utf8/transliterate_to_ascii.php (renamed from kohana/core/utf8/transliterate_to_ascii.php)0
-rw-r--r--system/core/utf8/trim.php (renamed from kohana/core/utf8/trim.php)0
-rw-r--r--system/core/utf8/ucfirst.php (renamed from kohana/core/utf8/ucfirst.php)0
-rw-r--r--system/core/utf8/ucwords.php (renamed from kohana/core/utf8/ucwords.php)0
-rw-r--r--system/helpers/arr.php (renamed from kohana/helpers/arr.php)0
-rw-r--r--system/helpers/cookie.php (renamed from kohana/helpers/cookie.php)0
-rw-r--r--system/helpers/date.php (renamed from kohana/helpers/date.php)0
-rw-r--r--system/helpers/download.php (renamed from kohana/helpers/download.php)0
-rw-r--r--system/helpers/email.php (renamed from kohana/helpers/email.php)0
-rw-r--r--system/helpers/expires.php (renamed from kohana/helpers/expires.php)0
-rw-r--r--system/helpers/feed.php (renamed from kohana/helpers/feed.php)0
-rw-r--r--system/helpers/file.php (renamed from kohana/helpers/file.php)0
-rw-r--r--system/helpers/form.php (renamed from kohana/helpers/form.php)0
-rw-r--r--system/helpers/format.php (renamed from kohana/helpers/format.php)0
-rw-r--r--system/helpers/html.php (renamed from kohana/helpers/html.php)0
-rw-r--r--system/helpers/inflector.php (renamed from kohana/helpers/inflector.php)0
-rw-r--r--system/helpers/num.php (renamed from kohana/helpers/num.php)0
-rw-r--r--system/helpers/remote.php (renamed from kohana/helpers/remote.php)0
-rw-r--r--system/helpers/request.php (renamed from kohana/helpers/request.php)0
-rw-r--r--system/helpers/security.php (renamed from kohana/helpers/security.php)0
-rw-r--r--system/helpers/text.php (renamed from kohana/helpers/text.php)0
-rw-r--r--system/helpers/upload.php (renamed from kohana/helpers/upload.php)0
-rw-r--r--system/helpers/url.php (renamed from kohana/helpers/url.php)0
-rw-r--r--system/helpers/valid.php (renamed from kohana/helpers/valid.php)0
-rw-r--r--system/i18n/en_US/cache.php (renamed from kohana/i18n/en_US/cache.php)0
-rw-r--r--system/i18n/en_US/calendar.php (renamed from kohana/i18n/en_US/calendar.php)0
-rw-r--r--system/i18n/en_US/core.php (renamed from kohana/i18n/en_US/core.php)0
-rw-r--r--system/i18n/en_US/database.php (renamed from kohana/i18n/en_US/database.php)0
-rw-r--r--system/i18n/en_US/encrypt.php (renamed from kohana/i18n/en_US/encrypt.php)0
-rw-r--r--system/i18n/en_US/errors.php (renamed from kohana/i18n/en_US/errors.php)0
-rw-r--r--system/i18n/en_US/event.php (renamed from kohana/i18n/en_US/event.php)0
-rw-r--r--system/i18n/en_US/image.php (renamed from kohana/i18n/en_US/image.php)0
-rw-r--r--system/i18n/en_US/orm.php (renamed from kohana/i18n/en_US/orm.php)0
-rw-r--r--system/i18n/en_US/profiler.php (renamed from kohana/i18n/en_US/profiler.php)0
-rw-r--r--system/i18n/en_US/session.php (renamed from kohana/i18n/en_US/session.php)0
-rw-r--r--system/i18n/en_US/upload.php (renamed from kohana/i18n/en_US/upload.php)0
-rw-r--r--system/i18n/en_US/validation.php (renamed from kohana/i18n/en_US/validation.php)0
-rw-r--r--system/libraries/Cache.php (renamed from kohana/libraries/Cache.php)0
-rw-r--r--system/libraries/Controller.php (renamed from kohana/libraries/Controller.php)0
-rw-r--r--system/libraries/Database.php (renamed from kohana/libraries/Database.php)0
-rw-r--r--system/libraries/Database_Expression.php (renamed from kohana/libraries/Database_Expression.php)0
-rw-r--r--system/libraries/Encrypt.php (renamed from kohana/libraries/Encrypt.php)0
-rw-r--r--system/libraries/Event_Observer.php (renamed from kohana/libraries/Event_Observer.php)0
-rw-r--r--system/libraries/Event_Subject.php (renamed from kohana/libraries/Event_Subject.php)0
-rw-r--r--system/libraries/Image.php (renamed from kohana/libraries/Image.php)0
-rw-r--r--system/libraries/Input.php (renamed from kohana/libraries/Input.php)0
-rw-r--r--system/libraries/Model.php (renamed from kohana/libraries/Model.php)0
-rw-r--r--system/libraries/ORM.php (renamed from kohana/libraries/ORM.php)0
-rw-r--r--system/libraries/ORM_Iterator.php (renamed from kohana/libraries/ORM_Iterator.php)0
-rw-r--r--system/libraries/ORM_Tree.php (renamed from kohana/libraries/ORM_Tree.php)0
-rw-r--r--system/libraries/ORM_Versioned.php (renamed from kohana/libraries/ORM_Versioned.php)0
-rw-r--r--system/libraries/Pagination.php (renamed from kohana/libraries/Pagination.php)0
-rw-r--r--system/libraries/Profiler.php (renamed from kohana/libraries/Profiler.php)0
-rw-r--r--system/libraries/Profiler_Table.php (renamed from kohana/libraries/Profiler_Table.php)0
-rw-r--r--system/libraries/Router.php (renamed from kohana/libraries/Router.php)0
-rw-r--r--system/libraries/Session.php (renamed from kohana/libraries/Session.php)0
-rw-r--r--system/libraries/URI.php (renamed from kohana/libraries/URI.php)0
-rw-r--r--system/libraries/Validation.php (renamed from kohana/libraries/Validation.php)0
-rw-r--r--system/libraries/View.php (renamed from kohana/libraries/View.php)0
-rw-r--r--system/libraries/drivers/Cache.php (renamed from kohana/libraries/drivers/Cache.php)0
-rw-r--r--system/libraries/drivers/Cache/Apc.php (renamed from kohana/libraries/drivers/Cache/Apc.php)0
-rw-r--r--system/libraries/drivers/Cache/Eaccelerator.php (renamed from kohana/libraries/drivers/Cache/Eaccelerator.php)0
-rw-r--r--system/libraries/drivers/Cache/File.php (renamed from kohana/libraries/drivers/Cache/File.php)0
-rw-r--r--system/libraries/drivers/Cache/Memcache.php (renamed from kohana/libraries/drivers/Cache/Memcache.php)0
-rw-r--r--system/libraries/drivers/Cache/Sqlite.php (renamed from kohana/libraries/drivers/Cache/Sqlite.php)0
-rw-r--r--system/libraries/drivers/Cache/Xcache.php (renamed from kohana/libraries/drivers/Cache/Xcache.php)0
-rw-r--r--system/libraries/drivers/Captcha.php (renamed from kohana/libraries/drivers/Captcha.php)0
-rw-r--r--system/libraries/drivers/Captcha/Alpha.php (renamed from kohana/libraries/drivers/Captcha/Alpha.php)0
-rw-r--r--system/libraries/drivers/Captcha/Basic.php (renamed from kohana/libraries/drivers/Captcha/Basic.php)0
-rw-r--r--system/libraries/drivers/Captcha/Black.php (renamed from kohana/libraries/drivers/Captcha/Black.php)0
-rw-r--r--system/libraries/drivers/Captcha/Math.php (renamed from kohana/libraries/drivers/Captcha/Math.php)0
-rw-r--r--system/libraries/drivers/Captcha/Riddle.php (renamed from kohana/libraries/drivers/Captcha/Riddle.php)0
-rw-r--r--system/libraries/drivers/Captcha/Word.php (renamed from kohana/libraries/drivers/Captcha/Word.php)0
-rw-r--r--system/libraries/drivers/Database.php (renamed from kohana/libraries/drivers/Database.php)0
-rw-r--r--system/libraries/drivers/Database/Mssql.php (renamed from kohana/libraries/drivers/Database/Mssql.php)0
-rw-r--r--system/libraries/drivers/Database/Mysql.php (renamed from kohana/libraries/drivers/Database/Mysql.php)0
-rw-r--r--system/libraries/drivers/Database/Mysqli.php (renamed from kohana/libraries/drivers/Database/Mysqli.php)0
-rw-r--r--system/libraries/drivers/Database/Pdosqlite.php (renamed from kohana/libraries/drivers/Database/Pdosqlite.php)0
-rw-r--r--system/libraries/drivers/Database/Pgsql.php (renamed from kohana/libraries/drivers/Database/Pgsql.php)0
-rw-r--r--system/libraries/drivers/Image.php (renamed from kohana/libraries/drivers/Image.php)0
-rw-r--r--system/libraries/drivers/Image/GD.php (renamed from kohana/libraries/drivers/Image/GD.php)0
-rw-r--r--system/libraries/drivers/Image/GraphicsMagick.php (renamed from kohana/libraries/drivers/Image/GraphicsMagick.php)0
-rw-r--r--system/libraries/drivers/Image/ImageMagick.php (renamed from kohana/libraries/drivers/Image/ImageMagick.php)0
-rw-r--r--system/libraries/drivers/Session.php (renamed from kohana/libraries/drivers/Session.php)0
-rw-r--r--system/libraries/drivers/Session/Cache.php (renamed from kohana/libraries/drivers/Session/Cache.php)0
-rw-r--r--system/libraries/drivers/Session/Cookie.php (renamed from kohana/libraries/drivers/Session/Cookie.php)0
-rw-r--r--system/libraries/drivers/Session/Database.php (renamed from kohana/libraries/drivers/Session/Database.php)0
-rw-r--r--system/views/kohana/template.php (renamed from kohana/views/kohana/template.php)0
-rw-r--r--system/views/kohana_error_disabled.php (renamed from kohana/views/kohana_error_disabled.php)0
-rw-r--r--system/views/kohana_error_page.php (renamed from kohana/views/kohana_error_page.php)0
-rw-r--r--system/views/kohana_errors.css (renamed from kohana/views/kohana_errors.css)0
-rw-r--r--system/views/kohana_profiler.php (renamed from kohana/views/kohana_profiler.php)0
-rw-r--r--system/views/kohana_profiler_table.css (renamed from kohana/views/kohana_profiler_table.css)0
-rw-r--r--system/views/kohana_profiler_table.php (renamed from kohana/views/kohana_profiler_table.php)0
144 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4a531d5c..b00669b2 100644
--- a/index.php
+++ b/index.php
@@ -44,7 +44,7 @@ is_link(basename(__FILE__)) and chdir(dirname(realpath(__FILE__)));
define('APPPATH', strtr(realpath('application') . '/', DIRECTORY_SEPARATOR, '/'));
define('MODPATH', strtr(realpath('modules') . '/', DIRECTORY_SEPARATOR, '/'));
define('THEMEPATH', strtr(realpath('themes') . '/', DIRECTORY_SEPARATOR, '/'));
-define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/'));
+define('SYSPATH', strtr(realpath('system') . '/', DIRECTORY_SEPARATOR, '/'));
// Force a test run if we're in command line mode.
if (PHP_SAPI == 'cli') {
diff --git a/kohana/KohanaLicense.html b/system/KohanaLicense.html
index de2d5299..de2d5299 100644
--- a/kohana/KohanaLicense.html
+++ b/system/KohanaLicense.html
diff --git a/kohana/config/cache.php b/system/config/cache.php
index ccd3da4d..ccd3da4d 100644
--- a/kohana/config/cache.php
+++ b/system/config/cache.php
diff --git a/kohana/config/cache_memcache.php b/system/config/cache_memcache.php
index 43d8f205..43d8f205 100644
--- a/kohana/config/cache_memcache.php
+++ b/system/config/cache_memcache.php
diff --git a/kohana/config/cache_sqlite.php b/system/config/cache_sqlite.php
index 818b8932..818b8932 100644
--- a/kohana/config/cache_sqlite.php
+++ b/system/config/cache_sqlite.php
diff --git a/kohana/config/cache_xcache.php b/system/config/cache_xcache.php
index 47aac25a..47aac25a 100644
--- a/kohana/config/cache_xcache.php
+++ b/system/config/cache_xcache.php
diff --git a/kohana/config/cookie.php b/system/config/cookie.php
index b6ddfe4a..b6ddfe4a 100644
--- a/kohana/config/cookie.php
+++ b/system/config/cookie.php
diff --git a/kohana/config/credit_cards.php b/system/config/credit_cards.php
index bfc98420..bfc98420 100644
--- a/kohana/config/credit_cards.php
+++ b/system/config/credit_cards.php
diff --git a/kohana/config/database.php b/system/config/database.php
index 6519156a..6519156a 100644
--- a/kohana/config/database.php
+++ b/system/config/database.php
diff --git a/kohana/config/email.php b/system/config/email.php
index c768367c..c768367c 100644
--- a/kohana/config/email.php
+++ b/system/config/email.php
diff --git a/kohana/config/encryption.php b/system/config/encryption.php
index 589a9def..589a9def 100644
--- a/kohana/config/encryption.php
+++ b/system/config/encryption.php
diff --git a/kohana/config/http.php b/system/config/http.php
index 3c4a86ac..3c4a86ac 100644
--- a/kohana/config/http.php
+++ b/system/config/http.php
diff --git a/kohana/config/image.php b/system/config/image.php
index e38b7cb2..e38b7cb2 100644
--- a/kohana/config/image.php
+++ b/system/config/image.php
diff --git a/kohana/config/inflector.php b/system/config/inflector.php
index 6dcfc2d3..6dcfc2d3 100644
--- a/kohana/config/inflector.php
+++ b/system/config/inflector.php
diff --git a/kohana/config/locale.php b/system/config/locale.php
index 3a268820..3a268820 100644
--- a/kohana/config/locale.php
+++ b/system/config/locale.php
diff --git a/kohana/config/mimes.php b/system/config/mimes.php
index 6a960f24..6a960f24 100644
--- a/kohana/config/mimes.php
+++ b/system/config/mimes.php
diff --git a/kohana/config/pagination.php b/system/config/pagination.php
index 808fc315..808fc315 100644
--- a/kohana/config/pagination.php
+++ b/system/config/pagination.php
diff --git a/kohana/config/profiler.php b/system/config/profiler.php
index 98ab5a49..98ab5a49 100644
--- a/kohana/config/profiler.php
+++ b/system/config/profiler.php
diff --git a/kohana/config/routes.php b/system/config/routes.php
index c677fde0..c677fde0 100644
--- a/kohana/config/routes.php
+++ b/system/config/routes.php
diff --git a/kohana/config/session.php b/system/config/session.php
index e287bae8..e287bae8 100644
--- a/kohana/config/session.php
+++ b/system/config/session.php
diff --git a/kohana/config/sql_types.php b/system/config/sql_types.php
index a4a44bda..a4a44bda 100644
--- a/kohana/config/sql_types.php
+++ b/system/config/sql_types.php
diff --git a/kohana/config/upload.php b/system/config/upload.php
index df26a2d2..df26a2d2 100644
--- a/kohana/config/upload.php
+++ b/system/config/upload.php
diff --git a/kohana/config/user_agents.php b/system/config/user_agents.php
index c968aebe..c968aebe 100644
--- a/kohana/config/user_agents.php
+++ b/system/config/user_agents.php
diff --git a/kohana/config/view.php b/system/config/view.php
index 6bed22e0..6bed22e0 100644
--- a/kohana/config/view.php
+++ b/system/config/view.php
diff --git a/kohana/controllers/template.php b/system/controllers/template.php
index 34d1a226..34d1a226 100644
--- a/kohana/controllers/template.php
+++ b/system/controllers/template.php
diff --git a/kohana/core/Benchmark.php b/system/core/Benchmark.php
index ce230f11..ce230f11 100644
--- a/kohana/core/Benchmark.php
+++ b/system/core/Benchmark.php
diff --git a/kohana/core/Bootstrap.php b/system/core/Bootstrap.php
index edfb086d..edfb086d 100644
--- a/kohana/core/Bootstrap.php
+++ b/system/core/Bootstrap.php
diff --git a/kohana/core/Event.php b/system/core/Event.php
index 22a9f69d..22a9f69d 100644
--- a/kohana/core/Event.php
+++ b/system/core/Event.php
diff --git a/kohana/core/Kohana.php b/system/core/Kohana.php
index ac64b5b8..ac64b5b8 100644
--- a/kohana/core/Kohana.php
+++ b/system/core/Kohana.php
diff --git a/kohana/core/utf8.php b/system/core/utf8.php
index 9f20f421..9f20f421 100644
--- a/kohana/core/utf8.php
+++ b/system/core/utf8.php
diff --git a/kohana/core/utf8/from_unicode.php b/system/core/utf8/from_unicode.php
index 66c6742d..66c6742d 100644
--- a/kohana/core/utf8/from_unicode.php
+++ b/system/core/utf8/from_unicode.php
diff --git a/kohana/core/utf8/ltrim.php b/system/core/utf8/ltrim.php
index 556fe07f..556fe07f 100644
--- a/kohana/core/utf8/ltrim.php
+++ b/system/core/utf8/ltrim.php
diff --git a/kohana/core/utf8/ord.php b/system/core/utf8/ord.php
index 76e31872..76e31872 100644
--- a/kohana/core/utf8/ord.php
+++ b/system/core/utf8/ord.php
diff --git a/kohana/core/utf8/rtrim.php b/system/core/utf8/rtrim.php
index efa0e19d..efa0e19d 100644
--- a/kohana/core/utf8/rtrim.php
+++ b/system/core/utf8/rtrim.php
diff --git a/kohana/core/utf8/str_ireplace.php b/system/core/utf8/str_ireplace.php
index 97ad71a5..97ad71a5 100644
--- a/kohana/core/utf8/str_ireplace.php
+++ b/system/core/utf8/str_ireplace.php
diff --git a/kohana/core/utf8/str_pad.php b/system/core/utf8/str_pad.php
index aab4ccc7..aab4ccc7 100644
--- a/kohana/core/utf8/str_pad.php
+++ b/system/core/utf8/str_pad.php
diff --git a/kohana/core/utf8/str_split.php b/system/core/utf8/str_split.php
index bc382cb6..bc382cb6 100644
--- a/kohana/core/utf8/str_split.php
+++ b/system/core/utf8/str_split.php
diff --git a/kohana/core/utf8/strcasecmp.php b/system/core/utf8/strcasecmp.php
index d06d3ebd..d06d3ebd 100644
--- a/kohana/core/utf8/strcasecmp.php
+++ b/system/core/utf8/strcasecmp.php
diff --git a/kohana/core/utf8/strcspn.php b/system/core/utf8/strcspn.php
index 20d3e802..20d3e802 100644
--- a/kohana/core/utf8/strcspn.php
+++ b/system/core/utf8/strcspn.php
diff --git a/kohana/core/utf8/stristr.php b/system/core/utf8/stristr.php
index 73ea1394..73ea1394 100644
--- a/kohana/core/utf8/stristr.php
+++ b/system/core/utf8/stristr.php
diff --git a/kohana/core/utf8/strlen.php b/system/core/utf8/strlen.php
index f186a9c5..f186a9c5 100644
--- a/kohana/core/utf8/strlen.php
+++ b/system/core/utf8/strlen.php
diff --git a/kohana/core/utf8/strpos.php b/system/core/utf8/strpos.php
index 4a34dbe9..4a34dbe9 100644
--- a/kohana/core/utf8/strpos.php
+++ b/system/core/utf8/strpos.php
diff --git a/kohana/core/utf8/strrev.php b/system/core/utf8/strrev.php
index 89c428cd..89c428cd 100644
--- a/kohana/core/utf8/strrev.php
+++ b/system/core/utf8/strrev.php
diff --git a/kohana/core/utf8/strrpos.php b/system/core/utf8/strrpos.php
index 1ac8f9c8..1ac8f9c8 100644
--- a/kohana/core/utf8/strrpos.php
+++ b/system/core/utf8/strrpos.php
diff --git a/kohana/core/utf8/strspn.php b/system/core/utf8/strspn.php
index bc7e52f6..bc7e52f6 100644
--- a/kohana/core/utf8/strspn.php
+++ b/system/core/utf8/strspn.php
diff --git a/kohana/core/utf8/strtolower.php b/system/core/utf8/strtolower.php
index ff4da857..ff4da857 100644
--- a/kohana/core/utf8/strtolower.php
+++ b/system/core/utf8/strtolower.php
diff --git a/kohana/core/utf8/strtoupper.php b/system/core/utf8/strtoupper.php
index f3ded739..f3ded739 100644
--- a/kohana/core/utf8/strtoupper.php
+++ b/system/core/utf8/strtoupper.php
diff --git a/kohana/core/utf8/substr.php b/system/core/utf8/substr.php
index daf66b81..daf66b81 100644
--- a/kohana/core/utf8/substr.php
+++ b/system/core/utf8/substr.php
diff --git a/kohana/core/utf8/substr_replace.php b/system/core/utf8/substr_replace.php
index 45e2d2a3..45e2d2a3 100644
--- a/kohana/core/utf8/substr_replace.php
+++ b/system/core/utf8/substr_replace.php
diff --git a/kohana/core/utf8/to_unicode.php b/system/core/utf8/to_unicode.php
index 93f741a6..93f741a6 100644
--- a/kohana/core/utf8/to_unicode.php
+++ b/system/core/utf8/to_unicode.php
diff --git a/kohana/core/utf8/transliterate_to_ascii.php b/system/core/utf8/transliterate_to_ascii.php
index 07461fbb..07461fbb 100644
--- a/kohana/core/utf8/transliterate_to_ascii.php
+++ b/system/core/utf8/transliterate_to_ascii.php
diff --git a/kohana/core/utf8/trim.php b/system/core/utf8/trim.php
index 7434102a..7434102a 100644
--- a/kohana/core/utf8/trim.php
+++ b/system/core/utf8/trim.php
diff --git a/kohana/core/utf8/ucfirst.php b/system/core/utf8/ucfirst.php
index 81a4b380..81a4b380 100644
--- a/kohana/core/utf8/ucfirst.php
+++ b/system/core/utf8/ucfirst.php
diff --git a/kohana/core/utf8/ucwords.php b/system/core/utf8/ucwords.php
index 2d4c94b6..2d4c94b6 100644
--- a/kohana/core/utf8/ucwords.php
+++ b/system/core/utf8/ucwords.php
diff --git a/kohana/helpers/arr.php b/system/helpers/arr.php
index 9570c4b5..9570c4b5 100644
--- a/kohana/helpers/arr.php
+++ b/system/helpers/arr.php
diff --git a/kohana/helpers/cookie.php b/system/helpers/cookie.php
index 901b6d86..901b6d86 100644
--- a/kohana/helpers/cookie.php
+++ b/system/helpers/cookie.php
diff --git a/kohana/helpers/date.php b/system/helpers/date.php
index 7d5a9ab6..7d5a9ab6 100644
--- a/kohana/helpers/date.php
+++ b/system/helpers/date.php
diff --git a/kohana/helpers/download.php b/system/helpers/download.php
index 49fed42c..49fed42c 100644
--- a/kohana/helpers/download.php
+++ b/system/helpers/download.php
diff --git a/kohana/helpers/email.php b/system/helpers/email.php
index fb222d0c..fb222d0c 100644
--- a/kohana/helpers/email.php
+++ b/system/helpers/email.php
diff --git a/kohana/helpers/expires.php b/system/helpers/expires.php
index c43cc0cc..c43cc0cc 100644
--- a/kohana/helpers/expires.php
+++ b/system/helpers/expires.php
diff --git a/kohana/helpers/feed.php b/system/helpers/feed.php
index 74bb2f6b..74bb2f6b 100644
--- a/kohana/helpers/feed.php
+++ b/system/helpers/feed.php
diff --git a/kohana/helpers/file.php b/system/helpers/file.php
index b1b71740..b1b71740 100644
--- a/kohana/helpers/file.php
+++ b/system/helpers/file.php
diff --git a/kohana/helpers/form.php b/system/helpers/form.php
index ce8767c5..ce8767c5 100644
--- a/kohana/helpers/form.php
+++ b/system/helpers/form.php
diff --git a/kohana/helpers/format.php b/system/helpers/format.php
index fb8a0294..fb8a0294 100644
--- a/kohana/helpers/format.php
+++ b/system/helpers/format.php
diff --git a/kohana/helpers/html.php b/system/helpers/html.php
index f40c86dc..f40c86dc 100644
--- a/kohana/helpers/html.php
+++ b/system/helpers/html.php
diff --git a/kohana/helpers/inflector.php b/system/helpers/inflector.php
index 1e4fee23..1e4fee23 100644
--- a/kohana/helpers/inflector.php
+++ b/system/helpers/inflector.php
diff --git a/kohana/helpers/num.php b/system/helpers/num.php
index 3eb5d5ac..3eb5d5ac 100644
--- a/kohana/helpers/num.php
+++ b/system/helpers/num.php
diff --git a/kohana/helpers/remote.php b/system/helpers/remote.php
index f9e0267f..f9e0267f 100644
--- a/kohana/helpers/remote.php
+++ b/system/helpers/remote.php
diff --git a/kohana/helpers/request.php b/system/helpers/request.php
index 4203d0e5..4203d0e5 100644
--- a/kohana/helpers/request.php
+++ b/system/helpers/request.php
diff --git a/kohana/helpers/security.php b/system/helpers/security.php
index cd48d2e0..cd48d2e0 100644
--- a/kohana/helpers/security.php
+++ b/system/helpers/security.php
diff --git a/kohana/helpers/text.php b/system/helpers/text.php
index d0e573ec..d0e573ec 100644
--- a/kohana/helpers/text.php
+++ b/system/helpers/text.php
diff --git a/kohana/helpers/upload.php b/system/helpers/upload.php
index 422e9e8d..422e9e8d 100644
--- a/kohana/helpers/upload.php
+++ b/system/helpers/upload.php
diff --git a/kohana/helpers/url.php b/system/helpers/url.php
index f3d0ec8b..f3d0ec8b 100644
--- a/kohana/helpers/url.php
+++ b/system/helpers/url.php
diff --git a/kohana/helpers/valid.php b/system/helpers/valid.php
index 610076f3..610076f3 100644
--- a/kohana/helpers/valid.php
+++ b/system/helpers/valid.php
diff --git a/kohana/i18n/en_US/cache.php b/system/i18n/en_US/cache.php
index bef02793..bef02793 100644
--- a/kohana/i18n/en_US/cache.php
+++ b/system/i18n/en_US/cache.php
diff --git a/kohana/i18n/en_US/calendar.php b/system/i18n/en_US/calendar.php
index 21dad220..21dad220 100644
--- a/kohana/i18n/en_US/calendar.php
+++ b/system/i18n/en_US/calendar.php
diff --git a/kohana/i18n/en_US/core.php b/system/i18n/en_US/core.php
index 9711b7cd..9711b7cd 100644
--- a/kohana/i18n/en_US/core.php
+++ b/system/i18n/en_US/core.php
diff --git a/kohana/i18n/en_US/database.php b/system/i18n/en_US/database.php
index 172e5c90..172e5c90 100644
--- a/kohana/i18n/en_US/database.php
+++ b/system/i18n/en_US/database.php
diff --git a/kohana/i18n/en_US/encrypt.php b/system/i18n/en_US/encrypt.php
index 9afd6208..9afd6208 100644
--- a/kohana/i18n/en_US/encrypt.php
+++ b/system/i18n/en_US/encrypt.php
diff --git a/kohana/i18n/en_US/errors.php b/system/i18n/en_US/errors.php
index 83341a2c..83341a2c 100644
--- a/kohana/i18n/en_US/errors.php
+++ b/system/i18n/en_US/errors.php
diff --git a/kohana/i18n/en_US/event.php b/system/i18n/en_US/event.php
index 282a0a25..282a0a25 100644
--- a/kohana/i18n/en_US/event.php
+++ b/system/i18n/en_US/event.php
diff --git a/kohana/i18n/en_US/image.php b/system/i18n/en_US/image.php
index 9f184930..9f184930 100644
--- a/kohana/i18n/en_US/image.php
+++ b/system/i18n/en_US/image.php
diff --git a/kohana/i18n/en_US/orm.php b/system/i18n/en_US/orm.php
index 3c5720bc..3c5720bc 100644
--- a/kohana/i18n/en_US/orm.php
+++ b/system/i18n/en_US/orm.php
diff --git a/kohana/i18n/en_US/profiler.php b/system/i18n/en_US/profiler.php
index a39c2f51..a39c2f51 100644
--- a/kohana/i18n/en_US/profiler.php
+++ b/system/i18n/en_US/profiler.php
diff --git a/kohana/i18n/en_US/session.php b/system/i18n/en_US/session.php
index ee781c65..ee781c65 100644
--- a/kohana/i18n/en_US/session.php
+++ b/system/i18n/en_US/session.php
diff --git a/kohana/i18n/en_US/upload.php b/system/i18n/en_US/upload.php
index 7f6e216d..7f6e216d 100644
--- a/kohana/i18n/en_US/upload.php
+++ b/system/i18n/en_US/upload.php
diff --git a/kohana/i18n/en_US/validation.php b/system/i18n/en_US/validation.php
index d98e548f..d98e548f 100644
--- a/kohana/i18n/en_US/validation.php
+++ b/system/i18n/en_US/validation.php
diff --git a/kohana/libraries/Cache.php b/system/libraries/Cache.php
index 8a02a905..8a02a905 100644
--- a/kohana/libraries/Cache.php
+++ b/system/libraries/Cache.php
diff --git a/kohana/libraries/Controller.php b/system/libraries/Controller.php
index d111f25e..d111f25e 100644
--- a/kohana/libraries/Controller.php
+++ b/system/libraries/Controller.php
diff --git a/kohana/libraries/Database.php b/system/libraries/Database.php
index 6267f63a..6267f63a 100644
--- a/kohana/libraries/Database.php
+++ b/system/libraries/Database.php
diff --git a/kohana/libraries/Database_Expression.php b/system/libraries/Database_Expression.php
index 940a6363..940a6363 100644
--- a/kohana/libraries/Database_Expression.php
+++ b/system/libraries/Database_Expression.php
diff --git a/kohana/libraries/Encrypt.php b/system/libraries/Encrypt.php
index 3d564f99..3d564f99 100644
--- a/kohana/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
diff --git a/kohana/libraries/Event_Observer.php b/system/libraries/Event_Observer.php
index 086c8a23..086c8a23 100644
--- a/kohana/libraries/Event_Observer.php
+++ b/system/libraries/Event_Observer.php
diff --git a/kohana/libraries/Event_Subject.php b/system/libraries/Event_Subject.php
index d1ccc544..d1ccc544 100644
--- a/kohana/libraries/Event_Subject.php
+++ b/system/libraries/Event_Subject.php
diff --git a/kohana/libraries/Image.php b/system/libraries/Image.php
index 08c2957c..08c2957c 100644
--- a/kohana/libraries/Image.php
+++ b/system/libraries/Image.php
diff --git a/kohana/libraries/Input.php b/system/libraries/Input.php
index 0e23c800..0e23c800 100644
--- a/kohana/libraries/Input.php
+++ b/system/libraries/Input.php
diff --git a/kohana/libraries/Model.php b/system/libraries/Model.php
index 0c9fd8d6..0c9fd8d6 100644
--- a/kohana/libraries/Model.php
+++ b/system/libraries/Model.php
diff --git a/kohana/libraries/ORM.php b/system/libraries/ORM.php
index c1048604..c1048604 100644
--- a/kohana/libraries/ORM.php
+++ b/system/libraries/ORM.php
diff --git a/kohana/libraries/ORM_Iterator.php b/system/libraries/ORM_Iterator.php
index 41aa8065..41aa8065 100644
--- a/kohana/libraries/ORM_Iterator.php
+++ b/system/libraries/ORM_Iterator.php
diff --git a/kohana/libraries/ORM_Tree.php b/system/libraries/ORM_Tree.php
index cdb09fd0..cdb09fd0 100644
--- a/kohana/libraries/ORM_Tree.php
+++ b/system/libraries/ORM_Tree.php
diff --git a/kohana/libraries/ORM_Versioned.php b/system/libraries/ORM_Versioned.php
index 078fe16a..078fe16a 100644
--- a/kohana/libraries/ORM_Versioned.php
+++ b/system/libraries/ORM_Versioned.php
diff --git a/kohana/libraries/Pagination.php b/system/libraries/Pagination.php
index a8f7bb19..a8f7bb19 100644
--- a/kohana/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
diff --git a/kohana/libraries/Profiler.php b/system/libraries/Profiler.php
index 47d82ace..47d82ace 100644
--- a/kohana/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
diff --git a/kohana/libraries/Profiler_Table.php b/system/libraries/Profiler_Table.php
index a0058a58..a0058a58 100644
--- a/kohana/libraries/Profiler_Table.php
+++ b/system/libraries/Profiler_Table.php
diff --git a/kohana/libraries/Router.php b/system/libraries/Router.php
index 6dc9b10c..6dc9b10c 100644
--- a/kohana/libraries/Router.php
+++ b/system/libraries/Router.php
diff --git a/kohana/libraries/Session.php b/system/libraries/Session.php
index e03f5dff..e03f5dff 100644
--- a/kohana/libraries/Session.php
+++ b/system/libraries/Session.php
diff --git a/kohana/libraries/URI.php b/system/libraries/URI.php
index d9ccdcf7..d9ccdcf7 100644
--- a/kohana/libraries/URI.php
+++ b/system/libraries/URI.php
diff --git a/kohana/libraries/Validation.php b/system/libraries/Validation.php
index 5a48bfc5..5a48bfc5 100644
--- a/kohana/libraries/Validation.php
+++ b/system/libraries/Validation.php
diff --git a/kohana/libraries/View.php b/system/libraries/View.php
index 2b8471c6..2b8471c6 100644
--- a/kohana/libraries/View.php
+++ b/system/libraries/View.php
diff --git a/kohana/libraries/drivers/Cache.php b/system/libraries/drivers/Cache.php
index 7c5e3c31..7c5e3c31 100644
--- a/kohana/libraries/drivers/Cache.php
+++ b/system/libraries/drivers/Cache.php
diff --git a/kohana/libraries/drivers/Cache/Apc.php b/system/libraries/drivers/Cache/Apc.php
index f7be048f..f7be048f 100644
--- a/kohana/libraries/drivers/Cache/Apc.php
+++ b/system/libraries/drivers/Cache/Apc.php
diff --git a/kohana/libraries/drivers/Cache/Eaccelerator.php b/system/libraries/drivers/Cache/Eaccelerator.php
index a45616d5..a45616d5 100644
--- a/kohana/libraries/drivers/Cache/Eaccelerator.php
+++ b/system/libraries/drivers/Cache/Eaccelerator.php
diff --git a/kohana/libraries/drivers/Cache/File.php b/system/libraries/drivers/Cache/File.php
index cc9d48d3..cc9d48d3 100644
--- a/kohana/libraries/drivers/Cache/File.php
+++ b/system/libraries/drivers/Cache/File.php
diff --git a/kohana/libraries/drivers/Cache/Memcache.php b/system/libraries/drivers/Cache/Memcache.php
index d801de9c..d801de9c 100644
--- a/kohana/libraries/drivers/Cache/Memcache.php
+++ b/system/libraries/drivers/Cache/Memcache.php
diff --git a/kohana/libraries/drivers/Cache/Sqlite.php b/system/libraries/drivers/Cache/Sqlite.php
index 9458d851..9458d851 100644
--- a/kohana/libraries/drivers/Cache/Sqlite.php
+++ b/system/libraries/drivers/Cache/Sqlite.php
diff --git a/kohana/libraries/drivers/Cache/Xcache.php b/system/libraries/drivers/Cache/Xcache.php
index 6254bbb6..6254bbb6 100644
--- a/kohana/libraries/drivers/Cache/Xcache.php
+++ b/system/libraries/drivers/Cache/Xcache.php
diff --git a/kohana/libraries/drivers/Captcha.php b/system/libraries/drivers/Captcha.php
index a4343e19..a4343e19 100644
--- a/kohana/libraries/drivers/Captcha.php
+++ b/system/libraries/drivers/Captcha.php
diff --git a/kohana/libraries/drivers/Captcha/Alpha.php b/system/libraries/drivers/Captcha/Alpha.php
index b3a9c9d7..b3a9c9d7 100644
--- a/kohana/libraries/drivers/Captcha/Alpha.php
+++ b/system/libraries/drivers/Captcha/Alpha.php
diff --git a/kohana/libraries/drivers/Captcha/Basic.php b/system/libraries/drivers/Captcha/Basic.php
index d212e72c..d212e72c 100644
--- a/kohana/libraries/drivers/Captcha/Basic.php
+++ b/system/libraries/drivers/Captcha/Basic.php
diff --git a/kohana/libraries/drivers/Captcha/Black.php b/system/libraries/drivers/Captcha/Black.php
index 6a2e2226..6a2e2226 100644
--- a/kohana/libraries/drivers/Captcha/Black.php
+++ b/system/libraries/drivers/Captcha/Black.php
diff --git a/kohana/libraries/drivers/Captcha/Math.php b/system/libraries/drivers/Captcha/Math.php
index 4ac20248..4ac20248 100644
--- a/kohana/libraries/drivers/Captcha/Math.php
+++ b/system/libraries/drivers/Captcha/Math.php
diff --git a/kohana/libraries/drivers/Captcha/Riddle.php b/system/libraries/drivers/Captcha/Riddle.php
index 765eeaad..765eeaad 100644
--- a/kohana/libraries/drivers/Captcha/Riddle.php
+++ b/system/libraries/drivers/Captcha/Riddle.php
diff --git a/kohana/libraries/drivers/Captcha/Word.php b/system/libraries/drivers/Captcha/Word.php
index 856bd9b4..856bd9b4 100644
--- a/kohana/libraries/drivers/Captcha/Word.php
+++ b/system/libraries/drivers/Captcha/Word.php
diff --git a/kohana/libraries/drivers/Database.php b/system/libraries/drivers/Database.php
index 807469f6..807469f6 100644
--- a/kohana/libraries/drivers/Database.php
+++ b/system/libraries/drivers/Database.php
diff --git a/kohana/libraries/drivers/Database/Mssql.php b/system/libraries/drivers/Database/Mssql.php
index 6947679a..6947679a 100644
--- a/kohana/libraries/drivers/Database/Mssql.php
+++ b/system/libraries/drivers/Database/Mssql.php
diff --git a/kohana/libraries/drivers/Database/Mysql.php b/system/libraries/drivers/Database/Mysql.php
index d5222f50..d5222f50 100644
--- a/kohana/libraries/drivers/Database/Mysql.php
+++ b/system/libraries/drivers/Database/Mysql.php
diff --git a/kohana/libraries/drivers/Database/Mysqli.php b/system/libraries/drivers/Database/Mysqli.php
index 0dd9f05c..0dd9f05c 100644
--- a/kohana/libraries/drivers/Database/Mysqli.php
+++ b/system/libraries/drivers/Database/Mysqli.php
diff --git a/kohana/libraries/drivers/Database/Pdosqlite.php b/system/libraries/drivers/Database/Pdosqlite.php
index c2d1bb21..c2d1bb21 100644
--- a/kohana/libraries/drivers/Database/Pdosqlite.php
+++ b/system/libraries/drivers/Database/Pdosqlite.php
diff --git a/kohana/libraries/drivers/Database/Pgsql.php b/system/libraries/drivers/Database/Pgsql.php
index c53c8439..c53c8439 100644
--- a/kohana/libraries/drivers/Database/Pgsql.php
+++ b/system/libraries/drivers/Database/Pgsql.php
diff --git a/kohana/libraries/drivers/Image.php b/system/libraries/drivers/Image.php
index f89ba953..f89ba953 100644
--- a/kohana/libraries/drivers/Image.php
+++ b/system/libraries/drivers/Image.php
diff --git a/kohana/libraries/drivers/Image/GD.php b/system/libraries/drivers/Image/GD.php
index be2af4e2..be2af4e2 100644
--- a/kohana/libraries/drivers/Image/GD.php
+++ b/system/libraries/drivers/Image/GD.php
diff --git a/kohana/libraries/drivers/Image/GraphicsMagick.php b/system/libraries/drivers/Image/GraphicsMagick.php
index a8bc4d9b..a8bc4d9b 100644
--- a/kohana/libraries/drivers/Image/GraphicsMagick.php
+++ b/system/libraries/drivers/Image/GraphicsMagick.php
diff --git a/kohana/libraries/drivers/Image/ImageMagick.php b/system/libraries/drivers/Image/ImageMagick.php
index 4b381fd6..4b381fd6 100644
--- a/kohana/libraries/drivers/Image/ImageMagick.php
+++ b/system/libraries/drivers/Image/ImageMagick.php
diff --git a/kohana/libraries/drivers/Session.php b/system/libraries/drivers/Session.php
index fb58c8d3..fb58c8d3 100644
--- a/kohana/libraries/drivers/Session.php
+++ b/system/libraries/drivers/Session.php
diff --git a/kohana/libraries/drivers/Session/Cache.php b/system/libraries/drivers/Session/Cache.php
index 7221c9f2..7221c9f2 100644
--- a/kohana/libraries/drivers/Session/Cache.php
+++ b/system/libraries/drivers/Session/Cache.php
diff --git a/kohana/libraries/drivers/Session/Cookie.php b/system/libraries/drivers/Session/Cookie.php
index 7b791064..7b791064 100644
--- a/kohana/libraries/drivers/Session/Cookie.php
+++ b/system/libraries/drivers/Session/Cookie.php
diff --git a/kohana/libraries/drivers/Session/Database.php b/system/libraries/drivers/Session/Database.php
index b4144ffb..b4144ffb 100644
--- a/kohana/libraries/drivers/Session/Database.php
+++ b/system/libraries/drivers/Session/Database.php
diff --git a/kohana/views/kohana/template.php b/system/views/kohana/template.php
index b090fd88..b090fd88 100644
--- a/kohana/views/kohana/template.php
+++ b/system/views/kohana/template.php
diff --git a/kohana/views/kohana_error_disabled.php b/system/views/kohana_error_disabled.php
index cd911328..cd911328 100644
--- a/kohana/views/kohana_error_disabled.php
+++ b/system/views/kohana_error_disabled.php
diff --git a/kohana/views/kohana_error_page.php b/system/views/kohana_error_page.php
index 944064cc..944064cc 100644
--- a/kohana/views/kohana_error_page.php
+++ b/system/views/kohana_error_page.php
diff --git a/kohana/views/kohana_errors.css b/system/views/kohana_errors.css
index 1341f57d..1341f57d 100644
--- a/kohana/views/kohana_errors.css
+++ b/system/views/kohana_errors.css
diff --git a/kohana/views/kohana_profiler.php b/system/views/kohana_profiler.php
index da77a669..da77a669 100644
--- a/kohana/views/kohana_profiler.php
+++ b/system/views/kohana_profiler.php
diff --git a/kohana/views/kohana_profiler_table.css b/system/views/kohana_profiler_table.css
index 6e7601c9..6e7601c9 100644
--- a/kohana/views/kohana_profiler_table.css
+++ b/system/views/kohana_profiler_table.css
diff --git a/kohana/views/kohana_profiler_table.php b/system/views/kohana_profiler_table.php
index b6b46530..b6b46530 100644
--- a/kohana/views/kohana_profiler_table.php
+++ b/system/views/kohana_profiler_table.php