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 |
mark_story
|
c9bd97309f
Merge branch '1.3' into merger
|
14 years ago |
Juan Basso
|
f5a54d00dd
Changed methods and attributes from private to protected.
|
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 |
mark_story
|
1d687214e9
Fixing ViewTask so it creates properly cased directories for 2.0.
|
15 years ago |
AD7six
|
42c5c6e7fe
when using App::path but expecting 1 result - use the first
|
15 years ago |
AD7six
|
e313448998
remove VIEWS constant
|
15 years ago |
Renan Gonçalves
|
abbe5aaea2
Updating console to use i18n'ed strings.
|
15 years ago |
evilbloodydemon
|
cebcd64090
Unused variables in Console removed
|
15 years ago |