Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | $prefs['days'] = floatval( $wgUser->getOption( 'watchlistdays' ) ); |
105 | 105 | $prefs['hideminor'] = $wgUser->getBoolOption( 'watchlisthideminor' ); |
106 | 106 | $prefs['hidebots'] = $wgUser->getBoolOption( 'watchlisthidebots' ); |
107 | | - $prefs['hideanons'] = $wgUser->getBoolOption( 'watchlisthideanon' ); |
| 107 | + $prefs['hideanons'] = $wgUser->getBoolOption( 'watchlisthideanons' ); |
108 | 108 | $prefs['hideliu'] = $wgUser->getBoolOption( 'watchlisthideliu' ); |
109 | 109 | $prefs['hideown' ] = $wgUser->getBoolOption( 'watchlisthideown' ); |
110 | 110 | $prefs['hidepatrolled' ] = $wgUser->getBoolOption( 'watchlisthidepatrolled' ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -107,6 +107,7 @@ |
108 | 108 | the right message instead of complaining about a MIME/extension mismatch |
109 | 109 | * (bug 26809) Uploading files with multiple extensions where one of the extensions |
110 | 110 | is blacklisted now gives the proper extension in the error message. |
| 111 | +* (bug 26961) Hide anon edits in watchlist preference now actually works. |
111 | 112 | |
112 | 113 | === API changes in 1.18 === |
113 | 114 | * (bug 26339) Throw warning when truncating an overlarge API result |