http://www.mediawiki.org/wiki/Special:Code/MediaWiki/63996

Revision: 63996
Author:   ialex
Date:     2010-03-21 14:15:39 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
* Removed $wgUseMetadataEdit, $wgMetadataWhitelist and $wgCheckDBSchema
* Added $wgGalleryOptions and $wgAllowUserCssPrefs

Modified Paths:
--------------
    trunk/extensions/Configure/CHANGELOG
    trunk/extensions/Configure/Configure.php
    trunk/extensions/Configure/scripts/findSettings.php
    trunk/extensions/Configure/settings/Settings-core.php
    trunk/extensions/Configure/settings/Settings.i18n.php

Modified: trunk/extensions/Configure/CHANGELOG
===================================================================
--- trunk/extensions/Configure/CHANGELOG        2010-03-21 12:39:24 UTC (rev 
63995)
+++ trunk/extensions/Configure/CHANGELOG        2010-03-21 14:15:39 UTC (rev 
63996)
@@ -1,6 +1,10 @@
 This file lists changes on this extension.
 Localisation updates are done on betawiki and aren't listed here.
 
+0.15.16 - 21 March 2010
+  * Removed $wgUseMetadataEdit, $wgMetadataWhitelist and $wgCheckDBSchema
+  * Added $wgGalleryOptions and $wgAllowUserCssPrefs
+
 0.15.15 - 17 March 2010
   * Fixed scripts/findSettings.php to work with current version of MediaWiki.
   * Updated CodeReview, ContactPage, FlaggedRevs and SemanticMediaWiki

Modified: trunk/extensions/Configure/Configure.php
===================================================================
--- trunk/extensions/Configure/Configure.php    2010-03-21 12:39:24 UTC (rev 
63995)
+++ trunk/extensions/Configure/Configure.php    2010-03-21 14:15:39 UTC (rev 
63996)
@@ -17,7 +17,7 @@
        'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
        'descriptionmsg' => 'configure-desc',
-       'version' => '0.15.15',
+       'version' => '0.15.16',
 );
 
 # Configuration part

Modified: trunk/extensions/Configure/scripts/findSettings.php
===================================================================
--- trunk/extensions/Configure/scripts/findSettings.php 2010-03-21 12:39:24 UTC 
(rev 63995)
+++ trunk/extensions/Configure/scripts/findSettings.php 2010-03-21 14:15:39 UTC 
(rev 63996)
@@ -172,4 +172,4 @@
 }
 
 $maintClass = 'FindSettings';
-require_once( DO_MAINTENANCE );
\ No newline at end of file
+require_once( DO_MAINTENANCE );

Modified: trunk/extensions/Configure/settings/Settings-core.php
===================================================================
--- trunk/extensions/Configure/settings/Settings-core.php       2010-03-21 
12:39:24 UTC (rev 63995)
+++ trunk/extensions/Configure/settings/Settings-core.php       2010-03-21 
14:15:39 UTC (rev 63996)
@@ -38,8 +38,6 @@
                        'wgUseAutomaticEditSummaries' => 'bool',
                        'wgUseTagFilter' => 'bool',
                        'wgUseTrackbacks' => 'bool',
-                       'wgUseMetadataEdit' => 'bool',
-                       'wgMetadataWhitelist' => 'text',
                ),
                'ajax' => array(
                        'wgUseAjax' => 'bool',
@@ -169,7 +167,6 @@
        'db' => array(
                'db' => array(
                        'wgAllDBsAreLocalhost' => 'bool',
-                       'wgCheckDBSchema' => 'bool',
                        'wgDBAvgStatusPoll' => 'int',
 #                      'wgDBconnection' => 'text', # This setting is 
deprecated and has an uncertain history. Best not to let people change it.
                        'wgDBerrorLog' => 'text',
@@ -553,6 +550,7 @@
                        'wgExpensiveParserFunctionLimit' => 'int',
                        'wgExternalLinkTarget' => 'text',
                        'wgCleanSignatures' => 'bool',
+                       'wgGalleryOptions' => 'array',
                        'wgGrammarForms' => 'array',
                        'wgLinkHolderBatchSize' => 'int',
                        'wgMaxPPExpandDepth' => 'int',
@@ -635,6 +633,7 @@
                        'wgAutoConfirmCount' => 'int',
                        'wgAllowRealName' => 'bool',
                        'wgAllowUserSkin' => 'bool',
+                       'wgAllowUserCssPrefs' => 'bool',
                        'wgDefaultUserOptions' => 'array',
                        'wgDisableAnonTalk' => 'bool',
                        'wgHiddenPrefs' => 'array',
@@ -885,6 +884,7 @@
        'wgSVGConverters' => 'assoc',
        'wgAntivirusSetup' => 'array',
 # Parser
+       'wgGalleryOptions' => 'assoc',
        'wgGrammarForms' => 'array',
        'wgParserConf' => 'assoc',
        'wgParserTestFiles' => 'simple',
@@ -1032,7 +1032,6 @@
        'wgVariantArticlePath',
 # Db
        'wgAllDBsAreLocalhost',
-       'wgCheckDBSchema',
        'wgDBAvgStatusPoll',
        'wgDBClusterTimeout',
        'wgDBerrorLog',

Modified: trunk/extensions/Configure/settings/Settings.i18n.php
===================================================================
--- trunk/extensions/Configure/settings/Settings.i18n.php       2010-03-21 
12:39:24 UTC (rev 63995)
+++ trunk/extensions/Configure/settings/Settings.i18n.php       2010-03-21 
14:15:39 UTC (rev 63996)
@@ -15,7 +15,6 @@
        'configure-setting-wgActionPaths-key' => 'Action',
        'configure-setting-wgActionPaths-value' => 'URL template',
        'configure-setting-wgAllDBsAreLocalhost' => 'Silently rewrite all 
database connections to the local host',
-       'configure-setting-wgCheckDBSchema' => 'Check that the database is up 
to date every page view (deprecated)',
        'configure-setting-wgDBAvgStatusPoll' => 'Average time between SHOW 
STATUS queries in overload conditions',
        'configure-setting-wgDBerrorLog' => 'File to log database errors to',
        'configure-setting-wgDBname' => 'Name of the database to use',
@@ -70,6 +69,7 @@
        'configure-setting-wgExpensiveParserFunctionLimit' => 'Maximum number 
of calls per parse to expensive parser functions',
        'configure-setting-wgExternalLinkTarget' => 'Default target attribute 
for external links',
        'configure-setting-wgCleanSignatures' => 'Substitute templates in 
signatures',
+       'configure-setting-wgGalleryOptions' => 'Default parameters for the 
<nowiki><gallery></nowiki> tag',
        'configure-setting-wgGrammarForms' => 'Grammar forms for GRAMMAR parser 
function',
        'configure-setting-wgLinkHolderBatchSize' => 'Batch size for 
LinkHolderArray',
        'configure-setting-wgMaxPPExpandDepth' => 'Stack depth limit for 
preprocessor template expansion',
@@ -116,7 +116,6 @@
        'configure-setting-wgLegalTitleChars' => 'Characters permitted in page 
titles (regex character class)',
        'configure-setting-wgMaxArticleSize' => 'Maximum page size (kB)',
        'configure-setting-wgMaxRedirects' => 'Maximum number of redirects to 
follow when resolving redirects',
-       'configure-setting-wgMetadataWhitelist' => 'Page containing allowed 
metadata templates',
        'configure-setting-wgNoFollowLinks' => 'Add rel="nofollow" to links',
        'configure-setting-wgNoFollowDomainExceptions' => 'External links to 
these domain names (or any subdomains) will not have the rel="nofollow" 
attribute',
        'configure-setting-wgPageShowWatchingUsers' => 'Show which users are 
watching a page',
@@ -127,7 +126,6 @@
        'configure-setting-wgUniversalEditButton' => 'Enable the Universal Edit 
Button',
        'configure-setting-wgUrlProtocols' => 'Permitted external link 
protocols',
        'configure-setting-wgUseExternalEditor' => 'Allow use of external 
editor',
-       'configure-setting-wgUseMetadataEdit' => 'Allow metadata editing',
        'configure-setting-wgAjaxLicensePreview' => 'Use AJAX to preview 
licensing for uploads',
        'configure-setting-wgAllowCopyUploads' => 'Allow uploads to be made by 
URL',
        'configure-setting-wgCheckFileExtensions' => 'Check file extensions',
@@ -372,6 +370,7 @@
        'configure-setting-wgAutoConfirmCount' => 'Autoconfirm edit count 
threshold',
        'configure-setting-wgAllowRealName' => 'Allow real names',
        'configure-setting-wgAllowUserSkin' => 'Allow users to change their 
skin',
+       'configure-setting-wgAllowUserCssPrefs' => 'Allow user preferences 
implemented in CSS',
        'configure-setting-wgAutocreatePolicy' => 'When should local accounts 
be automatically created when external accounts already exist',
        'configure-setting-wgAllowPrefChange' => 'Policies for how each 
preference is allowed to be changed',
        'configure-setting-wgAllowPrefChange-key' => 'User preference',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to