wiki.techinc.nl/tests/phpunit/includes/content
James D. Forrester 326d655fc9 Drop 'comma' value for wgArticleCountMethod
We have three methods for page counting currently supported for wikitext
non-redirect pages; 'any' counts any page that exists, 'link' counts any
page that has any outbound links, and 'comma' which searches for any ','
in the text having loaded it. This last option is much slower than these
other two, and is only used on a very small number of installations. Now
by dropping support for this method we can simplify this code and so run
it more often. Note that non-wikitext pages already did not support this
count method.

Installations with this setting set to 'comma', or any other string will
now work as if it was configured with 'any'.

Bug: T188472
Change-Id: I965927edcd2485ec4b49b2d80fdf216dbf19520b
2018-03-01 16:37:23 -08:00
..
ContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
CssContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
CssContentTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
FileContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
JavaScriptContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
JavaScriptContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
JsonContentHandlerTest.php JsonContentHandler: Make sure makeEmptyContent() is valid JSON 2016-09-08 12:52:56 -07:00
JsonContentTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TextContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TextContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
WikitextContentHandlerTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WikitextContentTest.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
WikitextStructureTest.php Add @covers tags to ContentHandler tests 2017-12-27 17:48:56 +00:00