[MediaWiki-commits] [Gerrit] Remove dumb log message left over from debugging - change (mediawiki...CirrusSearch)

2014-03-04 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove dumb log message left over from debugging
..


Remove dumb log message left over from debugging

Change-Id: Ife93017866c174005b72918a7dd34992891ab039
---
M includes/Result.php
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Result.php b/includes/Result.php
index c0f682c..a07bf0d 100644
--- a/includes/Result.php
+++ b/includes/Result.php
@@ -78,7 +78,6 @@
// This odd juggling is the second half of the script 
fields hack to get redirect loaded.
// It'll go away when we switch to source filtering.
$redirects = $result->redirect;
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  " . implode( ' 
', explode( "\n", var_export( $redirects, true ) ) ) );
if ( $redirects !== null ) {
// I not null it'll always be an array.
// In Elasticsearch 0.90 it'll be an array of 
arrays which is what we need.
@@ -88,7 +87,6 @@
wfDebugLog( 'CirrusSearch', "1.0");
// Since the first entry doesn't have a 
title we assume we're in 1.0
$redirects = $redirects[ 0 ];
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  
" . implode( ' ', explode( "\n", var_export( $redirects, true ) ) ) );
}
}
$this->redirectTitle = $this->findRedirectTitle( 
$highlights[ 'redirect.title' ][ 0 ], $redirects );

-- 
To view, visit https://gerrit.wikimedia.org/r/116756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ife93017866c174005b72918a7dd34992891ab039
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: wmf/1.23wmf16
Gerrit-Owner: Manybubbles 
Gerrit-Reviewer: Manybubbles 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove dumb log message left over from debugging - change (mediawiki...CirrusSearch)

2014-03-04 Thread Manybubbles (Code Review)
Manybubbles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/116756

Change subject: Remove dumb log message left over from debugging
..

Remove dumb log message left over from debugging

Change-Id: Ife93017866c174005b72918a7dd34992891ab039
---
M includes/Result.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/56/116756/1

diff --git a/includes/Result.php b/includes/Result.php
index c0f682c..a07bf0d 100644
--- a/includes/Result.php
+++ b/includes/Result.php
@@ -78,7 +78,6 @@
// This odd juggling is the second half of the script 
fields hack to get redirect loaded.
// It'll go away when we switch to source filtering.
$redirects = $result->redirect;
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  " . implode( ' 
', explode( "\n", var_export( $redirects, true ) ) ) );
if ( $redirects !== null ) {
// I not null it'll always be an array.
// In Elasticsearch 0.90 it'll be an array of 
arrays which is what we need.
@@ -88,7 +87,6 @@
wfDebugLog( 'CirrusSearch', "1.0");
// Since the first entry doesn't have a 
title we assume we're in 1.0
$redirects = $redirects[ 0 ];
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  
" . implode( ' ', explode( "\n", var_export( $redirects, true ) ) ) );
}
}
$this->redirectTitle = $this->findRedirectTitle( 
$highlights[ 'redirect.title' ][ 0 ], $redirects );

-- 
To view, visit https://gerrit.wikimedia.org/r/116756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife93017866c174005b72918a7dd34992891ab039
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: wmf/1.23wmf16
Gerrit-Owner: Manybubbles 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove dumb log message left over from debugging - change (mediawiki...CirrusSearch)

2014-02-27 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove dumb log message left over from debugging
..


Remove dumb log message left over from debugging

Change-Id: Ife93017866c174005b72918a7dd34992891ab039
---
M includes/Result.php
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Result.php b/includes/Result.php
index c0f682c..a07bf0d 100644
--- a/includes/Result.php
+++ b/includes/Result.php
@@ -78,7 +78,6 @@
// This odd juggling is the second half of the script 
fields hack to get redirect loaded.
// It'll go away when we switch to source filtering.
$redirects = $result->redirect;
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  " . implode( ' 
', explode( "\n", var_export( $redirects, true ) ) ) );
if ( $redirects !== null ) {
// I not null it'll always be an array.
// In Elasticsearch 0.90 it'll be an array of 
arrays which is what we need.
@@ -88,7 +87,6 @@
wfDebugLog( 'CirrusSearch', "1.0");
// Since the first entry doesn't have a 
title we assume we're in 1.0
$redirects = $redirects[ 0 ];
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  
" . implode( ' ', explode( "\n", var_export( $redirects, true ) ) ) );
}
}
$this->redirectTitle = $this->findRedirectTitle( 
$highlights[ 'redirect.title' ][ 0 ], $redirects );

-- 
To view, visit https://gerrit.wikimedia.org/r/115969
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ife93017866c174005b72918a7dd34992891ab039
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles 
Gerrit-Reviewer: Chad 
Gerrit-Reviewer: Manybubbles 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove dumb log message left over from debugging - change (mediawiki...CirrusSearch)

2014-02-27 Thread Manybubbles (Code Review)
Manybubbles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115969

Change subject: Remove dumb log message left over from debugging
..

Remove dumb log message left over from debugging

Change-Id: Ife93017866c174005b72918a7dd34992891ab039
---
M includes/Result.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/69/115969/1

diff --git a/includes/Result.php b/includes/Result.php
index c0f682c..a07bf0d 100644
--- a/includes/Result.php
+++ b/includes/Result.php
@@ -78,7 +78,6 @@
// This odd juggling is the second half of the script 
fields hack to get redirect loaded.
// It'll go away when we switch to source filtering.
$redirects = $result->redirect;
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  " . implode( ' 
', explode( "\n", var_export( $redirects, true ) ) ) );
if ( $redirects !== null ) {
// I not null it'll always be an array.
// In Elasticsearch 0.90 it'll be an array of 
arrays which is what we need.
@@ -88,7 +87,6 @@
wfDebugLog( 'CirrusSearch', "1.0");
// Since the first entry doesn't have a 
title we assume we're in 1.0
$redirects = $redirects[ 0 ];
-   wfDebugLog( 'CirrusSearch', "ASDFASDF  
" . implode( ' ', explode( "\n", var_export( $redirects, true ) ) ) );
}
}
$this->redirectTitle = $this->findRedirectTitle( 
$highlights[ 'redirect.title' ][ 0 ], $redirects );

-- 
To view, visit https://gerrit.wikimedia.org/r/115969
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife93017866c174005b72918a7dd34992891ab039
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits