From 4f60e333039706163321aafd7a2cbbe32496991c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 3 Mar 2008 19:34:11 +0000 Subject: [PATCH] setting property svn:keywords Id to api files that don't have it, for use in getVersion() --- includes/api/ApiChangeRights.php | 2 +- includes/api/ApiEditPage.php | 2 +- includes/api/ApiFormatDbg.php | 2 +- includes/api/ApiFormatJson_json.php | 2 +- includes/api/ApiFormatTxt.php | 2 +- includes/api/ApiParamInfo.php | 2 +- includes/api/ApiQueryAllCategories.php | 2 +- includes/api/ApiQueryUsers.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/api/ApiChangeRights.php b/includes/api/ApiChangeRights.php index 647a51943b..f85c94881d 100644 --- a/includes/api/ApiChangeRights.php +++ b/includes/api/ApiChangeRights.php @@ -150,6 +150,6 @@ class ApiChangeRights extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiChangeRights.php 28216 2007-12-06 18:33:18Z vasilievvv $'; + return __CLASS__ . ': $Id$'; } } diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 9dad44f143..6d28c6194d 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -247,6 +247,6 @@ class ApiEditPage extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiEditPage.php 22289 2007-08-16 13:27:44Z ilabarg1 $'; + return __CLASS__ . ': $Id$'; } } \ No newline at end of file diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index f0fc5e9193..a1e6795e82 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -53,7 +53,7 @@ class ApiFormatDbg extends ApiFormatBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiFormatPhp.php 23531 2007-06-29 01:19:14Z simetrical $'; + return __CLASS__ . ': $Id$'; } } diff --git a/includes/api/ApiFormatJson_json.php b/includes/api/ApiFormatJson_json.php index a8c649c3db..91c74b48bc 100644 --- a/includes/api/ApiFormatJson_json.php +++ b/includes/api/ApiFormatJson_json.php @@ -50,7 +50,7 @@ * @author Matt Knapp * @author Brett Stimmerman * @copyright 2005 Michal Migurski -* @version CVS: $Id: JSON.php,v 1.30 2006/03/08 16:10:20 migurski Exp $ +* @version CVS: $Id$ * @license http://www.opensource.org/licenses/bsd-license.php * @see http://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ diff --git a/includes/api/ApiFormatTxt.php b/includes/api/ApiFormatTxt.php index c4c45f68c3..27c5f1e3da 100644 --- a/includes/api/ApiFormatTxt.php +++ b/includes/api/ApiFormatTxt.php @@ -53,7 +53,7 @@ class ApiFormatTxt extends ApiFormatBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiFormatPhp.php 23531 2007-06-29 01:19:14Z simetrical $'; + return __CLASS__ . ': $Id$'; } } diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index 7de2225200..2b1d7adbcf 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -161,7 +161,7 @@ class ApiParamInfo extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiParse.php 29810 2008-01-15 21:33:08Z catrope $'; + return __CLASS__ . ': $Id$'; } } diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index 8449487605..78ed363704 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -137,6 +137,6 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryAllLinks.php 28216 2007-12-06 18:33:18Z vasilievvv $'; + return __CLASS__ . ': $Id$'; } } diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index 144bfba212..a24e189ed9 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -157,6 +157,6 @@ if (!defined('MEDIAWIKI')) { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryUserInfo.php 30128 2008-01-24 17:59:07Z catrope $'; + return __CLASS__ . ': $Id$'; } } -- 2.20.1