Add Content::matchMagicWord
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 21 Aug 2012 15:08:49 +0000 (17:08 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 21 Aug 2012 16:10:29 +0000 (18:10 +0200)
commitac8150cd6ff073f93991564992a0e44641bc957e
tree296102bd1e6722beab196de3ba01c40fb225aead
parent0139923580d49247e1f92ac0346522c3ef16806b
Add Content::matchMagicWord

Allows Content objects to control how magic worlds are applied to it.
Useful mainly when magic words are used outside the parser.

Change-Id: I9711f580f8beadfb9f93a706f87c97c7cf667f6c
includes/Content.php
includes/job/DoubleRedirectJob.php
tests/phpunit/includes/JavascriptContentTest.php
tests/phpunit/includes/WikitextContentTest.php