Ceeram
|
b8607ca2ed
fix fieldlist, refs PR808 and PR851
|
13 years ago |
mark_story
|
c24bec679b
Merge branch 'master' into 2.3
|
13 years ago |
Ber Clausen
|
c741f60367
Make Model::find('first') always return an array.
|
13 years ago |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 years ago |
ADmad
|
1763f46340
Merge branch 'master' into 2.3
|
13 years ago |
Mark Story
|
746eaf9389
Merge pull request #894 from dereuromark/comp-fix-save-all
|
13 years ago |
mark_story
|
0b0b361e48
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
08556ab879
Fix saveAssociated() with validate=first, atomic=false
|
13 years ago |
mark_story
|
1aea9ac0c9
Merge branch 'master' into 2.3
|
13 years ago |
euromark
|
1e2ac0b9c8
comp mod for saveAll()
|
13 years ago |
ADmad
|
f06bdde8c6
Fix docblock
|
13 years ago |
ADmad
|
33a879ff41
Fix find('count') with 'group' when result has only one group. Closes #1677
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
mark_story
|
59e948fb1b
Merge branch 'master' into 2.3
|
13 years ago |
James Michael DuPont
|
2d46fc60be
Fixing undefined variable usage
|
13 years ago |
euromark
|
b7f1740d2b
correcting coding-standards
|
13 years ago |
Jose Lorenzo Rodriguez
|
d5c9d97dc1
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
dogmatic69
|
8dc4de5de8
converting if ($foo != false) to if ($foo)
|
13 years ago |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 years ago |
dogmatic69
|
6d4f4b57d7
adding a plugin propery to models wwith tests for ticket #85
|
14 years ago |
dogmatic69
|
22a2e1b51e
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
13 years ago |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
13 years ago |
mark_story
|
7d2cbec79d
Revert "Fix null not stopping model callbacks."
|
13 years ago |
mark_story
|
82a8400def
Fix null not stopping model callbacks.
|
13 years ago |
Kyle Robinson Young
|
bc40ac7d3f
Remove unused variables and code
|
13 years ago |
Ceeram
|
cb80338c7d
avoid duplication in return value when saving habtm
|
13 years ago |
Ceeram
|
c5ebbc991c
Revert "Merge pull request #784 from ceeram/habtmmerge"
|
13 years ago |
Ceeram
|
fb0053753e
avoid duplication in returned results for habtm
|
13 years ago |
mark_story
|
cffc36e4e0
Fix notice error when impossible conditions are created.
|
13 years ago |
mark_story
|
5e54be4e5a
Merge branch '2.1' into 2.2
|
14 years ago |