Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,11 @@ |
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.5 - 18 January 2010 |
| 6 | + * Added $wgFixArchaicUnicode, $wgAdvertisedFeedTypes, $wgCountTotalSearchHits, |
| 7 | + $wgEnableDnsBlacklist, $wgDnsBlacklistUrls and $wgExtensionAssetsPath |
| 8 | + * Removed $wgWikiId, $wgSearchMySQLTotalHits, $wgEnableSorbs and $wgSorbsUrl |
| 9 | + |
5 | 10 | 0.15.4 - 16 January 2010 |
6 | 11 | Updated scripts/findSettings.php's ignore list. |
7 | 12 | |
Index: trunk/extensions/Configure/settings/Settings.i18n.php |
— | — | @@ -11,7 +11,6 @@ |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'configure-setting-desc' => 'Descriptions for MediaWiki configuration settings', # Do not translate to other languages |
14 | 14 | 'configure-setting-wgSitename' => 'Site name', |
15 | | - 'configure-setting-wgWikiId' => 'Unique identifier for this wiki (if empty, automatically generated with database settings)', |
16 | 15 | 'configure-setting-wgActionPaths' => 'Per-action URLs', |
17 | 16 | 'configure-setting-wgActionPaths-key' => 'Action', |
18 | 17 | 'configure-setting-wgActionPaths-value' => 'URL template', |
— | — | @@ -232,6 +231,7 @@ |
233 | 232 | 'configure-setting-wgDisableSearchUpdate' => 'Disable updates to search', |
234 | 233 | 'configure-setting-wgDisableTextSearch' => 'Disable full-text search', |
235 | 234 | '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', |
236 | 236 | 'configure-setting-wgFixDoubleRedirects' => 'Fix double redirects after a page move', |
237 | 237 | 'configure-setting-wgInvalidRedirectTargets' => 'Array of invalid page redirect targets', |
238 | 238 | 'configure-setting-wgMaximumMovedPages' => 'Maximum number of pages to move at once when moving subpages with a page', |
— | — | @@ -269,6 +269,7 @@ |
270 | 270 | 'configure-setting-wgDisableInternalSearch' => 'Disable internal search', |
271 | 271 | 'configure-setting-wgExceptionHooks' => 'Hooks that are used for outputting exceptions', |
272 | 272 | 'configure-setting-wgExtensionAliasesFiles' => 'Aliases for special pages provided by extensions', |
| 273 | + 'configure-setting-wgExtensionAssetsPath' => 'URL of the extensions directory', |
273 | 274 | 'configure-setting-wgExtensionCredits' => 'Global list of extension credits', |
274 | 275 | 'configure-setting-wgExtensionFunctions' => 'Extension Functions', |
275 | 276 | 'configure-setting-wgExtensionMessagesFiles' => 'Extension messages files', |
— | — | @@ -296,6 +297,7 @@ |
297 | 298 | 'configure-setting-wgRateLimitsExcludedGroups' => 'Groups which are exempt from rate limits', |
298 | 299 | 'configure-setting-wgRateLimitsExcludedIPs' => 'IP addresses which are exempt from rate limits', |
299 | 300 | 'configure-setting-wgFeed' => 'Enable syndication', |
| 301 | + 'configure-setting-wgAdvertisedFeedTypes' => 'Feed types that should be provided by default', |
300 | 302 | 'configure-setting-wgFeedCacheTimeout' => "'Minimum' timeout in seconds for cached recent changes feed", |
301 | 303 | 'configure-setting-wgFeedDiffCutoff' => 'Feed diff size cutoff', |
302 | 304 | 'configure-setting-wgFeedLimit' => 'Maximum number of feed results', |
— | — | @@ -309,7 +311,7 @@ |
310 | 312 | 'configure-setting-wgSearchForwardUrl' => 'Forward search requests', |
311 | 313 | 'configure-setting-wgSearchEverythingOnlyLoggedIn' => 'Make the "searcheverything" preference effective only for logged-in users', |
312 | 314 | 'configure-setting-wgSearchHighlightBoundaries' => 'Regexp to match word boundaries', |
313 | | - 'configure-setting-wgSearchMySQLTotalHits' => 'Let the MySQL search engine count total search matches to present in Special:Search', |
| 315 | + 'configure-setting-wgCountTotalSearchHits' => 'Let the search engine count total search matches to present in Special:Search', |
314 | 316 | 'configure-setting-wgUseTwoButtonsSearchForm' => "Sidebar's search form behavior", |
315 | 317 | 'configure-setting-wgCountCategorizedImagesAsUsed' => 'On [[Special:UnusedImages]], consider files used if they are put into a category', |
316 | 318 | 'configure-setting-wgDisableCounters' => 'Disable page view counters', |
— | — | @@ -406,14 +408,14 @@ |
407 | 409 | 'configure-setting-wgLocalInterwiki' => 'Local interwiki prefix', |
408 | 410 | 'configure-setting-wgRedirectSources' => "Regular expression to restrict URLs which will be displayed as 'redirected from' links", |
409 | 411 | 'configure-setting-wgBlockOpenProxies' => 'Automatic open proxy test on edit', |
410 | | - 'configure-setting-wgEnableSorbs' => 'Use [http://dnsbl.sorbs.net http.dnsbl.sorbs.net] to check for open proxies', |
| 412 | + 'configure-setting-wgEnableDnsBlacklist' => 'Use DNS blacklists to check for open proxies', |
411 | 413 | 'configure-setting-wgProxyList' => 'Banned IP addresses', |
412 | 414 | 'configure-setting-wgProxyMemcExpiry' => 'Expiration for proxy cache', |
413 | 415 | 'configure-setting-wgProxyPorts' => 'Ports we want to scan for a proxy', |
414 | 416 | 'configure-setting-wgProxyScriptPath' => 'Script used to scan for proxies', |
415 | 417 | 'configure-setting-wgProxyWhitelist' => 'Proxy whitelist', |
416 | 418 | 'configure-setting-wgSecretKey' => 'Secret key', |
417 | | - 'configure-setting-wgSorbsUrl' => 'URL to the Sorbs blacklist', |
| 419 | + 'configure-setting-wgDnsBlacklistUrls' => 'List of DNS blacklists URL to use', |
418 | 420 | 'configure-setting-wgUsePrivateIPs' => "Use private IP addresses forwarded by a proxy server to determine a user's IP address", |
419 | 421 | 'configure-setting-wgSQLiteDataDir' => 'SQLite data directory', |
420 | 422 | 'configure-setting-wgDBmwschema' => 'Postgres schema', |
Index: trunk/extensions/Configure/settings/Settings-core.php |
— | — | @@ -21,7 +21,6 @@ |
22 | 22 | 'wgBreakFrames' => 'bool', |
23 | 23 | 'wgSiteSupportPage' => 'text', |
24 | 24 | 'wgStyleVersion' => 'int', |
25 | | - 'wgWikiId' => 'text', |
26 | 25 | ), |
27 | 26 | ), |
28 | 27 | 'features' => array( |
— | — | @@ -31,6 +30,7 @@ |
32 | 31 | 'wgPageShowWatchingUsers' => 'bool', |
33 | 32 | 'wgEdititis' => 'bool', |
34 | 33 | 'wgShowHostnames' => 'bool', |
| 34 | + 'wgFixArchaicUnicode' => 'bool', |
35 | 35 | 'wgFixDoubleRedirects' => 'bool', |
36 | 36 | 'wgEnableAPI' => 'bool', |
37 | 37 | 'wgEnableWriteAPI' => 'bool', |
— | — | @@ -672,6 +672,7 @@ |
673 | 673 | 'feed' => array( |
674 | 674 | 'feed' => array( |
675 | 675 | 'wgFeed' => 'bool', |
| 676 | + 'wgAdvertisedFeedTypes' => 'array', |
676 | 677 | 'wgFeedCacheTimeout' => 'int', |
677 | 678 | 'wgFeedDiffCutoff' => 'int', |
678 | 679 | 'wgFeedLimit' => 'int', |
— | — | @@ -705,14 +706,13 @@ |
706 | 707 | 'wgSearchForwardUrl' => 'text', |
707 | 708 | 'wgSearchEverythingOnlyLoggedIn' => 'bool', |
708 | 709 | 'wgSearchHighlightBoundaries' => 'text', |
709 | | - 'wgSearchMySQLTotalHits' => 'bool', |
| 710 | + 'wgCountTotalSearchHits' => 'bool', |
710 | 711 | 'wgUseTwoButtonsSearchForm' => 'bool', |
711 | 712 | ), |
712 | 713 | ), |
713 | 714 | 'proxy' => array( |
714 | 715 | 'proxy' => array( |
715 | 716 | 'wgBlockOpenProxies' => 'bool', |
716 | | - 'wgEnableSorbs' => 'bool', |
717 | 717 | # 'wgProxyKey' => 'text', # Deprecated |
718 | 718 | 'wgProxyList' => 'array', |
719 | 719 | 'wgProxyMemcExpiry' => 'int', |
— | — | @@ -720,7 +720,8 @@ |
721 | 721 | 'wgProxyScriptPath' => 'text', |
722 | 722 | 'wgProxyWhitelist' => 'array', |
723 | 723 | 'wgSecretKey' => 'text', |
724 | | - 'wgSorbsUrl' => 'text', |
| 724 | + 'wgEnableDnsBlacklist' => 'bool', |
| 725 | + 'wgDnsBlacklistUrls' => 'text', |
725 | 726 | ), |
726 | 727 | ), |
727 | 728 | 'squid' => array( |
— | — | @@ -759,6 +760,7 @@ |
760 | 761 | 'wgAvailableRights' => 'array', |
761 | 762 | 'wgExceptionHooks' => 'array', |
762 | 763 | 'wgExtensionAliasesFiles' => 'array', |
| 764 | + 'wgExtensionAssetsPath' => 'text', |
763 | 765 | 'wgExtensionCredits' => 'array', |
764 | 766 | 'wgExtensionFunctions' => 'array', |
765 | 767 | 'wgExtensionMessagesFiles' => 'array', |
— | — | @@ -913,6 +915,8 @@ |
914 | 916 | # Cookie |
915 | 917 | 'wgCacheVaryCookies' => 'simple', |
916 | 918 | 'wgHttpOnlyBlacklist' => 'simple', |
| 919 | +# Feed |
| 920 | + 'wgAdvertisedFeedTypes' => 'simple', |
917 | 921 | # Job |
918 | 922 | 'wgJobClasses' => 'assoc', |
919 | 923 | # Extensions |
— | — | @@ -935,7 +939,6 @@ |
936 | 940 | * Value to be used when setting matches empty() |
937 | 941 | */ |
938 | 942 | $emptyValues = array( |
939 | | - 'wgWikiId' => false, |
940 | 943 | 'wgAppleTouchIcon' => false, |
941 | 944 | 'wgVariantArticlePath' => false, |
942 | 945 | 'wgDBerrorLog' => null, |
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.4', |
| 22 | + 'version' => '0.15.5', |
23 | 23 | ); |
24 | 24 | |
25 | 25 | # Configuration part |