batufa/system/classes
2009-06-03 17:38:15 -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 Updated Session_Database to use the 'default' database group if no group is defined, rather than throwing an exception 2009-05-31 12:24:40 -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 Updated date::fuzzy_span(), allowing future times to be used and tweaking dates to be more accurate 2009-06-03 16:38:09 -05:00
encrypt.php Ported Encrypt library from 2.4 2009-05-23 15:09:47 -05:00
file.php Ported and cleaned up file helper from 2.4 2009-06-03 17:31:05 -05:00
form.php Cleaned up form helper, massively cutting down on unnecessary code and making the method names reflect the input type (eg: dropdown() is now called select()) 2009-05-31 17:49:34 -05:00
html.php Updated HTML comments, removed encoding of default link text for anchor, file_anchor, and mailto 2009-05-31 17:40:47 -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 Added remote::status() from 2.4, finishes remote helper porting 2009-06-03 17:38:15 -05:00
request.php Cleaning up Request::_parse_accept code a little 2009-06-01 10:15:09 -05:00
route.php Updated some Route comments 2009-05-21 17:33:56 -05:00
session.php Updated Session library to allow a specific Encrypt instance to be used 2009-05-31 12:23:48 -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 Fixing #1, thanks colinmollenhour! 2009-05-31 12:46:17 -05:00