mark_story
|
f6c868d706
Fix remaining doc block errors in Console/
|
11 years ago |
ADmad
|
d466e00644
Merge branch 'master' into 2.5
|
12 years ago |
euromark
|
7a287a6942
More coding standard corrections.
|
12 years ago |
Ber Clausen
|
5c08c77b93
Set console options in the same fashion for every shell/task.
|
12 years ago |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
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 |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
12 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
|
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 |
Ceeram
|
eadc3a75e5
fix coding standards
|
13 years ago |
dogmatic69
|
22a2e1b51e
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
13 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
db8c6b5c78
Fix most of the coding standards issues in Console/
|
14 years ago |
euromark
|
22452f61f8
type hinting controllers and views
|
14 years ago |
mark_story
|
f3b990bf0f
Correct path display for plugins.
|
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
|
57afa1873e
Make View task use prefixed template before falling back to generic one. It is possible now to create view templates for different prefixes.
|
14 years ago |
Majna
|
d84b66e744
Fix View task generating only 'admin' methods views in non-interactive mode.
|
14 years ago |
Majna
|
3374406bbf
Fix View task missing 'app' param when baking custom action.
|
14 years ago |
mark_story
|
7f3c5662ba
Fix issue where plugin prefixes would be included in generated view.
|
14 years ago |