Commit graph

34 commits

Author SHA1 Message Date
Kiall Mac Innes c323779dcb Moving $_ENV['KOHANA_ENV'] check above Kohana::init() call. Refs #3254 2010-09-20 23:28:44 +01:00
Kiall Mac Innes 5686a636da Adding support for $_ENV['KOHANA_ENV']. Fixes #3254 2010-09-20 21:13:05 +01:00
Kiall Mac Innes 17fb5b0e35 Fixed typo on SUPPRESS_REQUEST check for unittest module. 2010-07-05 22:32:18 +01:00
Woody Gilk 3a03527b88 Added oauth as an official sub-module 2010-07-04 10:13:04 -05:00
Woody Gilk e7c534748a Added unit test module and updated bootstrap.php with requirements for testing 2010-07-04 07:08:45 -05:00
Woody Gilk 1ec496a96f Added cache module to default installation 2010-05-25 07:09:07 -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 daa0deb7c5 Updated submodules 2010-05-16 12:27:34 +01:00
Woody Gilk 29fa43354c Added setlocale() call to bootstrap.php 2009-11-23 19:20:48 -06:00
Woody Gilk 3085cb1ab6 Adding unserialize_callback_func setting to bootstrap.php, fixes #2222 2009-10-31 17:18:53 -05:00
Woody Gilk b04b022496 Updated default modules list in bootstrap.php (unittest is not ready, userguide will be added) 2009-09-06 16:38:08 -05:00
Woody Gilk a3b5c45b89 Cleaning up bootstrap module list 2009-08-24 14:08:38 -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 5c238fb352 Initialize Kohana::$config and Kohana::$log before loading modules, fixes #62 2009-07-25 18:13:28 -05:00
Woody Gilk 9966063787 Added "cache_dir" to the Kohana::init() comment 2009-07-25 18:10:52 -05:00
Woody Gilk a0370c628e Attach a file reader to Kohana::$config in bootstrap 2009-07-24 23:23:24 -05:00
Woody Gilk 17a30537c8 Extend the Kohana class in bootstrap 2009-07-24 23:21:41 -05:00
Woody Gilk d3378e9ae0 Added kodoc to modules list 2009-07-13 14:03:01 -05:00
Woody Gilk 5c2c19a0e4 Added unittest module 2009-07-09 20:56:15 -05:00
Woody Gilk 55ea5bff61 Tracking kohana-core changes 2009-07-07 17:02:20 -05:00
Woody Gilk f573c6eea6 Updated comments on modules in bootstrap.php 2009-07-03 12:32:25 -05:00
Geert De Deckere 5f37c21c22 Added Codebench, which is fully working at this point, as a submodule. 2009-06-20 14:33:30 +02:00
Woody Gilk a21f5b1de9 Preparing bootstrap for beta release 2009-06-14 22:10:04 +02:00
Woody Gilk 34b50de354 Added Kohana::$index_file setting, and removed the index file from Kohana::$base_url 2009-05-29 18:15:53 -05:00
Woody Gilk 226f847ca8 Removed environment-specific block from bootstrap, as it is up to the developer to handle these cases. Production recommendations should be documented instead. 2009-05-21 17:35:43 -05:00
Woody Gilk f9d9b9f0f2 Updated Request::execute(): removed $capture parameter, load controllers and methods with Reflection, set status codes when a request results in an exception 2009-05-21 17:32:18 -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 2c1dd196cd Started creating a set of controllers to test parts of the framework. This will be replaced by unit testing before release 2009-04-20 23:33:22 -05:00
Woody Gilk 1100d23757 Cleaning up application directory 2009-04-17 16:40:11 -05:00
Woody Gilk 4aab14fade Added missing file EOLs on several files 2009-03-02 00:06:44 +00:00
Woody Gilk de7b25c5b4 Added Kohana::sanitize(), upddated Kohana::init() to take an array of settings, do Kohana::sanitize() and utf8::clean() on GPC, and properly detect the environment 2009-03-01 13:43:44 +00:00
Woody Gilk 05590b9058 Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception 2009-02-28 11:42:02 +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