Closed (fixed)
Project:
Pathauto
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Sep 2005 at 00:03 UTC
Updated:
18 Sep 2005 at 14:49 UTC
Based on the issue with errors caused by long aliases, and the suggestion to limit the size of path components, it would be good to have an option to limit the total path length generated.
Comments
Comment #1
mikeryanDone (to be committed later today). Implementation is simplistic, simple truncation at the specified length, if there's interest it could be made smarter (try to truncate at word boundaries, remove extra characters from intermediate components so all components have at least something left, etc.).
Comment #2
mikeryan