r39443 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39442‎ | r39443 | r39444 >
Date:22:17, 15 August 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgEnablePersistentCookies and $wgEnableHtmlDiff
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.12 - 15 August 2008
 6+ Added $wgEnablePersistentCookies and $wgEnableHtmlDiff.
 7+
58 0.6.11 - 13 August 2008
69 Added --alpha option to findSettings.php script.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -407,6 +407,7 @@
408408 'wgCookiePrefix' => 'text',
409409 'wgCookieSecure' => 'bool',
410410 'wgDisableCookieCheck' => 'bool',
 411+ 'wgEnablePersistentCookies' => 'bool',
411412 'wgHttpOnlyBlacklist' => 'array',
412413 'wgSessionName' => 'text',
413414 ),
@@ -680,6 +681,7 @@
681682 'wgCommandLineDarkBg' => 'bool',
682683 'wgCompressRevisions' => 'bool',
683684 'wgDisableOutputCompression' => 'bool',
 685+ 'wgEnableHtmlDiff' => 'bool',
684686 'wgExternalDiffEngine' => 'text',
685687 'wgMaxShellFileSize' => 'int',
686688 'wgMaxShellMemory' => 'int',
@@ -1146,6 +1148,8 @@
11471149 'wgPasswordAttemptThrottle' => array( array( '1.14alpha', '>=' ) ),
11481150 'wgCategoryPrefixedDefaultSortkey' => array( array( '1.14alpha', '>=' ) ),
11491151 'wgSQLiteDataDirMode' => array( array( '1.14alpha', '>=' ) ),
 1152+ 'wgEnablePersistentCookies' => array( array( '1.14alpha', '>=' ) ),
 1153+ 'wgEnableHtmlDiff' => array( array( '1.14alpha', '>=' ) ),
11501154 ## Obsolete
11511155 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11521156 '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.11',
 21+ 'version' => '0.6.12',
2222 );
2323
2424 ## Configuration part

Status & tagging log