Closed (won't fix)
Project:
Taxonomy Access Control Lite
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2007 at 00:05 UTC
Updated:
17 Jan 2008 at 13:32 UTC
The requirement to re-save all nodes in a site after installing Tac-lite is just too onerous. There needs to be an automated way to handle this.
Do all of the access modules have this shortcoming?
What is involved here?
Do we just need to walk the nodes, load all of them, and do a node_save() call on them? Could that be an add-on to the module, or perhaps to devel? It doesn't sound very hard to whip up some code, but maybe I don't understand.
Thanks,
-Randy
Comments
Comment #1
Dave Cohen commentedAs of Drupal 5.x, you don't have to resave all nodes. There is a way built into Drupal to rebuild the node access table. I can't recall right now exactly where it is, buried somewhere in the admin pages. If you explore a little bit you can find it.
Comment #2
dman commentedUm I think 'rebuild access table' is in devel.module, not core.
Comment #3
Christefano-oldaccount commentedThe "Rebuild permissions" button is added to admin/content/node-settings (Administer -> Content management -> Post settings) when an access control module is installed.