r67187 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67186‎ | r67187 | r67188 >
Date:15:19, 1 June 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the $noRedir parameter is set to true
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2361,7 +2361,7 @@
23622362 if ( $noRedir ) {
23632363 $query = 'redirect=no';
23642364 if ( $extraQuery )
2365 - $query .= "&$query";
 2365+ $query .= "&$extraQuery";
23662366 } else {
23672367 $query = $extraQuery;
23682368 }
Index: trunk/phase3/RELEASE-NOTES
@@ -181,6 +181,8 @@
182182 * (bug 22967) Make edit summary length cut-off behave correctly for
183183 multibyte characters.
184184 * (bug 8689) Long numeric lines no longer kill the parser.
 185+* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
 186+ the $noRedir parameter is set to true
185187
186188 === API changes in 1.17 ===
187189 * (bug 22738) Allow filtering by action type on query=logevent.

Follow-up revisions

RevisionCommit summaryAuthorDate
r67214fixed wrong message key 'pageby-desc' for qqq. followup to r67187daniel06:56, 2 June 2010

Status & tagging log