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 |
mark_story
|
4af6039107
Merge branch 'master' into 2.3
|
13 years ago |
Gordon Pettey (petteyg)
|
ec619eec04
Remove some spacial overkill
|
13 years ago |
Ceeram
|
3f4d24bfc0
remove unused local variables and a few improvements
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
mark_story
|
3dd82e6d88
Fix Database/ from always being appended to the driver name.
|
13 years ago |
dogmatic69
|
5cc03ca805
converting if($foo == true) to if($foo)
|
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
|
ee7a224639
Fix a code style warning.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
db8c6b5c78
Fix most of the coding standards issues in Console/
|
14 years ago |
euromark
|
e94d307ee1
code conventions
|
14 years ago |
Fitorec
|
ddbaa66997
Reviewing the logic in the Shell::in($prompt, $options = null, $default = null)
|
14 years ago |
Kyle Robinson Young
|
94e119fe67
Adhere to code formatting standard
|
14 years ago |
ADmad
|
73674c648c
Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278
|
14 years ago |
Majna
|
1b9b90d2e7
Replacing 'driver' with 'datasource'.
|
14 years ago |
Majna
|
1455c59e0c
Fix notice when baking db config: Undefined variable 'driver'.
|
14 years ago |
Jose Lorenzo Rodriguez
|
d49096aab9
Fixing DbConfigTask to produce correct configurations
|
14 years ago |
Jose Lorenzo Rodriguez
|
4110ab7952
Fixing error introduced in my last commit
|
14 years ago |
Jose Lorenzo Rodriguez
|
d08f916179
Grabbing the first available config defined in connection manager as a default for baking. Fixing a couple of failing test cases
|
14 years ago |
mark_story
|
84f805419d
Fixing issue where DbConfigTask would try to rebuild
|
14 years ago |
Jose Lorenzo Rodriguez
|
89b1e54071
Removing Oracle driver, it will not make it to stable release. Revert this commit to bring it back for next version
|
14 years ago |
Juan Basso
|
a0ee8b49fe
Fixed some API doc in console.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
Mark Story
|
74e2cb1507
Updating doc blocks and @package strings for Console
|
14 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
Juan Basso
|
39320ef352
Renamed the Mssql driver to Sqlserver.
|
15 years ago |