Last modified: 2007-07-22 17:35:36 UTC
When removing items from watchlist, page title shows "My watchlist - PREVIEW...", even though the items have already been removed (therefore, it's not a preview). Just something I thought I'd point out.
Created attachment 1897 [details] An diff proposal to fix the bug Submitting an diff proposal to fix the bug.
(adding keywords, a patch is present and needs review)
*** Bug 10403 has been marked as a duplicate of this bug. ***
Created attachment 3846 [details] Possible cleaner fix One possible method that's cleaner than just excluding on namespace; ditch the special-case checking per action in Title::setPageTitle() and have actions which want specific extras in the HTML title set these.
Tim fixed this in r24313 using a similar method.