Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 14:38 UTC
Updated:
23 Jun 2010 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
neochief commentedPard me, too fast buggy patch. Here's correct one.
Comment #2
Freso commentedThanks for catching this - and well caught! :)
This new behaviour is probably how it ought to be. It doesn't make sense to remove punctuation and stuff, when we still have a bunch of non-ASCII strings in the text. I'm wondering whether we should toss the ASCII-stripping in here, after the transliteration?
On the patch, I moved the comment "Replace or drop punctuation based on user settings" so it would be next to the code it actually commented on. So here's a re-roll! :) The -d5 is for 5.x-2.x and 6.x-1.x (applies to both, though with some offset to one) and -d6 is for 6.x-2.x.
I don't see how this would break anything, but if anyone could test these, it'd be excellent. Thank you. :)
Comment #3
dave reidMarked #817412: Make transliteration first, punctuation cleanup second as a duplicate of this issue.
Comment #4
asb commentedsub
Comment #5
dave reidMakes a lot of sense. Will commit later today.
Comment #6
dave reidCommitted to 7.x and 6.x-2.x.
http://drupal.org/cvs?commit=377534
http://drupal.org/cvs?commit=377536
Comment #7
asb commentedThanks!