r98792 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98791‎ | r98792 | r98793 >
Date:18:31, 3 October 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Tweak message file
remove redundant "description" line from extensionCredits
Modified paths:
  • /trunk/extensions/ApiExplorer/ApiExplorer.i18n.php (modified) (history)
  • /trunk/extensions/ApiExplorer/SpecialApiExplorer.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiExplorer/SpecialApiExplorer.php
@@ -18,8 +18,7 @@
1919 $wgExtensionCredits['specialpage'][] = array(
2020 'path' => __FILE__,
2121 'name' => 'API Explorer',
22 - //'url' => 'http://www.mediawiki.org/wiki/Extension:ApiExplorer', // TODO: Put into MediaWiki Extensions repo
23 - 'description' => 'Extension for interactively viewing live API documentation', // TODO: Update this if we have forms for each function.
 22+ 'url' => 'http://www.mediawiki.org/wiki/Extension:ApiExplorer',
2423 'descriptionmsg' => 'apiexplorer-desc',
2524 'author' => '[http://seancolombo.com Sean Colombo]'
2625 );
Index: trunk/extensions/ApiExplorer/ApiExplorer.i18n.php
@@ -13,14 +13,16 @@
1414 $messages['en'] = array(
1515 'apiexplorer' => 'API Explorer',
1616 'apiexplorer-desc' => 'Page for interactively exploring the documentation of the live version of the MediaWiki API running on this installation.',
17 - 'apiexplorer-intro' => 'This page shows documentation for the current wiki\'s API. Please click on a function below to see more info about what parameters can be used in each call. For the general MediaWiki API documentation, see $1',
 17+ 'apiexplorer-intro' => "This page shows documentation for the current wiki's API. Please click on a function below to see more info about what parameters can be used in each call. For the general MediaWiki API documentation, see $1",
1818
1919 'apiexplorer-loading' => 'Loading functions...',
2020 );
2121
2222 /** Message documentation (Message documentation)
 23+ * @author Sean Colombo
2324 */
2425 $messages['qqq'] = array(
25 - 'apiexplorer-desc' => "Description of the extension (for Special:Version, etc.).",
26 - 'apiexplorer-intro' => "The intro at the top of the page to acquiant new users with what the page does."
 26+ 'apiexplorer-desc' => 'Description of the extension (for Special:Version, etc.).',
 27+ 'apiexplorer-intro' => 'The intro at the top of the page to acquiant new users with what the page does.',
2728 );
 29+

Comments

#Comment by Raymond (talk | contribs)   18:33, 3 October 2011

And activate url line: Page exists now

Status & tagging log