cakephp2-php8/cake/libs/view/helpers
mark_story 6f10f5de6d Fixing issues with ajax forms and mootools. post needs to be lowercase.
Implementing serializeForm() in MootoolsEngine.
Updating doc blocks.
2009-07-25 17:10:22 -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 fixes #6419, redirect with cached view page 2009-06-10 17:11:17 +00:00
form.php Merge branch 'master' into 1.3 2009-06-02 10:12:14 -07:00
html.php Adding HtmlHelper::scriptStart and HtmlHelper::scriptEnd. Further deprecates JavascriptHelper. Fixing issues in test case. 2009-07-25 15:43:26 -04:00
javascript.php Applying patch from 'Dremora' fixes JavascriptHelper::codeBlock() and blockEnd() bugs where content vanished due to incorrectly structured buffers. Minor behavior change in that codeBlock(null) no longer returns an opening script tag. The entire script tag is returned when blockEnd() is called. 2009-07-14 17:11:46 +00:00
jquery_engine.php Fixing method param in jQuery engine. Needed to be converted to 'type'. 2009-07-24 23:29:44 -04:00
js.php Fixing issues with ajax forms and mootools. post needs to be lowercase. 2009-07-25 17:10:22 -04:00
mootools_engine.php Fixing issues with ajax forms and mootools. post needs to be lowercase. 2009-07-25 17:10:22 -04:00
number.php Refactoring NumberHelper::toReadableSize to properly use I18n functionality. 2009-03-03 23:39:48 +00:00
paginator.php Merge branch '1.2' into 1.3 2009-07-22 09:27:31 -07:00
prototype_engine.php Updating file headers. 2009-07-17 00:09:06 -04: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 updating session requires and removing deperacted method from text helper 2009-07-23 13:07:03 -07:00
text.php updating session requires and removing deperacted method from text helper 2009-07-23 13:07:03 -07:00
time.php Removing usage of r() from core 2009-07-23 20:51:24 +00:00
xml.php Updating docblocks and code formatting in XML classes, adding test change to previous commit. 2009-03-11 04:09:35 +00:00