mark_story
|
a929951038
Fix issue with Controller::setAction()
|
14 years ago |
ADmad
|
8473d6a660
Fixed code formatting
|
14 years ago |
Jason Pirkey
|
eb5b4fa301
Fixing a phpdoc-type for Controller->Components property
|
14 years ago |
Jose Lorenzo Rodriguez
|
91d0a081fb
Fixing more links in doc blocks
|
14 years ago |
mark_story
|
ff570d9daf
Removing unnecessary ReflectionClass instance.
|
14 years ago |
Juan Basso
|
dbb87a0196
Changed protected callbacks of scaffold to public in Controller.
|
14 years ago |
Juan Basso
|
61833294f0
Changed the visibility to methods that not affect others classes.
|
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
|
e4a7c8f3d7
Cleanup of minor issues found with phpmd.
|
14 years ago |
Juan Basso
|
d84531d29c
Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.
|
14 years ago |
Juan Basso
|
fedadc091c
Included @throws in API that was missing.
|
14 years ago |
Juan Basso
|
fbbfbaf870
Fixed some API doc in controller.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
mark_story
|
6fb3c72d49
Fixing issue where plugin models in $uses, would create
|
14 years ago |
Mark Story
|
ec3de84c4e
Removing getResponse, its not used and it doesn't serve much purpose.
|
14 years ago |
mark_story
|
f28b42de2f
Pulling construction of Scaffold into a method so its
|
14 years ago |
mark_story
|
177cd39abb
Moving private method detection into Controller.
|
14 years ago |
mark_story
|
70744f3cb4
Fixing failing tests for Controller.
|
14 years ago |
mark_story
|
b0749acbb6
Starting to change how Controller::render() and response
|
14 years ago |
mark_story
|
173e043eaf
Fixing more failing tests caused by requestAction
|
14 years ago |
mark_story
|
9641bcc8df
Modifying Dispatcher and its test cases to accept a CakeResponse as part of its
|
14 years ago |
Jose Lorenzo Rodriguez
|
3594f7aa88
Adding condition inside Controller::render() to avoid storing in the request an empty model definition
|
14 years ago |
Jose Lorenzo Rodriguez
|
b16a5f24db
Making sure the default model for controller is added to the request models parameter in render()
|
14 years ago |
Jose Lorenzo Rodriguez
|
567ac0209c
Refactoring how models are passed as a request parameter to the view, now the full plugin and model name will be passed on
|
14 years ago |
Jose Lorenzo Rodriguez
|
e45b35cffe
Removing the Controller::modelNames property and loading it's contents in the uses variable.
|
14 years ago |
Mark Story
|
ed8ccc2903
Remove persistModel.
|
15 years ago |
Juan Basso
|
1c7d54eacc
Updated the paths from comments.
|
15 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
Ceeram
|
5f97292648
Change case of Controller::$plugin, fixing missing plugin exceptions, tests updated. Also removing no longer needed camelize() calls
|
15 years ago |