94
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception More... about 15 years ago
Added Kohana_Exception class and error view and updated index.php to use exception handling More... about 15 years ago
Added Kohana_Exception class and error view and updated index.php to use exception handling More... about 15 years ago
Correcting comments in Route More... about 15 years ago
Correcting comments in Route More... about 15 years ago
Added basic Controller class More... about 15 years ago
Added basic Controller class More... about 15 years ago
Updated Route, adding get/set/all methods to act as a singleton location for Route storage. Created initial Request class, the replacement for Router/Input. More... about 15 years ago
Updated Route, adding get/set/all methods to act as a singleton location for Route storage. Created initial Request class, the replacement for Router/Input. More... about 15 years ago
Cleaned up Kohana class, removing all unnecessary things, for better focus on the important code More... about 15 years ago
Cleaned up Kohana class, removing all unnecessary things, for better focus on the important code More... about 15 years ago
Tweaked index.php to be more robust, added bootstrap.php in APPPATH More... about 15 years ago
Adding some recommended reading links to DEVELOPERS More... about 15 years ago
Implemented new router syntax using angle brackets rather than colons. More... over 15 years ago
Implemented new router syntax using angle brackets rather than colons. More... over 15 years ago
Updated Kohana::modules to fix 9c4f0ef956806059d79bb22eefb9f500b02a07e0 More... over 15 years ago
Updated Kohana::modules to fix 9c4f0ef956806059d79bb22eefb9f500b02a07e0 More... over 15 years ago
Added DEVELOPERS file with git info, split from README More... over 15 years ago
Moved module configuration back into config/kohana.php, modified Kohana::init and Kohana::modules More... over 15 years ago
Moved module configuration back into config/kohana.php, modified Kohana::init and Kohana::modules More... over 15 years ago
Updated install.php to reflect the removal of boostrap.php and MODPATH More... over 15 years ago
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. More... over 15 years ago
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. More... over 15 years ago
Updated Route class to include __set_state and better organization of methods More... over 15 years ago
Updated Route class to include __set_state and better organization of methods More... over 15 years ago
Updated new configuration classes a bit More... over 15 years ago
Updated new configuration classes a bit More... over 15 years ago
Added default route More... over 15 years ago
Added default route More... over 15 years ago
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 More... over 15 years ago