Commit graph

26 commits

Author SHA1 Message Date
Woody Gilk 533cd102bd Added "base_url" setting for Kohana::init() 2009-04-17 16:41:28 -05:00
Woody Gilk 0446235fca Fixing up some issues in Kohana::cache() with directory permissions 2009-04-09 16:58:49 -05:00
Woody Gilk a8b3e4cb5b Fixing some E_STRICT errors with methods not being declared static 2009-04-06 19:10:32 -05:00
Woody Gilk cf943afded Overhauled logging with an observer-based writing system, removed Logger class 2009-04-04 23:06:18 -05:00
Woody Gilk cd0127cd7f Updated exception/error handling and optimized Kohana::trace() 2009-03-25 21:41:37 -05:00
Woody Gilk 8d8ea38d9b Optimized a few minor things, added some extra comments, and changed all @package declarations to "Kohana" 2009-03-20 18:01:47 -04:00
Woody Gilk a596c776b4 Added a missing "static" to Kohana::load(), thanks colinmollenhour 2009-03-12 10:15:38 +00:00
Woody Gilk 66c31ce5dc Added Kohana::config() for loading Kohana_Config instances, and fixed Kohana_Config::load() to properly handle the reverse-ordered paths (can't use += append as it will merge in the wrong order 2009-03-09 09:54:56 +00:00
Geert De Deckere 5205fd8add Strings with single quotes in it will now be escaped by Kohana::debug_var().
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-03-09 07:41:36 +08:00
Geert De Deckere ea5f0b4ecd Fixed some comment typos in the Kohana class.
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-03-09 07:41:34 +08:00
Woody Gilk 41828ce650 Updated exception handling: replaced ErrorException with Kohana_Error (due to bugs in ErrorException), added $code parameter to Kohana_Exception::__construct(), replaced the <pre> with <dl> in the error view, to prevent long lines causing horizontal scroll 2009-03-02 00:04:19 +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 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 856e2b8299 Fixed up some minor issues in Kohana::find_file() 2009-03-01 00:32:34 +00:00
Woody Gilk add298ffa8 Made Kohana::cache() generate 2 directories of 2 characters each, which make it less possible to cripple the filesystem when many cache files are present 2009-03-01 00:21:53 +00:00
Woody Gilk 8b99f2354d Added newlines to Kohana::PHP_HEADER 2009-03-01 00:17:49 +00:00
Woody Gilk 72bac1eb4e Cleaning up several little things in various files 2009-02-28 11:42:29 +00:00
Woody Gilk 020a5dde44 Cleaned up Kohana class, removing all unnecessary things, for better focus on the important code 2009-02-24 01:15:11 -06:00
Woody Gilk b62427c0a6 Updated Kohana::modules to fix 9c4f0ef956 2008-12-14 16:45:14 -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 4a8faa646c Cache path should not be written every request, d'oh!! 2008-12-09 23:34:22 -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 346de0e384 Added Kohana::cache and implemented caching for Kohana::find_file 2008-12-09 11:03:20 -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