euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 years ago |
ADmad
|
3d9b2b80cb
More API docblock fixes.
|
12 years ago |
euromark
|
43d359b1d7
Make referer() behave as expected.
|
12 years ago |
euromark
|
823909603a
correct deprecation notices
|
12 years ago |
mark_story
|
de9a5a5845
Add deprecated flag to methods that are removed in 3.0.
|
12 years ago |
Bryan Crowe
|
49bb441cef
Update some grammar in Controller
|
12 years ago |
Bryan Crowe
|
a943ea5c34
Add space between classname(s)
|
12 years ago |
Bryan Crowe
|
4242bd4f3d
Additional Cake references to CakePHP and docblock typo
|
12 years ago |
Bryan Crowe
|
c1dd0e4393
Changed url to URL where appropriate
|
12 years ago |
euromark
|
df269ba0ef
Cake to CakePHP name
|
12 years ago |
Bryan Crowe
|
ab4bc16463
Updated Controller:: doc block and ControllerMergeVarsTest::
|
12 years ago |
Bryan Crowe
|
915b51b239
Updated JavaScript casing and JsHelper references in doc blocks
|
12 years ago |
Bryan Crowe
|
1393325ad1
Use instanceof instead of is_a() in Controller.php
|
12 years ago |
euromark
|
382f75dbfc
cs corrections, bool to boolean and int to integer.
|
12 years ago |
euromark
|
b09dc7213a
deprecate Controller::flash() and adjust some other deprecation messages.
|
12 years ago |
ADmad
|
a691e70065
Docblock and return type fixes
|
12 years ago |
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 |