euromark
|
361980fade
remove code, class names and paths from translation strings.
|
12 years ago |
mark_story
|
c597855fe4
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
7cb19b97db
coding standards and simplification of else cases as well as some minor fixes
|
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
|
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
|
e3e11a48e6
fix some domain translations and remove leftover true param from 1.x
|
13 years ago |
euromark
|
e1d6bb2120
code is not translatable and should not be part of the translation strings
|
13 years ago |
euromark
|
97c2cb367d
CS fixes
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
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 |
dogmatic69
|
cfadc4dbb0
strict type checks and removing some duplicate count() calls by setting a variable
|
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
|
17ba713651
Simplify code.
|
13 years ago |
Tigran Gabrielyan
|
8e818c89b6
Added `$prefix` generation in `core.php` for `cake bake` shell
|
14 years ago |
Jelle Henkens
|
0e34bd4b1d
Suggest current path in bake project if dir is empty
|
14 years ago |
mark_story
|
b57489f3f1
Remove duplicate template.
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
664b0538b8
Fix more coding standards problems.
|
14 years ago |
mark_story
|
db8c6b5c78
Fix most of the coding standards issues in Console/
|
14 years ago |
Majna
|
1dbafe1d4f
Fix docblocks.
|
14 years ago |
Majna
|
454f383951
Fix console option parser for --empty in ProjectTask.
|
14 years ago |
Kyle Robinson Young
|
51f9837db4
Code standards formatting
|
14 years ago |
mark_story
|
e7a7e57ba6
Fix bare require() to use App::uses()
|
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 |