mark_story
|
d9fbe5e00a
Tidy up doc blocks.
|
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 |
Florian Krämer
|
d269b28ece
Changing the doc block of Controller::_getViewObject()
|
13 years ago |
Florian Krämer
|
d242081067
Fixing typo in Controller::_getViewObject doc block and changing the view class comparison from != to !==
|
13 years ago |
Florian Krämer
|
8d9acd9a8a
Renaming Controller::_view() to Controller::_getViewObject()
|
13 years ago |
Florian Krämer
|
bb91bebc4d
Fixing a code formatting mistake in Controller::render()
|
13 years ago |
Florian Krämer
|
f9d27b6291
Refactoring the Controller::render method, moved the part that constructs the view instance into Controller::_view() for easier overloading this part and better modularization
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
ADmad
|
72d6ca636f
Docblock fixes
|
13 years ago |
Ceeram
|
eadc3a75e5
fix coding standards
|
13 years ago |
mark_story
|
27d7e2865e
Merge branch 'master' into 2.3
|
13 years ago |
Ceeram
|
e02eab05d5
Remove all todo from core, create tickets for them
|
13 years ago |
mark_story
|
f8d602cd7b
Fix coding standard.
|
13 years ago |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 years ago |
mark_story
|
ea467e72d7
Swap isset() for array_key_exists()
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
dogmatic69
|
1b36853355
undo the change to avoid change in behavior
|
13 years ago |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 years ago |
dogmatic69
|
cfadc4dbb0
strict type checks and removing some duplicate count() calls by setting a variable
|
13 years ago |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
13 years ago |
Kyle Robinson Young
|
bc40ac7d3f
Remove unused variables and code
|
13 years ago |
mark_story
|
3e28326d9c
Fix Controller::beforeRedirect() and array return.
|
13 years ago |
mark_story
|
f3464b002f
Remove duplicate code.
|
14 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Phally
|
c9e59c3b51
Removed triple nested condition.
|
14 years ago |
Frank de Graaf
|
2be9ac8888
Fixed HTTP status codes for non-redirects which were breaking AuthComponent.
|
14 years ago |
Jose Lorenzo Rodriguez
|
bf0f5ab118
Merge remote-tracking branch 'origin/2.1' into 2.2
|
14 years ago |
Kyle Robinson Young
|
b8488b8dfe
Update 1.x @link in docblocks
|
14 years ago |