Last modified: 2013-05-01 17:37:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T49922, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47922 - Unregistered users no longer receive any notification of talkpage messages
Unregistered users no longer receive any notification of talkpage messages
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Echo (Other open bugs)
unspecified
All All
: Highest critical with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-01 11:17 UTC by Rd232
Modified: 2013-05-01 17:37 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Rd232 2013-05-01 11:17:59 UTC
Unregistered users don't have access to Echo. But it appears that they no longer get the You Have New Messages message either (the Orange Bar). So they are no longer notified of new talkpage messages. See http://en.wikipedia.org/wiki/Wikipedia_talk:Notifications#IP_notifications
Comment 1 Derk-Jan Hartman 2013-05-01 11:55:02 UTC
Hooks.php :: abortNewTalkNotification()

if ( $recipient->getOption( 'echo-notify-show-link' )
                        && isset( $wgEchoNotifications['edit-user-talk'] )
                ) {

Should most likely become:

if ( $recipient->isLoggedIn()
                        && $recipient->getOption( 'echo-notify-show-link' )
                        && isset( $wgEchoNotifications['edit-user-talk'] )
                ) {
Comment 2 Ryan Kaldari 2013-05-01 17:37:59 UTC
Fixed on English Wikipedia.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links