euromark
|
0b6919ee94
force option for bake tasks (view, model, controller, test, fixture)
|
12 years ago |
mark_story
|
c597855fe4
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
f389435bae
coding standards and else block simplification
|
12 years ago |
Mischa ter Smitten
|
dad1f16eaf
Made _stop() usage in Consoles / Tasks more consistent
|
12 years ago |
mark_story
|
cd3c54bb9d
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
4518624187
more whitespace coding standard corrections
|
12 years ago |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
Christian Winther
|
5aac41ed43
Fix indentation and add short option 't' for template
|
13 years ago |
Christian Winther
|
2fca41c35d
Enable the user to provide a CLI theme through the --theme option for all bake tasks
|
13 years ago |
euromark
|
dab0c5e753
Allow behaviors to be added to bake templates and improve doc blocks
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 years ago |
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
|
7d72a6f249
Fix issue where bake was missing habtm associations
|
13 years ago |
mark_story
|
4af6039107
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
0ed9e3c120
Only bake HABTM associations for tables that exist.
|
13 years ago |
mark_story
|
eff4004261
Don't treat tables that substring match as associations
|
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 |
euromark
|
b7f1740d2b
correcting coding-standards
|
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
|
73b1c0ac1c
Fix off by one error.
|
13 years ago |
mark_story
|
b7415525c8
Fix missing line breaks.
|
13 years ago |
mark_story
|
f6b50a948e
Small fixes for validation formatting.
|
14 years ago |
Fitorec
|
1bcb8daf21
Adding case 'datetime' to validation guesses.
|
14 years ago |
Fitorec
|
c090845117
Fixing coding style.
|
14 years ago |