Create fields & data for image/file data indexing
authorStanislav Malyshev <smalyshev@gmail.com>
Wed, 14 Sep 2016 00:52:33 +0000 (17:52 -0700)
committerStanislav Malyshev <smalyshev@gmail.com>
Tue, 27 Sep 2016 06:42:06 +0000 (23:42 -0700)
commit2a395370fc7f2fe5bff4fae8778e6b0385429f99
treed77fb03f4441dc00eb04a4ee7f4c23406a5c5190
parent1deee13f805bec30b38730eae0bb525afb42c12d
Create fields & data for image/file data indexing

Bug: T145558
Change-Id: I23d4c8235d0e4150eefec31cea4b2cfdd32bf32a
autoload.php
includes/content/FileContentHandler.php [new file with mode: 0644]
includes/content/WikitextContentHandler.php
tests/phpunit/includes/content/FileContentHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/content/WikitextContentHandlerTest.php