Needs review
Project:
Revision Moderation
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 16:20 UTC
Updated:
10 Feb 2011 at 12:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jbrauer commentedThis looks interesting. A very minor nit in that I'm not a fan of the $update_goes_live variable name as it's not equal to the other access terms in the if statements. Maybe calling the variable $users_own_content_allowed (which I'm still not thrilled with) but something along those lines.
Comment #2
boobaaNow the need has arisen to be able to grant a role a different permission that allows them to update even others' content without moderation. Patch has been updated accordingly; now the aforementioned magic variable name is
$updating_live_allowed-- hope that will be better.