Closed (fixed)
Project:
Node Order
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 May 2010 at 07:55 UTC
Updated:
24 Jul 2014 at 02:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
garphyPatch attached.
Comment #2
gooddesignusa commentedpatch applied without any problems but doesn't seem to work correctly. inside the permissions page under nodeorder i see "contributions/modules/nodeorder" instead of "administer nodeorder"
I used applied the patch to version 6.x-1.1. Do i need to clear cache or something after I copied the new version of nodeorder.module?
This patch is exactly what I need. Thanks a lot
Comment #3
garphyIndeed, there's a problem with my patch. I'll reroll it quickly !
Comment #4
marcus_clements commentedPlease add this feature - I needed this change myself.
Comment #5
gooddesignusa commentedAny news on the reroll of the patch?
Comment #6
scottrigbyre-rolled patch
Comment #7
gooddesignusa commentedthank you scottrigby :)
Comment #8
j0rd commentedThis is actually a security leak. "access administration pages", simply allows the user to do just that "access administration pages". This is an option which is used to provide access to admin section for the end user. It's a permission that's needed in conjunction with admin_menu to display the admin menu at the top.
No other modules I have installed on my site, leak permissions except for nodeorder based off this permission. I would recommend changing it to a more fine grained like "admin nodeorder", or changing it to "administer site configuration", which is the more appropriate "generic admin" permissions.
Comment #9
j0rd commentedPatch #6 is no good.
Here's two patches (D6 & D7) which provide this functionality. Also added a description for other nodeorder permission in D7.
Comment #12
dieuweBoth patches committed.