Last modified: 2007-09-10 05:40:57 UTC
Created attachment 3808 [details] Attaching a patch for this against r23108. I haven't applied it in case there's something bleedingly obvious that I am missing. In includes/Title.php, Title->userCan( 'edit' ) seems to always return true, even if the user has "$wgGroupPermissions['*']['edit'] = false;" in their LocalSettings.php . This does not seem right, and causes the TalkHere extension to behave incorrectly (always shows an "Add comment" link, even when the user cannot add a comment).
Added in r23996, marked as resolved.
Created attachment 3893 [details] Patch to fix this bug for all actions There are other actions (like 'delete') affected by this bug. This patch will fix this bug for all actions.
This will be fixed in my upcoming userCan changes, and I see little immense need to apply the patch before they are applied - seeing as it's a completeness issue rather than an actual software error.
Fixed a while ago.