The branch "master" has been updated. The following is a summary of the commits.
from: 30df4a615b10d1edfea3faa4cccf39ae85b757ae 7370eff Revert "Throw exception if passing invalid action (Bug #12317)." e35efce Correctly catch unknown actions (Bug #12317). Summary: http://github.com/horde/horde/compare/30df4a615b10d1edfea3faa4cccf39ae85b757ae...e35efcea7c790fe69d7d185a01a53e43ad22ba11 ----------------------------------------------------------------------- commit 7370effc3263ef7d3793091571a2fccfb8e6f53a Author: Jan Schneider <[email protected]> Date: Thu Oct 17 14:59:37 2013 +0200 Revert "Throw exception if passing invalid action (Bug #12317)." This is a logic error. Now we require *all* modification actions to be passed. This reverts commit 0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79. framework/Ldap/lib/Horde/Ldap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/7370effc3263ef7d3793091571a2fccfb8e6f53a http://git.horde.org/horde-git/-/commit/7370effc3263ef7d3793091571a2fccfb8e6f53a ----------------------------------------------------------------------- commit e35efcea7c790fe69d7d185a01a53e43ad22ba11 Author: Jan Schneider <[email protected]> Date: Thu Oct 17 15:10:20 2013 +0200 Correctly catch unknown actions (Bug #12317). framework/Ldap/lib/Horde/Ldap.php | 4 ++++ framework/Ldap/package.xml | 2 ++ framework/Ldap/test/Horde/Ldap/LdapTest.php | 7 +++++++ 3 files changed, 13 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/e35efcea7c790fe69d7d185a01a53e43ad22ba11 http://git.horde.org/horde-git/-/commit/e35efcea7c790fe69d7d185a01a53e43ad22ba11 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
