Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 12:41 UTC
Updated:
25 Jan 2007 at 04:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commentedcode looks good, but does not apply cleanly
Comment #2
Wesley Tanaka commentedComment #3
moshe weitzman commentedtested and code reviewed. the code looks good. a couple glitches ...
- users with this permission should be able to use the admin/comment page. they can do all that is shown there individally, lets give them the power interface.
- when an admin edits a comment, the owner of the does not change. when the new editor does, the owner changes. not desirable.
- maybe rename the new permission to 'maintain comments' for consistency with book.module? not sure about that.
this will be a sweet feature for forum admins on drupal.org.
Comment #4
Wesley Tanaka commentedThanks for the catch! I don't get this behavior, but I'm maintaining about 25 patches on top of drupal, so it could have been fixed in one of those other patches. If you apply this patch (in addition to the one in comment #2), does that fix this issue?
Comment #5
moshe weitzman commentedalas, thats didn't fix it ... if anyone gets a chance, please investigate and post a new patch.
Comment #6
Wesley Tanaka commentedI tested patching a stock HEAD with the both patches, and I couldn't reproduce the behavior you reported of the author changing.
Comment #7
moshe weitzman commentedthat odd username reset might have been caused by http://drupal.org/node/50755
Comment #8
Wesley Tanaka commentedDoes that mean that this patch does work for you now?
Comment #9
Jaza commentedI don't think that this is really needed. Users who can edit comments will always need access to the 'admin/content/comment' page, so that they can see what comments are available for, or in need of, editing. Also, there's no reason why users with 'administer comments' permission need to have access to anything else in the site's admin area.