r60415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60414‎ | r60415 | r60416 >
Date:20:23, 26 December 2009
Author:ialex
Status:deferred
Tags:
Comment:
Resync Configure with MediaWiki:
* Added $wgWikiId, $wgCrossSiteAJAXdomains, $wgCrossSiteAJAXdomainExceptions, $wgAPICacheHelp, $wgAPICacheHelpTimeout, $wgCapitalLinkOverrides, $wgPreviewOnOpenNamespaces, $wgEnableTooltipsAndAccesskeys, $wgHtml5, $wgWellFormedXml, $wgAllowMicrodataAttributes, $wgAllowRdfaAttributes, $wgHtml5Version, $wgAPIRequestLog, $wgShowDBErrorBacktrace, $wgVectorUseIconWatch, $wgVectorUseSimpleSearch, $wgDBAhandler, $wgBlockCIDRLimit, $wgUploadMaintenance, $wgUseInstantCommons, $wgIllegalFileChars, $wgImgAuthDetails, $wgImgAuthPublicTest, $wgShowArchiveThumbnails, $wgParserTestRemote, $wgRegisterInternalExternals, $wgTexvcBackgroundColor, $wgMathCheckFiles, $wgExternalAuthType, $wgExternalAuthConfig, $wgAutocreatePolicy, $wgEnableOpenSearchSuggest, $wgSearchMySQLTotalHits, $wgSquidResponseLimit and $wgUseXVO
* Removed $wgLogQueries, $wgCopyUploadTimeout, $wgActiveUserDays and $wgActiveUserEditCount

Note: 'configure-setting-wgEnableMWSuggest' message needs to be fuzzied
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.i18n.php (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.i18n.php
@@ -11,6 +11,7 @@
1212 $messages['en'] = array(
1313 'configure-setting-desc' => 'Descriptions for MediaWiki configuration settings', # Do not translate to other languages
1414 'configure-setting-wgSitename' => 'Site name',
 15+ 'configure-setting-wgWikiId' => 'Unique identifier for this wiki (if empty, automatically generated with database settings)',
1516 'configure-setting-wgActionPaths' => 'Per-action URLs',
1617 'configure-setting-wgActionPaths-key' => 'Action',
1718 'configure-setting-wgActionPaths-value' => 'URL template',
@@ -32,7 +33,9 @@
3334 'configure-setting-wgAllowImageMoving' => 'Enable file renaming',
3435 'configure-setting-wgCustomConvertCommand' => 'Alternative image scaler',
3536 'configure-setting-wgGenerateThumbnailOnParse' => 'Generate thumbnails when pages containing them are parsed',
 37+ 'configure-setting-wgShowArchiveThumbnails' => 'Show thumbnails for old images on the image description page',
3638 'configure-setting-wgIgnoreImageErrors' => 'Do not display error messages for images',
 39+ 'configure-setting-wgIllegalFileChars' => 'Illegal characters in file names',
3740 'configure-setting-wgImageLimits' => 'Image size limits for description pages',
3841 'configure-setting-wgMaxAnimatedGifArea' => 'Maximum area in pixels for animated GIFs',
3942 'configure-setting-wgMaxImageArea' => 'Maximum area in pixels for images',
@@ -45,8 +48,11 @@
4649 'configure-setting-wgThumbLimits' => 'Allowed image thumbnail sizes',
4750 'configure-setting-wgUseImageResize' => 'Enable dynamic server side image resizing',
4851 'configure-setting-wgTrustedMediaFormats' => "Media types and MIME types which are considered 'safe'",
 52+ 'configure-setting-wgImgAuthDetails' => 'Display details why access failed in img_auth.php',
 53+ 'configure-setting-wgImgAuthPublicTest' => 'Check whether images are publically accessible and display an error on img_auth.php if this is the case',
4954 'configure-setting-wgTiffThumbnailType' => 'File extension and MIME type used to transform TIFF images to',
5055 'configure-setting-wgMainCacheType' => 'Type of main caching system',
 56+ 'configure-setting-wgDBAhandler' => 'DBA handler to use',
5157 'configure-setting-wgCacheEpoch' => 'Cache invalidation epoch',
5258 'configure-setting-wgCachePages' => 'Allow client-side caching of pages',
5359 'configure-setting-wgClockSkewFudge' => 'Fudge time to add to cache timestamps to adjust for clock skew',
@@ -74,7 +80,9 @@
7581 'configure-setting-wgParserConf' => 'Parser configuration',
7682 'configure-setting-wgParserCacheExpireTime' => 'Expiration time of parser cache',
7783 'configure-setting-wgParserTestFiles' => 'Files to be run for parserTests.php',
 84+ 'configure-setting-wgParserTestRemote' => 'Specifies target CodeReview installation to send test result data when executing "parserTests.php --upload"',
7885 'configure-setting-wgPreprocessorCacheThreshold' => 'Preprocessor caching threshold',
 86+ 'configure-setting-wgRegisterInternalExternals' => 'Register external links pointing to same server',
7987 'configure-setting-wgRestrictDisplayTitle' => 'Require use of <nowiki>{{DISPLAYTITLE}}</nowiki> to normalise to the same canonical page title',
8088 'configure-setting-wgAmericanDates' => "Require 'May 12' instead of '12 May' in English",
8189 'configure-setting-wgDisableLangConversion' => 'Disable language variant conversion',
@@ -95,12 +103,14 @@
96104 'configure-setting-wgArticleRobotPolicies-value' => 'Robot policy',
97105 'configure-setting-wgBreakFrames' => 'Break from framed windows',
98106 'configure-setting-wgCapitalLinks' => 'First character in all page titles is uppercase',
 107+ 'configure-setting-wgCapitalLinkOverrides' => 'Per namespace configuration for $wgCapitalLinks',
99108 'configure-setting-wgDefaultLanguageVariant' => 'Default language variant',
100109 'configure-setting-wgDefaultRobotPolicy' => 'Default robot policy',
101110 'configure-setting-wgExemptFromUserRobotsControl' => 'Namespaces which do not allow use of <nowiki>__INDEX__</nowiki> and <nowiki>__NOINDEX__</nowiki>',
102111 'configure-setting-wgExtraLanguageNames' => 'Language name overrides',
103112 'configure-setting-wgExtraLanguageNames-key' => 'Language code',
104113 'configure-setting-wgExtraLanguageNames-value' => 'Name',
 114+ 'configure-setting-wgDisabledVariants' => 'Disabled variants for language variant conversion',
105115 'configure-setting-wgExtraRandompageSQL' => 'Filter for [[Special:Random]] (in a WHERE clause)',
106116 'configure-setting-wgExtraSubtitle' => 'Subtitle (appears under every page title)',
107117 'configure-setting-wgHideInterlanguageLinks' => 'Hide interlanguage links from the sidebar',
@@ -122,8 +132,8 @@
123133 'configure-setting-wgAjaxLicensePreview' => 'Use AJAX to preview licensing for uploads',
124134 'configure-setting-wgAllowCopyUploads' => 'Allow uploads to be made by URL',
125135 'configure-setting-wgCheckFileExtensions' => 'Check file extensions',
126 - 'configure-setting-wgCopyUploadTimeout' => 'Timeout to copy files, when using upload by URL on [[Special:Upload]]',
127136 'configure-setting-wgEnableUploads' => 'Enable uploads',
 137+ 'configure-setting-wgUploadMaintenance' => 'Temporarily disable file delete/restore',
128138 'configure-setting-wgFileBlacklist' => 'Disallowed file extensions',
129139 'configure-setting-wgFileExtensions' => 'Preferred file extensions',
130140 'configure-setting-wgFileStore' => 'Where to store deleted files',
@@ -163,6 +173,7 @@
164174 'configure-setting-wgAutopromote-value' => 'Conditions',
165175 'configure-setting-wgAccountCreationThrottle' => 'Number of accounts each IP address may create',
166176 'configure-setting-wgAllowPageInfo' => 'Allow the information action',
 177+ 'configure-setting-wgBlockCIDRLimit' => 'Maximum CIDR range when blocking an IP range',
167178 'configure-setting-wgAutoblockExpiry' => 'Number of seconds before autoblock entries expire',
168179 'configure-setting-wgDeleteRevisionsLimit' => "Integer of how many revisions a page must have before the ''bigdelete'' right is required to delete it",
169180 'configure-setting-wgDisabledActions' => 'Disabled page actions',
@@ -170,6 +181,7 @@
171182 'configure-setting-wgEmailConfirmToEdit' => 'Require users to confirm e-mail address before they can edit',
172183 'configure-setting-wgEnableAPI' => 'Enable API',
173184 'configure-setting-wgEnableWriteAPI' => 'Enable Write API',
 185+ 'configure-setting-wgEnableIframeApiProxy' => 'Enable iframe proxy through API',
174186 'configure-setting-wgFilterCallback' => 'Spam filter callback',
175187 'configure-setting-wgImplicitGroups' => 'Groups which are not shown on [[Special:ListUsers]] et al',
176188 'configure-setting-wgPasswordAttemptThrottle' => 'Password attempt throttle',
@@ -189,6 +201,7 @@
190202 'configure-setting-wgPasswordReminderResendTime' => 'Minimum time, in hours, which must elapse between password reminders',
191203 'configure-setting-wgSMTP' => 'SMTP server',
192204 'configure-setting-wgUserEmailUseReplyTo' => 'Use Reply-To instead of From',
 205+ 'configure-setting-wgAPIRequestLog' => 'Log file for API requests',
193206 'configure-setting-wgColorErrors' => 'Color command-line messages',
194207 'configure-setting-wgDebugComments' => 'Include portions of log output in page HTML comment',
195208 'configure-setting-wgDebugDumpSql' => 'Dump SQL queries to debug output',
@@ -200,14 +213,17 @@
201214 'configure-setting-wgDebugLogPrefix' => 'Prefix for debug log lines',
202215 'configure-setting-wgDebugRedirects' => 'Displays redirect location instead of actually redirecting to the target URL',
203216 'configure-setting-wgDevelopmentWarnings' => 'Throw PHP notices for some possible error conditions and for deprecated functions',
204 - 'configure-setting-wgLogQueries' => 'Log queries made with extension AskSQL (if installed)',
205217 'configure-setting-wgShowExceptionDetails' => 'Print a complete stack trace for exceptions',
 218+ 'configure-setting-wgShowDBErrorBacktrace' => 'Print a complete stack trace for database errors',
206219 'configure-setting-wgShowDebug' => 'Display debug data at the bottom of the main content area',
207220 'configure-setting-wgShowSQLErrors' => 'Show database error pages',
208221 'configure-setting-wgStatsMethod' => 'Destination for wfIncrStats() data',
209222 'configure-setting-wgJobRunRate' => 'Number of jobs to run per page view',
210223 'configure-setting-wgJobClasses' => 'Job handler classes',
211224 'configure-setting-wgUpdateRowsPerJob' => 'Number of rows to update per job',
 225+ 'configure-setting-wgPoolCounterConf' => 'Configuration for processing pool control, for use in high-traffic wikis',
 226+ 'configure-setting-wgAPICacheHelp' => 'Cache the API help text',
 227+ 'configure-setting-wgAPICacheHelpTimeout' => 'Timeout for the API help text cache',
212228 'configure-setting-wgAPIMaxDBRows' => 'Maximum number of rows to scan in API database queries',
213229 'configure-setting-wgAPIMaxResultSize' => 'Maximum size (in bytes) of an API result',
214230 'configure-setting-wgAPIMaxUncachedDiffs' => 'Maximum number of uncached diffs that can be retrieved in one API request',
@@ -220,6 +236,7 @@
221237 'configure-setting-wgFixDoubleRedirects' => 'Fix double redirects after a page move',
222238 'configure-setting-wgInvalidRedirectTargets' => 'Array of invalid page redirect targets',
223239 'configure-setting-wgMaximumMovedPages' => 'Maximum number of pages to move at once when moving subpages with a page',
 240+ 'configure-setting-wgMemoryLimit' => 'The minimum amount of memory that MediaWiki "needs"',
224241 'configure-setting-wgMiserMode' => 'Disable some performance-intensive features',
225242 'configure-setting-wgShowHostnames' => 'Expose hostnames through API and HTML comments',
226243 'configure-setting-wgUseDumbLinkUpdate' => 'Do <code>DELETE</code>/<code>INSERT</code> for link updates instead of incremental',
@@ -237,10 +254,12 @@
238255 'configure-setting-wgInternalServer' => 'Internal server name as known to Squid, if different',
239256 'configure-setting-wgMaxSquidPurgeTitles' => 'Maximum number of page titles to purge in any one client operation',
240257 'configure-setting-wgSquidMaxage' => 'Cache timeout for the squid',
 258+ 'configure-setting-wgSquidResponseLimit' => 'Character limit for squid purge responses',
241259 'configure-setting-wgSquidServers' => 'A list of proxy servers (IP-addresses if possible) to purge on changes',
242260 'configure-setting-wgSquidServersNoPurge' => 'A list of proxy servers (IP-addresses if possible) to not purge on changes',
243261 'configure-setting-wgUseESI' => 'Required setting when using Squid3 with ESI support',
244262 'configure-setting-wgUseSquid' => 'Enable Squid',
 263+ 'configure-setting-wgUseXVO' => 'Send X-Vary-Options header for better caching (requires patched Squid)',
245264 'configure-setting-wgAllowSlowParserFunctions' => 'Allow slow parser functions',
246265 'configure-setting-wgAPIListModules' => 'API list module extensions',
247266 'configure-setting-wgAPIMetaModules' => 'API meta module extensions',
@@ -276,19 +295,22 @@
277296 'configure-setting-wgRateLimitLog' => 'Rate limiter log',
278297 'configure-setting-wgRateLimits' => 'Rate limits',
279298 'configure-setting-wgRateLimitsExcludedGroups' => 'Groups which are exempt from rate limits',
 299+ 'configure-setting-wgRateLimitsExcludedIPs' => 'IPs which are exempt from rate limits',
280300 'configure-setting-wgFeed' => 'Enable syndication',
281301 'configure-setting-wgFeedCacheTimeout' => "'Minimum' timeout in seconds for cached recent changes feed",
282302 'configure-setting-wgFeedDiffCutoff' => 'Feed diff size cutoff',
283303 'configure-setting-wgFeedLimit' => 'Maximum number of feed results',
284304 'configure-setting-wgOverrideSiteFeed' => 'Override feed settings',
285305 'configure-setting-wgAdvancedSearchHighlighting' => 'Enable highlighting in search results',
286 - 'configure-setting-wgEnableMWSuggest' => 'Enable search suggestion',
 306+ 'configure-setting-wgEnableMWSuggest' => 'Enable search suggestion while typing in search boxes',
 307+ 'configure-setting-wgEnableOpenSearchSuggest' => 'Enable OpenSearch suggestions requests',
287308 'configure-setting-wgGoToEdit' => 'Go button goes straight to the edit screen if the page does not exist',
288309 'configure-setting-wgMWSuggestTemplate' => 'Template for internal MediaWiki suggestion engine',
289310 'configure-setting-wgOpenSearchTemplate' => 'Template for OpenSearch suggestions',
290311 'configure-setting-wgSearchForwardUrl' => 'Forward search requests',
291312 'configure-setting-wgSearchEverythingOnlyLoggedIn' => 'Make the "searcheverything" preference effective only for logged-in users',
292313 'configure-setting-wgSearchHighlightBoundaries' => 'Regexp to match word boundaries',
 314+ 'configure-setting-wgSearchMySQLTotalHits' => 'Let the MySQL search engine count total search matches to present in Special:Search',
293315 'configure-setting-wgUseTwoButtonsSearchForm' => "Sidebar's search form behavior",
294316 'configure-setting-wgCountCategorizedImagesAsUsed' => 'On [[Special:UnusedImages]], consider files used if they are put into a category',
295317 'configure-setting-wgDisableCounters' => 'Disable page view counters',
@@ -301,6 +323,8 @@
302324 'configure-setting-wgValidSkinNames' => 'Valid skin names',
303325 'configure-setting-wgValidSkinNames-key' => 'Internal name',
304326 'configure-setting-wgValidSkinNames-value' => 'Display name',
 327+ 'configure-setting-wgVectorUseIconWatch' => 'Watch and unwatch as an icon rather than a link',
 328+ 'configure-setting-wgVectorUseSimpleSearch' => 'Use an icon search button rather than Go & Search buttons',
305329 'configure-setting-wgContentNamespaces' => 'Namespaces which are considered to contain real content, or pages',
306330 'configure-setting-wgExtraNamespaces' => 'Namespace overrides',
307331 'configure-setting-wgExtraNamespaces-key' => 'Namespace ID',
@@ -319,6 +343,7 @@
320344 'configure-setting-wgNamespacesWithSubpages' => 'Namespaces with subpages',
321345 'configure-setting-wgNoFollowNsExceptions' => 'Namespaces where nofollow is overridden',
322346 'configure-setting-wgNonincludableNamespaces' => 'Non-includable namespaces',
 347+ 'configure-setting-wgPreviewOnOpenNamespaces' => 'Namespaces which have special treatment by having preview on open',
323348 'configure-setting-wgSitemapNamespaces' => 'Namespaces to place in the site map',
324349 'configure-setting-wgCategoryMagicGallery' => 'Show a thumbnail gallery on category pages',
325350 'configure-setting-wgCategoryPagingLimit' => 'Paging limit for items in categories',
@@ -338,12 +363,15 @@
339364 'configure-setting-wgRightsUrl' => 'URL describing the site license',
340365 'configure-setting-wgShowCreditsIfMax' => 'Credit only the top authors if there are too many',
341366 'configure-setting-wgUseCopyrightUpload' => 'Use detailed copyright information on upload',
342 - 'configure-setting-wgActiveUserDays' => 'Time after which a user is inactive',
343 - 'configure-setting-wgActiveUserEditCount' => 'Number of edits in $wgActiveUserDays which a user must make',
344367 'configure-setting-wgAutoConfirmAge' => 'Autoconfirm age threshold',
345368 'configure-setting-wgAutoConfirmCount' => 'Autoconfirm edit count threshold',
346369 'configure-setting-wgAllowRealName' => 'Allow real names',
347370 'configure-setting-wgAllowUserSkin' => 'Allow users to change their skin',
 371+ 'configure-setting-wgAutocreatePolicy' => 'When should local accounts be automatically created when external accounts already exist',
 372+ 'configure-setting-wgAllowPrefChange' => 'Policies for how each preference is allowed to be changed',
 373+ 'configure-setting-wgAllowPrefChange-key' => 'User preference',
 374+ 'configure-setting-wgExternalAuthType' => 'Type of external authentication to use',
 375+ 'configure-setting-wgExternalAuthConfig' => 'Configuration for the external authentication',
348376 'configure-setting-wgDefaultUserOptions' => 'Default user preferences',
349377 'configure-setting-wgDisableAnonTalk' => 'Disable talk pages for anonymous users (not logged in)',
350378 'configure-setting-wgHiddenPrefs' => 'Disabled user preferences',
@@ -360,7 +388,6 @@
361389 'configure-setting-wgCommandLineDarkBg' => 'Assume a dark background for maintenance scripts',
362390 'configure-setting-wgCompressRevisions' => 'Compress old revisions if possible',
363391 'configure-setting-wgDisableOutputCompression' => 'Disable output compression',
364 - 'configure-setting-wgEnableHtmlDiff' => 'Use visual (HTML) diff comparison',
365392 'configure-setting-wgExternalDiffEngine' => 'External diff engine',
366393 'configure-setting-wgMaxShellFileSize' => 'Maximum file size created by shell processes under Linux, in KB',
367394 'configure-setting-wgMaxShellMemory' => 'Maximum amount of virtual memory available to shell processes under Linux, in KB',
@@ -452,16 +479,24 @@
453480 'configure-setting-wgUseTidy' => 'Use tidy to make sure HTML output is sane',
454481 'configure-setting-wgValidateAllHtml' => 'Refuse to display non-valid pages',
455482 'configure-setting-wgTexvc' => 'Location of the texvc binary',
 483+ 'configure-setting-wgRawHtml' => 'Allow raw, unchecked HTML in <code><nowiki><html></nowiki></code>{{int:ellipsis}}<code><nowiki></html></nowiki></code> sections',
456484 'configure-setting-wgUseTeX' => 'Enable TeX',
457 - 'configure-setting-wgRawHtml' => 'Allow raw, unchecked HTML in <code><nowiki><html></nowiki></code>{{int:ellipsis}}<code><nowiki></html></nowiki></code> sections',
 485+ 'configure-setting-wgTexvcBackgroundColor' => 'Texvc background color (use LaTeX color format as used in \special function)',
 486+ 'configure-setting-wgMathCheckFiles' => 'Check whether directory and file exist when generating math images',
458487 'configure-setting-wgXMLMimeTypes' => 'Detectable XML MIME types',
459488 'configure-setting-wgXMLMimeTypes-key' => 'MIME type',
 489+ 'configure-setting-wgEnableTooltipsAndAccesskeys' => 'Enable application of access keys and tooltips',
 490+ 'configure-setting-wgHtml5' => 'Output an HTML 5 doctype',
 491+ 'configure-setting-wgHtml5Version' => 'Value of the version attribute in the <code><nowiki><html></nowiki></code> tag',
 492+ 'configure-setting-wgWellFormedXml' => 'Try to make the HTML output well-formed XML',
460493 'configure-setting-wgDocType' => 'Document type to use in the DOCTYPE declaration',
461494 'configure-setting-wgDTD' => 'DTD in the DOCTYPE declaration for page output',
462495 'configure-setting-wgMimeType' => 'MIME type of wiki pages',
463496 'configure-setting-wgXhtmlDefaultNamespace' => 'Default XHTML namespace',
464497 'configure-setting-wgXhtmlNamespaces' => 'Other XHTML namespaces',
465498 'configure-setting-wgXhtmlNamespaces-key' => 'Namespace',
 499+ 'configure-setting-wgAllowMicrodataAttributes' => 'Enable HTML 5 microdata attributes for use in wikitext',
 500+ 'configure-setting-wgAllowRdfaAttributes' => 'Enable RDFa attributes for use in wikitext',
466501 'configure-setting-wgUseZhdaemon' => 'Use ZhDaemon to perform Chinese text processing',
467502 'configure-setting-wgZhdaemonHost' => 'ZhDaemon host',
468503 'configure-setting-wgZhdaemonPort' => 'ZhDaemon port',
@@ -478,6 +513,8 @@
479514 'configure-setting-wgAjaxSearch' => 'Enable use of AJAX auto-suggestion for the search bar',
480515 'configure-setting-wgAjaxUploadDestCheck' => 'Enable AJAX check for file overwrite, pre-upload',
481516 'configure-setting-wgAjaxWatch' => 'Enable watching/unwatching pages using AJAX',
 517+ 'configure-setting-wgCrossSiteAJAXdomains' => 'Domains that may make cross-site AJAX requests to the MediaWiki API',
 518+ 'configure-setting-wgCrossSiteAJAXdomainExceptions' => 'Domains that should not be allowed to make AJAX requests, even if they match one of the domains allowed by $wgCrossSiteAJAXdomains',
482519 'configure-setting-wgLivePreview' => 'Enable live preview',
483520 'configure-setting-wgJsMimeType' => 'Media type (MIME type) to use for JavaScript scripts',
484521 'configure-setting-wgLoadFileinfoExtension' => 'Load the FileInfo extension at runtime',
@@ -489,6 +526,7 @@
490527 'configure-setting-wgMimeTypeBlacklist' => 'Disallowed MIME types',
491528 'configure-setting-wgCacheSharedUploads' => 'Cache shared metadata in memcached',
492529 'configure-setting-wgForeignFileRepos' => 'Foreign file repositories',
 530+ 'configure-setting-wgUseInstantCommons' => 'Use Wikimedia Commons as a foreign file repository',
493531 'configure-setting-wgFetchCommonsDescriptions' => 'Fetch shared file descriptions',
494532 'configure-setting-wgHashedSharedUploadDirectory' => 'Hash the shared upload directory',
495533 'configure-setting-wgRepositoryBaseUrl' => 'Base URL for shared repository',
Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,22 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.14.17 - 26 December 2009
 6+ * Added $wgWikiId, $wgCrossSiteAJAXdomains, $wgCrossSiteAJAXdomainExceptions,
 7+ $wgAPICacheHelp, $wgAPICacheHelpTimeout, $wgCapitalLinkOverrides,
 8+ $wgPreviewOnOpenNamespaces, $wgEnableTooltipsAndAccesskeys, $wgHtml5,
 9+ $wgWellFormedXml, $wgAllowMicrodataAttributes, $wgAllowRdfaAttributes,
 10+ $wgHtml5Version, $wgAPIRequestLog, $wgShowDBErrorBacktrace,
 11+ $wgVectorUseIconWatch, $wgVectorUseSimpleSearch, $wgDBAhandler,
 12+ $wgBlockCIDRLimit, $wgUploadMaintenance, $wgUseInstantCommons,
 13+ $wgIllegalFileChars, $wgImgAuthDetails, $wgImgAuthPublicTest,
 14+ $wgShowArchiveThumbnails, $wgParserTestRemote, $wgRegisterInternalExternals,
 15+ $wgTexvcBackgroundColor, $wgMathCheckFiles, $wgExternalAuthType,
 16+ $wgExternalAuthConfig, $wgAutocreatePolicy, $wgEnableOpenSearchSuggest,
 17+ $wgSearchMySQLTotalHits, $wgSquidResponseLimit and $wgUseXVO
 18+ * Removed $wgLogQueries, $wgCopyUploadTimeout, $wgActiveUserDays and
 19+ $wgActiveUserEditCount
 20+
521 0.14.16 - 25 December 2009
622 findSettings.php now ignores some MediaWiki settings.
723
Index: trunk/extensions/Configure/Configure.php
@@ -18,7 +18,7 @@
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
2020 'description' => 'Allow authorised users to configure the wiki via a web-based interface',
2121 'descriptionmsg' => 'configure-desc',
22 - 'version' => '0.14.16',
 22+ 'version' => '0.14.17',
2323 );
2424
2525 # Configuration part
Index: trunk/extensions/Configure/Configure.i18n.php
@@ -72,7 +72,7 @@
7373 'configure-backlink' => 'Return to form',
7474 'configure-image-url-explanation' => 'Enter the URL to an image, or the name of an image on this wiki (without the namespace). A preview will be displayed when you leave the field.',
7575 'configure-section-robots' => 'Web crawlers',
76 - 'configure-section-features' => 'Features',
 76+ 'configure-section-features' => 'Features',
7777 'configure-section-general' => 'General settings',
7878 'configure-section-pages' => 'Pages',
7979 'configure-section-paths' => 'Paths',
@@ -95,6 +95,7 @@
9696 'configure-section-namespaces' => 'Namespaces',
9797 'configure-section-stats' => 'Site statistics',
9898 'configure-section-skin' => 'Skins',
 99+ 'configure-section-vector' => 'Vector skin',
99100 'configure-section-category' => 'Categories',
100101 'configure-section-cache' => 'Cache',
101102 'configure-section-pcache' => 'Parser cache',
@@ -123,6 +124,7 @@
124125 'configure-section-specialpages' => 'Special pages',
125126 'configure-section-recentchanges' => 'Recent changes',
126127 'configure-section-users' => 'Users',
 128+ 'configure-section-externalauth' => 'External Authentication',
127129 'configure-section-feed' => 'Feed',
128130 'configure-section-job' => 'Jobs',
129131 'configure-section-extension' => 'Extensions',
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -21,6 +21,7 @@
2222 'wgBreakFrames' => 'bool',
2323 'wgSiteSupportPage' => 'text',
2424 'wgStyleVersion' => 'int',
 25+ 'wgWikiId' => 'text',
2526 ),
2627 ),
2728 'features' => array(
@@ -33,8 +34,6 @@
3435 'wgFixDoubleRedirects' => 'bool',
3536 'wgEnableAPI' => 'bool',
3637 'wgEnableWriteAPI' => 'bool',
37 - 'wgUseTeX' => 'bool',
38 - 'wgEnableHtmlDiff' => 'bool',
3938 'wgUseAutomaticEditSummaries' => 'bool',
4039 'wgUseTagFilter' => 'bool',
4140 'wgUseTrackbacks' => 'bool',
@@ -46,7 +45,9 @@
4746 'wgAjaxExportList' => 'array',
4847 'wgAjaxUploadDestCheck' => 'bool',
4948 'wgAjaxWatch' => 'bool',
50 - 'wgLivePreview' => 'bool',
 49+ 'wgCrossSiteAJAXdomains' => 'array',
 50+ 'wgCrossSiteAJAXdomainExceptions' => 'array',
 51+# 'wgLivePreview' => 'bool', // Maybe this'll be back in a moment
5152 ),
5253 'css-js' => array(
5354 'wgAllowUserCss' => 'bool',
@@ -57,6 +58,8 @@
5859 'wgHandheldForIPhone' => 'bool',
5960 ),
6061 'performance' => array(
 62+ 'wgAPICacheHelp' => 'bool',
 63+ 'wgAPICacheHelpTimeout' => 'int',
6164 'wgAPIMaxDBRows' => 'int',
6265 'wgAPIMaxResultSize' => 'int',
6366 'wgAPIMaxUncachedDiffs' => 'int',
@@ -66,9 +69,11 @@
6770 'wgDisableSearchUpdate' => 'bool',
6871 'wgDisableTextSearch' => 'bool',
6972 'wgMaximumMovedPages' => 'int',
 73+ 'wgMemoryLimit' => 'text',
7074 'wgMiserMode' => 'bool',
7175 'wgCompressRevisions' => 'bool',
7276 'wgUpdateRowsPerQuery' => 'int',
 77+ 'wgPoolCounterConf' => 'array',
7378 ),
7479 ),
7580 'pages' => array(
@@ -89,6 +94,7 @@
9095 ),
9196 'namespaces' => array(
9297 'namespaces' => array(
 98+ 'wgCapitalLinkOverrides' => 'array',
9399 'wgContentNamespaces' => 'array',
94100 'wgExtraNamespaces' => 'array',
95101 'wgMetaNamespace' => 'text',
@@ -101,6 +107,7 @@
102108 'wgNamespacesWithSubpages' => 'array',
103109 'wgNoFollowNsExceptions' => 'array',
104110 'wgNonincludableNamespaces' => 'array',
 111+ 'wgPreviewOnOpenNamespaces' => 'array',
105112 'wgSitemapNamespaces' => 'array',
106113 ),
107114 ),
@@ -236,6 +243,7 @@
237244 'wgLanguageCode' => 'lang',
238245 'wgDefaultLanguageVariant' => 'text',
239246 'wgExtraLanguageNames' => 'array',
 247+ 'wgDisabledVariants' => 'array',
240248 'wgDisableLangConversion' => 'bool',
241249 'wgDisableTitleConversion' => 'bool',
242250 'wgUseDatabaseMessages' => 'bool',
@@ -261,16 +269,23 @@
262270 ),
263271 'output' => array(
264272 'output' => array(
 273+ 'wgEnableTooltipsAndAccesskeys' => 'bool',
 274+ 'wgHtml5' => 'bool',
 275+ 'wgWellFormedXml' => 'bool',
265276 'wgDocType' => 'text',
266277 'wgDTD' => 'text',
267278 'wgMimeType' => 'text',
268279 'wgXhtmlDefaultNamespace' => 'text',
269280 'wgXhtmlNamespaces' => 'array',
 281+ 'wgAllowMicrodataAttributes' => 'bool',
 282+ 'wgAllowRdfaAttributes' => 'bool',
 283+ 'wgHtml5Version' => 'text',
270284 'wgDisableOutputCompression' => 'bool',
271285 ),
272286 ),
273287 'debug' => array(
274288 'debug' => array(
 289+ 'wgAPIRequestLog' => 'text',
275290 'wgColorErrors' => 'bool',
276291 'wgDebugComments' => 'bool',
277292 'wgDebugDumpSql' => 'bool',
@@ -280,9 +295,9 @@
281296 'wgDebugLogPrefix' => 'text',
282297 'wgDebugRedirects' => 'bool',
283298 'wgDevelopmentWarnings' => 'bool',
284 - 'wgLogQueries' => 'bool',
285299 'wgShowDebug' => 'bool',
286300 'wgShowExceptionDetails' => 'bool',
 301+ 'wgShowDBErrorBacktrace' => 'bool',
287302 'wgShowSQLErrors' => 'bool',
288303 'wgStatsMethod' => array( 'cache' => 'Cache', 'udp' => 'UDP', 0 => 'None' ),
289304 ),
@@ -314,6 +329,10 @@
315330 'wgSkipSkin' => 'text',
316331 'wgSkipSkins' => 'array',
317332 ),
 333+ 'vector' => array(
 334+ 'wgVectorUseIconWatch' => 'bool',
 335+ 'wgVectorUseSimpleSearch' => 'bool',
 336+ ),
318337 ),
319338 'category' => array(
320339 'category' => array(
@@ -328,8 +347,9 @@
329348 'wgMainCacheType' => array( -1 => 'Anything', 0 => 'None',
330349 1 => 'DB', 2 => 'Memcached',
331350 3 => 'Accel', 4 => 'DBA' ),
 351+ 'wgDBAhandler' => array( 'db3' => 'db3', 'db4' => 'db4' ),
332352 'wgCacheDirectory' => 'text',
333 - 'wgCacheEpoch' => 'text',
 353+ 'wgCacheEpoch' => 'text',
334354 'wgCachePages' => 'bool',
335355 'wgClockSkewFudge' => 'int',
336356 'wgFileCacheDirectory' => 'text',
@@ -387,6 +407,7 @@
388408 'access' => array(
389409 'wgAccountCreationThrottle' => 'int',
390410 'wgAllowPageInfo' => 'bool',
 411+ 'wgBlockCIDRLimit' => 'int',
391412 'wgDisabledActions' => 'array',
392413 'wgNewPasswordExpiry' => 'int',
393414 'wgEmailConfirmToEdit' => 'bool',
@@ -415,15 +436,16 @@
416437 'wgRateLimitLog' => 'text',
417438 'wgRateLimits' => 'array',
418439 'wgRateLimitsExcludedGroups' => 'array',
 440+ 'wgRateLimitsExcludedIPs' => 'array',
419441 ),
420442 ),
421443 'upload' => array(
422444 'upload' => array(
 445+ 'wgEnableUploads' => 'bool',
 446+ 'wgUploadMaintenance' => 'bool',
423447 'wgAjaxLicensePreview' => 'bool',
424448 'wgAllowCopyUploads' => 'bool',
425449 'wgCheckFileExtensions' => 'bool',
426 - 'wgCopyUploadTimeout' => 'int',
427 - 'wgEnableUploads' => 'bool',
428450 'wgFileBlacklist' => 'array',
429451 'wgFileExtensions' => 'array',
430452 'wgFileStore' => 'array',
@@ -437,8 +459,9 @@
438460 'wgHTTPProxy' => 'text',
439461 ),
440462 'sharedupload' => array(
 463+ 'wgForeignFileRepos' => 'array',
 464+ 'wgUseInstantCommons' => 'bool',
441465 'wgCacheSharedUploads' => 'bool',
442 - 'wgForeignFileRepos' => 'array',
443466 'wgFetchCommonsDescriptions' => 'bool',
444467 'wgHashedSharedUploadDirectory' => 'bool',
445468 'wgRepositoryBaseUrl' => 'text',
@@ -466,21 +489,25 @@
467490 'wgAllowImageMoving' => 'bool',
468491 'wgCustomConvertCommand' => 'text',
469492 'wgIgnoreImageErrors' => 'bool',
 493+ 'wgIllegalFileChars' => 'text',
470494 'wgImageLimits' => 'array',
471495 'wgMaxAnimatedGifArea' => 'int',
472496 'wgMaxImageArea' => 'int',
473497 'wgMediaHandlers' => 'array',
474498 'wgShowEXIF' => 'bool',
475499 'wgTrustedMediaFormats' => 'array',
 500+ 'wgImgAuthDetails' => 'bool',
 501+ 'wgImgAuthPublicTest' => 'bool',
476502 ),
477503 'thumbnail' => array(
 504+ 'wgUseImageResize' => 'bool',
478505 'wgTiffThumbnailType' => 'array',
479506 'wgThumbnailEpoch' => 'text',
480507 'wgThumbnailScriptPath' => 'text',
481508 'wgThumbUpright' => 'text',
482509 'wgGenerateThumbnailOnParse' => 'bool',
 510+ 'wgShowArchiveThumbnails' => 'bool',
483511 'wgThumbLimits' => 'array',
484 - 'wgUseImageResize' => 'bool',
485512 ),
486513 'djvu' => array(
487514 'wgDjvuDump' => 'text',
@@ -530,12 +557,19 @@
531558 'wgParserConf' => 'array',
532559 'wgParserCacheExpireTime' => 'int',
533560 'wgParserTestFiles' => 'array',
 561+ 'wgParserTestRemote' => 'array',
534562 'wgPreprocessorCacheThreshold' => 'int',
 563+ 'wgRegisterInternalExternals' => 'bool',
535564 'wgUrlProtocols' => 'array',
536565 ),
537566 'html' => array(
538567 'wgRawHtml' => 'bool',
539568 ),
 569+ 'tex' => array(
 570+ 'wgUseTeX' => 'bool',
 571+ 'wgTexvcBackgroundColor' => 'text',
 572+ 'wgMathCheckFiles' => 'bool',
 573+ ),
540574 'tidy' => array(
541575 'wgAlwaysUseTidy' => 'bool',
542576 'wgDebugTidy' => 'bool',
@@ -592,8 +626,6 @@
593627 ),
594628 'users' => array(
595629 'users' => array(
596 - 'wgActiveUserDays' => 'int',
597 - 'wgActiveUserEditCount' => 'int',
598630 'wgAutoConfirmAge' => 'int',
599631 'wgAutoConfirmCount' => 'int',
600632 'wgAllowRealName' => 'bool',
@@ -611,6 +643,16 @@
612644 'wgShowIPinHeader' => 'bool',
613645 'wgBrowserBlackList' => 'array',
614646 ),
 647+ 'externalauth' => array(
 648+ 'wgExternalAuthType' => 'text',
 649+ 'wgExternalAuthConfig' => 'array',
 650+ 'wgAutocreatePolicy' => array(
 651+ 'never' => 'Never',
 652+ 'login' => 'Login',
 653+ 'view' => 'View',
 654+ ),
 655+ 'wgAllowPrefChange' => 'array',
 656+ ),
615657 ),
616658 'cookie' => array(
617659 'cookie' => array(
@@ -656,12 +698,14 @@
657699 'wgDisableInternalSearch' => 'bool',
658700 'wgAdvancedSearchHighlighting' => 'bool',
659701 'wgEnableMWSuggest' => 'bool',
 702+ 'wgEnableOpenSearchSuggest' => 'bool',
660703 'wgGoToEdit' => 'bool',
661704 'wgMWSuggestTemplate' => 'text',
662705 'wgOpenSearchTemplate' => 'text',
663706 'wgSearchForwardUrl' => 'text',
664707 'wgSearchEverythingOnlyLoggedIn' => 'bool',
665708 'wgSearchHighlightBoundaries' => 'text',
 709+ 'wgSearchMySQLTotalHits' => 'bool',
666710 'wgUseTwoButtonsSearchForm' => 'bool',
667711 ),
668712 ),
@@ -682,13 +726,15 @@
683727 'squid' => array(
684728 'squid' => array(
685729 'wgUseSquid' => 'bool',
 730+ 'wgSquidServers' => 'array',
 731+ 'wgSquidServersNoPurge' => 'array',
686732 'wgInternalServer' => 'text',
687733 'wgMaxSquidPurgeTitles' => 'int',
688734 'wgSquidMaxage' => 'int',
689 - 'wgSquidServers' => 'array',
690 - 'wgSquidServersNoPurge' => 'array',
 735+ 'wgSquidResponseLimit' => 'int',
691736 'wgUseESI' => 'bool',
692737 'wgUsePrivateIPs' => 'bool',
 738+ 'wgUseXVO' => 'bool',
693739 ),
694740 'htcp' => array(
695741 'wgHTCPMulticastAddress' => 'text',
@@ -745,7 +791,10 @@
746792 $arrayDefs = array(
747793 # Features
748794 'wgAjaxExportList' => 'simple',
 795+ 'wgCrossSiteAJAXdomains' => 'simple',
 796+ 'wgCrossSiteAJAXdomainExceptions' => 'simple',
749797 'wgDisableQueryPageUpdate' => 'simple',
 798+ 'wgPoolCounterConf' => 'array',
750799 # Pages
751800 'wgInvalidRedirectTargets' => 'simple',
752801 'wgArticleRobotPolicies' => 'assoc',
@@ -753,6 +802,7 @@
754803 'wgNoFollowDomainExceptions' => 'simple',
755804 # Namespaces
756805 'wgContentNamespaces' => 'ns-simple',
 806+ 'wgCapitalLinkOverrides' => 'ns-bool',
757807 'wgExtraNamespaces' => 'assoc',
758808 'wgNamespaceAliases' => 'assoc',
759809 'wgNamespaceProtection' => 'ns-array',
@@ -762,6 +812,7 @@
763813 'wgNamespacesWithSubpages' => 'ns-bool',
764814 'wgNoFollowNsExceptions' => 'ns-simple',
765815 'wgNonincludableNamespaces' => 'ns-simple',
 816+ 'wgPreviewOnOpenNamespaces' => 'ns-bool',
766817 'wgSitemapNamespaces' => 'ns-simple',
767818 # Groups
768819 'wgAutopromote' => 'promotion-conds',
@@ -786,6 +837,7 @@
787838 'wgUsersNotifiedOnAllChanges' => 'simple',
788839 # Localization
789840 'wgExtraLanguageNames' => 'assoc',
 841+ 'wgDisabledVariants' => 'simple',
790842 'wgForceUIMsgAsContentMsg' => 'simple',
791843 # Output
792844 'wgXhtmlNamespaces' => 'assoc',
@@ -807,6 +859,7 @@
808860 'wgSummarySpamRegex' => 'simple',
809861 'wgRateLimits' => 'rate-limits',
810862 'wgRateLimitsExcludedGroups' => 'simple',
 863+ 'wgRateLimitsExcludedIPs' => 'simple',
811864 'wgPasswordAttemptThrottle' => 'assoc',
812865 # Uploads
813866 'wgFileBlacklist' => 'simple',
@@ -828,6 +881,7 @@
829882 'wgGrammarForms' => 'array',
830883 'wgParserConf' => 'assoc',
831884 'wgParserTestFiles' => 'simple',
 885+ 'wgParserTestRemote' => 'assoc',
832886 'wgUrlProtocols' => 'simple',
833887 # Special pages
834888 'wgFilterLogTypes' => 'assoc',
@@ -844,6 +898,8 @@
845899 'wgDefaultUserOptions' => 'assoc',
846900 'wgReservedUsernames' => 'simple',
847901 'wgBrowserBlackList' => 'simple',
 902+ 'wgExternalAuthConfig' => 'array',
 903+ 'wgAllowPrefChange' => 'assoc',
848904 'wgHiddenPrefs' => 'simple',
849905 # Feed
850906 'wgOverrideSiteFeed' => 'assoc',
@@ -879,6 +935,7 @@
880936 * Value to be used when setting matches empty()
881937 */
882938 $emptyValues = array(
 939+ 'wgWikiId' => false,
883940 'wgAppleTouchIcon' => false,
884941 'wgVariantArticlePath' => false,
885942 'wgDBerrorLog' => null,
@@ -929,7 +986,9 @@
930987 'wgSearchForwardUrl' => null,
931988 'wgExemptFromUserRobotsControl' => null,
932989 'wgArticlePath' => false,
933 -
 990+ 'wgAPIRequestLog' => false,
 991+ 'wgExternalAuthType' => null,
 992+ 'wgHtml5Version' => null,
934993 );
935994
936995 /**
@@ -999,6 +1058,7 @@
10001059 # Emal
10011060 'wgSMTP',
10021061 # Debug
 1062+ 'wgAPIRequestLog',
10031063 'wgDebugLogFile',
10041064 'wgDebugLogGroups',
10051065 'wgUDPProfilerHost',

Follow-up revisions

RevisionCommit summaryAuthorDate
r60416Fix for r60415: removed $wgEnableHtmlDiff tooialex20:28, 26 December 2009

Status & tagging log