If you use the [user] tag in the auto path mask, and the user has a space in their username, the module does not replace the space in the username with the separator. This, for example, creates invalid paths if you use the "Bulk update" function (the paths are created, and work if you use %20 in the URL, but still, Drupal think they're invalid when you go to edit each node).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | pathauto.module.userpatch.txt | 452 bytes | sillygwailo |
Comments
Comment #1
sillygwailoAttached is a one-line patch to fix that bug.
Comment #2
mikeryanThanks for the patch! I've incorporated it into my source (and it inspired me to do a little auditing, that wasn't the only placeholder with the issue). It'll go into CVS with the term alias update.
Comment #3
mikeryanThis fix was committed to CVS for 4.5 and 4.6 last week.
Comment #4
mikeryan