Downloads
Download tar.gz
12.9 KB
MD5: 8a33a7a2f4db4a76b5958a779de75441
SHA-1: 9da1206d809952ae861a0a1e4e1607e2adf29772
SHA-256: 41e844a0d9e4b54be74adef91f1385970235dce6fc7ea60b193d1a32118c7d23
Download zip
16.24 KB
MD5: 9d41bbedebf341bc0e381675efc13a63
SHA-1: b7c712c0bf8a9664d6ac722a444613767614d031
SHA-256: 2d59df48fa02765f19b66f83528cfc6b6c9347a921963ee69e44cafe4bd22d2f
Release notes
Bug Fixs:
#927982: PHP or Tokens in markup field?
Make sure element values are set (as an empty array) to avoid string offset issues.
Remove empty markup check in process function - we still want to output the form element even if its empty.
make sure arguments are in an array structure.
Updates:
Refactor markup element processing to keep markup_element very simple and reusable for upcoming markup_view
Remove dependency on node/node.pages.inc which can cause validation issues when using with AHAH forms.
Wrap PHP code execution with an access control permission check.
New Functionality:
Add the markup_view companion module, that allows embedding a view on the node form.