Closed (outdated)
Project:
Pathauto
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2013 at 19:53 UTC
Updated:
7 Feb 2026 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marvil07 commentedComment #2
dave reidNone of the _bulkupdate() functions check the verbose setting. This is because these code paths are only triggered from a specific admin action for Pathauto, it's ok to always show the message. The verbose setting is more for what happens when an URL alias changes for individual things where it may not be apparent that Pathauto is actually doing something.
So why do we need this?
Comment #3
marvil07 commentedI see, then I guess
node_pathauto_bulkupdate()should not be called manually, right? (that's why I end up on that).Comment #4
dave reidIt's intended to be used as a batch API callback by Pathauto, so yes this is a little unanticipated to be called directly.
Comment #5
mably commented