You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change of a the visbility of the property $templating from protected to private in a313188#L1R29 breaks the subclass ContainerAwareHIncludeFragmentRenderer at a313188#L0R43
if (!$this->templating) {
$this->setTemplating($this->container->get('templating'));
}
The hinclude-fragment-renderer is not useable anymore.
The text was updated successfully, but these errors were encountered:
fabpot
added a commit
to fabpot/symfony
that referenced
this issue
Feb 19, 2013
* 2.2:
Defined stable version point of Doctrine.
[HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes#6750)
Update composer.json
[Form] Fixed TimeType not to render a "size" attribute in select tags
[Form] Added test for "label" option to accept the value "0"
Expanded fault-tolerance for unusual cookie dates
Fix docblock type
[Form] Fixed "label" option to accept the value "0"
Added greek translation
merged branch jfcixmedia/2.1 (PR #5838)
added a note about a BC break for the path info of sub-request (closes#7138)
[DomCrawler] lowered parsed protocol string (fixes#6986)
[FrameworkBundle] Fix a BC for Hinclude global template
[HttpKernel] fixed locale management when exiting sub-requests
fixed HInclude renderer (closes#7113)
Removed some leaking deprecation warning in the Form component
[HttpKernel] hinclude fragment renderer must escape URIs properly to return valid html
Conflicts:
src/Symfony/Bundle/FrameworkBundle/composer.json
src/Symfony/Component/Security/composer.json
The change of a the visbility of the property
$templating
fromprotected
toprivate
in a313188#L1R29 breaks the subclassContainerAwareHIncludeFragmentRenderer
at a313188#L0R43The hinclude-fragment-renderer is not useable anymore.
The text was updated successfully, but these errors were encountered: