Incremental enabling changes to allow searching of LiquidThreads by page and by thread:
authorAndrew Garrett <werdna@users.mediawiki.org>
Mon, 27 Jul 2009 17:57:51 +0000 (17:57 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Mon, 27 Jul 2009 17:57:51 +0000 (17:57 +0000)
commit6e5dd5459a1b231c6e4b45ed1e60f86678b59dad
tree700a84c0038030859ba20093b2c0720598475f83
parent2c9f86f4e0dbf3f69a155edc3e6d38f6ea98f092
Incremental enabling changes to allow searching of LiquidThreads by page and by thread:
* Add three new hooks, XmlDumpWriterOpenPage, ModifyExportQuery and XmlDumpWriterWriteRevision, to WikiExporter class.
* Hook two of these events to add a DiscussionThreading section to XML dumps, containing the parent, ancestor and discussion page to which a post belongs, if it is indeed a LiquidThreads post (as determined by joining on the thread table).
* Deprecate old calling style for Thread constructor, the $children parameter has been unused for yonks.
docs/hooks.txt
includes/Export.php