https://bugzilla.wikimedia.org/show_bug.cgi?id=27858
--- Comment #2 from Brion Vibber <[email protected]> 2011-05-23 23:21:33 UTC --- Here's a currently blocked example page: http://en.wikipedia.org/wiki/User_talk:76.22.193.206 There's a red box 'This user is currently blocked' bla bla, which gets shown on: * the user page * the user talk page * the user page, while editing * the user talk page, while editing The edit view shouldn't be cached, so ought to update automatically after the block; the user page & user talk page views themselves however may still be cached after a block expires, so you'd still see the warning there after an expiry. Can find more block samples here: http://en.wikipedia.org/w/index.php?title=Special:Log/block Likely fix: * make sure the user page & user talk page get purged from cache when a block expires or is removed (this should actually fix it more or less correctly) Clearing on expiration requires actually having some handler per-expiration; not sure offhand if the current expiries are just bulk deletes or give that chance. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
