Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,10 @@ |
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.16 - 21 March 2010 |
| 6 | + * Removed $wgUseMetadataEdit, $wgMetadataWhitelist and $wgCheckDBSchema |
| 7 | + * Added $wgGalleryOptions and $wgAllowUserCssPrefs |
| 8 | + |
5 | 9 | 0.15.15 - 17 March 2010 |
6 | 10 | * Fixed scripts/findSettings.php to work with current version of MediaWiki. |
7 | 11 | * Updated CodeReview, ContactPage, FlaggedRevs and SemanticMediaWiki |
Index: trunk/extensions/Configure/scripts/findSettings.php |
— | — | @@ -172,4 +172,4 @@ |
173 | 173 | } |
174 | 174 | |
175 | 175 | $maintClass = 'FindSettings'; |
176 | | -require_once( DO_MAINTENANCE ); |
\ No newline at end of file |
| 176 | +require_once( DO_MAINTENANCE ); |
Index: trunk/extensions/Configure/settings/Settings.i18n.php |
— | — | @@ -15,7 +15,6 @@ |
16 | 16 | 'configure-setting-wgActionPaths-key' => 'Action', |
17 | 17 | 'configure-setting-wgActionPaths-value' => 'URL template', |
18 | 18 | 'configure-setting-wgAllDBsAreLocalhost' => 'Silently rewrite all database connections to the local host', |
19 | | - 'configure-setting-wgCheckDBSchema' => 'Check that the database is up to date every page view (deprecated)', |
20 | 19 | 'configure-setting-wgDBAvgStatusPoll' => 'Average time between SHOW STATUS queries in overload conditions', |
21 | 20 | 'configure-setting-wgDBerrorLog' => 'File to log database errors to', |
22 | 21 | 'configure-setting-wgDBname' => 'Name of the database to use', |
— | — | @@ -70,6 +69,7 @@ |
71 | 70 | 'configure-setting-wgExpensiveParserFunctionLimit' => 'Maximum number of calls per parse to expensive parser functions', |
72 | 71 | 'configure-setting-wgExternalLinkTarget' => 'Default target attribute for external links', |
73 | 72 | 'configure-setting-wgCleanSignatures' => 'Substitute templates in signatures', |
| 73 | + 'configure-setting-wgGalleryOptions' => 'Default parameters for the <nowiki><gallery></nowiki> tag', |
74 | 74 | 'configure-setting-wgGrammarForms' => 'Grammar forms for GRAMMAR parser function', |
75 | 75 | 'configure-setting-wgLinkHolderBatchSize' => 'Batch size for LinkHolderArray', |
76 | 76 | 'configure-setting-wgMaxPPExpandDepth' => 'Stack depth limit for preprocessor template expansion', |
— | — | @@ -116,7 +116,6 @@ |
117 | 117 | 'configure-setting-wgLegalTitleChars' => 'Characters permitted in page titles (regex character class)', |
118 | 118 | 'configure-setting-wgMaxArticleSize' => 'Maximum page size (kB)', |
119 | 119 | 'configure-setting-wgMaxRedirects' => 'Maximum number of redirects to follow when resolving redirects', |
120 | | - 'configure-setting-wgMetadataWhitelist' => 'Page containing allowed metadata templates', |
121 | 120 | 'configure-setting-wgNoFollowLinks' => 'Add rel="nofollow" to links', |
122 | 121 | 'configure-setting-wgNoFollowDomainExceptions' => 'External links to these domain names (or any subdomains) will not have the rel="nofollow" attribute', |
123 | 122 | 'configure-setting-wgPageShowWatchingUsers' => 'Show which users are watching a page', |
— | — | @@ -127,7 +126,6 @@ |
128 | 127 | 'configure-setting-wgUniversalEditButton' => 'Enable the Universal Edit Button', |
129 | 128 | 'configure-setting-wgUrlProtocols' => 'Permitted external link protocols', |
130 | 129 | 'configure-setting-wgUseExternalEditor' => 'Allow use of external editor', |
131 | | - 'configure-setting-wgUseMetadataEdit' => 'Allow metadata editing', |
132 | 130 | 'configure-setting-wgAjaxLicensePreview' => 'Use AJAX to preview licensing for uploads', |
133 | 131 | 'configure-setting-wgAllowCopyUploads' => 'Allow uploads to be made by URL', |
134 | 132 | 'configure-setting-wgCheckFileExtensions' => 'Check file extensions', |
— | — | @@ -372,6 +370,7 @@ |
373 | 371 | 'configure-setting-wgAutoConfirmCount' => 'Autoconfirm edit count threshold', |
374 | 372 | 'configure-setting-wgAllowRealName' => 'Allow real names', |
375 | 373 | 'configure-setting-wgAllowUserSkin' => 'Allow users to change their skin', |
| 374 | + 'configure-setting-wgAllowUserCssPrefs' => 'Allow user preferences implemented in CSS', |
376 | 375 | 'configure-setting-wgAutocreatePolicy' => 'When should local accounts be automatically created when external accounts already exist', |
377 | 376 | 'configure-setting-wgAllowPrefChange' => 'Policies for how each preference is allowed to be changed', |
378 | 377 | 'configure-setting-wgAllowPrefChange-key' => 'User preference', |
Index: trunk/extensions/Configure/settings/Settings-core.php |
— | — | @@ -38,8 +38,6 @@ |
39 | 39 | 'wgUseAutomaticEditSummaries' => 'bool', |
40 | 40 | 'wgUseTagFilter' => 'bool', |
41 | 41 | 'wgUseTrackbacks' => 'bool', |
42 | | - 'wgUseMetadataEdit' => 'bool', |
43 | | - 'wgMetadataWhitelist' => 'text', |
44 | 42 | ), |
45 | 43 | 'ajax' => array( |
46 | 44 | 'wgUseAjax' => 'bool', |
— | — | @@ -169,7 +167,6 @@ |
170 | 168 | 'db' => array( |
171 | 169 | 'db' => array( |
172 | 170 | 'wgAllDBsAreLocalhost' => 'bool', |
173 | | - 'wgCheckDBSchema' => 'bool', |
174 | 171 | 'wgDBAvgStatusPoll' => 'int', |
175 | 172 | # 'wgDBconnection' => 'text', # This setting is deprecated and has an uncertain history. Best not to let people change it. |
176 | 173 | 'wgDBerrorLog' => 'text', |
— | — | @@ -553,6 +550,7 @@ |
554 | 551 | 'wgExpensiveParserFunctionLimit' => 'int', |
555 | 552 | 'wgExternalLinkTarget' => 'text', |
556 | 553 | 'wgCleanSignatures' => 'bool', |
| 554 | + 'wgGalleryOptions' => 'array', |
557 | 555 | 'wgGrammarForms' => 'array', |
558 | 556 | 'wgLinkHolderBatchSize' => 'int', |
559 | 557 | 'wgMaxPPExpandDepth' => 'int', |
— | — | @@ -635,6 +633,7 @@ |
636 | 634 | 'wgAutoConfirmCount' => 'int', |
637 | 635 | 'wgAllowRealName' => 'bool', |
638 | 636 | 'wgAllowUserSkin' => 'bool', |
| 637 | + 'wgAllowUserCssPrefs' => 'bool', |
639 | 638 | 'wgDefaultUserOptions' => 'array', |
640 | 639 | 'wgDisableAnonTalk' => 'bool', |
641 | 640 | 'wgHiddenPrefs' => 'array', |
— | — | @@ -885,6 +884,7 @@ |
886 | 885 | 'wgSVGConverters' => 'assoc', |
887 | 886 | 'wgAntivirusSetup' => 'array', |
888 | 887 | # Parser |
| 888 | + 'wgGalleryOptions' => 'assoc', |
889 | 889 | 'wgGrammarForms' => 'array', |
890 | 890 | 'wgParserConf' => 'assoc', |
891 | 891 | 'wgParserTestFiles' => 'simple', |
— | — | @@ -1032,7 +1032,6 @@ |
1033 | 1033 | 'wgVariantArticlePath', |
1034 | 1034 | # Db |
1035 | 1035 | 'wgAllDBsAreLocalhost', |
1036 | | - 'wgCheckDBSchema', |
1037 | 1036 | 'wgDBAvgStatusPoll', |
1038 | 1037 | 'wgDBClusterTimeout', |
1039 | 1038 | 'wgDBerrorLog', |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ), |
19 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.15.15', |
| 21 | + 'version' => '0.15.16', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |