r97242 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97241‎ | r97242 | r97243 >
Date:06:32, 16 September 2011
Author:werdna
Status:ok
Tags:
Comment:
svn:keywords --> Id for api modules
Modified paths:
  • /branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtForm.php (modified) (history)
  • /branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtFormatter.php (modified) (history)

Diff [purge]

Index: branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtForm.php
@@ -175,6 +175,6 @@
176176 }
177177
178178 public function getVersion() {
179 - return __CLASS__ . ': $Id: ApiLqtForm.php 79941 2011-01-10 17:18:57Z hartman $';
 179+ return __CLASS__ . ': $Id$';
180180 }
181181 }
Property changes on: branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtForm.php
___________________________________________________________________
Added: svn:keywords
182182 + Id
Index: branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtFormatter.php
@@ -84,6 +84,6 @@
8585 }
8686
8787 public function getVersion() {
88 - return __CLASS__ . ': $Id: ApiLqtForm.php 79941 2011-01-10 17:18:57Z hartman $';
 88+ return __CLASS__ . ': $Id$';
8989 }
9090 }
Property changes on: branches/lqt-updates/extensions/LiquidThreads/api/ApiLqtFormatter.php
___________________________________________________________________
Added: svn:keywords
9191 + Id

Status & tagging log