The branch "master" has been updated. The following is a summary of the commits.
from: 6fda51f13753cbfdb5ed9502e0ddddaf94a00304 932789b Typo a0d11d7 Fix phpdoc. c99584d Add factory method and CLI example client. 49e3801 Development mode for Horde_Service_Twitter-1.1.1 c118c12 Convert all groupware patches to *.d files. Add package.xml for Groupware. ----------------------------------------------------------------------- commit 932789b79be40e1f49da474ec6e81e99e6519355 Author: Jan Schneider <[email protected]> Date: Fri May 6 11:42:53 2011 +0200 Typo framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/932789b79be40e1f49da474ec6e81e99e6519355 ----------------------------------------------------------------------- commit a0d11d7db7515437afd6f60a356d64e911bc3fbb Author: Jan Schneider <[email protected]> Date: Fri May 6 11:47:28 2011 +0200 Fix phpdoc. framework/Service_Twitter/lib/Horde/Service/Twitter.php | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/a0d11d7db7515437afd6f60a356d64e911bc3fbb ----------------------------------------------------------------------- commit c99584dc48006246a213739910ceb45c5a3b5887 Author: Jan Schneider <[email protected]> Date: Fri May 6 12:24:16 2011 +0200 Add factory method and CLI example client. framework/Service_Twitter/doc/twitter.php.example | 82 -------------- framework/Service_Twitter/doc/twitter_browser.php | 84 +++++++++++++++ framework/Service_Twitter/doc/twitter_cli.php | 36 ++++++ framework/Service_Twitter/lib/Horde/Service/Twitter.php | 60 ++++++++++ framework/Service_Twitter/package.xml | 26 +++-- 5 files changed, 195 insertions(+), 93 deletions(-) delete mode 100644 framework/Service_Twitter/doc/twitter.php.example create mode 100644 framework/Service_Twitter/doc/twitter_browser.php create mode 100755 framework/Service_Twitter/doc/twitter_cli.php http://git.horde.org/horde-git/-/commit/c99584dc48006246a213739910ceb45c5a3b5887 ----------------------------------------------------------------------- commit 49e38013ddee94c9736b7f33fe0e402b2792882c Author: Jan Schneider <[email protected]> Date: Fri May 6 12:26:44 2011 +0200 Development mode for Horde_Service_Twitter-1.1.1 framework/Service_Twitter/package.xml | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/49e38013ddee94c9736b7f33fe0e402b2792882c ----------------------------------------------------------------------- commit c118c12bad0a1e11a174c11d882e222c5ce24d76 Author: Jan Schneider <[email protected]> Date: Sat May 7 00:24:54 2011 +0200 Convert all groupware patches to *.d files. Add package.xml for Groupware. .gitignore | 4 + bundles/groupware/config/prefs.d/10-groupware.php | 2 + bundles/groupware/package.xml | 75 ++++++++++++ bundles/groupware/turba/config/conf.d/10-groupware.php | 2 + bundles/webmail/config/prefs.d/10-webmail.php | 2 + bundles/webmail/docs/INSTALL | 2 +- bundles/webmail/imp/config/conf.d/10-webmail.php | 2 + bundles/webmail/imp/config/hooks.php | 46 +++++++ bundles/webmail/imp/config/prefs.d/10-webmail.php | 4 + bundles/webmail/package.xml | 98 +++++++++++----- bundles/webmail/turba/config/conf.d/10-webmail.php | 2 + 11 files changed, 208 insertions(+), 31 deletions(-) create mode 100644 bundles/groupware/config/prefs.d/10-groupware.php create mode 100644 bundles/groupware/package.xml create mode 100644 bundles/groupware/turba/config/conf.d/10-groupware.php create mode 100644 bundles/webmail/config/prefs.d/10-webmail.php create mode 100644 bundles/webmail/imp/config/conf.d/10-webmail.php create mode 100644 bundles/webmail/imp/config/hooks.php create mode 100644 bundles/webmail/imp/config/prefs.d/10-webmail.php create mode 100644 bundles/webmail/turba/config/conf.d/10-webmail.php http://git.horde.org/horde-git/-/commit/c118c12bad0a1e11a174c11d882e222c5ce24d76 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
