r73969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73968‎ | r73969 | r73970 >
Date:18:48, 29 September 2010
Author:demon
Status:ok
Tags:
Comment:
Move 'no license' further down the list. We want people to freely license their work! Pointed out by vimpulse on IRC
Modified paths:
  • /trunk/phase3/includes/installer/CoreInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/CoreInstaller.php
@@ -141,11 +141,6 @@
142142 * @var array
143143 */
144144 public $licenses = array(
145 - 'none' => array(
146 - 'url' => '',
147 - 'icon' => '',
148 - 'text' => ''
149 - ),
150145 'cc-by-sa' => array(
151146 'url' => 'http://creativecommons.org/licenses/by-sa/3.0/',
152147 'icon' => '{$wgStylePath}/common/images/cc-by-sa.png',
@@ -166,6 +161,11 @@
167162 'url' => 'http://www.gnu.org/copyleft/fdl.html',
168163 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png',
169164 ),
 165+ 'none' => array(
 166+ 'url' => '',
 167+ 'icon' => '',
 168+ 'text' => ''
 169+ ),
170170 'cc-choose' => array(
171171 // Details will be filled in by the selector.
172172 'url' => '',

Status & tagging log