The branch "master" has been updated. The following is a summary of the commits.
from: 195233411d18558e67653f0a23d461ddd953352c 53bf37b Fix fetching the package list. 9ab9f92 Add a method to retrieve package information. 0a9adc8 Match the API of the PEAR package xml handlers. e03668a Add a handler for retrieving package information. 4e3007d Test this on pear.horde.org. ----------------------------------------------------------------------- commit 53bf37b457d548a4f8c234c521ac0947911907eb Author: Gunnar Wrobel <[email protected]> Date: Thu Jun 2 12:12:14 2011 +0200 Fix fetching the package list. framework/Pear/lib/Horde/Pear/Rest.php | 13 ++++++++++++- framework/Pear/test/Horde/Pear/Server/RestTest.php | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/53bf37b457d548a4f8c234c521ac0947911907eb ----------------------------------------------------------------------- commit 9ab9f927616fbc3fd313030d178f30efe3cb80cf Author: Gunnar Wrobel <[email protected]> Date: Thu Jun 2 12:16:58 2011 +0200 Add a method to retrieve package information. framework/Pear/lib/Horde/Pear/Rest.php | 14 ++++++++++++++ framework/Pear/test/Horde/Pear/Unit/RestTest.php | 10 ++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9ab9f927616fbc3fd313030d178f30efe3cb80cf ----------------------------------------------------------------------- commit 0a9adc89b1ef14787455bd0af37646cd2cbb3f0a Author: Gunnar Wrobel <[email protected]> Date: Thu Jun 2 12:40:57 2011 +0200 Match the API of the PEAR package xml handlers. framework/Pear/lib/Horde/Pear/Package/Xml.php | 46 +++++++++----- framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php | 13 +++-- 2 files changed, 37 insertions(+), 22 deletions(-) http://git.horde.org/horde-git/-/commit/0a9adc89b1ef14787455bd0af37646cd2cbb3f0a ----------------------------------------------------------------------- commit e03668a8ff37ff9730a919262baaaa758deefcd7 Author: Gunnar Wrobel <[email protected]> Date: Thu Jun 2 12:41:46 2011 +0200 Add a handler for retrieving package information. framework/Pear/lib/Horde/Pear/Rest/Package.php | 101 ++++++++++++++ framework/Pear/package.xml | 6 +- framework/Pear/test/Horde/Pear/Unit/Rest/PackageTest.php | 88 ++++++++++++ 3 files changed, 194 insertions(+), 1 deletions(-) create mode 100644 framework/Pear/lib/Horde/Pear/Rest/Package.php create mode 100644 framework/Pear/test/Horde/Pear/Unit/Rest/PackageTest.php http://git.horde.org/horde-git/-/commit/e03668a8ff37ff9730a919262baaaa758deefcd7 ----------------------------------------------------------------------- commit 4e3007d5c8fca733c5c45e154c4d0255a96e6b4d Author: Gunnar Wrobel <[email protected]> Date: Thu Jun 2 12:42:05 2011 +0200 Test this on pear.horde.org. framework/Pear/test/Horde/Pear/Server/RestTest.php | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4e3007d5c8fca733c5c45e154c4d0255a96e6b4d __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
