Spage has uploaded a new change for review. https://gerrit.wikimedia.org/r/99721
Change subject: Disable VisualEditor by default ...................................................................... Disable VisualEditor by default If you enable MediaWiki-Vagrant's visualeditor role, then Flow will give all users VE when editing board header and posts. This avoids the confusion. Also fix whitespace (see https://gist.github.com/holysugar/1318698 !) Change-Id: I85940964730e5d36da6d2506fd41ec048027b6da --- M Flow.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/21/99721/1 diff --git a/Flow.php b/Flow.php index fa6c37f..7e1f5e8 100755 --- a/Flow.php +++ b/Flow.php @@ -246,7 +246,7 @@ $wgFlowMaxThreadingDepth = 2; // A list of editors to use, in priority order -$wgFlowEditorList = array( 'visualeditor', 'none' ); +$wgFlowEditorList = array( 'none' ); // EXPERIMENTAL prepend 'visualeditor' // Action details config file require $dir . 'FlowActions.php'; @@ -282,7 +282,7 @@ $wgFlowUseMemcache = true; // The default length of time to cache flow data in memcache. This value can be tuned -// in conjunction with measurements of cache hit/miss ratios to achieve the desired +// in conjunction with measurements of cache hit/miss ratios to achieve the desired // tradeoff between memory usage, db queries, and response time. The initial default // of 3 days means Flow will attempt to keep in memcache all data models requested in // the last 3 days. -- To view, visit https://gerrit.wikimedia.org/r/99721 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I85940964730e5d36da6d2506fd41ec048027b6da 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
