94
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing a typo in index.php (thanks Geert_DD!) More... about 15 years ago
Removed some debugging code that was left behind in the welcome controller More... about 15 years ago
Added missing file EOLs on several files More... about 15 years ago
Added missing file EOLs on several files More... about 15 years ago
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 More... about 15 years ago
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 More... about 15 years ago
Added new Logger class, as the basic logging implementation and moved application/log to application/logs More... about 15 years ago
Added new Logger class, as the basic logging implementation and moved application/log to application/logs More... about 15 years ago
Added welcome controller and view to application/ More... about 15 years ago
Moved Kohana_Exception::handle() to Kohana::exception_handler() and added comments to Kohana::debug_var() More... about 15 years ago
Moved Kohana_Exception::handle() to Kohana::exception_handler() and added comments to Kohana::debug_var() More... about 15 years ago
Controller:: must be public so that it can used in views and callbacks More... about 15 years ago
Controller:: must be public so that it can used in views and callbacks More... about 15 years ago
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 More... about 15 years ago
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 More... about 15 years ago
Added i18n class and initial i18n directory structure, added __() to index.php, and re-enabled translating in Kohana_Exception More... about 15 years ago
Added i18n class and initial i18n directory structure, added __() to index.php, and re-enabled translating in Kohana_Exception More... about 15 years ago
Fixed up some minor issues in Kohana::find_file() More... about 15 years ago
Fixed up some minor issues in Kohana::find_file() More... about 15 years ago
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 More... about 15 years ago
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 More... about 15 years ago
Added newlines to Kohana::PHP_HEADER More... about 15 years ago
Added newlines to Kohana::PHP_HEADER More... about 15 years ago
Added a view to generate the Kohana logo view More... about 15 years ago
Added a view to generate the Kohana logo view More... about 15 years ago
Added arr:: array helper More... about 15 years ago
Added arr:: array helper More... about 15 years ago
Cleaning up several little things in various files More... about 15 years ago
Cleaning up several little things in various files More... about 15 years ago
Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception More... about 15 years ago