r39611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39610‎ | r39611 | r39612 >
Date:20:36, 18 August 2008
Author:ialex
Status:old
Tags:
Comment:
Removed $wgEnablePersistentCookies, added $wgRestrictDisplayTitle
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.14 - 18 August 2008
 6+ Removed $wgEnablePersistentCookies, added $wgRestrictDisplayTitle.
 7+
58 0.6.13 - 16 August 2008
69 Added "empty" option for $wgConfigureAdditionalExtensions.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -407,7 +407,6 @@
408408 'wgCookiePrefix' => 'text',
409409 'wgCookieSecure' => 'bool',
410410 'wgDisableCookieCheck' => 'bool',
411 - 'wgEnablePersistentCookies' => 'bool',
412411 'wgHttpOnlyBlacklist' => 'array',
413412 'wgSessionName' => 'text',
414413 ),
@@ -527,6 +526,7 @@
528527 'wgParserConf' => 'array',
529528 'wgParserCacheExpireTime' => 'int',
530529 'wgParserTestFiles' => 'array',
 530+ 'wgRestrictDisplayTitle' => 'bool',
531531 'wgUseXMLparser' => 'bool',
532532 ),
533533 'html' => array(
@@ -1157,8 +1157,8 @@
11581158 'wgPasswordAttemptThrottle' => array( array( '1.14alpha', '>=' ) ),
11591159 'wgCategoryPrefixedDefaultSortkey' => array( array( '1.14alpha', '>=' ) ),
11601160 'wgSQLiteDataDirMode' => array( array( '1.14alpha', '>=' ) ),
1161 - 'wgEnablePersistentCookies' => array( array( '1.14alpha', '>=' ) ),
11621161 'wgEnableHtmlDiff' => array( array( '1.14alpha', '>=' ) ),
 1162+ 'wgRestrictDisplayTitle' => array( array( '1.14alpha', '>=' ) ),
11631163 ## Obsolete
11641164 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11651165 '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.13',
 21+ 'version' => '0.6.14',
2222 );
2323
2424 ## Configuration part

Status & tagging log