| .. |
|
Form
|
d3e1cefcca
Fix missing validation errors on associated ID property.
|
11 years ago |
|
Helper
|
22fb3adf0d
More typos fixes
|
11 years ago |
|
Widget
|
26148db0a1
Do instanceof check when adding to registry instead of when accessing.
|
11 years ago |
|
CellTest.php
|
c1b5187c8b
Move View\Error to View\Exception.
|
11 years ago |
|
HelperRegistryTest.php
|
0a324ec9de
Add stub helper
|
11 years ago |
|
HelperTest.php
|
6a3fd97d32
Move all url generation methods from Helper to UrlHelper.
|
11 years ago |
|
JsonViewTest.php
|
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 |
|
StringTemplateTest.php
|
ef8cedff9a
Core\Error -> Core\Exception
|
11 years ago |
|
ViewTest.php
|
5f92bd8613
Adding a test for https://github.com/cakephp/cakephp/pull/5019 the plugin view file path
|
11 years ago |
|
ViewVarsTraitTest.php
|
632167d948
Add MissingViewException.
|
11 years ago |
|
XmlViewTest.php
|
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 |