r80894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80893‎ | r80894 | r80895 >
Date:18:45, 24 January 2011
Author:catrope
Status:reverted
Tags:
Comment:
1.16wmf4: MFT r80697
Modified paths:
  • /branches/wmf/1.16wmf4/includes/specials/SpecialSearch.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/specials/SpecialSearch.php
@@ -100,6 +100,8 @@
101101 if( !is_null( $t ) ) {
102102 global $wgGoToEdit;
103103 wfRunHooks( 'SpecialSearchNogomatch', array( &$t ) );
 104+ wfDebugLog( 'nogomatch', $t->getText(), false );
 105+
104106 # If the feature is enabled, go straight to the edit page
105107 if( $wgGoToEdit ) {
106108 $wgOut->redirect( $t->getFullURL( array( 'action' => 'edit' ) ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r808961.16wmf4: Revert r80894 (MFT of r80697), useless on the cluster anywaycatrope18:49, 24 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80697Fold Avars Nogomatch extension into core...reedy19:02, 21 January 2011

Status & tagging log