Kyle Robinson Young
|
6cf73c763c
Tests for a generic custom datasource
|
14 years ago |
Ceeram
|
30268f6a08
Only check for existing method expresion() when it actually will be called.
|
14 years ago |
ADmad
|
7ed90c72ae
Updating API docblock for Model::query()
|
14 years ago |
Ceeram
|
4dfbfe9c8b
fix saveAll deep option, when associated data is empty, or has deeper associated model data as first key in array
|
14 years ago |
ADmad
|
bdddc85946
Making option `'unique' => 'keepExisting'` for HABTM association behave consistently with all acceptable data formats.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
664b0538b8
Fix more coding standards problems.
|
14 years ago |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 years ago |
Ceeram
|
08a4d0bf63
Avoid unsetting Model's $findMethods when defining a custom find method in AppModel, also add tests for custom finds
|
14 years ago |
mark_story
|
7665f369fa
Merge branch '2.1-type-hinting-corrections' into 2.1
|
14 years ago |
euromark
|
e94d307ee1
code conventions
|
14 years ago |
ADmad
|
4edb378ef8
Added ability to pass ID as parameter to Model::exists()
|
14 years ago |
Mark Story
|
b7302850b5
Merge pull request #467 from tPl0ch/2.1-required-update-create
|
14 years ago |
Majna
|
0cd9a93e9e
Remove unused variables and statements.
|
14 years ago |
Majna
|
1dbafe1d4f
Fix docblocks.
|
14 years ago |
dogmatic69
|
3246cf7c1e
adding the model alias so that there are no issues when the find has a join on it
|
14 years ago |
Ceeram
|
bc07ba3839
Added option['deep'] to saveAll, to save unlimited levels associated data
|
14 years ago |
ADmad
|
1dd0ff1701
Updating docblock
|
14 years ago |
mark_story
|
2afb05b590
Merge branch '2.0' into 2.1
|
14 years ago |
Thomas Ploch
|
07b16987a3
Fixed strict checking of 'required' attributes.
|
14 years ago |
Thomas Ploch
|
4f3b266491
Added support for simplified required validation on 'create' or 'update'. Added testcases for new 'required' attributes and conflicts with the 'on' key. Fixes #230.
|
14 years ago |
mark_story
|
4bb4040851
Check method existence before calling.
|
14 years ago |
Ceeram
|
7eda0affe3
Merge branch '2.0' into 2.1
|
14 years ago |
Ceeram
|
6d69ec3a78
update book link
|
14 years ago |
Jose Lorenzo Rodriguez
|
b9ad469a65
Merge remote-tracking branch 'origin/2.0' into 2.1
|
14 years ago |
Jose Lorenzo Rodriguez
|
6aa08b5f52
Preventing datasource creationa and access on models having $useTable = false;
|
14 years ago |
mark_story
|
df5d9ac3d1
Merge branch '2.0' into 2.1
|
14 years ago |
Ceeram
|
d4e2fbf6b8
set correct default validate option, now matches saveAll/saveMany default value, fixes #2492
|
14 years ago |
mark_story
|
a70c8c7ac3
Merge changes from 1.3 to 2.0
|
14 years ago |
mark_story
|
eb101b9eb8
Update Model::saveAssociated() documentation
|
14 years ago |