euromark
|
111366d5c8
== to === and != to !== where applicable
|
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 |
Ceeram
|
3f4d24bfc0
remove unused local variables and a few improvements
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
mark_story
|
27d7e2865e
Merge branch 'master' into 2.3
|
13 years ago |
Ceeram
|
56225bcca3
fix all warnings except TODO warnings
|
13 years ago |
euromark
|
8f78b1e05b
fix coding standards for whitespaces
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
Jose Lorenzo Rodriguez
|
d5c9d97dc1
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 years ago |
dogmatic69
|
a38a616cba
changing join() to implode() for consistency
|
13 years ago |
mark_story
|
fb9360767e
Make connection exceptions more helpful.
|
13 years ago |
Kyle Robinson Young
|
bc40ac7d3f
Remove unused variables and code
|
13 years ago |
mark_story
|
6664acba79
Merge branch 'master' into 2.3
|
13 years ago |
Kyle Robinson Young
|
200dd2dc9b
Code standards fixes, unneeded break statements
|
13 years ago |
mark_story
|
8d8f4b5c5d
Add bigint support for Sqlite.
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Juan Basso
|
333ea29805
Renamed variable name from nested transaction
|
14 years ago |
Juan Basso
|
37537faac0
Renamed method to check if the driver supports nested transaction.
|
14 years ago |
Juan Basso
|
7be5349b0c
Added configuration to disable nested transaction, even if the db supports it.
|
14 years ago |
Juan Basso
|
a512d46679
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
14 years ago |
Juan Basso
|
2c1cf29aa3
Added real support to nested transactions for Mysql, Postgres, Sqlite.
|
14 years ago |
mark_story
|
20bdf1d7b0
Add escaping to table names.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
8c611b236d
Fixing missed cache reads for table schema.
|
14 years ago |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 years ago |
Majna
|
0cd9a93e9e
Remove unused variables and statements.
|
14 years ago |
mark_story
|
ace9fefb02
Merge branch '2.0' into 2.1
|
14 years ago |
Shadow6363
|
62e671f6b8
Changed MySQL in comment to SQLite.
|
14 years ago |