Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
mark_story
|
7624884240
Use + instead of array_merge.
|
12 years ago |
euromark
|
382f75dbfc
cs corrections, bool to boolean and int to integer.
|
12 years ago |
ADmad
|
473e4f991f
Fixed bug when using multi model fieldList and whitelists for all models are not provided.
|
12 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
Marc Würth
|
2bbd391972
Synced PHP version annotations
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
euromark
|
11a88042bd
fix doc block endings
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
dogmatic69
|
03882f4b55
fix up the fails
|
13 years ago |
dogmatic69
|
24abed969a
simplify validation code
|
13 years ago |
mark_story
|
ffcf71c810
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
f250592fee
Fix multi-model validators with deep & atomic.
|
13 years ago |
ADmad
|
72d6ca636f
Docblock fixes
|
13 years ago |
Jose Lorenzo Rodriguez
|
f6278488af
Ensuring list of behavior methods are refreshed between calls of
|
13 years ago |
Ceeram
|
60c611fa47
Parse rules in getField()
|
13 years ago |
Ceeram
|
0df1e90eed
show all validation errors when saving/validating Associated and primary model fails validation as well, fixes #2925
|
13 years ago |
Kyle Robinson Young
|
54745aada9
Fix custom validation methods with CakeValidationSet
|
13 years ago |
Jose Lorenzo Rodriguez
|
51635c2ca6
Merge remote-tracking branch 'origin/2.1' into 2.2
|
14 years ago |
Jose Lorenzo Rodriguez
|
9cceb1553f
Improving ModelValidator::add() to allow multiple rules to be defined at once
|
14 years ago |
mark_story
|
16a1a0ee79
Fix coding standards.
|
14 years ago |
Jose Lorenzo Rodriguez
|
dc8c731ccb
Fixed failing test case
|
14 years ago |
Jose Lorenzo Rodriguez
|
b22c50d8b6
Merge branch '2.1' into 2.2-validator
|
14 years ago |
Jose Lorenzo Rodriguez
|
785cf8354c
Fixing merge artifacts to make all tests pass
|
14 years ago |
Jose Lorenzo Rodriguez
|
efc3536adb
Fixing a couple errors introduced in previous commit
|
14 years ago |
Jose Lorenzo Rodriguez
|
8c9c6b4a5a
Improving docs for ModelValidator
|
14 years ago |
Jose Lorenzo Rodriguez
|
280893155a
Renaming CakeRule to CakeValidationRule
|
14 years ago |
Jose Lorenzo Rodriguez
|
52c7b2383c
Added afterValidate callback to maintain consistency across all other callbacks in the model layer
|
14 years ago |