Commit graph

68 commits

Author SHA1 Message Date
Woody Gilk 92b5e18a42 Added a set of request tests 2009-05-01 16:45:18 -05:00
Woody Gilk 7389941d31 Added cookie test 2009-04-23 08:19:13 -05:00
Woody Gilk 5e5d72576d Moving HTML from Test controller index() to a view 2009-04-20 23:47:47 -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 044e485909 Removed some debugging code that was left behind in the welcome controller 2009-03-02 00:07:24 +00:00
Woody Gilk 4aab14fade Added missing file EOLs on several files 2009-03-02 00:06:44 +00:00
Woody Gilk 2742517630 Added new Logger class, as the basic logging implementation and moved application/log to application/logs 2009-03-02 00:03:59 +00:00
Woody Gilk f1bfd1aad1 Added welcome controller and view to application/ 2009-03-01 13:46:45 +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
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 f3b65b0372 Updated Kohana, adding more methods and comments. Updated main configuration file. 2008-12-09 23:07:41 -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 77cb41438d Added application/cache and application/log 2008-12-08 23:00:03 -06:00
Woody Gilk 7bf5130393 Added config/kohana.php, the main configuration file 2008-12-05 01:59:12 +00:00