Andy Dawson
|
e92e3df2fb
Even less queries
|
13 years ago |
Andy Dawson
|
8ea0212265
make tree recovery much, much simpler
|
13 years ago |
Graham Weldon
|
26a08c6780
Updated copyright
|
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
|
05546aff32
coding standards
|
13 years ago |
Saleh Souzanchi
|
ed761320df
Disabled callbacks in _getMax() & _getMin()
|
13 years ago |
mark_story
|
554d5794ce
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
d70730d722
Fix issues with TreeBehavior and nested deletes.
|
13 years ago |
mark_story
|
27d7e2865e
Merge branch 'master' into 2.3
|
13 years ago |
ceeram
|
4611c987db
Merge pull request #959 from ceeram/phpcsw
|
13 years ago |
mark_story
|
a7f192c606
Merge branch 'master' into 2.3
|
13 years ago |
Ceeram
|
e02eab05d5
Remove all todo from core, create tickets for them
|
13 years ago |
euromark
|
b7e75a6399
more whitespace coding standards
|
13 years ago |
euromark
|
354069d229
cascade false for recover
|
13 years ago |
euromark
|
22f65f7cb5
asserting that tree behavior generates valid sql in recover
|
13 years ago |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 years ago |
mark_story
|
1aea9ac0c9
Merge branch 'master' into 2.3
|
13 years ago |
ADmad
|
5de492fb25
Allow saving new records with pre specified primary key value with treebehavior.
|
13 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
|
e59555a66f
Merge branch 'master' into 2.3
|
13 years ago |
David Thalmann
|
78de6e276a
Removed inline method calls in curly braced string concat's.
|
13 years ago |
David Thalmann
|
d9b5ec1a3a
Changed all string concatenations like $Model->alias . '.' . $field to the more consistent $Model->escapeField($field).
|
13 years ago |
euromark
|
01f1b0dadc
correcting previously added app uses statements
|
13 years ago |
euromark
|
4fe1ab1bf6
missing app uses statements
|
13 years ago |
mark_story
|
a63dd9ee9d
Fix incorrect formatting in TreeBehavior.
|
13 years ago |
mark_story
|
a7c79e5da2
Fix warnings when deleting records that do not exist.
|
13 years ago |
mark_story
|
55c4ad3c1c
Fix coding standards errors.
|
14 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |