Make content handlers assemble content for search
authorStanislav Malyshev <smalyshev@gmail.com>
Mon, 16 May 2016 20:24:10 +0000 (13:24 -0700)
committerStanislav Malyshev <smalyshev@gmail.com>
Tue, 26 Jul 2016 20:08:45 +0000 (13:08 -0700)
commitadd1ebe2ab7cbbaf27f8f60a2d0b05769dff71a2
tree6a7d6b9ce0521da3185883a1ea4dddbe926940d9
parentb7c4c8717f964d1890d185ec3e6e9481fcb734e4
Make content handlers assemble content for search

Bug: T89733
Change-Id: Ie45de496ecc826211d98eea3a410c7639b4be0a4
14 files changed:
autoload.php
docs/hooks.txt
includes/content/ContentHandler.php
includes/content/TextContentHandler.php
includes/content/WikiTextStructure.php [new file with mode: 0644]
includes/content/WikitextContentHandler.php
includes/page/WikiPage.php
includes/search/SearchEngine.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/content/TextContentHandlerTest.php
tests/phpunit/includes/content/WikitextContentHandlerTest.php
tests/phpunit/includes/content/WikitextStructureTest.php [new file with mode: 0644]
tests/phpunit/includes/search/SearchEngineTest.php