The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: a2928af3fa19da711c2ae51576d8abc3088f86a8 b3b455f Re-add remote server test to imap_client library b7a805d Fix undefined variable e93531a Ignore null command entries 7caaa2d [mms] Fix spellchecking on HTML data (Bug #11986). af09a7d Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit b3b455fbc8f972976a285a73472ffa0c2a3a9bcd Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:43:38 2013 -0700 Re-add remote server test to imap_client library .gitignore | 1 + .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php | 404 +++++ framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 10 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt | 17 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt | 112 ++ 7 files changed, 572 insertions(+), 0 deletions(-) create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt http://git.horde.org/horde-git/-/commit/b3b455fbc8f972976a285a73472ffa0c2a3a9bcd ----------------------------------------------------------------------- commit b7a805d36f5dae018b485bea9d66de8f6ae9570d Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:43:56 2013 -0700 Fix undefined variable framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b7a805d36f5dae018b485bea9d66de8f6ae9570d ----------------------------------------------------------------------- commit e93531a591d00138bee7fb075bcbe7ec45d1fdae Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:44:06 2013 -0700 Ignore null command entries framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php | 8 +++--- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/e93531a591d00138bee7fb075bcbe7ec45d1fdae ----------------------------------------------------------------------- commit 7caaa2dfd65f86def1383abf134ab57818d2ba61 Author: Michael M Slusarz <[email protected]> Date: Tue Jan 22 03:46:43 2013 -0700 [mms] Fix spellchecking on HTML data (Bug #11986). Passing the html paramter got lost somewhere. framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 7 ++++--- framework/Core/package.xml | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/7caaa2dfd65f86def1383abf134ab57818d2ba61 ----------------------------------------------------------------------- commit af09a7dc74b077ca456a353fb002fdccf58ff7d4 Merge: a2928af 7caaa2d Author: Michael M Slusarz <[email protected]> Date: Tue Jan 22 03:50:00 2013 -0700 Merge branch 'master' into imp_6_1 .gitignore | 1 + framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 7 +- framework/Core/package.xml | 2 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php | 8 +- .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php | 404 +++++ framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 10 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt | 17 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt | 112 ++ 11 files changed, 583 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/af09a7dc74b077ca456a353fb002fdccf58ff7d4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
