Spage has uploaded a new change for review. https://gerrit.wikimedia.org/r/93927
Change subject: Enable Flow on QA pages on beta labs. ...................................................................... Enable Flow on QA pages on beta labs. Enable Flow on the specific pages http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow and http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow_QA the latter so Flow browsertests can have a target. Bug: 56635 Change-Id: I789fc2763e143690364894d8dd37f69e3c0a161f --- M wmf-config/InitialiseSettings-labs.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/27/93927/1 diff --git a/wmf-config/InitialiseSettings-labs.php b/wmf-config/InitialiseSettings-labs.php index 8aa4310..2314c25 100644 --- a/wmf-config/InitialiseSettings-labs.php +++ b/wmf-config/InitialiseSettings-labs.php @@ -300,6 +300,8 @@ 'wmgUseFlow' => array( 'enwiki' => true, ), + # Extension:Flow's browsertests use Talk:Flow_QA. + 'wgFlowOccupyPages' => array( 'Talk:Flow QA', 'Talk:Flow' ), 'wmgBug54847' => array( 'default' => false, -- To view, visit https://gerrit.wikimedia.org/r/93927 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I789fc2763e143690364894d8dd37f69e3c0a161f Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
