batufa/system/classes
2009-05-20 16:14:53 -05:00
..
controller Tracking Request changes in the base controllers (SHA be1fe04e4d) 2009-05-01 16:46:39 -05:00
kohana Added get() and set() methods to Kohana_Config for consistency 2009-04-06 18:29:15 -05:00
request Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception 2009-02-28 11:42:02 +00:00
session Added a missing comment to Session_Database and used the lifetime parameter when setting the cookie 2009-04-07 10:42:29 -05:00
arr.php Added arr::extract(), arr::merge(), arr::unshift(), and arr::callback(); cleaned up comments 2009-05-20 12:29:53 -05:00
cli.php Added cli helper class 2009-04-09 16:58:15 -05:00
controller.php Tracking Request changes in the base controllers (SHA be1fe04e4d) 2009-05-01 16:46:39 -05:00
cookie.php Cleaned up cookie comments and source 2009-05-20 12:25:28 -05:00
date.php Ported date helper methods from 2.4 2009-05-20 16:14:53 -05:00
i18n.php Optimized a few minor things, added some extra comments, and changed all @package declarations to "Kohana" 2009-03-20 18:01:47 -04:00
inflector.php Added inflector helper and config 2009-04-17 16:44:18 -05:00
kohana.php Added Kohana::$profile configuration variable to enable profiling of init(), auto_load(), modules(), and find_file() 2009-04-29 15:42:01 -05:00
model.php Added a missing comment and syntax error in Model 2009-04-09 15:46:12 -05:00
profiler.php 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. 2009-05-01 16:45:17 -05:00
remote.php Throw exceptions when remote:: calls result in errors 2009-04-17 16:45:09 -05:00
request.php Added accept_type(), accept_lang(), and accept_encoding() to Request, as well as _parse_accept() as a helper method to parse various accept headers 2009-05-06 16:20:50 -05:00
route.php Changed Route::add() back into Route::set() (ugh) and make the 'directory' setting a normal parameter that is set with defaults(), rather than directory() 2009-04-20 22:22:10 -05:00
session.php Updated Session, Session_Cookie and added Session_Native and Session_Database 2009-04-06 21:23:08 -05:00
utf8.php Optimized a few minor things, added some extra comments, and changed all @package declarations to "Kohana" 2009-03-20 18:01:47 -04:00
view.php Fixed a bug and a typo in View::set_filename() that would prevent mission view filenames from being found 2009-04-27 16:20:18 -05:00