From 91fb43e7b9303606ddf5e94e5f24bdeca00d1eb0 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Sat, 25 Jun 2016 12:46:15 -0500 Subject: [PATCH] Tag 3.0.0 alpha Signed-off-by: Michael Babker --- .../GitHub/Exception/UnexpectedResponse.php | 8 ++--- .../PatchTester/GitHub/GitHub.php | 32 +++++++++---------- .../PatchTester/Model/PullModel.php | 4 +-- .../com_patchtester/patchtester.xml | 4 +-- .../components/com_patchtester/script.php | 4 +-- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/administrator/components/com_patchtester/PatchTester/GitHub/Exception/UnexpectedResponse.php b/administrator/components/com_patchtester/PatchTester/GitHub/Exception/UnexpectedResponse.php index 07492f9..7ae427c 100644 --- a/administrator/components/com_patchtester/PatchTester/GitHub/Exception/UnexpectedResponse.php +++ b/administrator/components/com_patchtester/PatchTester/GitHub/Exception/UnexpectedResponse.php @@ -11,7 +11,7 @@ namespace PatchTester\GitHub\Exception; /** * Exception representing an unexpected response * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ class UnexpectedResponse extends \DomainException { @@ -19,7 +19,7 @@ class UnexpectedResponse extends \DomainException * The Response object. * * @var \JHttpResponse - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ private $response; @@ -31,7 +31,7 @@ class UnexpectedResponse extends \DomainException * @param integer $code The Exception code. * @param \Exception $previous The previous exception used for the exception chaining. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function __construct(\JHttpResponse $response, $message = '', $code = 0, \Exception $previous = null) { @@ -45,7 +45,7 @@ class UnexpectedResponse extends \DomainException * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getResponse() { diff --git a/administrator/components/com_patchtester/PatchTester/GitHub/GitHub.php b/administrator/components/com_patchtester/PatchTester/GitHub/GitHub.php index 445eebb..bf7ab73 100644 --- a/administrator/components/com_patchtester/PatchTester/GitHub/GitHub.php +++ b/administrator/components/com_patchtester/PatchTester/GitHub/GitHub.php @@ -13,7 +13,7 @@ use Joomla\Registry\Registry; /** * Helper class for interacting with the GitHub API. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ class GitHub { @@ -21,7 +21,7 @@ class GitHub * Options for the connector. * * @var Registry - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ protected $options; @@ -29,7 +29,7 @@ class GitHub * The HTTP client object to use in sending HTTP requests. * * @var \JHttp - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ protected $client; @@ -39,7 +39,7 @@ class GitHub * @param Registry $options Connector options. * @param \JHttp $client The HTTP client object. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function __construct(Registry $options = null, \JHttp $client = null) { @@ -59,7 +59,7 @@ class GitHub * * @return string The request URL. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ protected function fetchUrl($path, $page = 0, $limit = 0) { @@ -105,7 +105,7 @@ class GitHub * * @return \JHttp * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getClient() { @@ -121,7 +121,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getDiffForPullRequest($user, $repo, $pullId) { @@ -146,7 +146,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getFileContents($user, $repo, $path, $ref = null) { @@ -174,7 +174,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getFilesForPullRequest($user, $repo, $pullId) { @@ -196,7 +196,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getOpenIssues($user, $repo, $page = 0, $limit = 0) { @@ -213,7 +213,7 @@ class GitHub * * @return mixed The option value. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getOption($key, $default = null) { @@ -229,7 +229,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getPullRequest($user, $repo, $pullId) { @@ -246,7 +246,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function getRateLimit() { @@ -263,7 +263,7 @@ class GitHub * * @return \JHttpResponse * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 * @throws Exception\UnexpectedResponse */ protected function processResponse(\JHttpResponse $response, $expectedCode = 200) @@ -293,7 +293,7 @@ class GitHub * * @return array Associative array containing the prepared URL and request headers * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ protected function prepareRequest($path, $page = 0, $limit = 0, array $headers = array()) { @@ -315,7 +315,7 @@ class GitHub * * @return $this * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function setOption($key, $value) { diff --git a/administrator/components/com_patchtester/PatchTester/Model/PullModel.php b/administrator/components/com_patchtester/PatchTester/Model/PullModel.php index 6b909b3..f575c25 100644 --- a/administrator/components/com_patchtester/PatchTester/Model/PullModel.php +++ b/administrator/components/com_patchtester/PatchTester/Model/PullModel.php @@ -53,7 +53,7 @@ class PullModel extends \JModelDatabase * * @return array * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ protected function parseFileList($files) { @@ -356,7 +356,7 @@ class PullModel extends \JModelDatabase * * @return boolean * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ private function removeTest($testRecord) { diff --git a/administrator/components/com_patchtester/patchtester.xml b/administrator/components/com_patchtester/patchtester.xml index 8b0347d..5cf8530 100644 --- a/administrator/components/com_patchtester/patchtester.xml +++ b/administrator/components/com_patchtester/patchtester.xml @@ -2,12 +2,12 @@ com_patchtester Joomla! Project - 11-May-2016 + 25-June-2016 (C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved. GNU General Public License version 2 or later admin@joomla.org https://www.joomla.org - 3.0.0-dev + 3.0.0-alpha COM_PATCHTESTER_XML_DESCRIPTION script.php diff --git a/administrator/components/com_patchtester/script.php b/administrator/components/com_patchtester/script.php index d4bb79c..a949f56 100644 --- a/administrator/components/com_patchtester/script.php +++ b/administrator/components/com_patchtester/script.php @@ -24,7 +24,7 @@ class Com_PatchtesterInstallerScript extends JInstallerScript /** * Extension script constructor. * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function __construct() { @@ -113,7 +113,7 @@ class Com_PatchtesterInstallerScript extends JInstallerScript * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.0.0 */ public function postflight($type, $parent) {