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 |
Juan Basso
|
40654df5ab
Fixing more documentations.
|
14 years ago |
Juan Basso
|
16ef234180
Removing trailing spaces.
|
14 years ago |
Juan Basso
|
620a65b2fc
Merge branch '2.0' into 2.0-api-doc
|
14 years ago |
mark_story
|
c1b0eb8f21
Updating output of project task to better reflect what
|
14 years ago |
Mark Story
|
cdcabc79b6
Doing some refactoring in the project task.
|
14 years ago |
Mark Story
|
6e2870c706
Removing APP_PATH it is always the same as APP.
|
14 years ago |
Mark Story
|
20e9015f80
Making skel files generate hard coded paths, when CakePHP
|
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 |