new pathauto default patterns

Events happening in the community are now at Drupal community events on www.drupal.org.
greggles's picture

There's a concept of "dangerous" aliases - aliases which can result in broken sites if you use certain options (e.g. index aliases or transliteration where none of the characters are found)

http://drupal.org/node/124459

So, here are the proposed new defaults. Old lines are prefixed with a - and their replaclements are prefixed with a +

- $settings['patterndefault'] = t('[title]');
+ $settings['patterndefault'] = t('content/[title]');

- $settings['patterndefault'] = t('[vocab]/[catpath]');
+ $settings['patterndefault'] = t('category/[vocab]/[catpath]');

- $settings['patterndefault'] = t('user/[user]');
+ $settings['patterndefault'] = t('users/[user]');

- $settings['patterndefault'] = t('blog/[user]');
+ $settings['patterndefault'] = t('blogs/[user]');

- $settings['patterndefault'] = t('user/[user]/track');
+ $settings['patterndefault'] = t('users/[user]/track');

I plan to commit this today...

Paths

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week