r80705 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80704‎ | r80705 | r80706 >
Date:19:39, 21 January 2011
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Add 2 sets of extension credits
Modified paths:
  • /trunk/extensions/CommunityApplications/CommunityApplications.php (modified) (history)
  • /trunk/extensions/CommunityHiring/CommunityHiring.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CommunityHiring/CommunityHiring.php
@@ -1,6 +1,13 @@
22 <?php
33 // Community department job applications
44
 5+$wgExtensionCredits['other'][] = array(
 6+ 'path' => __FILE__,
 7+ 'name' => 'CommunityHirings',
 8+ 'author' => 'Andrew Garrett',
 9+ 'url' => 'http://www.mediawiki.org/wiki/Extension:CommunityHirings',
 10+);
 11+
512 $wgSpecialPages['CommunityHiring'] = 'SpecialCommunityHiring';
613 $wgAutoloadClasses['SpecialCommunityHiring'] = dirname(__FILE__) . "/SpecialCommunityHiring.php";
714
Index: trunk/extensions/CommunityApplications/CommunityApplications.php
@@ -4,6 +4,13 @@
55 die;
66 }
77
 8+$wgExtensionCredits['other'][] = array(
 9+ 'path' => __FILE__,
 10+ 'name' => 'CommunityApplications',
 11+ 'author' => 'Andrew Garrett',
 12+ 'url' => 'http://www.mediawiki.org/wiki/Extension:CommunityApplications',
 13+);
 14+
815 // Reader for CommunityHiring data
916 $wgSpecialPages['CommunityApplications'] = 'SpecialCommunityApplications';
1017 $wgAutoloadClasses['SpecialCommunityApplications'] = dirname(__FILE__) . "/SpecialCommunityApplications.php";

Follow-up revisions

RevisionCommit summaryAuthorDate
r80715Drop the extra s in r80705reedy22:12, 21 January 2011

Comments

#Comment by Reach Out to the Truth (talk | contribs)   21:15, 21 January 2011

"CommunityHiring" should be singular.

Status & tagging log