euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 years ago |
euromark
|
a927f5d954
remove wrong App::uses() call
|
12 years ago |
mark_story
|
a7ecf44007
Deprecated scaffold and scaffoldview.
|
12 years ago |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
Marc Würth
|
4c13a39f3e
Removed else clauses after redirects and added return before redirect() and flash() calls
|
12 years ago |
euromark
|
f389435bae
coding standards and else block simplification
|
12 years ago |
euromark
|
7cb19b97db
coding standards and simplification of else cases as well as some minor fixes
|
12 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
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 |
mark_story
|
35d67bf4a8
Merge branch 'master' into 2.3
|
13 years ago |
ADmad
|
72d6ca636f
Docblock fixes
|
13 years ago |
mark_story
|
966c69cb98
Fix missing plugin parameters in scaffolding.
|
13 years ago |
dogmatic69
|
8dc4de5de8
converting if ($foo != false) to if ($foo)
|
13 years ago |
mark_story
|
ef1da3146e
Fix scaffold delete messages with uuids.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
9d1e88ba13
Fix error from previous commit.
|
14 years ago |
mark_story
|
61aba0f0f8
Fix most coding standard issues in Controller.
|
14 years ago |
mark_story
|
d62351eb36
Revert the changes done to remove the 'cake' domain
|
14 years ago |
Rachman Chavik
|
2bb93761cc
fixing typos
|
14 years ago |
mark_story
|
6bf6d79979
Removing 'cake' domain from core.
|
14 years ago |
Majna
|
681207e327
Fixed doc block comments.
|
14 years ago |
Juan Basso
|
c60abb1802
Fixed tests affected by the visibility changes.
|
14 years ago |
Juan Basso
|
dbb87a0196
Changed protected callbacks of scaffold to public in Controller.
|
14 years ago |
Juan Basso
|
f5a54d00dd
Changed methods and attributes from private to protected.
|
14 years ago |
Juan Basso
|
ebb70c4810
Fixed type to parameters that is defined in the code.
|
14 years ago |
Juan Basso
|
fedadc091c
Included @throws in API that was missing.
|
14 years ago |