r40967 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40966‎ | r40967 | r40968 >
Date:20:23, 17 September 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgRenderHashAppend
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.7.8 - 17 September 2008
 6+ Added $wgRenderHashAppend.
 7+
58 0.7.7 - 16 September 2008
69 Added $wgMetadataWhitelist and $wgUseMetadataEdit.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -294,6 +294,7 @@
295295 3 => 'Accel', 4 => 'DBA' ),
296296 'wgEnableParserCache' => 'bool',
297297 'wgEnableSidebarCache' => 'bool',
 298+ 'wgRenderHashAppend' => 'text',
298299 'wgSidebarCacheExpiry' => 'int',
299300 'wgUseETag' => 'bool',
300301 ),
@@ -1172,6 +1173,7 @@
11731174 'wgEnableImageWhitelist' => array( array( '1.14alpha', '>=' ) ),
11741175 'wgSpecialPageCacheUpdates' => array( array( '1.14alpha', '>=' ) ),
11751176 'wgNewUserLog' => array( array( '1.14alpha', '>=' ) ),
 1177+ 'wgRenderHashAppend' => array( array( '1.14alpha', '>=' ) ),
11761178 ## Obsolete
11771179 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11781180 '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.7.7',
 21+ 'version' => '0.7.8',
2222 );
2323
2424 ## Configuration part