Spage has uploaded a new change for review. https://gerrit.wikimedia.org/r/159385
Change subject: Make wgFlowContentFormat = html the default ...................................................................... Make wgFlowContentFormat = html the default We aren't running or testing format 'wikitext' and so we have bug 70148 and probably others with it. It seems better to make the default match what works, instead of new Flow installations running straight into bugs we aren't fixing. Change-Id: I1d5d6bff4d1a24296e42c339436ecf161080fcff --- M Flow.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/85/159385/1 diff --git a/Flow.php b/Flow.php index 9749f26..61bf93c 100755 --- a/Flow.php +++ b/Flow.php @@ -421,7 +421,7 @@ // running, as it'll be necessary to convert HTML to wikitext for the basic editor. // (n.b. to use VisualEditor, you'll definitely need Parsoid, so if you do support VE, // might as well set this to HTML right away) -$wgFlowContentFormat = 'wikitext'; // possible values: wikitext|html +$wgFlowContentFormat = 'html'; // possible values: html|wikitext XXX bug 70148 with wikitext // Flow Parsoid config // If null, VE's defaults (if available) will be used -- To view, visit https://gerrit.wikimedia.org/r/159385 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d5d6bff4d1a24296e42c339436ecf161080fcff Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
