cakephp2-php8/cake/libs/view/helpers
mariano.iglesias 660d5bb804 Allowing CakeTestCase::assertTags() to receive strings as expectation.
Removing default value in AjaxHelper::options() and AjaxHelper::__optionsForAjax() since it always require a parameter.
Using Object::stop() instead of exit() in AjaxHelper::afterRender().
Bringing AjaxTest coverage to 88%

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6928 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-18 19:51:30 +00:00
..
ajax.php Allowing CakeTestCase::assertTags() to receive strings as expectation. 2008-05-18 19:51:30 +00:00
app_helper.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
cache.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
form.php Refactored CakeTestCase::assertTags to tokenize the validation process and give useful debug information on demand 2008-05-08 11:32:31 +00:00
html.php Html::tag now accepts $attributes as a string, in which case, it will be used as the tags class name. 2008-05-13 23:09:37 +00:00
javascript.php Improving code coverage for PHP-native JSON generation in JavascriptHelper, fixing object output bug 2008-05-12 06:04:56 +00:00
js.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
number.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
paginator.php Paginator Helper prev and next methods now use the Html::tag helper method, allowing you to pass a tag option to specify what HTML tag the disabled links should be wrapped in. Defaults to div. Fixes #3991 2008-05-13 23:35:47 +00:00
rss.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
session.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
text.php Text helper highlight method now handles HTML tags correctly. Closes #2242 2008-05-17 18:45:24 +00:00
time.php changing numeric check in TimeHelper::wasWithinLast to remove the use of a php extension 2008-05-05 15:04:02 +00:00
xml.php fixes #4559 2008-05-13 07:56:33 +00:00