New revisions (all types: post, summary, header) will be created as wikitext. Migrating existing revisions is not within the scope of this task.
Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Flow | master | +8 -27 | API: Make format parameters always default to 'fixed-html' |
Event Timeline
Change 387810 had a related patch set uploaded (by Catrope; owner: Catrope):
[mediawiki/extensions/Flow@master] API: Make format parameters always default to 'fixed-html'
Change 387810 merged by jenkins-bot:
[mediawiki/extensions/Flow@master] API: Make format parameters always default to 'fixed-html'
No, this is not yet resolved. With my fix, this "works" now, but would be a performance disaster. We need to implement caching for the rendered HTML, probably using the parser cache in a bastardized way (because what we're caching is Parsoid HTML instead of Parser.php HTML, and doesn't correspond 1:1 to a page or revision). I've been meaning to work on this, but it got buried under a variety of other things.
Given the recent change of focus, do we want to keep this on the board?
@Catrope: from your last comment, it doesn't look like this is nearly done or that you are actively working on it.
Growth-Team discussed in triage this week, we won't have time to work on this in the near-to-medium term.