r79969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79968‎ | r79969 | r79970 >
Date:22:36, 10 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Normalise casing of svn:keywords Id

Add missing Id to ApiFormatDump and ApiUpload
Modified paths:
  • /trunk/phase3/includes/api/ApiDisabled.php (modified) (history)
  • /trunk/phase3/includes/api/ApiFormatDump.php (modified) (history)
  • /trunk/phase3/includes/api/ApiPatrol.php (modified) (history)
  • /trunk/phase3/includes/api/ApiPurge.php (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryDisabled.php (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryPageProps.php (modified) (history)
  • /trunk/phase3/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Property changes on: trunk/phase3/includes/api/ApiPurge.php
___________________________________________________________________
Modified: svn:keywords
11 - id
22 + Id
Property changes on: trunk/phase3/includes/api/ApiQueryPageProps.php
___________________________________________________________________
Modified: svn:keywords
33 - id
44 + Id
Property changes on: trunk/phase3/includes/api/ApiDisabled.php
___________________________________________________________________
Modified: svn:keywords
55 - id
66 + Id
Property changes on: trunk/phase3/includes/api/ApiFormatDump.php
___________________________________________________________________
Added: svn:keywords
77 + Id
Property changes on: trunk/phase3/includes/api/ApiQueryDisabled.php
___________________________________________________________________
Modified: svn:keywords
88 - id
99 + Id
Property changes on: trunk/phase3/includes/api/ApiPatrol.php
___________________________________________________________________
Modified: svn:keywords
1010 - id
1111 + Id
Index: trunk/phase3/includes/api/ApiUpload.php
@@ -504,6 +504,6 @@
505505 }
506506
507507 public function getVersion() {
508 - return __CLASS__ . ': $Id: ApiUpload.php 51812 2009-06-12 23:45:20Z dale $';
 508+ return __CLASS__ . ': $Id$';
509509 }
510510 }
Property changes on: trunk/phase3/includes/api/ApiUpload.php
___________________________________________________________________
Added: svn:keywords
511511 + Id

Status & tagging log