r77731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77730‎ | r77731 | r77732 >
Date:17:21, 4 December 2010
Author:reedy
Status:deferred
Tags:
Comment:
Remove trailing ?>

Remove .php5 files, they're not API entry points

kill api/uploads folder (looks like duplicate files for reference)
Modified paths:
  • /trunk/extensions/DSMW/api/ApiPatchPush.php (modified) (history)
  • /trunk/extensions/DSMW/api/ApiPatchPush.php5 (deleted) (history)
  • /trunk/extensions/DSMW/api/ApiQueryChangeSet.php (modified) (history)
  • /trunk/extensions/DSMW/api/ApiQueryChangeSet.php5 (deleted) (history)
  • /trunk/extensions/DSMW/api/ApiQueryPatch.php (modified) (history)
  • /trunk/extensions/DSMW/api/ApiQueryPatch.php5 (deleted) (history)
  • /trunk/extensions/DSMW/api/upload (deleted) (history)

Diff [purge]

Index: trunk/extensions/DSMW/api/ApiPatchPush.php5
@@ -1 +0,0 @@
2 -<?php require './ApiPatchPush.php';
\ No newline at end of file
Index: trunk/extensions/DSMW/api/ApiQueryPatch.php5
@@ -1 +0,0 @@
2 -<?php require './ApiQueryPatch.php';
\ No newline at end of file
Index: trunk/extensions/DSMW/api/ApiQueryChangeSet.php5
@@ -1 +0,0 @@
2 -<?php require './ApiQueryChangeSet.php';
\ No newline at end of file
Index: trunk/extensions/DSMW/api/ApiPatchPush.php
@@ -110,4 +110,3 @@
111111 return __CLASS__ . ': $Id$';
112112 }
113113 }
114 -?>
Index: trunk/extensions/DSMW/api/ApiQueryPatch.php
@@ -119,4 +119,3 @@
120120 return __CLASS__ . ': $Id$';
121121 }
122122 }
123 -?>
Index: trunk/extensions/DSMW/api/ApiQueryChangeSet.php
@@ -103,4 +103,3 @@
104104 return __CLASS__ . ': $Id$';
105105 }
106106 }
107 -?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r77746Partial revert of r77731 - please test changes before comittingjeroendedauw22:33, 4 December 2010

Status & tagging log