setting property svn:keywords Id to api files that don't have it, for use in getVersion()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 3 Mar 2008 19:34:11 +0000 (19:34 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 3 Mar 2008 19:34:11 +0000 (19:34 +0000)
includes/api/ApiChangeRights.php
includes/api/ApiEditPage.php
includes/api/ApiFormatDbg.php
includes/api/ApiFormatJson_json.php
includes/api/ApiFormatTxt.php
includes/api/ApiParamInfo.php
includes/api/ApiQueryAllCategories.php
includes/api/ApiQueryUsers.php

index 647a519..f85c948 100644 (file)
@@ -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$';
        }
 }
index 9dad44f..6d28c61 100644 (file)
@@ -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
index f0fc5e9..a1e6795 100644 (file)
@@ -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$';
        }
 }
 
index a8c649c..91c74b4 100644 (file)
@@ -50,7 +50,7 @@
 * @author      Matt Knapp <mdknapp[at]gmail[dot]com>
 * @author      Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
 * @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
 */
index c4c45f6..27c5f1e 100644 (file)
@@ -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$';
        }
 }
 
index 7de2225..2b1d7ad 100644 (file)
@@ -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$';
        }
 }
 
index 8449487..78ed363 100644 (file)
@@ -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$';
        }
 }
index 144bfba..a24e189 100644 (file)
@@ -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$';
        }
 }