r105174 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105173‎ | r105174 | r105175 >
Date:13:58, 5 December 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Add $wgExtensionCredits
Fix a typo.
Modified paths:
  • /trunk/extensions/SelectionSifter/README (modified) (history)
  • /trunk/extensions/SelectionSifter/SelectionSifter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SelectionSifter/SelectionSifter.php
@@ -15,6 +15,14 @@
1616 }
1717
1818 // Extension credits that will show up on Special:Version
 19+$wgExtensionCredits['other'][] = array(
 20+ 'path' => __FILE__,
 21+ 'name' => 'SelectionSifter',
 22+ 'author' => 'Yuvi Panda',
 23+ 'url' => 'http://www.mediawiki.org/wiki/Extension:SelectionSifter',
 24+ # 'version' => '0.1',
 25+ 'descriptionmsg' => 'selectionsifter-desc',
 26+);
1927
2028 // Set up the new special page
2129 $dir = dirname( __FILE__ ) . '/';
Index: trunk/extensions/SelectionSifter/README
@@ -1,4 +1,4 @@
2 -Extension to provide Asssessment parsing and collection/filtering based on assessments for creating collections of articles. Used primarily for the Wikipedia Offline projeect.
 2+Extension to provide Assessment parsing and collection/filtering based on assessments for creating collections of articles. Used primarily for the Wikipedia Offline projeect.
33
44 This is YuviPanda's GSoC 2011 Project. The extension works only on MySQL, with a proper engine that supports Transactions.
55

Comments

#Comment by SPQRobin (talk | contribs)   14:39, 5 December 2011

Note: other typo in README is fixed in r105180

Status & tagging log