It would be nice if file and folder names would be transliterate if the transliteration module is enabled.

Comments

chr.fritsch’s picture

Assigned: chr.fritsch » Unassigned
Status: Active » Needs review
StatusFileSize
new1.29 KB
das-peter’s picture

Status: Needs review » Fixed

Looks straightforward, applied, committed and pushed - thanks :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes
StatusFileSize
new1.04 KB

Hi,
I'm a bit late on this issue, but I found a simpler solution based on term alias path, so you don't have to depend on the transliteration module but on the core function drupal_get_path_alias().
There also a minor performance boost since taxonomy_get_parents_all() is not call and parsed.

Though I didn't check if media_browser_plus_construct_dir_path is called on term rename...