Commit graph

17 commits

Author SHA1 Message Date
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