r38140 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38139‎ | r38140 | r38141 >
Date:18:34, 28 July 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgHandheldStyle and $wgHandheldForIPhone
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.6.5 - 28 July 2008
 6+ Added $wgHandheldStyle and $wgHandheldForIPhone.
 7+
58 0.6.4 - 24 July 2008
69 Added $wgExemptFromUserRobotsControl.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -219,6 +219,8 @@
220220 'wgAllowUserJs' => 'bool',
221221 'wgUseSiteCss' => 'bool',
222222 'wgUseSiteJs' => 'bool',
 223+ 'wgHandheldStyle' => 'text',
 224+ 'wgHandheldForIPhone' => 'bool',
223225 ),
224226 ),
225227 'namespaces' => array(
@@ -1127,6 +1129,8 @@
11281130 'wgDiff' => array( array( '1.13alpha', '>=' ) ),
11291131 # 1.14
11301132 'wgExemptFromUserRobotsControl' => array( array( '1.14alpha', '>=' ) ),
 1133+ 'wgHandheldStyle' => array( array( '1.14alpha', '>=' ) ),
 1134+ 'wgHandheldForIPhone' => array( array( '1.14alpha', '>=' ) ),
11311135 ## Obsolete
11321136 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11331137 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1919 'description' => 'Allow authorised users to configure the wiki by a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.6.4',
 21+ 'version' => '0.6.5',
2222 );
2323
2424 ## Configuration part

Status & tagging log