jenkins-bot has submitted this change and it was merged. Change subject: Update Flow Parsoid config comment ......................................................................
Update Flow Parsoid config comment This is now always configured directly. See edff1f22a83ef1020cf7835d0ff863f8705c4223 . Bug: T86920 Change-Id: I11fd4a84b76a9329e64e66412fe054d790478ca0 --- M wmf-config/CommonSettings.php 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Mattflaschen: Looks good to me, but someone else must approve Alex Monk: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 4941e92..f763deb 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2533,8 +2533,9 @@ if ( $wmgUseFlow ) { require_once( "$IP/extensions/Flow/Flow.php" ); - // Flow Parsoid - same values as $wgVisualEditorParsoid*, but separated for - // those wikis where $wmgUseVisualEditor is false + // Flow Parsoid - These are now specified directly as Flow-specific + // configuration variables, though it currently uses the same Parsoid URL + // as VisualEditor does. $wgFlowParsoidURL = $wmgParsoidURL; $wgFlowParsoidPrefix = $wgDBname; $wgFlowParsoidTimeout = 100; -- To view, visit https://gerrit.wikimedia.org/r/187869 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I11fd4a84b76a9329e64e66412fe054d790478ca0 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org> Gerrit-Reviewer: Alex Monk <kren...@gmail.com> Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org> Gerrit-Reviewer: Reedy <re...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits