| 1 |
// $Id: CHANGELOG.txt,v 1.14 2009/10/15 20:01:47 smk Exp $
|
| 2 |
|
| 3 |
Transliteration 7.x-3.x, xxxx-xx-xx
|
| 4 |
-----------------------------------
|
| 5 |
by smk-ka: Added admin UI for settings and retroactive file name
|
| 6 |
transliteration.
|
| 7 |
by smk-ka: New developer-friendly transliteration data file layout.
|
| 8 |
by smk-ka: Lowered memory footprint of replacement function.
|
| 9 |
#487550 by viadimezzo: Added sz ligature transliteration to German.
|
| 10 |
#494234 by yngens: Added Kyrgyz transliteration.
|
| 11 |
#586816 by smk-ka: Keep a copy of the unaltered file name in
|
| 12 |
$_FILES['files'][$name]['orig_name'].
|
| 13 |
by smk-ka: Moved transliteration_clean_filename() to main module.
|
| 14 |
|
| 15 |
|
| 16 |
Transliteration 6.x-2.1, 2009-06-09
|
| 17 |
-----------------------------------
|
| 18 |
#199660 by smk-ka: Added a constant to disallow converting pre-existing
|
| 19 |
filenames by default.
|
| 20 |
#357254 by overall, Cynicus: Fixed transliteration of Russian letters.
|
| 21 |
#364931 by PaV: Added Esperanto transliteration.
|
| 22 |
by smk-ka: Rewrote retroactive transliteration to get rid of SUBSTRING_INDEX
|
| 23 |
function dependency.
|
| 24 |
#312021 by pcorbett: Added SQL Server support.
|
| 25 |
#257041 by Freso: More transliterations (x21??).
|
| 26 |
|
| 27 |
|
| 28 |
Transliteration 6.x-2.0, 2008-06-12
|
| 29 |
-----------------------------------
|
| 30 |
#255646 by smk-ka: Added a language parameter to transliteration_get().
|
| 31 |
#246875 by smk-ka: Added language-specific replacements for Danish letters.
|
| 32 |
#253916 by Freso: Fixed typo in .info file.
|
| 33 |
|
| 34 |
|
| 35 |
Transliteration 6.x-1.0, 2008-03-20
|
| 36 |
-----------------------------------
|
| 37 |
#199660 by smk-ka: Added retroactive transliteration of existing filenames
|
| 38 |
during installation or update. Original idea by colan.
|
| 39 |
|
| 40 |
|
| 41 |
Transliteration 5.x-1.0, 2007-12-09
|
| 42 |
-----------------------------------
|
| 43 |
Initial release.
|
| 44 |
|