r101937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101936‎ | r101937 | r101938 >
Date:01:00, 4 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Documentation

Fix mime-type on image
Modified paths:
  • /trunk/extensions/Deployment/Deployment.php (modified) (history)
  • /trunk/extensions/Translate/Groups.php (modified) (history)
  • /trunk/extensions/Translate/scripts/cli.inc (modified) (history)
  • /trunk/extensions/VisualEditor/modules/es/images/bullet.png (modified) (history)
  • /trunk/phase3/includes/specials/SpecialProtectedtitles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialProtectedtitles.php
@@ -208,6 +208,9 @@
209209 return '';
210210 }
211211
 212+ /**
 213+ * @return Title
 214+ */
212215 function getTitle() {
213216 return SpecialPage::getTitleFor( 'Protectedtitles' );
214217 }
@@ -216,6 +219,9 @@
217220 return $this->mForm->formatRow( $row );
218221 }
219222
 223+ /**
 224+ * @return array
 225+ */
220226 function getQueryInfo() {
221227 $conds = $this->mConds;
222228 $conds[] = 'pt_expiry>' . $this->mDb->addQuotes( $this->mDb->timestamp() );
Index: trunk/extensions/Translate/scripts/cli.inc
@@ -69,6 +69,8 @@
7070 /**
7171 * Output a warning message to command line (if available).
7272 * @see STDOUT
 73+ * @param $message string
 74+ * @param $channel mixed|string
7375 */
7476 function STDERR( $message, $channel = null ) {
7577 STDOUT( $message, $channel, true );
Index: trunk/extensions/Translate/Groups.php
@@ -106,6 +106,7 @@
107107 /**
108108 * Returns message tags. If type is given, only messages keys with that
109109 * tag is returnted. Otherwise an array[tag => keys] is returnted.
 110+ * @param $type string
110111 * @return array
111112 */
112113 public function getTags( $type = null );
Property changes on: trunk/extensions/VisualEditor/modules/es/images/bullet.png
___________________________________________________________________
Modified: svn:mime-type
113114 - application/octet-stream
114115 + image/png
Index: trunk/extensions/Deployment/Deployment.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * Initialization file for the Deployment extension.
 4+ * Deployment extension.
55 * Extension documentation: http://www.mediawiki.org/wiki/Extension:Deployment
66 *
77 * @file Deployment.php

Status & tagging log