Commit graph

25 commits

Author SHA1 Message Date
Jeremy Bush fb6139a67a Updating comment for symlinkd index.php behavior 2011-02-10 10:12:37 -06:00
Isaiah DeRose-Wilson b6aa7c4cf6 Use the body() getter method to get the Response::$body variable. Refs #3482 2010-12-14 20:42:57 -05:00
Isaiah DeRose-Wilson 5d7b8c3d70 Moved request call to index.php file and loading core files into the bootstrap. Fixes #3188 2010-12-13 22:12:53 -05:00
Jeremy Bush c36a59a97f Move old base.php functionality to index.php and bootstrap.php. Fixes #3249. 2010-10-26 18:58:38 -05:00
Valery Victorovsky 703b3d7eea updated links for docs, replaced kohanaphp.com to kohanaframework.org 2010-05-23 22:18:34 +08:00
Woody Gilk 889b9198f4 Invalid reference to config/kohana.php replaced with a reference to bootstrap.php, fixes #2794 2010-04-11 17:22:48 +02:00
Woody Gilk 9790cff6fc Updated system and added comments about E_DEPRECATED to index.php related to #2350 2009-11-21 01:51:23 -06:00
Woody Gilk 019f1cdf08 Remove KOHANA_START_* from index.php, they are now defined in base.php 2009-11-04 10:12:14 -06:00
Woody Gilk e3c30f74b3 Added KOHANA_START_MEMORY, the memory usage just before the application is initialized. Fixes #2137 2009-09-25 11:32:24 -05:00
Woody Gilk d1616b67ad Cleaning up comments 2009-08-06 10:04:58 -05:00
Woody Gilk 3e619c227d Changed Kohana_Core extensions to actual files, following system changes, updated index.php and bootstrap.php 2009-08-01 12:43:08 -05:00
Woody Gilk 5e38fafe58 Moved the date_default_timezone_set() call to bootstrap, added Kohana:: setting, updated comments in index.php 2009-05-21 12:43:09 -05:00
Woody Gilk 100f8a7abd Created new file system/base.php with low-level functions, moved __() to base.php, moved environment setup to bootstrap.php, and updated index.php accordingly 2009-05-20 14:13:02 -05:00
Woody Gilk 72e4e6b719 Updated Profiler: added the constant KOHANA_START_TIME that has the application starting microtime and added Profiler::application() to return the cross-request application stats. Caching between requests gives stats for the entire application over time. 2009-05-01 16:45:17 -05:00
Woody Gilk 66b2cc7521 Added E_STRICT error reporting to index.php 2009-04-09 17:24:51 -05:00
Woody Gilk 619893d7c0 Fixing a typo in index.php (thanks Geert_DD!) 2009-03-02 00:39:24 +00:00
Woody Gilk 4aab14fade Added missing file EOLs on several files 2009-03-02 00:06:44 +00:00
Woody Gilk aeab04275b Moved Kohana_Exception::handle() to Kohana::exception_handler() and added comments to Kohana::debug_var() 2009-03-01 13:46:10 +00:00
Woody Gilk cc8ec56810 Added i18n class and initial i18n directory structure, added __() to index.php, and re-enabled translating in Kohana_Exception 2009-03-01 00:38:32 +00:00
Woody Gilk bb29b56448 Added Kohana_Exception class and error view and updated index.php to use exception handling 2009-02-28 11:42:01 +00:00
Woody Gilk d59f66b4a8 Tweaked index.php to be more robust, added bootstrap.php in APPPATH 2009-02-24 01:13:09 -06:00
Woody Gilk 9c4f0ef956 Moved module configuration back into config/kohana.php, modified Kohana::init and Kohana::modules 2008-12-14 16:16:00 -06:00
Woody Gilk 3d1970d061 Removed bootstrap file, separated into index.php code and Kohana::init() code.
Removed SERVER_UTF8 constant in favor of utf8::.
Added Kohana::i18n(, ) for gettext-like translations.
2008-12-11 23:43:18 -06:00
Woody Gilk 8d7ab187da Updated 3.0:
* Added comments to index.php
 * Added .gitignore to application/cache and application/log
 * Started to add missing pieces to Kohana::init()
 * Changed install.php style slightly
2008-12-09 00:17:28 -06:00
Woody Gilk 9f20da909b Initial commit of Kohana 3.0 2008-12-05 01:37:18 +00:00