Add MWNamespace::isNonincludableNamespace
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 5 May 2012 08:22:28 +0000 (10:22 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 5 May 2012 08:22:28 +0000 (10:22 +0200)
commitcd40d0040cb9f6aabac622102341fb924947b2fe
tree645dd8926dbc581381997108ec6fd9cbf16fbe08
parentf963ec0cea8d5581c7f951fbc38fc42dad662063
Add MWNamespace::isNonincludableNamespace

Method is a wrapper around $wgNonincludableNamespaces,
replaced the one place in parser and
add it as info to api's meta=siteinfo

Change-Id: I501b811137c39f5c2d9ea35c78fef8ae22d21bfe
includes/Namespace.php
includes/api/ApiQuerySiteinfo.php
includes/parser/Parser.php