It's inconvenient to track all the different variables being used to track the last nid and changed, and there is no central way to reset them - guess that was a regression.

Comments

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new10.15 KB

like this?

pwolanin’s picture

Assigned: Unassigned » pwolanin

note, that without this change back the _nodeaccess module is pretty well broken - there is no easy way for it to require general re-indexing.

An alternative would be to define a new hook to tell all modules to re-index, but I think the way in the patch is more convenient for add-on modules.

paul.lovvik’s picture

Status: Needs review » Reviewed & tested by the community

Nice work. Definitely an improvement.

febbraro’s picture

Looks good to me.

pwolanin’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new12.9 KB

actually - it would be better if we had an update path

pwolanin’s picture

StatusFileSize
new12.94 KB

should also clear out the existing variables.

pwolanin’s picture

Status: Needs review » Patch (to be ported)

committed the patch in #6 to 6.x

JacobSingh’s picture

Looks good.

pwolanin’s picture

Status: Patch (to be ported) » Closed (fixed)