InstallDocFormatter: Hyperlink Phabricator task numbers
authorKevin Israel <pleasestand@live.com>
Fri, 21 Nov 2014 07:49:18 +0000 (02:49 -0500)
committerKevin Israel <pleasestand@live.com>
Fri, 21 Nov 2014 08:05:44 +0000 (03:05 -0500)
commit6c247aa5917d0f2f1bca6e4d3c42fa1677b98750
treec0c437a63ff1299c27bd2fe7fb223e7a3e9c799a
parent0144d7c944b97f654cabd44f0726f954ef105846
InstallDocFormatter: Hyperlink Phabricator task numbers

Also removed the callback functions for the existing regexes. Nothing
has to be or is encoded or escaped at this time, so preg_replace()
can be used instead of preg_replace_callback().

Change-Id: I8cdddd602dcf7b67b8f2b06149b6a0859c70342c
includes/installer/InstallDocFormatter.php
tests/phpunit/includes/installer/InstallDocFormatterTest.php