Download & Extend

drush command to check all nodes for invalid node_access entries

Project:Devel
Version:6.x-1.x-dev
Component:devel_node_access
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I think it would be useful to have a drush command to check all nodes in "debug mode" and return all nodes with bad node_access entries. Once you have a complete list you can check them one by one.

Comments

#1

What do you mean with "bad"? Those that appear in red? in yellow?

Why a drush command? Wouldn't a list view with links be more appropriate and usable?

Depending on the number of nodes that you have, this could run for a very very long time.

#2

I am making changes in a production site (in development enviorment). I would like to have a way to see which nodes are afected when changing node access modules.
I said drush because I must check ~80.000 nodes; but in some sites I have created batch operations to generate large tables and then use views to check them.