Downloads
Release notes
* bug fix: ignoring "Enable driven properties" checkbox
* bug fix: properly discriminate CCK's number having NULL #default_value
* bug fix: check for fieldgroup existence before attempting to clear its cache, reported by Takafumi #741524: check for fieldgroup existence before attempting to clear its cache
* support: Open Atrium themes, reported by obrienmd #740310: support Open Atrium themes (Tao and its sub-themes: Rubik, Ginkgo, etc)
* support: protect from CCK decimal numbers #739962: CCK decimal: non-significant zeros conflict
handling $form_state['values'] as double instead of string, not reflecting
an accurate decimal value (i.e. non-significant zeros are dropped) #461536-7: $form_state['values'] not reflecting an accurate decimal value (i.e. non-significant zeros are dropped)
* dismiss assertion: dropping every submit handler is ok, reported by Takafumi #737982: Assertion failed: dropping more submit handlers than expected
* support: content_taxonomy #739286: Support content_taxonomy field (just vanilla, pending diverse widgets troubleshooting)
* support: get rid of driven fieldset altogether #722792: optionally get rid of the fieldset altogether
* related to #736968: protect against 3rd parties creating NULL children: unset($form[$key]) even if !isset to ensure dropping NULLs from 3rd party
* won't fix: comment_upload support #739690: Compatibility with comment_upload due to #741544-8: comment_upload breaks on preview, reported by Takafumi
* disable driven properties if "attachments on comments" is selected for the content type in question