transliteration 7.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-7.x-3.0.tar.gz | 107.72 KB | b20b323557afeeeb1c29aad7e572a3d4 |
| transliteration-7.x-3.0.zip | 146.23 KB | 44760f80773a7f728f3def248329aa0b |
Release notes
First stable release for Drupal 7.
Complete log of changes since 7.x-3.0-alpha1:
- #881644 by amateescu: Added support for the Redirect module to redirect from old filenames.
- #909670 by jishan, smk-ka: Fixed Vietnamese input.
- #1243974 by cyborg_572: Supporting files uploaded as an array.
- #1256416 by mariogalan: Better Spanish transliteration.
- #1215872 by yannisc and rootatwc: Better Greek transliteration.
- #1033832 by joachim: hook_uninstall doesn't clean up variables.
- #1005960 by pillarsdotnet, smk-ka: file_directory_path() removed in D7.
- #992268 by smk-ka: Renamed transliteration_process() to avoid conflict with
hook_process().
transliteration 6.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-3.0.tar.gz | 104.76 KB | 7c93fad044ea56a5e078fe04da728709 |
| transliteration-6.x-3.0.zip | 160.05 KB | 9d5e7cbeeb356fa124c4895eda54bdee |
Release notes
by smk-ka: More accurate detection of file names requiring retroactive transliteration. Removed support for MS SQL due to missing regexp support.
by smk-ka: Added admin UI for settings and retroactive file name transliteration.
by smk-ka: New developer-friendly transliteration data file layout.
by smk-ka: Lowered memory footprint of replacement function.
#487550 by viadimezzo: Added sz ligature transliteration to German.
#494234 by yngens: Added Kyrgyz transliteration.
#586816 by smk-ka: Keep a copy of the unaltered file name in $_FILES['files'][$name]['orig_name'].
by smk-ka: Moved transliteration_clean_filename() to main module.
by smk-ka: Reverted the behavior of transliteration_clean_filename() to only accept file names without a path.
by smk-ka: Updated documentation.
transliteration 7.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| transliteration-7.x-3.0-alpha1.tar.gz | 105.02 KB | 1671ec32e605986cf98bb1bc953346ec |
| transliteration-7.x-3.0-alpha1.zip | 160.27 KB | 7d4f91ddd8c5877e8d24376fd75079ce |
Release notes
Key features
New admin UI for settings and retroactive file name transliteration.
New developer-friendly transliteration data file layout.
Lowered memory footprint.
transliteration 6.x-3.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-3.0-rc1.tar.gz | 101.94 KB | e5eaaf3b89019de508f42a26069d3c8a |
| transliteration-6.x-3.0-rc1.zip | 155.91 KB | 8d435e42502327957a9ec615933243d4 |
Release notes
Key improvements:
New admin UI for settings and retroactive file name transliteration.
New developer-friendly transliteration data file layout.
Lowered memory footprint of replacement function.
transliteration 6.x-3.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-3.0-beta1.tar.gz | 101.57 KB | 3d1c48f6967a228f34c9a6ed97cc4b38 |
| transliteration-6.x-3.0-beta1.zip | 155.18 KB | e89a81f439d7e612e64fcd78eba8d0f4 |
Release notes
Key improvements:
New admin UI for settings and retroactive file name transliteration.
New developer-friendly transliteration data file layout.
Lowered memory footprint of replacement function.
transliteration 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| transliteration-7.x-3.x-dev.tar.gz | 108.63 KB | a80463ccdcfb31947077810815320d36 |
| transliteration-7.x-3.x-dev.zip | 147.14 KB | 216bf58411218be8faf9d0fb6822a0d3 |
Release notes
What's new in 3.x?
- New developer-friendly transliteration data file layout.
- Lower memory footprint.
transliteration 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-3.x-dev.tar.gz | 108.36 KB | 8d35957e47b031e4d07d0b163bd686bf |
| transliteration-6.x-3.x-dev.zip | 146.78 KB | 826b09c8e5883c45d79a8372a396b91c |
Release notes
What's new in 3.x?
- New developer-friendly transliteration data file layout.
- Lowered memory footprint of replacement function.
transliteration 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| transliteration-5.x-2.1.tar.gz | 97.16 KB | 99b80e8d30de50b52eef253faec3151c |
| transliteration-5.x-2.1.zip | 147.07 KB | 68fca7c91c4e436e560f2d3a66126fc7 |
Release notes
Changes since DRUPAL-5--2-0:
- #199660 by smk-ka: Added a constant to disallow converting pre-existing filenames by default.
- by smk-ka: Added a section how to create language specific replacements to the README.
- #257041 by Freso: More transliterations (x21??).
- #312021 by pcorbett: Added SQL Server support.
- #364931 by PaV: Added Esperanto transliteration.
- #357254 by overall, Cynicus: Fixed transliteration of Russian letters.
- by smk-ka: Rewrote retroactive transliteration during installation or update to get rid of SUBSTRING_INDEX function dependency.
transliteration 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-2.1.tar.gz | 97.26 KB | 26465f6e91015d337be7827d59159976 |
| transliteration-6.x-2.1.zip | 147.19 KB | 9b9d7898bfdc00574e4b0bd1d97feb18 |
Release notes
Changes since DRUPAL-6--2-0:
- #199660 by smk-ka: Added a constant to disallow converting pre-existing filenames by default.
- by smk-ka: Added a section how to create language specific replacements to the README.
- #257041 by Freso: More transliterations (x21??).
- #312021 by pcorbett: Added SQL Server support.
- #364931 by PaV: Added Esperanto transliteration.
- #357254 by overall, Cynicus: Fixed transliteration of Russian letters.
- by smk-ka: Rewrote retroactive transliteration during installation or update to get rid of SUBSTRING_INDEX function dependency.
transliteration 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-5.x-2.0.tar.gz | 95.95 KB | 29935ad6422f47655ef03acc533639ef |
| transliteration-5.x-2.0.zip | 145.86 KB | b7382bae32847e9fa1fcc8e73929de31 |
Release notes
Changes since DRUPAL-5--1-0:
transliteration 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-2.0.tar.gz | 96.08 KB | 09b8f6550ca00d71ca45a5326cc2d878 |
| transliteration-6.x-2.0.zip | 145.9 KB | 6a3fd47091c423a5efcab0938a0dd7c6 |
Release notes
Changes since DRUPAL-6--1-0:
transliteration 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-6.x-1.0.tar.gz | 93.91 KB | 80038ffdbfa66f4a9a10ce404d2f3f4e |
| transliteration-6.x-1.0.zip | 133.62 KB | 628f6e67b25ae4b4ce9c25f80d2bd8bf |
Release notes
New features:
- During installation or update all existing filenames containing invalid characters will be automatically converted.
transliteration 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-4.7.x-1.0.tar.gz | 92.6 KB | 3e529397062cfe077e0e7f0c6ea57ed3 |
| transliteration-4.7.x-1.0.zip | 131.69 KB | 9c08d96f48e16dfca7bb5c4205be3e1f |
Release notes
Initial release.
transliteration 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| transliteration-5.x-1.0.tar.gz | 92.68 KB | 69c3fa0df1bbee78ef4050895e752943 |
| transliteration-5.x-1.0.zip | 132.02 KB | e11d6b9973a526803a5c0e3a3e7aac7b |
Release notes
Initial release.