[Bug 41155] Record links on CSS/JS pages in the DB.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 18 Oct 2012 13:21:34 +0000 (15:21 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Thu, 18 Oct 2012 18:21:04 +0000 (20:21 +0200)
commit8b568be5e2dfb889e1eeedbdca50b304864174f7
treebf18cebf619490e572b0895c7af1ffb2843ddafa
parent2e841888923910bacf5a58de384c1bdc0186906f
[Bug 41155] Record links on CSS/JS pages in the DB.

ContentHandler removed wikitext parsing for CSS and JS pages.
However, people seem to rely on links and categories embedded
in script comments.

Change-Id: I0736f15878fbd3292e75854bf16f04df656ce363
includes/DefaultSettings.php
includes/content/TextContent.php
tests/phpunit/includes/CssContentTest.php
tests/phpunit/includes/JavascriptContentTest.php
tests/phpunit/includes/TextContentTest.php