The branch "master" has been updated. The following is a summary of the commits.
from: add34d7649b5f817eb0c5d39048a2506d7cf0411 1506e58 Revert "Allow Horde_Form_Type_boolean to accept hidden true or false values" ----------------------------------------------------------------------- commit 1506e58b32fb3732de09605a833ef32aa2260657 Author: Michael J Rubinsky <[email protected]> Date: Tue Jan 22 19:46:44 2013 -0500 Revert "Allow Horde_Form_Type_boolean to accept hidden true or false values" This reverts commit 5e1ee9cda6b078839da2a24348b8198b5c8a9064. This breaks Horde_Form being able to uncheck a checkbox that is currently checked since $var->getValue() returns the "default" value if the value is not sent in the form post. For boolean types, this is a obviously a boolean value so is_boolean will ALWAYS be true in this case. This fixes, e.g., not being able to unset boolean type permissions in the permissios UI. framework/Form/lib/Horde/Form/Type.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1506e58b32fb3732de09605a833ef32aa2260657 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
