Hi all,

I needed to alter original path before transliteration is called ( because it replaced a special char by another one, so pathauto could not make difference between them, and I needed "'" to be replaced by nothing, and "’" to be replaced by a dash ( the difference is very hard to see ;-) ).

I added a drupal_alter on pathauto module to replace directly my "’" with a '-' so my aliases are now generated properly! ( at least, how I want them to be ).

I'll upload my patch soon.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barig’s picture

Hi,

There is two patches ( one for dev version and one for 7.x-1.2 tag ).

Thanks for the review!

Status: Needs review » Needs work

The last submitted patch, 1: pathauto-add_a_drupal_alter-2500493-1.patch, failed testing.