r77730 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77729‎ | r77730 | r77731 >
Date:17:19, 4 December 2010
Author:reedy
Status:deferred
Tags:
Comment:
svn:keywords Id
Modified paths:
  • /trunk/extensions/DSMW/api/ApiPatchPush.php (modified) (history)
  • /trunk/extensions/DSMW/api/ApiQueryChangeSet.php (modified) (history)
  • /trunk/extensions/DSMW/api/ApiQueryPatch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DSMW/api/ApiPatchPush.php
@@ -107,7 +107,7 @@
108108 }
109109
110110 public function getVersion() {
111 - return __CLASS__ . ': $Id: ApiQueryPatch.php xxxxx 2009-07-24 09:00:00Z hantz $';
 111+ return __CLASS__ . ': $Id$';
112112 }
113113 }
114114 ?>
Property changes on: trunk/extensions/DSMW/api/ApiPatchPush.php
___________________________________________________________________
Added: svn:keywords
115115 + Id
Index: trunk/extensions/DSMW/api/ApiQueryPatch.php
@@ -116,7 +116,7 @@
117117 }
118118
119119 public function getVersion() {
120 - return __CLASS__ . ': $Id: ApiQueryPatch.php xxxxx 2009-07-01 09:00:00Z hantz $';
 120+ return __CLASS__ . ': $Id$';
121121 }
122122 }
123123 ?>
Property changes on: trunk/extensions/DSMW/api/ApiQueryPatch.php
___________________________________________________________________
Added: svn:keywords
124124 + Id
Index: trunk/extensions/DSMW/api/ApiQueryChangeSet.php
@@ -100,7 +100,7 @@
101101 }
102102
103103 public function getVersion() {
104 - return __CLASS__ . ': $Id: ApiQueryChangeSet.php xxxxx 2009-06-26 14:00:00Z hantz $';
 104+ return __CLASS__ . ': $Id$';
105105 }
106106 }
107107 ?>
Property changes on: trunk/extensions/DSMW/api/ApiQueryChangeSet.php
___________________________________________________________________
Added: svn:keywords
108108 + Id

Status & tagging log