r70825 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70824‎ | r70825 | r70826 >
Date:15:27, 10 August 2010
Author:mgrabovsky
Status:deferred
Tags:
Comment:
Removed description in $wgExtensionCredits where descriptionmsg was used
Modified paths:
  • /trunk/extensions/Cassandra/Cassandra.php (modified) (history)
  • /trunk/extensions/CategoryTree/CategoryTree.php (modified) (history)
  • /trunk/extensions/DismissableSiteNotice/DismissableSiteNotice.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php (modified) (history)
  • /trunk/extensions/DynamicSidebar/DynamicSidebar.php (modified) (history)
  • /trunk/extensions/ForcePreview/ForcePreview.php (modified) (history)
  • /trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.i18n.php (modified) (history)
  • /trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php (modified) (history)
  • /trunk/extensions/HideNamespace/HideNamespace.php (modified) (history)
  • /trunk/extensions/NaturalLanguageList/NaturalLanguageList.php (modified) (history)
  • /trunk/extensions/PNGHandler/PNGHandler.php (modified) (history)
  • /trunk/extensions/PackageForce/PackageForce.php (modified) (history)
  • /trunk/extensions/PeopleCategories/PeopleCategories.php (modified) (history)
  • /trunk/extensions/Plotters/Plotters.php (modified) (history)
  • /trunk/extensions/Poem/Poem.php (modified) (history)
  • /trunk/extensions/PureWikiDeletion/PureWikiDeletion.php (modified) (history)
  • /trunk/extensions/RSS/RSS.php (modified) (history)
  • /trunk/extensions/TemplateAdventures/TemplateAdventures.i18n.php (modified) (history)
  • /trunk/extensions/TemplateAdventures/TemplateAdventures.php (modified) (history)
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler.php (modified) (history)
  • /trunk/extensions/Todo/Todo.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.php
@@ -43,7 +43,6 @@
4444 'name' => 'TimedMediaHandler',
4545 'author' => array( 'Tim Starling', 'Michael Dale' ),
4646 'url' => 'http://www.mediawiki.org/wiki/Extension:TimedMediaHandler',
47 - 'description' => 'Handler for Timed Media (video, audio, timedText) with transcoding to Ogg Theora/Vorbis',
4847 'descriptionmsg' => 'timedmedia-desc',
4948 );
5049
Index: trunk/extensions/PackageForce/PackageForce.php
@@ -29,7 +29,6 @@
3030 'version' => '0.1',
3131 'author' => 'Svip',
3232 'url' => 'http://www.mediawiki.org/wiki/Extension:PackageForce',
33 - 'description' => 'Special page to download packages of useful templates/etc.',
3433 'descriptionmsg' => 'pf-desc',
3534 );
3635
Index: trunk/extensions/NaturalLanguageList/NaturalLanguageList.php
@@ -41,7 +41,6 @@
4242 'name' => 'Natural Language List',
4343 'author' => array( 'Svip', 'Happy-melon', 'Conrad Irwin' ),
4444 'url' => 'http://www.mediawiki.org/wiki/Extension:NaturalLanguageList',
45 - 'description' => 'Easy formatting of lists in natural languages.',
4645 'descriptionmsg' => 'nll-desc',
4746 'version' => '2.5'
4847 );
Index: trunk/extensions/DynamicSidebar/DynamicSidebar.php
@@ -41,7 +41,6 @@
4242 'version' => '1.0a',
4343 'author' => 'Ryan Lane',
4444 'url' => 'http://www.mediawiki.org/wiki/Extension:DynamicSidebar',
45 - 'description' => 'Provides dynamic sidebars based on user pages, groups, and categories.',
4645 'descriptionmsg' => 'dynamicsidebar-desc',
4746 );
4847
Index: trunk/extensions/Todo/Todo.php
@@ -21,7 +21,6 @@
2222 'name' => 'Todo',
2323 'version' => '0.3',
2424 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo',
25 - 'description' => 'Experimental personal todo list extension',
2625 'author' => array( 'Brion Vibber', 'Bertrand Grondin' ),
2726 'descriptionmsg' => 'todo-desc',
2827 );
Index: trunk/extensions/CategoryTree/CategoryTree.php
@@ -122,7 +122,6 @@
123123 'name' => 'CategoryTree',
124124 'author' => 'Daniel Kinzler',
125125 'url' => 'http://www.mediawiki.org/wiki/Extension:CategoryTree',
126 - 'description' => 'Dynamically navigate the category structure',
127126 'descriptionmsg' => 'categorytree-desc',
128127 );
129128
Index: trunk/extensions/RSS/RSS.php
@@ -36,7 +36,6 @@
3737 ),
3838 'version' => '1.7',
3939 'url' => 'http://www.mediawiki.org/wiki/Extension:RSS',
40 - 'description' => 'Displays an RSS feed on a wiki page',
4140 'descriptionmsg' => 'rss-desc',
4241 );
4342
Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.i18n.php
@@ -10,9 +10,9 @@
1111
1212 $messages['en'] = array(
1313 'frontbackforced-desc' => 'Prepends front matter and appends back matter to pages and implements forced wikilinks',
14 - 'frontbackforced-front' => '_(front_matter)',
15 - 'frontbackforced-back' => '_(back_matter)',
16 - 'frontbackforced-forced' => '_(forced_wikilinks)',
 14+ 'frontbackforced-front' => '_(front_matter)',
 15+ 'frontbackforced-back' => '_(back_matter)',
 16+ 'frontbackforced-forced' => '_(forced_wikilinks)',
1717 );
1818
1919 /** Message documentation (Message documentation)
Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php
@@ -28,7 +28,6 @@
2929 'name' => 'Front and Back Matter and Forced Wikilinks',
3030 'author' => 'Tisane',
3131 'url' => 'http://www.mediawiki.org/wiki/Extension:FrontBackMatterForcedWikilinks',
32 - 'description' => 'Prepends front matter and appends back matter to pages and implements forced wikilinks',
3332 'descriptionmsg' => 'frontbackforced-desc',
3433 'version' => '1.0.0',
3534 );
Index: trunk/extensions/Plotters/Plotters.php
@@ -29,7 +29,6 @@
3030 'name' => 'Plotter parser extension',
3131 'version' => '0.6c',
3232 'author' => 'Ryan Lane',
33 - 'description' => 'Allows users to create client side graphs and plots',
3433 'descriptionmsg' => 'plotters-desc',
3534 'url' => 'http://www.mediawiki.org/wiki/Extension:Plotters',
3635 );
Index: trunk/extensions/Cassandra/Cassandra.php
@@ -10,7 +10,6 @@
1111 'version' => 0.1,
1212 'author' => 'Max Semenik',
1313 'url' => 'http://www.mediawiki.org/wiki/Extension:Cassandra',
14 - 'description' => 'Allows to store revision text in [http://cassandra.apache.org/ Apache Cassandra] database.',
1514 'descriptionmsg' => 'cassandra-desc',
1615 );
1716 $dir = dirname( __FILE__ ) . '/';
Index: trunk/extensions/Poem/Poem.php
@@ -24,7 +24,6 @@
2525 'name' => 'Poem',
2626 'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
2727 'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
28 - 'description' => 'Adds <tt>&lt;poem&gt;</tt> tag for poem formatting',
2928 'descriptionmsg' => 'poem-desc',
3029 );
3130 $wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";
Index: trunk/extensions/PNGHandler/PNGHandler.php
@@ -7,9 +7,8 @@
88 $wgExtensionCredits['media'][] = array(
99 'path' => __FILE__,
1010 'name' => 'PNGHandler',
11 - 'author' => 'Bryan Tong Minh',
12 - 'url' => 'http://www.mediawiki.org/wiki/Extension:PNGHandler',
13 - 'description' => 'Resize PNGs using pngds',
 11+ 'author' => 'Bryan Tong Minh',
 12+ 'url' => 'http://www.mediawiki.org/wiki/Extension:PNGHandler',
1413 'descriptionmsg' => 'pnghandler-desc',
1514 );
1615
Index: trunk/extensions/PureWikiDeletion/PureWikiDeletion.php
@@ -30,7 +30,6 @@
3131 'name' => 'Pure wiki deletion',
3232 'author' => 'Tisane',
3333 'url' => 'http://www.mediawiki.org/wiki/Extension:PureWikiDeletion',
34 - 'description' => 'Implements pure wiki deletion',
3534 'descriptionmsg' => 'purewikideletion-desc',
3635 'version' => '1.0.5',
3736 );
Index: trunk/extensions/HideNamespace/HideNamespace.php
@@ -24,7 +24,6 @@
2525 $wgExtensionCredits['other'][] = array(
2626 'path' => __FILE__,
2727 'name' => 'HideNamespace',
28 - 'description' => 'Hides namespace in the header and title when a page is in specified namespace or when the <code><nowiki>{{#hidens:}}</nowiki></code> parser function is called.',
2928 'descriptionmsg' => 'hidens-desc',
3029 'version' => '1.4.2',
3130 'author' => 'Matěj Grabovský',
Index: trunk/extensions/ForcePreview/ForcePreview.php
@@ -13,7 +13,6 @@
1414 'name' => 'Force Preview',
1515 'version' => '1.2',
1616 'author' => 'Ryan Schmidt',
17 - #'description' => 'Force preview for unprivelaged users',
1817 'descriptionmsg' => 'forcepreview-desc',
1918 'url' => 'http://www.mediawiki.org/wiki/Extension:ForcePreview',
2019 );
Index: trunk/extensions/TemplateAdventures/TemplateAdventures.i18n.php
@@ -4,6 +4,8 @@
55
66 /** English */
77 $messages['en'] = array (
 8+ 'ta-desc' => 'Recreation of popular templates in PHP',
 9+
810 # citation separators
911 'ta-citesep-section' => '.', # separator between sections
1012 'ta-citesep-end' => '.', # final separator (not really a separator)
Index: trunk/extensions/TemplateAdventures/TemplateAdventures.php
@@ -41,7 +41,6 @@
4242 'name' => 'Template Adventures',
4343 'author' => array( 'Svip' ),
4444 'url' => 'http://www.mediawiki.org/wiki/Extension:TemplateAdventures',
45 - 'description' => 'Recreation of popular templates in PHP.',
4645 'descriptionmsg' => 'ta-desc',
4746 'version' => '0.1'
4847 );
Index: trunk/extensions/PeopleCategories/PeopleCategories.php
@@ -25,7 +25,6 @@
2626 'version' => '1.0.0',
2727 'author' => 'Robert Leverington for whatleadership.com',
2828 'url' => 'http://www.mediawiki.org/wiki/Extension:PeopleCategories',
29 - 'description' => 'Changes displayed page names from "Firstname Lastname" to "Lastname, Firstname" on specified category pages.',
3029 'descriptionmsg' => 'peoplecategories-desc'
3130 );
3231
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php
@@ -14,7 +14,6 @@
1515 'name' => 'PayflowPro Gateway',
1616 'author' => 'Four Kitchens',
1717 'version' => '1.0.0',
18 - 'description' => 'Integrates Paypal Payflow Pro credit card processing',
1918 'descriptionmsg' => 'payflowpro_gateway-desc',
2019 'url' => 'http://www.mediawiki.org/wiki/Extension:PayflowProGateway',
2120 );
Index: trunk/extensions/DismissableSiteNotice/DismissableSiteNotice.php
@@ -4,7 +4,6 @@
55 'path' => __FILE__,
66 'name' => 'DismissableSiteNotice',
77 'author' => 'Brion Vibber',
8 - 'description' => 'Allows users to close the sitenotice.',
98 'descriptionmsg' => 'sitenotice-desc',
109 'url' => 'http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice',
1110 );

Status & tagging log