The branch "master" has been updated. The following is a summary of the commits.
from: 59ce4edf3a54b89c0e7cc5b79cfea5c8e21e868a 34a788f CS 29b704e Add support for fetching the list of releases and the latest versions per stability. 296f3fa CS. phpdoc. 9ad8c97 CS e1be5f7 Add a handler for a release list. ----------------------------------------------------------------------- commit 34a788f0c0e58f66c92b4d533f2d53c4e95d45ae Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 06:25:02 2011 +0200 CS framework/Pear/lib/Horde/Pear/Rest/Package.php | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/34a788f0c0e58f66c92b4d533f2d53c4e95d45ae ----------------------------------------------------------------------- commit 29b704ed72ae87e9ab77101dad4f22d8330490d9 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 07:46:45 2011 +0200 Add support for fetching the list of releases and the latest versions per stability. framework/Pear/lib/Horde/Pear/Rest.php | 69 +++++++++++++++++++- framework/Pear/test/Horde/Pear/Server/RestTest.php | 35 ++++++++++ framework/Pear/test/Horde/Pear/Unit/RestTest.php | 27 ++++++++ 3 files changed, 128 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/29b704ed72ae87e9ab77101dad4f22d8330490d9 ----------------------------------------------------------------------- commit 296f3faef2e53a7e68030be3fd2f5a125a45ade8 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 07:47:11 2011 +0200 CS. phpdoc. framework/Pear/lib/Horde/Pear/Rest/PackageList.php | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/296f3faef2e53a7e68030be3fd2f5a125a45ade8 ----------------------------------------------------------------------- commit 9ad8c97311de4d3160c33f5480609e71d0af8664 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 07:47:23 2011 +0200 CS framework/Pear/test/Horde/Pear/Unit/Rest/PackageListTest.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9ad8c97311de4d3160c33f5480609e71d0af8664 ----------------------------------------------------------------------- commit e1be5f76dcaae3f2627ff52072325c103ef6749b Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 07:48:04 2011 +0200 Add a handler for a release list. framework/Pear/lib/Horde/Pear/Rest/Releases.php | 118 +++++++++++ framework/Pear/package.xml | 10 +- framework/Pear/test/Horde/Pear/Unit/Rest/ReleasesTest.php | 130 +++++++++++++ 3 files changed, 255 insertions(+), 3 deletions(-) create mode 100644 framework/Pear/lib/Horde/Pear/Rest/Releases.php create mode 100644 framework/Pear/test/Horde/Pear/Unit/Rest/ReleasesTest.php http://git.horde.org/horde-git/-/commit/e1be5f76dcaae3f2627ff52072325c103ef6749b __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
