94
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created new file system/base.php with low-level functions, moved __() to base.php, moved environment setup to bootstrap.php, and updated index.php accordingly More... almost 15 years ago
Added arr::extract(), arr::merge(), arr::unshift(), and arr::callback(); cleaned up comments More... almost 15 years ago
Added arr::extract(), arr::merge(), arr::unshift(), and arr::callback(); cleaned up comments More... almost 15 years ago
Cleaned up cookie comments and source More... almost 15 years ago
Cleaned up cookie comments and source More... almost 15 years ago
Handle unset HTTP_USER_AGENT gracefully in cookie::salt() More... almost 15 years ago
Handle unset HTTP_USER_AGENT gracefully in cookie::salt() More... almost 15 years ago
Added accept_type(), accept_lang(), and accept_encoding() to Request, as well as _parse_accept() as a helper method to parse various accept headers More... almost 15 years ago
Added accept_type(), accept_lang(), and accept_encoding() to Request, as well as _parse_accept() as a helper method to parse various accept headers More... almost 15 years ago
Tracking Request changes in the base controllers (SHA be1fe04e4d504fa5d6d8a69382f36ff81640984c) More... almost 15 years ago
Tracking Request changes in the base controllers (SHA be1fe04e4d504fa5d6d8a69382f36ff81640984c) More... almost 15 years ago
Modified Request to be much more strict and static. Each request now consists of only a URI and all other request parameters are statically shared between requests. Implementing a full HTTP stack in PHP it out of the scope of Kohana. More... almost 15 years ago
Modified Request to be much more strict and static. Each request now consists of only a URI and all other request parameters are statically shared between requests. Implementing a full HTTP stack in PHP it out of the scope of Kohana. More... almost 15 years ago
Added a set of request tests More... almost 15 years ago
Moved the profiler views to their own profiler/ directory More... almost 15 years ago
Moved the profiler views to their own profiler/ directory More... almost 15 years ago
Updated Profiler: added the constant KOHANA_START_TIME that has the application starting microtime and added Profiler::application() to return the cross-request application stats. Caching between requests gives stats for the entire application over time. More... almost 15 years ago
Updated Profiler: added the constant KOHANA_START_TIME that has the application starting microtime and added Profiler::application() to return the cross-request application stats. Caching between requests gives stats for the entire application over time. More... almost 15 years ago
Tracking changes to Profiler (SHA 6d7f2ed6f8c522c71b72bb88d4cb54e47ffe1c12) More... almost 15 years ago
Tracking changes to Profiler (SHA 6d7f2ed6f8c522c71b72bb88d4cb54e47ffe1c12) More... almost 15 years ago
Added Kohana::$profile configuration variable to enable profiling of init(), auto_load(), modules(), and find_file() More... almost 15 years ago
Added Kohana::$profile configuration variable to enable profiling of init(), auto_load(), modules(), and find_file() More... almost 15 years ago
Made the $group parameter for Profiler::start() mandatory More... almost 15 years ago
Made the $group parameter for Profiler::start() mandatory More... almost 15 years ago
Minor optimization for persistent connections in Database_MySQL More... almost 15 years ago
Minor optimization for persistent connections in Database_MySQL More... almost 15 years ago
Fixing Database_Query::execute(), the last commit not have included this file More... almost 15 years ago
Fixing Database_Query::execute(), the last commit not have included this file More... almost 15 years ago
Tweaked how Database instances are created, forcing all instances to be named and present in Datbase::$instances More... almost 15 years ago
Tweaked how Database instances are created, forcing all instances to be named and present in Datbase::$instances More... almost 15 years ago