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.12.11 - 7 March 2009 |
| 6 | + * Added documentation url for Find Spam |
| 7 | + * Fixed $wgCentralAuthAutoLoginWikis array type |
| 8 | + * Marked that CentralNotice requires a schema change |
| 9 | + |
5 | 10 | 0.12.10 - 6 March 2009 |
6 | 11 | Updated ParserFunctions' documentation link. |
7 | 12 | |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
19 | 19 | 'description' => 'Allow authorised users to configure the wiki via a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.12.10', |
| 21 | + 'version' => '0.12.11', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |
Index: trunk/extensions/Configure/Configure.settings-ext.php |
— | — | @@ -275,7 +275,7 @@ |
276 | 276 | 'wgCentralAuthNew2UDPPrefix' => 'text', |
277 | 277 | ), |
278 | 278 | 'array' => array( |
279 | | - 'wgCentralAuthAutoLoginWikis' => 'simple', |
| 279 | + 'wgCentralAuthAutoLoginWikis' => 'assoc', |
280 | 280 | ), |
281 | 281 | 'schema' => true, |
282 | 282 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralAuth', |
— | — | @@ -307,6 +307,7 @@ |
308 | 308 | 'wgNoticeCentralDirectory' => false, |
309 | 309 | 'wgNoticeLocalDirectory' => false, |
310 | 310 | ), |
| 311 | + 'schema' => true, |
311 | 312 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralNotice', |
312 | 313 | ), |
313 | 314 | array( |
— | — | @@ -416,13 +417,13 @@ |
417 | 418 | ), |
418 | 419 | array( |
419 | 420 | 'name' => 'CommentSpammer', |
420 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:CommentSpammer', |
421 | 421 | 'settings' => array( |
422 | 422 | 'wgCommentSpammerLog' => 'array', |
423 | 423 | ), |
424 | 424 | 'array' => array( |
425 | 425 | 'wgCommentSpammerLog' => 'assoc', |
426 | 426 | ), |
| 427 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:CommentSpammer', |
427 | 428 | ), |
428 | 429 | array( |
429 | 430 | 'name' => 'ConfirmAccount', |
— | — | @@ -524,8 +525,8 @@ |
525 | 526 | 'wgContributorsLimit' => 'int', |
526 | 527 | 'wgContributorsThreshold' => 'int', |
527 | 528 | ), |
| 529 | + 'schema' => true, |
528 | 530 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Contributors', |
529 | | - 'schema' => true, |
530 | 531 | ), |
531 | 532 | array( |
532 | 533 | 'name' => 'ContributorsAddon', |
— | — | @@ -654,7 +655,7 @@ |
655 | 656 | ), |
656 | 657 | array( |
657 | 658 | 'name' => 'FindSpam', |
658 | | -# 'url'=>'http://www.mediawiki.org/wiki/Extension:Find_Spam', |
| 659 | + 'url'=>'http://www.mediawiki.org/wiki/Extension:Find_Spam', |
659 | 660 | ), |
660 | 661 | array( |
661 | 662 | 'name' => 'FlaggedRevs', |