https://bugzilla.wikimedia.org/show_bug.cgi?id=24682

           Summary: Change wikimediafoundation.org's ContactPage extension
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: b...@mzmcbride.com


It looks like the ContactPage extension was forked into a ContactPageFundraiser
variant, but this has led to nothing but bitrot and confusion.

The ContactPage extension is being maintained while ContactPageFundraiser is
not. I'd suggest removing these lines from CommonSettings.php:

    include( "$IP/extensions/ContactPageFundraiser/ContactPage.php" );
    $wgContactUser = 'Storiescontact';

And in InitialiseSettings.php, replace the relevant section of code with:

'wmgContactPageConf' => array(
    'default' => false,

    'foundationwiki' => array(
        'wgContactUser' => 'Storiescontact',
        'wgContactIncludeIP' => false,
    ),

    // bug 15624
    'nlwiki' => array( 
        'wgContactUser' => 'WikiAdmin',
    'wgContactSenderName' => 'Contactformulier op nl-Wikipedia',
    'wgContactIncludeIP' => true,
    ),
),

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to