Thank you for this module.

I have implemented a nice feature for your module.
Now it is possible to specify which pages do you want transliteration to happen. You can list pages or write PHP logic just like in Block visibility settings. It is very usefull for situations when you don't want transliteration to take place. This patch adds a settings page and an additional check in hook_menu().

Please, consider to include this patch into the next release.

CommentFileSizeAuthor
transliteration.patch3.78 KBtaldy

Comments

smk-ka’s picture

Marked #290349: Renamed for certain types of nod and certain types of files as a duplicate of this issue, which also suggested limiting to certain file types.

smk-ka’s picture

Status: Needs review » Needs work

I am not sure if the proposed approach really works: the URLs of AJAX/AHAH-based uploads are radically different and don't tell you anything about the page they're used on. You would at least have to check the referer header field, too, to correctly identify transliteration-enabled pages.

(Hint: the Checkout module implements the somewhat tricky referer field parsing.)

amateescu’s picture

Status: Needs work » Closed (won't fix)

From the lack of comments on this issue for two years, I guess it's not really a worthwile improvement.