batufa/system/classes
2009-05-31 10:07:02 -05:00
..
controller Tracking Request changes in the base controllers (SHA be1fe04e4d) 2009-05-01 16:46:39 -05:00
kohana Updated Kohana_Log_File, tracking changes in SHA 5470b93661 2009-05-23 15:08:22 -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 Optimized regex in arr::callback(). Also fixed a bug: $params should be "0" and not NULL with a callback string like "foo[0]". 2009-05-30 12:23:39 +02: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 Changed date::timezone_offset() to date::offset() and updated how offsets are cached 2009-05-21 12:08:34 -05:00
encrypt.php Ported Encrypt library from 2.4 2009-05-23 15:09:47 -05:00
form.php Ported text and form helpers from 2.4. Form helper will need the support of the URL helper, which has not been ported yet. 2009-05-21 13:03:57 -05:00
i18n.php Changed i18n to use en-US instead of en_US, as hyphens are more technically accurate 2009-05-31 10:07:02 -05:00
inflector.php Added inflector helper and config 2009-04-17 16:44:18 -05:00
kohana.php Added Kohana::list_files() method 2009-05-31 10:07:02 -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 Updated Request::execute(): removed $capture parameter, load controllers and methods with Reflection, set status codes when a request results in an exception 2009-05-21 17:32:18 -05:00
route.php Updated some Route comments 2009-05-21 17:33:56 -05:00
session.php Updated Session, Session_Cookie and added Session_Native and Session_Database 2009-04-06 21:23:08 -05:00
text.php Ported text and form helpers from 2.4. Form helper will need the support of the URL helper, which has not been ported yet. 2009-05-21 13:03:57 -05:00
url.php Ported the URL helper from 2.4 2009-05-29 18:16:09 -05:00
utf8.php Moved utf8::$server_utf8 detection to the class file, removed global utf8 conversion, as cleaning of data is typically not necessary 2009-05-31 10:07:02 -05:00
view.php Removed SVN $Id from View 2009-05-30 16:05:56 -05:00