cakephp2-php8/cake
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
..
config updating paths.php to all app to define certain paths, closes #2742 2007-12-23 19:13:44 +00:00
console closes #3302, Render is to meant to output and allow the program to continue executing. Redirect generally serves to stop the program and start fresh with something new. This changeset makes exit the default behavior on redirect. 2007-12-23 01:17:48 +00:00
libs Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
tests Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
basics.php "Fixes #3717, Temp files read/write errors under load" 2007-12-22 22:17:42 +00:00
bootstrap.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00
dispatcher.php updating asset handling, closes #3149 To use compression for css and js files in vendors use Configure::write('Asset.compress', true); 2007-12-22 01:37:46 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging changes and enhancements into the trunk: 2007-10-23 00:25:51 +00:00