Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,12 @@ |
2 | 2 | This file lists changes on this extension. |
3 | 3 | Localisation updates are done on betawiki and aren't listed here. |
4 | 4 | |
| 5 | +0.15.11 - 19 February 2010 |
| 6 | + * Added $wgFixArabicUnicode, $wgFixMalayalamUnicode, $wgDebugPrintHttpHeaders, |
| 7 | + $wgDebugTimestamps, $wgMemCachedTimeout, $wgBlockDisablesLogin, |
| 8 | + $wgAsyncHTTPTimeout and $wgSearchSuggestCacheExpiry |
| 9 | + * Removed $wgFixArchaicUnicode, $wgDebugSquid and $wgSquidResponseLimit |
| 10 | + |
5 | 11 | 0.15.10 - 18 February 2010 |
6 | 12 | Added support for GroupsSidebar, QPoll, SendmailToWiki, TemplateInfo, |
7 | 13 | Validator and Wikilog extensions. |
Index: trunk/extensions/Configure/scripts/findSettings.php |
— | — | @@ -138,13 +138,12 @@ |
139 | 139 | } else { |
140 | 140 | $allSettings = array_keys( $coreSettings->getAllSettings() ); |
141 | 141 | $ignoreList = array( |
142 | | - 'wgAuth', 'wgCommandLineMode', 'wgCheckSerialized', 'wgConf','wgDBconnection', |
143 | | - 'wgEnableNewpagesUserFilter', 'wgEnableSerializedMessages', 'wgEnableSorbs', |
144 | | - 'wgEnforceHtmlIds', 'wgLegacySchemaConversion', 'wgMaintenanceScripts', |
145 | | - 'wgMemCachedDebug', 'wgOldChangeTagsIndex', 'wgProxyKey', 'wgSorbsUrl', |
146 | | - 'wgValidSkinNames', 'wgVectorExtraStyles', 'wgVersion', |
147 | | - // For now |
148 | | - 'wgDummyLanguageCodes', 'wgAsyncHTTPTimeout', |
| 142 | + 'wgAuth', 'wgCommandLineMode', 'wgCheckSerialized', 'wgConf', |
| 143 | + 'wgDBconnection', 'wgDummyLanguageCodes', 'wgEnableNewpagesUserFilter', |
| 144 | + 'wgEnableSerializedMessages', 'wgEnableSorbs', 'wgExperimentalHtmlIds', |
| 145 | + 'wgLegacySchemaConversion', 'wgMaintenanceScripts', 'wgMemCachedDebug', |
| 146 | + 'wgOldChangeTagsIndex', 'wgProxyKey', 'wgSorbsUrl', 'wgValidSkinNames', |
| 147 | + 'wgVectorExtraStyles', 'wgVersion', |
149 | 148 | ); |
150 | 149 | } |
151 | 150 | |
Index: trunk/extensions/Configure/settings/Settings.i18n.php |
— | — | @@ -144,6 +144,7 @@ |
145 | 145 | 'configure-setting-wgMaxUploadSize' => 'Maximum allowed upload size', |
146 | 146 | 'configure-setting-wgHTTPTimeout' => 'Timeout for HTTP requests', |
147 | 147 | 'configure-setting-wgHTTPProxy' => 'HTTP Proxy to use', |
| 148 | + 'configure-setting-wgAsyncHTTPTimeout' => 'Timeout for asynchronous HTTP requests', |
148 | 149 | 'configure-setting-wgVersion' => 'MediaWiki version', |
149 | 150 | 'configure-setting-wgAllowSpecialInclusion' => 'Allow inclusion of special pages', |
150 | 151 | 'configure-setting-wgExportAllowHistory' => 'Allow exports to include full history', |
— | — | @@ -210,6 +211,8 @@ |
211 | 212 | 'configure-setting-wgDebugRawPage' => 'Leave requests for CSS/JS pages out of debug log', |
212 | 213 | 'configure-setting-wgDebugLogPrefix' => 'Prefix for debug log lines', |
213 | 214 | 'configure-setting-wgDebugRedirects' => 'Displays redirect location instead of actually redirecting to the target URL', |
| 215 | + 'configure-setting-wgDebugPrintHttpHeaders' => 'Print HTTP headers for every request in the debug information', |
| 216 | + 'configure-setting-wgDebugTimestamps' => 'Prefix debug messages with relative timestamp', |
214 | 217 | 'configure-setting-wgDevelopmentWarnings' => 'Throw PHP notices for some possible error conditions and for deprecated functions', |
215 | 218 | 'configure-setting-wgShowExceptionDetails' => 'Print a complete stack trace for exceptions', |
216 | 219 | 'configure-setting-wgShowDBErrorBacktrace' => 'Print a complete stack trace for database errors', |
— | — | @@ -231,7 +234,8 @@ |
232 | 235 | 'configure-setting-wgDisableSearchUpdate' => 'Disable updates to search', |
233 | 236 | 'configure-setting-wgDisableTextSearch' => 'Disable full-text search', |
234 | 237 | 'configure-setting-wgEdititis' => 'Display user edit counts in various prominent places', |
235 | | - 'configure-setting-wgFixArchaicUnicode' => 'Clean up archaic Unicode sequences in Arabic and Malayalam text', |
| 238 | + 'configure-setting-wgFixArabicUnicode' => 'Clean up archaic Unicode sequences in Arabic text', |
| 239 | + 'configure-setting-wgFixMalayalamUnicode' => 'Clean up archaic Unicode sequences in Malayalam text', |
236 | 240 | 'configure-setting-wgFixDoubleRedirects' => 'Fix double redirects after a page move', |
237 | 241 | 'configure-setting-wgInvalidRedirectTargets' => 'Array of invalid page redirect targets', |
238 | 242 | 'configure-setting-wgMaximumMovedPages' => 'Maximum number of pages to move at once when moving subpages with a page', |
— | — | @@ -253,7 +257,6 @@ |
254 | 258 | 'configure-setting-wgInternalServer' => 'Internal server name as known to Squid, if different', |
255 | 259 | 'configure-setting-wgMaxSquidPurgeTitles' => 'Maximum number of page titles to purge in any one client operation', |
256 | 260 | 'configure-setting-wgSquidMaxage' => 'Cache timeout for the Squid', |
257 | | - 'configure-setting-wgSquidResponseLimit' => 'Character limit for Squid purge responses', |
258 | 261 | 'configure-setting-wgSquidServers' => 'A list of proxy servers (IP-addresses if possible) to purge on changes', |
259 | 262 | 'configure-setting-wgSquidServersNoPurge' => 'A list of proxy servers (IP-addresses if possible) to not purge on changes', |
260 | 263 | 'configure-setting-wgUseESI' => 'Required setting when using Squid3 with ESI support', |
— | — | @@ -311,6 +314,7 @@ |
312 | 315 | 'configure-setting-wgSearchForwardUrl' => 'Forward search requests', |
313 | 316 | 'configure-setting-wgSearchEverythingOnlyLoggedIn' => 'Make the "searcheverything" preference effective only for logged-in users', |
314 | 317 | 'configure-setting-wgSearchHighlightBoundaries' => 'Regexp to match word boundaries', |
| 318 | + 'configure-setting-wgSearchSuggestCacheExpiry' => 'Expiry time for search suggestion responses', |
315 | 319 | 'configure-setting-wgCountTotalSearchHits' => 'Let the search engine count total search matches to present in Special:Search', |
316 | 320 | 'configure-setting-wgUseTwoButtonsSearchForm' => "Sidebar's search form behavior", |
317 | 321 | 'configure-setting-wgCountCategorizedImagesAsUsed' => 'On [[Special:UnusedImages]], consider files used if they are put into a category', |
— | — | @@ -456,6 +460,7 @@ |
457 | 461 | 'configure-setting-wgDjvuTxt' => 'Path of the djvutxt DjVu text extraction utility', |
458 | 462 | 'configure-setting-wgMemCachedPersistent' => 'Use persistent memcached connections', |
459 | 463 | 'configure-setting-wgMemCachedServers' => 'Memcached Servers', |
| 464 | + 'configure-setting-wgMemCachedTimeout' => 'Memcached server connection timeout in microseconds', |
460 | 465 | 'configure-setting-wgSessionsInMemcached' => 'Store sessions in memcached', |
461 | 466 | 'configure-setting-wgUseMemCached' => 'Use memcached', |
462 | 467 | 'configure-setting-wgCacheDirectory' => 'Directory for caching data in the local filesystem', |
— | — | @@ -582,6 +587,7 @@ |
583 | 588 | 'configure-setting-wgRC2UDPPort' => 'Port for recent changes UDP notifications', |
584 | 589 | 'configure-setting-wgRC2UDPPrefix' => 'Prefix for lines sent to UDP for recent changes', |
585 | 590 | 'configure-setting-wgBlockAllowsUTEdit' => 'Allow a blocked user to edit his own talk page', |
| 591 | + 'configure-setting-wgBlockDisablesLogin' => 'Disallow blocked users to login', |
586 | 592 | 'configure-setting-wgSysopEmailBans' => 'Allow administrators to ban users from accessing [[Special:EmailUser]]', |
587 | 593 | 'configure-setting-wgSysopRangeBans' => 'Allow administrators to ban IP ranges', |
588 | 594 | 'configure-setting-wgSysopUserBans' => 'Allow administrators to ban logged-in users', |
— | — | @@ -597,7 +603,6 @@ |
598 | 604 | 'configure-setting-wgUsersNotifiedOnAllChanges' => 'Usernames who will be sent a notification e-mail for every change which occurs on a wiki', |
599 | 605 | 'configure-setting-wgDebugFunctionEntry' => 'Output debug message on every wfProfileIn/wfProfileOut', |
600 | 606 | 'configure-setting-wgDebugProfiling' => 'Detects non-matching wfProfileIn/wfProfileOut calls', |
601 | | - 'configure-setting-wgDebugSquid' => 'Lots of debugging output from SquidUpdate.php', |
602 | 607 | 'configure-setting-wgProfileCallTree' => 'Print a raw call tree instead of per-function report', |
603 | 608 | 'configure-setting-wgProfileLimit' => 'Only record profiling information for pages that took longer than this', |
604 | 609 | 'configure-setting-wgProfileOnly' => 'Do not put non-profiling information into log file', |
Index: trunk/extensions/Configure/settings/Settings-core.php |
— | — | @@ -30,7 +30,8 @@ |
31 | 31 | 'wgPageShowWatchingUsers' => 'bool', |
32 | 32 | 'wgEdititis' => 'bool', |
33 | 33 | 'wgShowHostnames' => 'bool', |
34 | | - 'wgFixArchaicUnicode' => 'bool', |
| 34 | + 'wgFixArabicUnicode' => 'bool', |
| 35 | + 'wgFixMalayalamUnicode' => 'bool', |
35 | 36 | 'wgFixDoubleRedirects' => 'bool', |
36 | 37 | 'wgEnableAPI' => 'bool', |
37 | 38 | 'wgEnableWriteAPI' => 'bool', |
— | — | @@ -294,6 +295,8 @@ |
295 | 296 | 'wgDebugRawPage' => 'bool', |
296 | 297 | 'wgDebugLogPrefix' => 'text', |
297 | 298 | 'wgDebugRedirects' => 'bool', |
| 299 | + 'wgDebugPrintHttpHeaders' => 'bool', |
| 300 | + 'wgDebugTimestamps' => 'bool', |
298 | 301 | 'wgDevelopmentWarnings' => 'bool', |
299 | 302 | 'wgShowDebug' => 'bool', |
300 | 303 | 'wgShowExceptionDetails' => 'bool', |
— | — | @@ -304,7 +307,6 @@ |
305 | 308 | 'profiling' => array( |
306 | 309 | 'wgDebugFunctionEntry' => 'bool', |
307 | 310 | 'wgDebugProfiling' => 'bool', |
308 | | - 'wgDebugSquid' => 'bool', |
309 | 311 | 'wgProfileCallTree' => 'bool', |
310 | 312 | 'wgProfileLimit' => 'int', |
311 | 313 | 'wgProfileOnly' => 'bool', |
— | — | @@ -384,6 +386,7 @@ |
385 | 387 | # 'wgMemCachedDebug' => 'bool', # Does not appear to be a setting, just a global |
386 | 388 | 'wgMemCachedPersistent' => 'bool', |
387 | 389 | 'wgMemCachedServers' => 'array', |
| 390 | + 'wgMemCachedTimeout' => 'int', |
388 | 391 | 'wgSessionsInMemcached' => 'bool', |
389 | 392 | 'wgUseMemCached' => 'bool', |
390 | 393 | ), |
— | — | @@ -407,7 +410,6 @@ |
408 | 411 | 'access' => array( |
409 | 412 | 'wgAccountCreationThrottle' => 'int', |
410 | 413 | 'wgAllowPageInfo' => 'bool', |
411 | | - 'wgBlockCIDRLimit' => 'int', |
412 | 414 | 'wgDisabledActions' => 'array', |
413 | 415 | 'wgNewPasswordExpiry' => 'int', |
414 | 416 | 'wgEmailConfirmToEdit' => 'bool', |
— | — | @@ -420,6 +422,8 @@ |
421 | 423 | ), |
422 | 424 | 'block' => array( |
423 | 425 | 'wgBlockAllowsUTEdit' => 'bool', |
| 426 | + 'wgBlockDisablesLogin' => 'bool', |
| 427 | + 'wgBlockCIDRLimit' => 'int', |
424 | 428 | 'wgSysopEmailBans' => 'bool', |
425 | 429 | 'wgSysopRangeBans' => 'bool', |
426 | 430 | 'wgSysopUserBans' => 'bool', |
— | — | @@ -457,6 +461,7 @@ |
458 | 462 | 'wgMaxUploadSize' => 'int', |
459 | 463 | 'wgHTTPTimeout' => 'int', |
460 | 464 | 'wgHTTPProxy' => 'text', |
| 465 | + 'wgAsyncHTTPTimeout' => 'int', |
461 | 466 | ), |
462 | 467 | 'sharedupload' => array( |
463 | 468 | 'wgForeignFileRepos' => 'array', |
— | — | @@ -706,6 +711,7 @@ |
707 | 712 | 'wgSearchForwardUrl' => 'text', |
708 | 713 | 'wgSearchEverythingOnlyLoggedIn' => 'bool', |
709 | 714 | 'wgSearchHighlightBoundaries' => 'text', |
| 715 | + 'wgSearchSuggestCacheExpiry' => 'int', |
710 | 716 | 'wgCountTotalSearchHits' => 'bool', |
711 | 717 | 'wgUseTwoButtonsSearchForm' => 'bool', |
712 | 718 | ), |
— | — | @@ -732,7 +738,6 @@ |
733 | 739 | 'wgInternalServer' => 'text', |
734 | 740 | 'wgMaxSquidPurgeTitles' => 'int', |
735 | 741 | 'wgSquidMaxage' => 'int', |
736 | | - 'wgSquidResponseLimit' => 'int', |
737 | 742 | 'wgUseESI' => 'bool', |
738 | 743 | 'wgUsePrivateIPs' => 'bool', |
739 | 744 | 'wgUseXVO' => 'bool', |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
20 | 20 | 'description' => 'Allow authorised users to configure the wiki via a web-based interface', |
21 | 21 | 'descriptionmsg' => 'configure-desc', |
22 | | - 'version' => '0.15.10', |
| 22 | + 'version' => '0.15.11', |
23 | 23 | ); |
24 | 24 | |
25 | 25 | # Configuration part |