Commit graph

16 commits

Author SHA1 Message Date
Woody Gilk 0a7ed20937 Updated Kohana_Log_File, tracking changes in SHA 5470b93661 2009-05-23 15:08:22 -05:00
Woody Gilk 1b8b7adcec Added get() and set() methods to Kohana_Config for consistency 2009-04-06 18:29:15 -05:00
Woody Gilk b91f0e06da Making Kohana_Log not final and extensible 2009-04-06 17:03:19 -05:00
Woody Gilk 222c8acc6d Added some missing comments to Kohana_Log and added empty extension files for new Log files 2009-04-04 23:27:06 -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 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
Woody Gilk 658eac9e66 Cleaned up missing end-of-file newlines and added SYSPATH checks to empty extension files 2009-03-08 23:55:13 +00:00
Woody Gilk cb3641150f Started rebuilding Kohana_Cache, removing all fancy ArrayObject generation for values... if the config key does not exist, there will be an error 2009-03-07 14:05:18 +00: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 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 945f8a1299 Updated new configuration classes a bit 2008-12-11 23:38:10 -06:00
Woody Gilk be1df5257a Added new Kohana_Config and Kohana_Config_Loader, an extensible and poweful ArrayObject configuration loader, getter, and setter. Caching using Kohana::cache() is built in 2008-12-11 22:36:45 -06:00