r83049 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83048‎ | r83049 | r83050 >
Date:21:38, 1 March 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r83046
Modified paths:
  • /branches/wmf/1.17wmf1/includes/Wiki.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/Wiki.php
@@ -206,7 +206,7 @@
207207 }
208208 // Redirect loops, no title in URL, $wgUsePathInfo URLs, and URLs with a variant
209209 } else if ( $action == 'view' && !$request->wasPosted()
210 - && ( $request->getVal( 'title' ) === null || $title->getPrefixedDBKey() != $request->getText( 'title' ) )
 210+ && ( $request->getVal( 'title' ) === null || $title->getPrefixedDBKey() != $request->getVal( 'title' ) )
211211 && !count( array_diff( array_keys( $request->getValues() ), array( 'action', 'title' ) ) ) )
212212 {
213213 if ( $title->getNamespace() == NS_SPECIAL ) {
Property changes on: branches/wmf/1.17wmf1/includes/Wiki.php
___________________________________________________________________
Added: svn:mergeinfo
214214 Merged /branches/wmf/1.16wmf4/includes/Wiki.php:r67177,69199,76243,77266
215215 Merged /branches/sqlite/includes/Wiki.php:r58211-58321
216216 Merged /trunk/phase3/includes/Wiki.php:r83046
217217 Merged /branches/new-installer/phase3/includes/Wiki.php:r43664-66004
218218 Merged /branches/wmf-deployment/includes/Wiki.php:r53381,60970
219219 Merged /branches/REL1_15/phase3/includes/Wiki.php:r51646

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83046* (bug 27761) Fix regression: pages with Esperanto titles containing converti...brion21:20, 1 March 2011

Status & tagging log