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.
|
13 years ago |
Fitorec
|
1bcb8daf21
Adding case 'datetime' to validation guesses.
|
13 years ago |
Fitorec
|
c090845117
Fixing coding style.
|
14 years ago |
Fitorec
|
207b918b59
Removing the case
|
14 years ago |
Fitorec
|
fa2a75c3f1
Add the numbers format console menus, showing the validation options in 2 columns.
|
14 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 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
|
2afb05b590
Merge branch '2.0' into 2.1
|
14 years ago |
mark_story
|
f3b990bf0f
Correct path display for plugins.
|
14 years ago |