Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Feb 2010 at 21:58 UTC
Updated:
19 Oct 2018 at 21:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
corey.aufang commentedHere is the module.
All it requires is content_permissions and modalframe to be enabled.
From the field edit page, you will see a link in the upper right corner of the "Basic Information" fieldset.
Clicking it will launch a modal frame with the permissions form filtered to the field you are currently editing.
Comment #2
corey.aufang commentedForgot to update status.
Comment #3
avpadernoHello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review your code.
As per Apply for contributions CVS access, the motivation message should be expanded, and report the differences existing with projects already in Drupal.org repository. Why doesn't the module change the way all the permissions are listed, rather than changing only the CCK field permissions?
Comment #4
avpadernoI forgot to change status.
Comment #5
corey.aufang commentedI've worked on several projects where we have had hundreds of fields. Trying to administer field permissions for that many fields can get very frustrating, having to scroll through the list, and also having the view and edit permissions separated by hundreds of lines.
By creating this module, I sought out a way to remove the frustration that I and my team experience when having to adjust field permissions.
All the modules that I found pertaining to field permissions have ways of giving new types of permissions to fields, none are simply about administering existing permissions for fields.
The simplest way to edit permissions for a individual field way to load the whole permissions form, and just hide everything that wasn't the current field. I do this in a modal frame that is opened from the field settings page which provides a quick access to the specific field's permissions.
Comment #6
corey.aufang commentedforgot status again :/
Comment #7
corey.aufang commentedHere's a couple of screen shots showing the functionality.
The first one show where the link is placed on the field settings page.
The second one shows the modal frame and the filtered permissions form that is displayed after clicking on the link.
Comment #8
corey.aufang commentedcorrected some CVS header comments
Comment #9
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the dedicated reviewers as well.
Comment #12
avpaderno