Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
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.13.13 - 28 April 2009 |
| 6 | + Updated CodeReview and SkinPerPage extensions. |
| 7 | + |
5 | 8 | 0.13.12 - 27 April 2009 |
6 | 9 | * Added support for the Drafts extension |
7 | 10 | * (bugs 16828, 18582) Fixed some JavaScript issues on Internet Explorer. |
Index: trunk/extensions/Configure/Configure.settings-ext.txt |
— | — | @@ -209,7 +209,8 @@ |
210 | 210 | CodeReview |
211 | 211 | settings[] = wgCodeReviewENotif: bool, wgCodeReviewImgRegex: text |
212 | 212 | settings[] = wgSubversionProxy: text, wgSubversionProxyTimeout: int |
213 | | -settings[] = wgSubversionUser: text, wgSubversionPassword: text, wgWikiSVN: text |
| 213 | +settings[] = wgSubversionUser: text, wgSubversionPassword: text |
| 214 | +settings[] = wgCodeReviewImportBatchSize: int, wgWikiSVN: text |
214 | 215 | schema = true |
215 | 216 | url = http://www.mediawiki.org/wiki/Extension:CodeReview |
216 | 217 | |
— | — | @@ -559,8 +560,11 @@ |
560 | 561 | url = http://www.mediawiki.org/wiki/Extension:ReplaceText |
561 | 562 | |
562 | 563 | SkinPerNamespace |
563 | | -settings[] = wgSkinPerNamespace: array, wgSkinPerNamespaceOverrideLoggedIn: bool |
| 564 | +settings[] = wgSkinPerNamespace: array |
| 565 | +settings[] = wgSkinPerSpecialPage: array |
| 566 | +settings[] = wgSkinPerNamespaceOverrideLoggedIn: bool |
564 | 567 | array[] = wgSkinPerNamespace: ns-text |
| 568 | +array[] = wgSkinPerSpecialPage: assoc |
565 | 569 | url = http://www.mediawiki.org/wiki/Extension:SkinPerNamespace |
566 | 570 | |
567 | 571 | SkinPerPage |
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.13.12', |
| 22 | + 'version' => '0.13.13', |
23 | 23 | ); |
24 | 24 | |
25 | 25 | # Configuration part |