r79131 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79130‎ | r79131 | r79132 >
Date:20:46, 28 December 2010
Author:ashley
Status:ok (Comments)
Tags:
Comment:
add Roan to Special:Version credits
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -88,18 +88,20 @@
8989 }
9090
9191 /**
92 - * Get the "Mediawiki is copyright 2001-20xx by lots of cool guys" text
 92+ * Get the "MediaWiki is copyright 2001-20xx by lots of cool guys" text
9393 *
9494 * @return String
9595 */
9696 public static function getCopyrightAndAuthorList() {
9797 global $wgLang;
9898
99 - $authorList = array( 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker',
 99+ $authorList = array(
 100+ 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker',
100101 'Tim Starling', 'Erik Möller', 'Gabriel Wicke', 'Ævar Arnfjörð Bjarmason',
101102 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan',
102103 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking',
103104 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe',
 105+ 'Roan Kattouw',
104106 wfMsg( 'version-poweredby-others' )
105107 );
106108
@@ -182,7 +184,7 @@
183185
184186 $info = self::getSvnInfo( $IP );
185187
186 - if ( isset( $info['checkout-rev'] ) ) {
 188+ if ( isset( $info['checkout-rev'] ) ) {
187189 $linkText = wfMsg(
188190 'version-svn-revision',
189191 isset( $info['directory-rev'] ) ? $info['directory-rev'] : '',

Follow-up revisions

RevisionCommit summaryAuthorDate
r798151.17: MFT r78327, r78560, r79131, r79708, r79713, r79725, r79758, r79759, r79...catrope13:55, 7 January 2011

Comments

#Comment by Bryan (talk | contribs)   11:43, 29 December 2010

Also needs to be done in the main copyright file.

Status & tagging log