r24210 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24209‎ | r24210 | r24211 >
Date:19:16, 17 July 2007
Author:brion
Status:old
Tags:
Comment:
* (bug 10572) Force refresh after clearing visitation timestamps on watchlist
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWatchlist.php
@@ -47,6 +47,8 @@
4848 $uid = $wgUser->getId();
4949 if( $wgEnotifWatchlist && $wgRequest->getVal( 'reset' ) && $wgRequest->wasPosted() ) {
5050 $wgUser->clearAllNotifications( $uid );
 51+ $wgOut->redirect( $specialTitle->getFullUrl() );
 52+ return;
5153 }
5254
5355 $defaults = array(
Index: trunk/phase3/RELEASE-NOTES
@@ -310,6 +310,7 @@
311311 * (bug 10608) PHP notice when installing with PostgreSQL
312312 * (bug 10615) Fix for transwiki import when CURL not available
313313 * (bug 8054) Return search page for empty search requests with ugly URLs
 314+* (bug 10572) Force refresh after clearing visitation timestamps on watchlist
314315
315316
316317 == API changes since 1.10 ==

Follow-up revisions

RevisionCommit summaryAuthorDate
r24215Merged revisions 24095-24212 via svnmerge from...david21:19, 17 July 2007

Status & tagging log