don't write node-access records with no grants
moshe weitzman - July 12, 2006 - 05:57
| Project: | Node Access Arbitrator |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Description
avoid writing records where view/update/delete are 0. this is bloat.

#1
Here's a little patch that would make na_arbitrator only write records that had at least one nonzero grant. I don't know if there might be larger implications of not writing these rows, but you can decide.
#2
ignore the patch--it won't do the trick.
#3
noone is maintaining this module. a much better move is to use 5.0 where its functionality is now in core.
#4
I'm not actually adding new functionality to the module (I will fix bugs where necessary). This isn't technically a bug.
Drupal 5 has this module already incorporated. I definitely encourage updating sites to Drupal 5 where possible.
#5