Index: trunk/extensions/gis/neighbors.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | global $wgOut, $wgUser, $wgContLang; |
54 | 54 | |
55 | 55 | /* No reason for robots to follow these links */ |
56 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 56 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
57 | 57 | |
58 | 58 | $wgOut->setPagetitle( "Neighbors" ); |
59 | 59 | |
Index: trunk/extensions/gis/mapsources.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | global $wgOut; |
53 | 53 | |
54 | 54 | /* No reason for robots to follow map links */ |
55 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 55 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
56 | 56 | |
57 | 57 | $wgOut->setPagetitle( $this->mapsources ); |
58 | 58 | $wgOut->addWikiText( $this->build_output() ); |
Index: trunk/extensions/gis/maparea.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | |
48 | 48 | if ($action != 'raw') { |
49 | 49 | /* No reason for robots to follow map links */ |
50 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 50 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
51 | 51 | |
52 | 52 | $wgOut->setPagetitle( "Maparea" ); |
53 | 53 | |
Index: trunk/extensions/experimental/SpecialValidate.php |
— | — | @@ -564,7 +564,7 @@ |
565 | 565 | if( $wgUseValidation ) { |
566 | 566 | require_once ( 'SpecialValidate.php' ) ; |
567 | 567 | $wgOut->setPagetitle( wfMsg( 'validate' ) . ': ' . $this->mTitle->getPrefixedText() ); |
568 | | - $wgOut->setRobotpolicy( 'noindex,follow' ); |
| 568 | + $wgOut->setRobotPolicy( 'noindex,follow' ); |
569 | 569 | if( $this->mTitle->getNamespace() != 0 ) { |
570 | 570 | $wgOut->addHTML( wfMsg( 'val_validate_article_namespace_only' ) ); |
571 | 571 | return; |
Index: trunk/extensions/GlobalBlocking/SpecialGlobalBlock.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | $this->loadParameters(); |
17 | 17 | |
18 | 18 | $wgOut->setPageTitle( wfMsg( 'globalblocking-block' ) ); |
19 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 19 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
20 | 20 | $wgOut->setArticleRelated( false ); |
21 | 21 | $wgOut->enableClientCache( false ); |
22 | 22 | |
Index: trunk/extensions/GlobalBlocking/SpecialGlobalBlockList.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | $this->loadParameters(); |
17 | 17 | |
18 | 18 | $wgOut->setPageTitle( wfMsg( 'globalblocking-list' ) ); |
19 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 19 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
20 | 20 | $wgOut->setArticleRelated( false ); |
21 | 21 | $wgOut->enableClientCache( false ); |
22 | 22 | |
Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php |
— | — | @@ -1493,7 +1493,7 @@ |
1494 | 1494 | function showError( $description ) { |
1495 | 1495 | global $wgOut; |
1496 | 1496 | $wgOut->setPageTitle( wfMsg( "internalerror" ) ); |
1497 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 1497 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
1498 | 1498 | $wgOut->setArticleRelated( false ); |
1499 | 1499 | $wgOut->enableClientCache( false ); |
1500 | 1500 | $wgOut->addWikiText( $description ); |
Index: trunk/extensions/LatexDoc/LatexDoc.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | |
59 | 59 | $wgOut->setArticleFlag( false ); |
60 | 60 | $wgOut->setArticleRelated( true ); |
61 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 61 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
62 | 62 | $wgOut->setPageTitle( $article->mTitle->getPrefixedText() ); |
63 | 63 | |
64 | 64 | if ( $ext == 'pdf' ) { |
Index: trunk/extensions/EditUser/EditUser_body.php |
— | — | @@ -510,7 +510,7 @@ |
511 | 511 | |
512 | 512 | $wgOut->setPageTitle( wfMsg( 'edituser' ) ); |
513 | 513 | $wgOut->setArticleRelated( false ); |
514 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 514 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
515 | 515 | |
516 | 516 | $wgOut->disallowUserJs(); # Prevent hijacked user scripts from sniffing passwords etc. |
517 | 517 | |
Index: trunk/extensions/LuceneSearch/LuceneSearch_body.php |
— | — | @@ -277,7 +277,7 @@ |
278 | 278 | if( isset( $prevnext ) ) $wgOut->addHTML('<hr />' . $prevnext); |
279 | 279 | $wgOut->addHTML($this->showFullDialog($q)); |
280 | 280 | } |
281 | | - $wgOut->setRobotpolicy('noindex,nofollow'); |
| 281 | + $wgOut->setRobotPolicy('noindex,nofollow'); |
282 | 282 | $wgOut->setArticleRelated(false); |
283 | 283 | wfProfileOut( $fname ); |
284 | 284 | } |
Index: trunk/extensions/CentralAuth/SpecialGlobalGroupPermissions.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | } |
54 | 54 | |
55 | 55 | $wgOut->setPageTitle( wfMsg( 'globalgrouppermissions' ) ); |
56 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 56 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
57 | 57 | $wgOut->setArticleRelated( false ); |
58 | 58 | $wgOut->enableClientCache( false ); |
59 | 59 | |
Index: trunk/extensions/MetavidWiki/includes/MV_MetavidInterface/MV_EditPageAjax.php |
— | — | @@ -418,7 +418,7 @@ |
419 | 419 | |
420 | 420 | //wfRunHooks( 'EditPage::showEditForm:initial', array( &$this ) ) ; |
421 | 421 | |
422 | | - //$wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 422 | + //$wgOut->setRobotPolicy( 'noindex,nofollow' ); |
423 | 423 | |
424 | 424 | # Enabled article-related sidebar, top links, etc. |
425 | 425 | $wgOut->setArticleRelated( true ); |
Index: trunk/extensions/ImageTagging/ImageTagging_body.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | $db->freeResult($res); |
75 | 75 | |
76 | 76 | $wgOut->setPageTitle( wfMsg('imagetagging-taggedimages-title', $this->mQuery ? $this->mQuery : "all" ) ); |
77 | | - $wgOut->setRobotpolicy('noindex,nofollow'); |
| 77 | + $wgOut->setRobotPolicy('noindex,nofollow'); |
78 | 78 | $wgOut->addHTML($this->toHTML()); |
79 | 79 | |
80 | 80 | wfProfileOut( __METHOD__ ); |
Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -265,7 +265,7 @@ |
266 | 266 | $wgOut->setRevisionId( $frev->getRevId() ); |
267 | 267 | $notes = $this->getReviewNotes( $frev ); |
268 | 268 | # Index the stable version only |
269 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 269 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
270 | 270 | # Tell MW that parser output is done |
271 | 271 | $outputDone = true; |
272 | 272 | $pcache = false; |
— | — | @@ -331,7 +331,7 @@ |
332 | 332 | } |
333 | 333 | # Index the stable version only if it is the default |
334 | 334 | if( $this->showStableByDefault() ) { |
335 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 335 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
336 | 336 | } |
337 | 337 | // The relevant conditions are met to override the page with the stable version. |
338 | 338 | } else { |
Index: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | function showSettings( $err = null ) { |
84 | 84 | global $wgOut, $wgTitle, $wgUser; |
85 | 85 | |
86 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 86 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
87 | 87 | # Must be a content page |
88 | 88 | if( !FlaggedRevs::isPageReviewable( $this->page ) ) { |
89 | 89 | $wgOut->addHTML( wfMsgExt('stableversions-none', array('parse'), $this->page->getPrefixedText() ) ); |
Index: trunk/extensions/AbuseFilter/SpecialAbuseLog.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | $this->loadParameters(); |
18 | 18 | |
19 | 19 | $wgOut->setPageTitle( wfMsg( 'abusefilter-log' ) ); |
20 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 20 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
21 | 21 | $wgOut->setArticleRelated( false ); |
22 | 22 | $wgOut->enableClientCache( false ); |
23 | 23 | |
Index: trunk/extensions/AbuseFilter/SpecialAbuseFilter.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | |
20 | 20 | $this->loadParameters( $subpage ); |
21 | 21 | $wgOut->setPageTitle( wfMsg( 'abusefilter-management' ) ); |
22 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 22 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
23 | 23 | $wgOut->setArticleRelated( false ); |
24 | 24 | $wgOut->enableClientCache( false ); |
25 | 25 | |
Index: trunk/extensions/wikiwyg/share/MediaWiki/extensions/MediaWikiWyg.php |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | |
258 | 258 | /* if (!in_array( 'ezparser', $wgUser->getRights() ) ) { |
259 | 259 | $wgOut->setArticleRelated( false ); |
260 | | - $wgOut->setRobotpolicy( 'noindex,follow' ); |
| 260 | + $wgOut->setRobotPolicy( 'noindex,follow' ); |
261 | 261 | $wgOut->errorpage( 'nosuchspecialpage', 'nospecialpagetext' ); |
262 | 262 | return; |
263 | 263 | } |
Index: trunk/extensions/wikiwyg/share/MediaWiki/extensions/EZParser.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | |
27 | 27 | if (!in_array( 'ezparser', $wgUser->getRights() ) ) { |
28 | 28 | $wgOut->setArticleRelated( false ); |
29 | | - $wgOut->setRobotpolicy( 'noindex,follow' ); |
| 29 | + $wgOut->setRobotPolicy( 'noindex,follow' ); |
30 | 30 | $wgOut->errorpage( 'nosuchspecialpage', 'nospecialpagetext' ); |
31 | 31 | return; |
32 | 32 | } |
Index: trunk/extensions/Player/SpecialPlayer.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | } else { |
128 | 128 | # Just need to set the right headers |
129 | 129 | $wgOut->setArticleFlag( false ); |
130 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 130 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
131 | 131 | $this->viewUpdates(); |
132 | 132 | } |
133 | 133 | |
Index: trunk/extensions/AssertEdit/AssertEdit.php |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | //slightly modified from showErrorPage(), to return back here. |
61 | 61 | $wgOut->setPageTitle( wfMsg( 'assert_edit_title' ) ); |
62 | 62 | $wgOut->setHTMLTitle( wfMsg( 'errorpagetitle' ) ); |
63 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 63 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
64 | 64 | $wgOut->setArticleRelated( false ); |
65 | 65 | $wgOut->enableClientCache( false ); |
66 | 66 | $wgOut->mRedirect = ''; |
Index: trunk/extensions/Invitations/Invitations_page.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | $sk = $wgUser->getSkin(); |
42 | 42 | |
43 | 43 | $wgOut->setPageTitle( wfMsg( 'invitations-pagetitle' ) ); |
44 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 44 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
45 | 45 | $wgOut->setArticleRelated( false ); |
46 | 46 | $wgOut->enableClientCache( false ); |
47 | 47 | |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | $friendlyname = wfMsg("invitation-type-$feature"); |
112 | 112 | |
113 | 113 | $wgOut->setPageTitle( wfMsg( 'invitations-feature-pagetitle', $friendlyname ) ); |
114 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 114 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
115 | 115 | $wgOut->setArticleRelated( false ); |
116 | 116 | $wgOut->enableClientCache( false ); |
117 | 117 | |
Index: trunk/extensions/Postcomment/SpecialPostcomment.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | global $wgFeedClasses, $wgFilterCallback, $wgWhitelistEdit; |
93 | 93 | |
94 | 94 | |
95 | | - $wgOut->setRobotpolicy( "noindex,nofollow" ); |
| 95 | + $wgOut->setRobotPolicy( "noindex,nofollow" ); |
96 | 96 | $fname = "wfSpecialPostcomment"; |
97 | 97 | |
98 | 98 | //echo "topic: " . $wgRequest->getVal("topic_name") . "<br />"; |
Index: trunk/extensions/OpenID/SpecialOpenIDConvert.body.php |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | $this->setUserUrl($wgUser, $openid_url); |
164 | 164 | |
165 | 165 | $wgOut->setPageTitle( wfMsg( 'openidconvertsuccess' ) ); |
166 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 166 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
167 | 167 | $wgOut->setArticleRelated( false ); |
168 | 168 | $wgOut->addWikiText( wfMsg( 'openidconvertsuccesstext', $openid_url ) ); |
169 | 169 | $wgOut->returnToMain( ); |
Index: trunk/extensions/OpenID/SpecialOpenIDFinish.body.php |
— | — | @@ -183,7 +183,7 @@ |
184 | 184 | $this->loginSetCookie($openid); |
185 | 185 | |
186 | 186 | $wgOut->setPageTitle( wfMsg( 'openidsuccess' ) ); |
187 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 187 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
188 | 188 | $wgOut->setArticleRelated( false ); |
189 | 189 | $wgOut->addWikiText( wfMsg( 'openidsuccess', $wgUser->getName(), $openid ) ); |
190 | 190 | $wgOut->returnToMain(false, $this->returnTo()); |
— | — | @@ -537,7 +537,7 @@ |
538 | 538 | global $wgUser, $wgOut; |
539 | 539 | |
540 | 540 | $wgOut->setPageTitle( wfMsg( 'openiderror' ) ); |
541 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 541 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
542 | 542 | $wgOut->setArticleRelated( false ); |
543 | 543 | $wgOut->addWikiText( wfMsg( 'openidalreadyloggedin', $wgUser->getName() ) ); |
544 | 544 | $wgOut->returnToMain(false, $this->returnTo() ); |
Index: trunk/extensions/OpenID/SpecialOpenIDLogin.body.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | global $wgUser, $wgOut; |
93 | 93 | |
94 | 94 | $wgOut->setPageTitle( wfMsg( 'openiderror' ) ); |
95 | | - $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
| 95 | + $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
96 | 96 | $wgOut->setArticleRelated( false ); |
97 | 97 | $wgOut->addWikiText( wfMsg( 'openidalreadyloggedin', $wgUser->getName() ) ); |
98 | 98 | $wgOut->returnToMain(false, $this->returnTo() ); |