Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.php |
— | — | @@ -43,7 +43,6 @@ |
44 | 44 | 'name' => 'TimedMediaHandler', |
45 | 45 | 'author' => array( 'Tim Starling', 'Michael Dale' ), |
46 | 46 | 'url' => 'http://www.mediawiki.org/wiki/Extension:TimedMediaHandler', |
47 | | - 'description' => 'Handler for Timed Media (video, audio, timedText) with transcoding to Ogg Theora/Vorbis', |
48 | 47 | 'descriptionmsg' => 'timedmedia-desc', |
49 | 48 | ); |
50 | 49 | |
Index: trunk/extensions/PackageForce/PackageForce.php |
— | — | @@ -29,7 +29,6 @@ |
30 | 30 | 'version' => '0.1', |
31 | 31 | 'author' => 'Svip', |
32 | 32 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PackageForce', |
33 | | - 'description' => 'Special page to download packages of useful templates/etc.', |
34 | 33 | 'descriptionmsg' => 'pf-desc', |
35 | 34 | ); |
36 | 35 | |
Index: trunk/extensions/NaturalLanguageList/NaturalLanguageList.php |
— | — | @@ -41,7 +41,6 @@ |
42 | 42 | 'name' => 'Natural Language List', |
43 | 43 | 'author' => array( 'Svip', 'Happy-melon', 'Conrad Irwin' ), |
44 | 44 | 'url' => 'http://www.mediawiki.org/wiki/Extension:NaturalLanguageList', |
45 | | - 'description' => 'Easy formatting of lists in natural languages.', |
46 | 45 | 'descriptionmsg' => 'nll-desc', |
47 | 46 | 'version' => '2.5' |
48 | 47 | ); |
Index: trunk/extensions/DynamicSidebar/DynamicSidebar.php |
— | — | @@ -41,7 +41,6 @@ |
42 | 42 | 'version' => '1.0a', |
43 | 43 | 'author' => 'Ryan Lane', |
44 | 44 | 'url' => 'http://www.mediawiki.org/wiki/Extension:DynamicSidebar', |
45 | | - 'description' => 'Provides dynamic sidebars based on user pages, groups, and categories.', |
46 | 45 | 'descriptionmsg' => 'dynamicsidebar-desc', |
47 | 46 | ); |
48 | 47 | |
Index: trunk/extensions/Todo/Todo.php |
— | — | @@ -21,7 +21,6 @@ |
22 | 22 | 'name' => 'Todo', |
23 | 23 | 'version' => '0.3', |
24 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo', |
25 | | - 'description' => 'Experimental personal todo list extension', |
26 | 25 | 'author' => array( 'Brion Vibber', 'Bertrand Grondin' ), |
27 | 26 | 'descriptionmsg' => 'todo-desc', |
28 | 27 | ); |
Index: trunk/extensions/CategoryTree/CategoryTree.php |
— | — | @@ -122,7 +122,6 @@ |
123 | 123 | 'name' => 'CategoryTree', |
124 | 124 | 'author' => 'Daniel Kinzler', |
125 | 125 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CategoryTree', |
126 | | - 'description' => 'Dynamically navigate the category structure', |
127 | 126 | 'descriptionmsg' => 'categorytree-desc', |
128 | 127 | ); |
129 | 128 | |
Index: trunk/extensions/RSS/RSS.php |
— | — | @@ -36,7 +36,6 @@ |
37 | 37 | ), |
38 | 38 | 'version' => '1.7', |
39 | 39 | 'url' => 'http://www.mediawiki.org/wiki/Extension:RSS', |
40 | | - 'description' => 'Displays an RSS feed on a wiki page', |
41 | 40 | 'descriptionmsg' => 'rss-desc', |
42 | 41 | ); |
43 | 42 | |
Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.i18n.php |
— | — | @@ -10,9 +10,9 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | '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)', |
17 | 17 | ); |
18 | 18 | |
19 | 19 | /** Message documentation (Message documentation) |
Index: trunk/extensions/FrontBackMatterForcedWikilinks/FrontBackMatterForcedWikilinks.php |
— | — | @@ -28,7 +28,6 @@ |
29 | 29 | 'name' => 'Front and Back Matter and Forced Wikilinks', |
30 | 30 | 'author' => 'Tisane', |
31 | 31 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FrontBackMatterForcedWikilinks', |
32 | | - 'description' => 'Prepends front matter and appends back matter to pages and implements forced wikilinks', |
33 | 32 | 'descriptionmsg' => 'frontbackforced-desc', |
34 | 33 | 'version' => '1.0.0', |
35 | 34 | ); |
Index: trunk/extensions/Plotters/Plotters.php |
— | — | @@ -29,7 +29,6 @@ |
30 | 30 | 'name' => 'Plotter parser extension', |
31 | 31 | 'version' => '0.6c', |
32 | 32 | 'author' => 'Ryan Lane', |
33 | | - 'description' => 'Allows users to create client side graphs and plots', |
34 | 33 | 'descriptionmsg' => 'plotters-desc', |
35 | 34 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Plotters', |
36 | 35 | ); |
Index: trunk/extensions/Cassandra/Cassandra.php |
— | — | @@ -10,7 +10,6 @@ |
11 | 11 | 'version' => 0.1, |
12 | 12 | 'author' => 'Max Semenik', |
13 | 13 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Cassandra', |
14 | | - 'description' => 'Allows to store revision text in [http://cassandra.apache.org/ Apache Cassandra] database.', |
15 | 14 | 'descriptionmsg' => 'cassandra-desc', |
16 | 15 | ); |
17 | 16 | $dir = dirname( __FILE__ ) . '/'; |
Index: trunk/extensions/Poem/Poem.php |
— | — | @@ -24,7 +24,6 @@ |
25 | 25 | 'name' => 'Poem', |
26 | 26 | 'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ), |
27 | 27 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Poem', |
28 | | - 'description' => 'Adds <tt><poem></tt> tag for poem formatting', |
29 | 28 | 'descriptionmsg' => 'poem-desc', |
30 | 29 | ); |
31 | 30 | $wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt"; |
Index: trunk/extensions/PNGHandler/PNGHandler.php |
— | — | @@ -7,9 +7,8 @@ |
8 | 8 | $wgExtensionCredits['media'][] = array( |
9 | 9 | 'path' => __FILE__, |
10 | 10 | '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', |
14 | 13 | 'descriptionmsg' => 'pnghandler-desc', |
15 | 14 | ); |
16 | 15 | |
Index: trunk/extensions/PureWikiDeletion/PureWikiDeletion.php |
— | — | @@ -30,7 +30,6 @@ |
31 | 31 | 'name' => 'Pure wiki deletion', |
32 | 32 | 'author' => 'Tisane', |
33 | 33 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PureWikiDeletion', |
34 | | - 'description' => 'Implements pure wiki deletion', |
35 | 34 | 'descriptionmsg' => 'purewikideletion-desc', |
36 | 35 | 'version' => '1.0.5', |
37 | 36 | ); |
Index: trunk/extensions/HideNamespace/HideNamespace.php |
— | — | @@ -24,7 +24,6 @@ |
25 | 25 | $wgExtensionCredits['other'][] = array( |
26 | 26 | 'path' => __FILE__, |
27 | 27 | '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.', |
29 | 28 | 'descriptionmsg' => 'hidens-desc', |
30 | 29 | 'version' => '1.4.2', |
31 | 30 | 'author' => 'Matěj Grabovský', |
Index: trunk/extensions/ForcePreview/ForcePreview.php |
— | — | @@ -13,7 +13,6 @@ |
14 | 14 | 'name' => 'Force Preview', |
15 | 15 | 'version' => '1.2', |
16 | 16 | 'author' => 'Ryan Schmidt', |
17 | | - #'description' => 'Force preview for unprivelaged users', |
18 | 17 | 'descriptionmsg' => 'forcepreview-desc', |
19 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ForcePreview', |
20 | 19 | ); |
Index: trunk/extensions/TemplateAdventures/TemplateAdventures.i18n.php |
— | — | @@ -4,6 +4,8 @@ |
5 | 5 | |
6 | 6 | /** English */ |
7 | 7 | $messages['en'] = array ( |
| 8 | + 'ta-desc' => 'Recreation of popular templates in PHP', |
| 9 | + |
8 | 10 | # citation separators |
9 | 11 | 'ta-citesep-section' => '.', # separator between sections |
10 | 12 | 'ta-citesep-end' => '.', # final separator (not really a separator) |
Index: trunk/extensions/TemplateAdventures/TemplateAdventures.php |
— | — | @@ -41,7 +41,6 @@ |
42 | 42 | 'name' => 'Template Adventures', |
43 | 43 | 'author' => array( 'Svip' ), |
44 | 44 | 'url' => 'http://www.mediawiki.org/wiki/Extension:TemplateAdventures', |
45 | | - 'description' => 'Recreation of popular templates in PHP.', |
46 | 45 | 'descriptionmsg' => 'ta-desc', |
47 | 46 | 'version' => '0.1' |
48 | 47 | ); |
Index: trunk/extensions/PeopleCategories/PeopleCategories.php |
— | — | @@ -25,7 +25,6 @@ |
26 | 26 | 'version' => '1.0.0', |
27 | 27 | 'author' => 'Robert Leverington for whatleadership.com', |
28 | 28 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PeopleCategories', |
29 | | - 'description' => 'Changes displayed page names from "Firstname Lastname" to "Lastname, Firstname" on specified category pages.', |
30 | 29 | 'descriptionmsg' => 'peoplecategories-desc' |
31 | 30 | ); |
32 | 31 | |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php |
— | — | @@ -14,7 +14,6 @@ |
15 | 15 | 'name' => 'PayflowPro Gateway', |
16 | 16 | 'author' => 'Four Kitchens', |
17 | 17 | 'version' => '1.0.0', |
18 | | - 'description' => 'Integrates Paypal Payflow Pro credit card processing', |
19 | 18 | 'descriptionmsg' => 'payflowpro_gateway-desc', |
20 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PayflowProGateway', |
21 | 20 | ); |
Index: trunk/extensions/DismissableSiteNotice/DismissableSiteNotice.php |
— | — | @@ -4,7 +4,6 @@ |
5 | 5 | 'path' => __FILE__, |
6 | 6 | 'name' => 'DismissableSiteNotice', |
7 | 7 | 'author' => 'Brion Vibber', |
8 | | - 'description' => 'Allows users to close the sitenotice.', |
9 | 8 | 'descriptionmsg' => 'sitenotice-desc', |
10 | 9 | 'url' => 'http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice', |
11 | 10 | ); |