r28047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28046‎ | r28047 | r28048 >
Date:10:14, 2 December 2007
Author:siebrand
Status:old
Tags:
Comment:
Add url to wgExtensionCredits, even though there is no page yet.
Modified paths:
  • /trunk/extensions/AjaxQueryPages/Load.php (modified) (history)
  • /trunk/extensions/AjaxShowEditors/Load.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AjaxShowEditors/Load.php
@@ -4,6 +4,7 @@
55
66 $wgExtensionCredits['other'][] = array(
77 'name' => 'Ajax Show Editors',
 8+ 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxShowEditors',
89 'author' => 'Ashar Voultoiz',
910 'description' => 'Let you see who is editing the page you are editing yourself.',
1011 );
@@ -23,4 +24,3 @@
2425 $wgMessageCache->addMessages( $msg, $lang );
2526 }
2627 }
27 -
Index: trunk/extensions/AjaxQueryPages/Load.php
@@ -13,6 +13,7 @@
1414 } else {
1515 $wgExtensionCredits['other'][] = array(
1616 'name' => 'Ajax Query Pages',
 17+ 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxQueryPages',
1718 'author' => 'Ashar Voultoiz',
1819 'description' => 'Add some AJAX to QueryPages such as [[Special:Shortpages]]',
1920 );
@@ -23,4 +24,3 @@
2425 // Set up AJAX entry point:
2526 require_once('extensions/AjaxQueryPages/Response.php');
2627 }
27 -

Status & tagging log