Apply default robot policy for non-existing user pages
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 24 May 2013 14:17:12 +0000 (16:17 +0200)
committerMarius Hoch <hoo@online.de>
Fri, 24 May 2013 16:12:34 +0000 (18:12 +0200)
commit669e9fc31c19d349668cbe30064402be5c71bb89
tree6690cff3740d8a0e5a765df9936f7ebc278a62dc
parentb65669ff7adbbde55872a8ddd93214a9e1df75c6
Apply default robot policy for non-existing user pages

MediaWiki is sending HTTP 200 for every user page, this can result in
search engine indexing user pages with block hint. This is not happen,
when the page exists (even it is empty), so applying the default robot
policy also for non-existing user pages to avoid this.

Change-Id: Ia62b977b3488d6b002c7b129d9308b7887e4f42d
includes/Article.php