cakephp2-php8/lib/Cake/Test/Case/Model
Ceeram bc07ba3839 Added option['deep'] to saveAll, to save unlimited levels associated data
Squashed commit of the following:

commit 45caa54e3b25bc94ee10d7b3700ff334e7994257
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 22:29:33 2012 +0100

    update docblocks for deep save

commit 6f3c3b9abf12e394262b0a233188a52095f64b50
Merge: 1d32698 1dd0ff1
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 18:17:34 2012 +0100

    Merge branch '2.1' into 2.1-saveAllTheThings

commit 1d32698640fa1a3c1d606eeaf4740637ff8a1991
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 18:16:57 2012 +0100

    Revert "adding info in docblock about associated model fieldList"

    This reverts commit 7cc10a2b5afc1007c388a6da449781dc351d50cd.

commit 7cc10a2b5afc1007c388a6da449781dc351d50cd
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 18:05:18 2012 +0100

    adding info in docblock about associated model fieldList

commit db2ad2759f6af460715a8bbee167262bcbb62d77
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 17:51:44 2012 +0100

    add tests for deep saveAll respecting fieldList option

commit 14123fccfc43fac1b4cddeea8350dca8fb9c9821
Merge: cfdf25d 2afb05b
Author: Ceeram <c33ram@gmail.com>
Date:   Sun Feb 12 16:51:26 2012 +0100

    Merge branch '2.1' into 2.1-saveAllTheThings

commit cfdf25d4b587c6f1a8cd6ec2bc46dc21fa3c6704
Author: Ceeram <c33ram@gmail.com>
Date:   Tue Feb 7 13:54:59 2012 +0100

    Make saveAllTheThings fully BC, use $options['deep'] = true, to save infinite recursive data

commit 6e8c4380c37a31efc2a37a5ab6438db26d293eb3
Merge: 203c7e1 95aa7e3
Author: Ceeram <c33ram@gmail.com>
Date:   Wed Jan 25 14:22:26 2012 +0100

    Merge branch '2.1' into 2.1-saveAllTheThings

commit 203c7e1d9870e282ec7098297d47e49132904401
Author: Ceeram <c33ram@gmail.com>
Date:   Wed Jan 25 14:19:25 2012 +0100

    validate all the things as well

commit d920d0000fcab80fc48a29b45dbba147a2eed27c
Merge: d648f6a 4f1be12
Author: Ceeram <c33ram@gmail.com>
Date:   Mon Jan 23 18:22:12 2012 +0100

    Merge branch '2.1' into 2.1-saveAllTheThings

commit d648f6a90419e0fa27ed1d9e9feb51c37fbf0397
Author: Ceeram <c33ram@gmail.com>
Date:   Fri Dec 9 15:11:52 2011 +0100

    making saveAll, saveMany and saveAssociated not limited to only save directly related models
2012-02-13 01:00:28 +01:00
..
Behavior allow other parent field, set in find options or TreeHebavior, for threaded find. Fixes #1769 2012-01-19 23:26:43 +01:00
Datasource Merge branch '2.0' into 2.1 2012-02-12 10:06:13 -05:00
BehaviorCollectionTest.php Merge branch '2.0' into 2.1 2012-01-08 21:59:18 -05:00
CakeSchemaTest.php Merge branch '2.0' into 2.1 2011-12-11 22:51:40 -05:00
ConnectionManagerTest.php Indentation fix (tab instead of spaces) 2011-12-20 22:26:43 -05:00
DbAclTest.php fix correct node lookup when authorize object uses plugin userModel setting, fixes #2464 2012-01-27 00:16:22 +01:00
ModelCrossSchemaHabtmTest.php updating usage of assertEqual -> assertEquals 2011-12-13 21:03:40 +07:00
ModelDeleteTest.php Added test for deleting dependent hasMany associated records. Refs #2553 2012-02-07 01:12:14 +05:30
ModelIntegrationTest.php Merge remote-tracking branch 'origin/2.0' into 2.1 2012-01-22 15:52:54 -04:30
ModelReadTest.php Added test case for fix in e1738c8c 2012-02-05 13:37:54 -05:00
models.php Added option['deep'] to saveAll, to save unlimited levels associated data 2012-02-13 01:00:28 +01:00
ModelTest.php Adding cross schema test 2011-11-25 22:29:23 +07:00
ModelTestBase.php adding tests for LH 275 2011-12-12 18:18:02 +07:00
ModelValidationTest.php Merge changes from 1.3 to 2.0 2012-01-19 22:50:40 -05:00
ModelWriteTest.php Added option['deep'] to saveAll, to save unlimited levels associated data 2012-02-13 01:00:28 +01:00