r97380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97379‎ | r97380 | r97381 >
Date:16:34, 17 September 2011
Author:krinkle
Status:ok
Tags:
Comment:
Per r97367 CR. Add 'alpha'. 1.18alpha is less than 1.18, and it works in that version as well
Modified paths:
  • /trunk/extensions/Gadgets/Gadgets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Gadgets/Gadgets.php
@@ -17,7 +17,7 @@
1818 die( 1 );
1919 }
2020
21 -if ( version_compare( $wgVersion, '1.18', '<' ) ) {
 21+if ( version_compare( $wgVersion, '1.18alpha', '<' ) ) {
2222 die( "This version of Extension:Gadgets requires MediaWiki 1.18+\n" );
2323 }
2424

Follow-up revisions

RevisionCommit summaryAuthorDate
r974131.18: MFT r97367, r97380catrope11:21, 18 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97367[ResourceLoader] Set default options for gadgets that are enabled by default,...krinkle03:03, 17 September 2011

Status & tagging log