According to the documentation, the hook wikipage.content is meant to be fired when content is added to the DOM. Flow should probably fire it when inserting and previewing post/header content (in order to behave like standard talk pages).
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Fire wikipage.content hook after content update | mediawiki/extensions/Flow | master | +20 -2 |
Event Timeline
Comment Actions
A complicating factor is that most listeners will probably expect the PHP-formatted DOM, but this would be the Parsoid format. Not sure if this is a big deal, but maybe we should add a parameter.
Comment Actions
Change 495698 had a related patch set uploaded (by Esanders; owner: Esanders):
[mediawiki/extensions/Flow@master] Fire wikipage.content hook after content update
Comment Actions
Change 495698 merged by jenkins-bot:
[mediawiki/extensions/Flow@master] Fire wikipage.content hook after content update