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

       Web browser: ---
             Bug #: 36776
           Summary: Don't check user_newtalk for anons when
                    $wgDisableAnonTalk = true;
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: User login
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Currently:

$ grep wgDisableAnonTalk * -R
includes/DefaultSettings.php:$wgDisableAnonTalk = false;
includes/Linker.php:            global $wgUser, $wgDisableAnonTalk, $wgLang;
includes/Linker.php:            $talkable = !( $wgDisableAnonTalk && 0 ==
$userId );
$

So it's only a visual hack. The whole feature should be disabled by not
checking user_newtalk at all.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to