You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure Flow (Structured Discussions) for MW 1.39 Fixes Issue #114
Visual Editor was not working properly for Flow boards on MW1.39
(Parsoid-PHP) The easily provoked error was:
"Exception caught: Conversion from 'html' to 'wikitext' was requested, but core's Parser only supports 'wikitext' to 'html' conversion"
In MW 1.39, Flow still ignores the zero-config setup of Parsoid-PHP.
So, we need to wfLoadExtension() the local vendored Parsoid library.
And, set $wgVirtualRestConfig
This makes Flow usable on MW 1.39, but ultimately, Flow needs to be replaced as described in issue #39
0 commit comments