Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | This file lists changes on this extension. Localisation updates are done |
3 | 3 | through translatewiki.net and are not listed here. |
4 | 4 | |
| 5 | +0.15.35 - 8 August 2010 |
| 6 | + Updated CategoryWatch, CodeReview and Woopra extensions. |
| 7 | + |
5 | 8 | 0.15.34 - 4 July 2010 |
6 | 9 | Updated FlaggedRevs and Translate extensions. |
7 | 10 | |
Index: trunk/extensions/Configure/settings/Settings-ext.txt |
— | — | @@ -169,6 +169,7 @@ |
170 | 170 | |
171 | 171 | CategoryWatch |
172 | 172 | settings[] = wgCategoryWatchNotifyEditor: bool, wgCategoryWatchUseAutoCat: bool |
| 173 | +settings[] = wgCategoryWatchUseAutoCatRealName: bool |
173 | 174 | url = http://www.mediawiki.org/wiki/Extension:CategoryWatch |
174 | 175 | |
175 | 176 | CategoryFeed |
— | — | @@ -255,11 +256,12 @@ |
256 | 257 | settings[] = wgSubversionProxy: text, wgSubversionProxyTimeout: int |
257 | 258 | settings[] = wgSubversionUser: text, wgSubversionPassword: text |
258 | 259 | settings[] = wgCodeReviewImportBatchSize: int, wgWikiSVN: text |
259 | | -settings[] = wgCodeReviewSharedSecret: text, wgSubversionOptions: text |
260 | | -settings[] = wgCodeReviewCommentWatcher: text, wgCodeReviewMaxDiffSize: int |
261 | | -settings[] = wgCodeReviewTestsTimeout: int, wgCodeReviewDeferredPaths: array |
| 260 | +settings[] = wgSubversionOptions: text, wgCodeReviewCommentWatcher: text |
| 261 | +settings[] = wgCodeReviewMaxDiffSize: int, wgCodeReviewDeferredPaths: array |
| 262 | +settings[] = wgCRUDPAddress: text, wgCRUDPPort: int, wgCRUDPPrefix: text |
262 | 263 | array[] = wgCodeReviewDeferredPaths: simple |
263 | 264 | empty[] = wgCodeReviewSharedSecret: false, wgCodeReviewCommentWatcher: false |
| 265 | +empty[] = wgCRUDPAddress: false, wgCRUDPPort: false |
264 | 266 | schema = true |
265 | 267 | url = http://www.mediawiki.org/wiki/Extension:CodeReview |
266 | 268 | |
— | — | @@ -1027,6 +1029,8 @@ |
1028 | 1030 | url = http://www.mediawiki.org/wiki/Extension:WikiTextLoggedInOut |
1029 | 1031 | |
1030 | 1032 | Woopra |
| 1033 | +settings[] = wgWoopraSitekey: text |
| 1034 | +empty[] = wgWoopraSitekey: false |
1031 | 1035 | url = http://www.mediawiki.org/wiki/Extension:Woopra |
1032 | 1036 | |
1033 | 1037 | YouTubeAuthSub |
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.34', |
| 21 | + 'version' => '0.15.35', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |