cakephp2-php8/cake/libs/view/helpers
2009-10-18 22:05:17 -04:00
..
ajax.php Removing use of e() from core classes. Refs #6525 2009-07-23 13:35:14 +00:00
app_helper.php Adding App::import() to app_helper files. Fixes issues with Missing Helper Class, and allows you to use helpers in shell classes. Fixes #5458 2008-12-05 16:49:43 +00:00
cache.php Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136 2009-10-01 01:03:47 -04:00
form.php Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167 2009-10-18 22:05:17 -04:00
html.php Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139 2009-10-02 12:53:20 -04:00
javascript.php Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139 2009-10-02 12:53:20 -04:00
js.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
number.php Refactoring NumberHelper::toReadableSize to properly use I18n functionality. 2009-03-03 23:39:48 +00:00
paginator.php Updating doc blocks for paginator helper. Thanks to savant for the patch. Fixes #4994. 2009-08-02 18:55:37 +00:00
rss.php Adding $data['attrib'] back to RssHelper::channel(); after more research use cases for this were found. 2008-11-25 05:54:31 +00:00
session.php fixes #6476, crash on missing layout in session flash 2009-07-21 01:33:12 +00:00
text.php Minor refactorings for DboMysql, DboSource and TextHelper 2009-07-21 20:57:39 +00:00
time.php Fixed incorrect doc. block for TimerHelper::format 2009-09-20 11:08:48 -04:00
xml.php Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag. 2009-09-24 22:43:31 -04:00