https://bugzilla.wikimedia.org/show_bug.cgi?id=28589
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Edit notices display "edit" |Pages protected by title |tab instead of "view |blacklist extension show |source" even if the editor |"edit" tab instead of "view |cannot edit them |source" even if the editor | |cannot edit them --- Comment #2 from Bawolff <[email protected]> 2011-04-20 04:01:22 UTC --- Based on talk on irc, this page is protected via title blacklist extension. The title blacklist extension uses the getUserPermissionsErrorsExpensive hook, which means that its only checked when we absolutely have to (aka on an actual edit, not on when we decide what to display the edit tab as). I have no idea how expensive title blacklist is, but presumably its using that hook for a reason and probably isn't going to change. However, with that said when we're actually on an edit page (aka http://en.wikipedia.org/w/index.php?title=Template:Editnotices/Page/Template_talk:Did_you_know&action=edit ) we do have to do the expensive check, and we should probably re-use that when building the skin elements. (However I'm not sure how easy that'd be to do in practice). -- 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
