Bsitu has uploaded a new change for review.

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

Change subject: Ignore expected inter-wiki exceptions
......................................................................

Ignore expected inter-wiki exceptions

They will be fixed once we have the user_id/user_wiki support

Change-Id: I1a16348c2b03bee3e1aad94d59ff287947062fa1
---
M includes/Formatter/ContributionsQuery.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/73/116773/1

diff --git a/includes/Formatter/ContributionsQuery.php 
b/includes/Formatter/ContributionsQuery.php
index 4fbbc35..5ef4958 100644
--- a/includes/Formatter/ContributionsQuery.php
+++ b/includes/Formatter/ContributionsQuery.php
@@ -113,7 +113,9 @@
                                        $result = $this->buildResult( $pager, 
$revision, $blockType );
                                } catch ( FlowException $e ) {
                                        $result = false;
-                                       \MWExceptionHandler::logException( $e );
+                                       // Comment out for now since we expect 
some flow exceptions, when gerrit 111952 is
+                                       // merged, then we will turn this back 
on so we can catch unexpected exceptions.
+                                       //\MWExceptionHandler::logException( $e 
);
                                }
                                if ( $result ) {
                                        $results[] = $result;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a16348c2b03bee3e1aad94d59ff287947062fa1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <bs...@wikimedia.org>

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

Reply via email to