| 4875c354 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the esc
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the escaping for you.
show more ...
|
| b3680c4f | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
added mobile menu
This basically reimplements tpl_action_dropdown but makes use of the other menus (by setting the context to mobile) and thus still triggers the appropriate events. This makes #1598
added mobile menu
This basically reimplements tpl_action_dropdown but makes use of the other menus (by setting the context to mobile) and thus still triggers the appropriate events. This makes #1598 obsolete.
tpl_action_dropdown (and the other tpl_action* methods) still need to be replaced to make use of the new Menu system.
show more ...
|