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.7.12 - 24 September 2008 |
| 6 | + * Updated ConfirmAccount extension |
| 7 | + * Added some new extensions |
| 8 | + |
5 | 9 | 0.7.11 - 22 September 2008 |
6 | 10 | $wgCachedMessageArrays is obsolete since MediaWiki 1.8.0. |
7 | 11 | |
Index: trunk/extensions/Configure/Configure.settings-ext.php |
— | — | @@ -334,7 +334,7 @@ |
335 | 335 | array( |
336 | 336 | 'name' => 'SpecialCite', |
337 | 337 | 'dir' => 'Cite', |
338 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Cite.php' |
| 338 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php' |
339 | 339 | ), |
340 | 340 | array( |
341 | 341 | 'name' => 'CleanChanges', |
— | — | @@ -408,6 +408,7 @@ |
409 | 409 | 'wgConfirmAccountSaveInfo' => 'bool', |
410 | 410 | 'wgConfirmAccountContact' => 'text', |
411 | 411 | 'wgConfirmAccountCaptchas' => 'bool', |
| 412 | + 'wgConfirmAccountNotice' => 'bool', |
412 | 413 | 'wgAllowAccountRequestFiles' => 'bool', |
413 | 414 | 'wgAccountRequestExts' => 'array', |
414 | 415 | ), |
— | — | @@ -499,7 +500,7 @@ |
500 | 501 | 'settings' => array( |
501 | 502 | 'wgCountEditsMostActive' => 'bool', |
502 | 503 | ), |
503 | | - 'url' => 'http://www.mediawiki.wiki/wiki/Extesion:CountEdits', |
| 504 | + 'url' => 'http://www.mediawiki.wiki/wiki/Extension:CountEdits', |
504 | 505 | ), |
505 | 506 | array( |
506 | 507 | 'name' => 'CreateBox', |
— | — | @@ -524,16 +525,56 @@ |
525 | 526 | |
526 | 527 | // D |
527 | 528 | array( |
| 529 | + 'name' => 'DeleteBatch', |
| 530 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:DeleteBatch', |
| 531 | + ), |
| 532 | + array( |
528 | 533 | 'name' => 'DeletedContributions', |
529 | 534 | 'url' => 'http://www.mediawiki.org/wiki/Extension:DeletedContributions', |
530 | 535 | ), |
531 | 536 | array( |
| 537 | + 'name' => 'DeleteQueue', |
| 538 | + 'settings' => array( |
| 539 | + 'wgDeleteQueueExpiry' => 'array', |
| 540 | + ), |
| 541 | + 'array' => array( |
| 542 | + 'wgDeleteQueueExpiry' => 'assoc', |
| 543 | + ), |
| 544 | + 'schema' => true, |
| 545 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:DeleteQueue', |
| 546 | + ), |
| 547 | + array( |
| 548 | + 'name' => 'DidYouMean', |
| 549 | + 'settings' => array( |
| 550 | + 'wgDymUseSeeTemplate' => 'bool', |
| 551 | + ), |
| 552 | + 'schema' => true, |
| 553 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:DidYouMean', |
| 554 | + ), |
| 555 | + array( |
| 556 | + 'name' => 'DisableSpecialPages', |
| 557 | + 'settings' => array( |
| 558 | + 'wgDisabledSpecialPages' => 'array', |
| 559 | + ), |
| 560 | + 'array' => array( |
| 561 | + 'wgDisabledSpecialPages' => 'simple', |
| 562 | + ), |
| 563 | + ), |
| 564 | + array( |
532 | 565 | 'name' => 'DismissableSiteNotice', |
533 | 566 | 'settings' => array( |
534 | 567 | 'wgMajorSiteNoticeID' => 'int', |
535 | 568 | ), |
536 | 569 | 'url' => 'http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice', |
537 | 570 | ), |
| 571 | + array( |
| 572 | + 'name' => 'Duplicator', |
| 573 | + 'settings' => array( |
| 574 | + 'wgDuplicatorRevisionLimit' => 'int', |
| 575 | + ), |
| 576 | + 'schema' => true, |
| 577 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Duplicator', |
| 578 | + ), |
538 | 579 | |
539 | 580 | // E |
540 | 581 | array( |
— | — | @@ -553,7 +594,7 @@ |
554 | 595 | ), |
555 | 596 | array( |
556 | 597 | 'name' => 'EditSubpages', |
557 | | - 'url' => "http://www.mediawiki.org/wiki/Extension:EditSubpages", |
| 598 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:EditSubpages', |
558 | 599 | ), |
559 | 600 | array( |
560 | 601 | 'name' => 'EditUser', |
— | — | @@ -581,7 +622,7 @@ |
582 | 623 | ), |
583 | 624 | array( |
584 | 625 | 'name' => 'FindSpam', |
585 | | - 'url'=>'http://www.mediawiki.org/wiki/Extension:Find_Spam', |
| 626 | +# 'url'=>'http://www.mediawiki.org/wiki/Extension:Find_Spam', |
586 | 627 | ), |
587 | 628 | array( |
588 | 629 | 'name' => 'FlaggedRevs', |
— | — | @@ -642,6 +683,10 @@ |
643 | 684 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FlaggedRevs', |
644 | 685 | ), |
645 | 686 | array( |
| 687 | + 'name' => 'ForcePreview', |
| 688 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:ForcePreview', |
| 689 | + ), |
| 690 | + array( |
646 | 691 | 'name' => 'FormPreloadPostCache', |
647 | 692 | ), |
648 | 693 | |
— | — | @@ -668,6 +713,26 @@ |
669 | 714 | ), |
670 | 715 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Gnuplot', |
671 | 716 | ), |
| 717 | + array( |
| 718 | + 'name' => 'GoogleAdSense', |
| 719 | + 'settings' => array( |
| 720 | + 'wgGoogleAdSenseWidth' => 'int', |
| 721 | + 'wgGoogleAdSenseHeight' => 'int', |
| 722 | + 'wgGoogleAdSenseSrc' => 'text', |
| 723 | + 'wgGoogleAdSenseClient' => 'text', |
| 724 | + 'wgGoogleAdSenseSlot' => 'text', |
| 725 | + 'wgGoogleAdSenseID' => 'text', |
| 726 | + ), |
| 727 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Google_AdSense_2', |
| 728 | + ), |
| 729 | + array( |
| 730 | + 'name' => 'GoToCategory', |
| 731 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:GoToCategory', |
| 732 | + ), |
| 733 | + array( |
| 734 | + 'name' => 'GroupPortal', |
| 735 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:GroupPortal', |
| 736 | + ), |
672 | 737 | |
673 | 738 | // I |
674 | 739 | array( |
— | — | @@ -750,6 +815,7 @@ |
751 | 816 | 'settings' => array( |
752 | 817 | 'wgAllowAnyUserOnlineStatusFunction' => 'bool', |
753 | 818 | ), |
| 819 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:OnlineStatus', |
754 | 820 | ), |
755 | 821 | array( |
756 | 822 | 'name' => 'Oversight', |
— | — | @@ -794,6 +860,7 @@ |
795 | 861 | 'array' => array( |
796 | 862 | 'wgSkinPerNamespace' => 'ns-text', |
797 | 863 | ), |
| 864 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:SkinPerNamespace', |
798 | 865 | ), |
799 | 866 | array( |
800 | 867 | 'name' => 'SkinPerPage', |
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 by a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.7.11', |
| 21 | + 'version' => '0.7.12', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | ## Configuration part |