r103956 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103955‎ | r103956 | r103957 >
Date:20:51, 22 November 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Followup r102785: fix typo in index name. Thanks to Platonides and his special page test thingy for noticing this
Modified paths:
  • /trunk/phase3/includes/specials/SpecialShortpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialShortpages.php
@@ -45,7 +45,7 @@
4646 'page_len AS value' ),
4747 'conds' => array ( 'page_namespace' => NS_MAIN,
4848 'page_is_redirect' => 0 ),
49 - 'options' => array ( 'USE INDEX' => 'page_redirect_namespaces_len' )
 49+ 'options' => array ( 'USE INDEX' => 'page_redirect_namespace_len' )
5050 );
5151 }
5252

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102785* applyed the patch from bug 26393 (please comment on the bug page)freakolowsky14:28, 11 November 2011

Comments

#Comment by Platonides (talk | contribs)   23:04, 22 November 2011

Heh, thanks. But it wasn't anything particular of mine, just normal phpunit tests. I don't know why jenkins didn't yell at r102785.

Status & tagging log