Index: trunk/phase3/includes/SpecialWatchlist.php |
— | — | @@ -47,6 +47,8 @@ |
48 | 48 | $uid = $wgUser->getId(); |
49 | 49 | if( $wgEnotifWatchlist && $wgRequest->getVal( 'reset' ) && $wgRequest->wasPosted() ) { |
50 | 50 | $wgUser->clearAllNotifications( $uid ); |
| 51 | + $wgOut->redirect( $specialTitle->getFullUrl() ); |
| 52 | + return; |
51 | 53 | } |
52 | 54 | |
53 | 55 | $defaults = array( |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -310,6 +310,7 @@ |
311 | 311 | * (bug 10608) PHP notice when installing with PostgreSQL |
312 | 312 | * (bug 10615) Fix for transwiki import when CURL not available |
313 | 313 | * (bug 8054) Return search page for empty search requests with ugly URLs |
| 314 | +* (bug 10572) Force refresh after clearing visitation timestamps on watchlist |
314 | 315 | |
315 | 316 | |
316 | 317 | == API changes since 1.10 == |