Closed (fixed)
Project:
Content moderation
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2010 at 01:23 UTC
Updated:
31 Mar 2010 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
EugenMayer commentedYou can use the block-visibilty permissions and set it to "authenticated user"
Comment #2
EugenMayer commentedComment #3
EugenMayer commentedconfirmed, using the block permissions works.
Comment #4
sskully commentedSorry I should have been more descriptive.
By tab, I was talking about the tabs on the top of the node when it is viewed.
Right now it shows the "view" and "moderation history"tab at the top of the page.
I've uploaded a screen capt.
Thanks for all your help!
Comment #5
EugenMayer commentedOh well, now i get you. I guess we need an extra user permission for that for each content type "access history for node type X". Well this will be a feature which is easy to implement but yet we have a feature freeze due the release candidate.
I might find time to provide you a patch for this feature, but well, depends on my schedule. Just bumb this thread from time to time :)
Comment #6
EugenMayer commentedComment #7
Dr Jay commentedseconded and subscribed
Comment #8
Dr Jay commentedBTW, the temporary CSS hack I'm using is
.not-logged-in .local-tasks {display:none;}in case that helps you.Comment #9
j0k3z commented+1 I really need this feature.
Comment #10
sskully commentedAny Progress on this fix?
I can't use this module if my unregistered user can view all the revisions.
Thanks
Comment #11
EugenMayer commentedskully, iam currently not working on it, feel free to provide patches (rather easy job here). Otherwise use CSS as #8 to hide those.
Comment #12
sskully commentedI hope I didn't offend you, I think your project is great.
And I am in no way a talented enough programmer to do any patches.
I did try the CSS, but it didn't work for me. I'm sure I'm just missing something.
I'm sure you are really busy and I really would appreciate you applying this feature once you get the chance.
Thanks for you help!
Comment #13
EugenMayer commentedskully there was no offence, so dont worry. Iam just also busy doing other things but i see people really interested in that feature urgently. Just also hoping people doing more then writing feature requests :)
Comment #14
broonHere's a quick patch which is working for me.
Since this is my first patch (in contrast of posting code formerly) and additionaly it's created on a Windows machine I don't know if it's working automatically. At least modfication by hand should get it going.
Best,
Paul
EDIT: As I am currently testing this module the patch provided above already contains a fix for another problem.
Comment #15
EugenMayer commentedThank you very much sin.star for helping out here. Sure people are glad to see this feature come in. Applied both
Comment #16
broonActually the patch fails as the permission never shows up on permission settings page. After unsuccessfully blaming permission cache for that I found a typo in the function content_moderation_perm. There the rights array spells "rigths". Corrected the typo in my updated patch (against 6.x-1.0).
Best,
Paul
EDIT: Again, this patch also includes the correction for the editors link in drupal_set_message as mentioned above.
Comment #17
EugenMayer commentedAlso missed that one. Fixed.
Comment #18
broonI'm sorry, but I missed something, too. Changing the permission names also requires to change the proper names in relevant access function. So here is the next (hopefully last) patch regarding this issue.
Best,
Paul
Comment #19
EugenMayer commentedWell yes, all true.
included that patch and made a release : http://drupal.org/node/738330
Comment #20
EugenMayer commentedfixed and released in 1.1
Comment #21
sskully commentedThanks Eugen!
This is a great project!
Comment #22
EugenMayer commentedsskully thanks should go to sin.star - he implemented it completely and provided the patch. Actually all i did (nearly) is commit them :)
Any thanks!
Comment #23
broonAs I found the patch missing from 1.2 here's a new one. ;)
(No changes actually to the one before except for line numbers.)