mark_story
|
e09e3ecf46
Fix deprecation failures for RequestHandlerComponent.
|
8 years ago |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 years ago |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 years ago |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 years ago |
Marc Würth
|
05305555a3
Remove superfluous whitespace in doc blocks
|
9 years ago |
ADmad
|
c7d259cc89
Ensure RequestHandler does not override response type set in action.
|
9 years ago |
Mark Story
|
efa41b11ff
Use templatePath() instead of viewPath()
|
10 years ago |
Mark Story
|
2662b44e5d
Start to integrate ViewBuilder.
|
10 years ago |
ADmad
|
18766a61b4
Add accessor method for View::$viewPath
|
10 years ago |
ADmad
|
bc75b55982
Update tests for View classes.
|
10 years ago |
ADmad
|
d058fe1329
Deprecate view, layout, theme, autoLayout properties of controller.
|
10 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
euromark
|
bb8c10c2da
Fix tests
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
euromark
|
b1897f5b45
Adjust doc blocks according to convention.
|
12 years ago |
Sam
|
a6f8533aad
Default view options are no longer stored in Controller and passed to View on construction by the Controller. Instead, added additional $options parameter to View::__construct(). $options will only be passed on if explicitly set on the Controller and only for specific View options. stting view options on Controller is maintained for BWC.
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
ADmad
|
20b993f653
Update test app to match new app folder structure.
|
12 years ago |