cakephp2-php8/cake/tests/cases/libs
mariano.iglesias 12075ec7c1 Adding contentType, encoding and postBody AJAX options.
Adding onCreate (specify 'create' in $options) and onException (specify 'exception' in $options) callbacks. All callbacks should be specified using their aliases (so use 'complete' => 'completeFunc();' for onComplete callback, etc.)
Adding tests for AJAX helper.
Closes #1244, closes #2644, closes #2856.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6234 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-12-23 21:08:54 +00:00
..
cache "Fixes #3727, ModelEngine::clear() doesn't work" 2007-12-23 07:56:36 +00:00
controller updating scaffold view handling 2007-12-21 18:14:10 +00:00
model Fixing ability to specify select fields for join models, and adding tests 2007-12-23 17:03:19 +00:00
view Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
cache.test.php updating Acl to use Configure, adding config stack to CacheEngine, adding notices for defines to Configure, modifying bootstrap for Cache::config() updating tests for acl, auth, and cache. 2007-10-14 01:09:21 +00:00
cake_log.test.php Adding log file creation test 2007-12-02 22:40:23 +00:00
class_registry.test.php "Fixes #3743, Loading mechanism tries to load files twice from same location. 2007-12-23 04:42:59 +00:00
configure.test.php refactoring view classes, added ScaffoldView that extends ThemeView in scaffold.php, adding tests, adding test_app with files 2007-12-14 22:20:44 +00:00
debugger.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
error.test.php updating error handling: messages, templates and css, updating home page messages 2007-11-04 07:03:57 +00:00
file.test.php updating file class and test 2007-10-16 09:48:59 +00:00
flay.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
folder.test.php adding plugin task, closes #965 2007-12-21 02:54:45 +00:00
http_socket.test.php Added initial cookie jar support to HttpSocket 2007-11-20 17:19:20 +00:00
i18n.test.php Adding tests for i18n plurals, closes #3399 2007-10-17 17:20:23 +00:00
inflector.test.php updating view loading helpers, fixes #3744, tests added, uses Inflector::slug() for element cache file name, uses renderElement for dump of cakeDebug 2007-12-17 07:28:53 +00:00
l10n.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
loader.test.php "Fixes #3743, Loading mechanism tries to load files twice from same location. 2007-12-23 04:42:59 +00:00
magic_db.test.php "Correcting svn properties" 2007-11-20 04:51:06 +00:00
object.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
overloadable.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
router.test.php Adding fix for Router named arguments where arg value contains the separator key (Ticket #3752) 2007-12-19 01:49:25 +00:00
sanitize.test.php sanitize test added, closes #3488 2007-12-21 19:42:08 +00:00
security.test.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
session.test.php Fixes #3507 Session Security.level "high", session destroyed on media 404. 2007-11-12 01:36:20 +00:00
set.test.php changing Set::map() to accept true as second param. This will maintain the structure of the array coming in. related to #3713, changes [6185] 2007-12-21 20:54:10 +00:00
socket.test.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
string.test.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
validation.test.php "Changing Validation class to be a static class" 2007-12-22 21:03:30 +00:00
xml.test.php Adding test case for XML class, conversion from Set object (Ticket #3696) 2007-12-22 05:08:03 +00:00