Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
Rachman Chavik
|
a63b54c34b
Fix: Incorrect model being used as Controller::$modelClass
|
13 years ago |
euromark
|
0822578813
$this->modelClass needs to be correct prior to the components init() call if the component itself accesses the model, lazyloading would try to load the wrong model otherwise
|
13 years ago |
mark_story
|
4f179b01bd
Make note of method removal.
|
13 years ago |
euromark
|
09d9efe235
spelling corrections (a url to an URL, unify URL)
|
13 years ago |
mark_story
|
efd86a498a
Do type checks when looking for models in Controller::$uses.
|
13 years ago |
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 |