The branch "master" has been updated. The following is a summary of the commits.
from: 10b6709dcc010075158495e5e04b203ae8235be3 c7c1dff Fixes caught by Jenkins aefa0e5 Fix Horde_Token#validateUnique() (I think) b4faa98 Remove Horde_Token::factory() ----------------------------------------------------------------------- commit c7c1dff6a8219188c28ada6cde8f5d4d81d7a785 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 23 09:05:41 2011 -0700 Fixes caught by Jenkins framework/Auth/lib/Horde/Auth/Cyrsql.php | 74 +++++++--------- framework/Crypt/lib/Horde/Crypt/Pgp.php | 8 +-- framework/Crypt/lib/Horde/Crypt/Smime.php | 4 +- framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php | 2 +- framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 10 +- framework/Mime/lib/Horde/Mime.php | 4 +- framework/Mime/lib/Horde/Mime/Part.php | 2 +- framework/Prefs/lib/Horde/Prefs/Storage/Imsp.php | 2 +- framework/Prefs/lib/Horde/Prefs/Storage/Ldap.php | 2 +- framework/Secret/lib/Horde/Secret.php | 4 +- framework/Text_Flowed/lib/Horde/Text/Flowed.php | 2 +- framework/Token/lib/Horde/Token/Base.php | 5 +- framework/Util/lib/Horde/String.php | 2 +- 13 files changed, 53 insertions(+), 68 deletions(-) http://git.horde.org/horde-git/-/commit/c7c1dff6a8219188c28ada6cde8f5d4d81d7a785 ----------------------------------------------------------------------- commit aefa0e550b6fbe173abd9a2b40eef29bd26d4d8c Author: Michael M Slusarz <[email protected]> Date: Wed Feb 23 10:13:44 2011 -0700 Fix Horde_Token#validateUnique() (I think) isValid() returns true/false, not array. Need to check isValid() results and throw Exception on error. framework/Token/lib/Horde/Token/Base.php | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/aefa0e550b6fbe173abd9a2b40eef29bd26d4d8c ----------------------------------------------------------------------- commit b4faa9878c941d50074adb2286374ec3722db308 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 23 10:14:51 2011 -0700 Remove Horde_Token::factory() framework/Token/lib/Horde/Token.php | 32 -------------------------------- framework/Token/package.xml | 3 ++- 2 files changed, 2 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/b4faa9878c941d50074adb2286374ec3722db308 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
