r39174 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39173‎ | r39174 | r39175 >
Date:20:10, 11 August 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgSQLiteDataDirMode
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.9 - 11 August 2008
 6+ Added $wgSQLiteDataDirMode.
 7+
58 0.6.8 - 10 August 2008
69 Added $wgCategoryPrefixedDefaultSortkey.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -35,6 +35,7 @@
3636 'wgScriptPath' => 'text',
3737 'wgServer' => 'text',
3838 'wgServerName' => 'text',
 39+ 'wgSQLiteDataDirMode' => 'int',
3940 'wgStyleDirectory' => 'text',
4041 'wgStylePath' => 'text',
4142 'wgStyleSheetPath' => 'text',
@@ -1144,6 +1145,7 @@
11451146 'wgOverrideSiteFeed' => array( array( '1.14alpha', '>=' ) ),
11461147 'wgPasswordAttemptThrottle' => array( array( '1.14alpha', '>=' ) ),
11471148 'wgCategoryPrefixedDefaultSortkey' => array( array( '1.14alpha', '>=' ) ),
 1149+ 'wgSQLiteDataDirMode' => array( array( '1.14alpha', '>=' ) ),
11481150 ## Obsolete
11491151 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11501152 '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.8',
 21+ 'version' => '0.6.9',
2222 );
2323
2424 ## Configuration part

Status & tagging log