The verbosity setting is ignored in _pathauto_set_alias() where the module avoids creating aliases for user, blog and admin. This is confusing to new users who see the messages

# Ignoring alias user
# Ignoring alias blog
# Ignoring alias user

When they register. This patch adds a check for the $verbose flag.

CommentFileSizeAuthor
pathauto_verbose.patch622 bytesjoshk

Comments

greggles’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

Stefan Nagtegaal’s picture

Go ahead Greggels, this is indeed "RTBC"..

greggles’s picture

Applied to 4.7 and HEAD - thanks joshk and Stefan

greggles’s picture

Status: Reviewed & tested by the community » Fixed

I always forget something (this time it was to change the status)

Anonymous’s picture

Status: Fixed » Closed (fixed)