[1.11] Promote Zend_View_Helper_Gravatar to trunk - Merged in Zend_View_Helper_Gravatar from incubator - Updated document structure to make it valid
-
{M} documentation/manual/en/module_specs/Zend_View-Helpers.xml
-
{A} documentation/manual/en/module_specs/Zend_View-Helpers-Gravatar.xml
ZF-10529: Removed empty ID attributes from submit elements
[ZF-10759] Zend_View_Helper_UserAgent apply patch "denniswinter".
Added extra method to Doctype helper to test if RDFa is being used. Added test and documentation. See ZF-10796
ZF-10791 Zend_Form Zend_Form method setName() has no effect
ZF-4191 Zend_View Zend_View_Helper_FormRadio generates improper id attributes for certain values
ZF-8252
ZF-9746: Adds support for the accesskey HTML attribute in Navigation links for Zend\Navigation
ZF-11747: Zend_View_Helper_Form omits closing tag when no content is passed
reverted r24477 from trunk; undo ZF-11747 (missed use case caused BC break)
ZF-11477: Refactor form view helpers to use getClosingBracket
ZF-11910: Zend_View_Helper_HeadMeta fatal error when no View object is set
ZF-11811: Prevent duplicate attributes on tag when using Zend_View_Helper_HeadLink
Fix ZF-11655: Zend_View_Helper_FormElement::getTranslator() has wrong return type documented. Patch by Frank Brückner
Fix ZF-6624: Improvement for Zend_View_Helper_FormCheckbox -> Make hidden field optional. Patch by Frank Brückner.
ZF-10977: Allow JSON action helper to accept pre-encoded JSON
ZF-6941: Add "expand sibling branches" option to Zend_View_Helper_Navigation_Menu
-
{M} documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml
-
{A} tests/Zend/View/Helper/Navigation/_files/expected/menu/expandbranch.html
-
{A} tests/Zend/View/Helper/Navigation/_files/expected/menu/expandbranch_onlyactivebranch.html
ZF-8709: Change label on radio button from explicit to implicit