Instead of last commit, use $wgExemptFromUserRobotsControl to control __INDEX__/__NOI...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 24 Jul 2008 18:02:20 +0000 (18:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 24 Jul 2008 18:02:20 +0000 (18:02 +0000)
commit386fb2ba9c4495fd072c2448bb9861c1a28f90ed
tree5b57994f99c54bbc6e755690b141b0f6451ae4e6
parentdfee92b5e874d73a60629f6a90faaba5baa7ad63
Instead of last commit, use $wgExemptFromUserRobotsControl to control __INDEX__/__NOINDEX__.  This defaults to null, which means $wgContentNamespaces.  Pages whose namespaces are in the array will be unaffected by __INDEX__/__NOINDEX__.  This will prevent serious vandalism, so the feature is again enabled by default (with content namespaces exempted).

As was pointed out, it's probably better anyway that the vandal noindex a page and have nothing turn up in searches if the search engine arrives at that exact time, than to have the vandal replace the page with "ARTICLE SUBJECT IS A POOPY-HEAD" and have that turn up in searches if the search engine arrives at that exact time.  :)  At any rate, this should solve the issue.
RELEASE-NOTES
includes/DefaultSettings.php
includes/OutputPage.php