r106901 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106900‎ | r106901 | r106902 >
Date:00:25, 21 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix image svn:mime-type

Add svn:keywords Id to the api files
Modified paths:
  • /trunk/extensions/MarkAsHelpful/api/ApiGetMarkAsHelpfulItem.php (modified) (history)
  • /trunk/extensions/MarkAsHelpful/api/ApiMarkAsHelpful.php (modified) (history)
  • /trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-dull.png (modified) (history)
  • /trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-hover.png (modified) (history)
  • /trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-marked.png (modified) (history)

Diff [purge]

Property changes on: trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-dull.png
___________________________________________________________________
Modified: svn:mime-type
11 - application/octet-stream
22 + image/png
Property changes on: trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-hover.png
___________________________________________________________________
Modified: svn:mime-type
33 - application/octet-stream
44 + image/png
Property changes on: trunk/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-marked.png
___________________________________________________________________
Modified: svn:mime-type
55 - application/octet-stream
66 + image/png
Index: trunk/extensions/MarkAsHelpful/api/ApiGetMarkAsHelpfulItem.php
@@ -47,7 +47,7 @@
4848 }
4949
5050 public function getVersion() {
51 - return __CLASS__ . ': $Id: ApiGetMarkAsHelpfulItem.php 104827 2011-12-19 02:13:46Z bsitu $';
 51+ return __CLASS__ . ': $Id$';
5252 }
5353
5454 public function getParamDescription() {
Property changes on: trunk/extensions/MarkAsHelpful/api/ApiGetMarkAsHelpfulItem.php
___________________________________________________________________
Added: svn:keywords
5555 + Id
Index: trunk/extensions/MarkAsHelpful/api/ApiMarkAsHelpful.php
@@ -104,7 +104,7 @@
105105 }
106106
107107 public function getVersion() {
108 - return __CLASS__ . ': $Id: ApiMarkAsHelpful.php 104827 2011-12-19 02:13:46Z bsitu $';
 108+ return __CLASS__ . ': $Id$';
109109 }
110110
111111 public function getParamDescription() {
Property changes on: trunk/extensions/MarkAsHelpful/api/ApiMarkAsHelpful.php
___________________________________________________________________
Added: svn:keywords
112112 + Id

Status & tagging log