Page MenuHomePhabricator

Deleting a user-page should reset 'newtalk' flag
Closed, ResolvedPublic

Description

If a user's talk-page is altered, the 'newtalk' flag is set, prompting the system to
display the "new messages" banner until the user clicks on the link.

In the event that the alteration was vandalism and the entire talk-page is deleted (for
example if the *only* edit is the vandalism) the 'newtalk' flag is not reset. When the user
responds the result is an error.

The deletion process should check if the page in question is a user's talk-page and if so
reset the 'newtalk' flag.


Version: unspecified
Severity: normal

Details

Reference
bz8756

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:31 PM
bzimport set Reference to bz8756.
bzimport added a subscriber: Unknown Object (MLST).

Fixed several months ago. Article::onPageDelete() sets the user's newtalk flag to false when a page the user_talk namespace is deleted.