r42176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42175‎ | r42176 | r42177 >
Date:19:45, 17 October 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgMaxShellTime
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.8.5 - 17 October 2008
 6+ Added $wgMaxShellTime.
 7+
58 0.8.4 - 16 October 2008
69 Don't display JavaScript buttons on read-only associative arrays.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -697,6 +697,7 @@
698698 'wgExternalDiffEngine' => 'text',
699699 'wgMaxShellFileSize' => 'int',
700700 'wgMaxShellMemory' => 'int',
 701+ 'wgMaxShellTime' => 'int',
701702 'wgShellLocale' => 'text',
702703 'wgUpdateRowsPerQuery' => 'int',
703704 'wgUseAutomaticEditSummaries' => 'bool',
@@ -1185,6 +1186,7 @@
11861187 'wgUniversalEditButton' => array( array( '1.14alpha', '>=' ) ),
11871188 'wgEdititis' => array( array( '1.14alpha', '>=' ) ),
11881189 'wgMaxAnimatedGifArea' => array( array( '1.14alpha', '>=' ) ),
 1190+ 'wgMaxShellTime' => array( array( '1.14alpha', '>=' ) ),
11891191 ## Obsolete
11901192 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11911193 '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.8.4',
 21+ 'version' => '0.8.5',
2222 );
2323
2424 ## Configuration part

Status & tagging log