New module 'Transliteration'
This commit is contained in:
parent
0197478295
commit
09b74574f1
188 changed files with 4810 additions and 0 deletions
55
modules/transliteration/CHANGELOG.txt
Normal file
55
modules/transliteration/CHANGELOG.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
|
||||
Transliteration 6.x-3.x, xxxx-xx-xx
|
||||
-----------------------------------
|
||||
#1058064 by msti, smk-ka and amateescu: Transliterate search string and index.
|
||||
#881644 by jwilson3: Support for path_redirect 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.
|
||||
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 6.x-2.1, 2009-06-09
|
||||
-----------------------------------
|
||||
#199660 by smk-ka: Added a constant to disallow converting pre-existing
|
||||
filenames by default.
|
||||
#357254 by overall, Cynicus: Fixed transliteration of Russian letters.
|
||||
#364931 by PaV: Added Esperanto transliteration.
|
||||
by smk-ka: Rewrote retroactive transliteration to get rid of SUBSTRING_INDEX
|
||||
function dependency.
|
||||
#312021 by pcorbett: Added SQL Server support.
|
||||
#257041 by Freso: More transliterations (x21??).
|
||||
|
||||
|
||||
Transliteration 6.x-2.0, 2008-06-12
|
||||
-----------------------------------
|
||||
#255646 by smk-ka: Added a language parameter to transliteration_get().
|
||||
#246875 by smk-ka: Added language-specific replacements for Danish letters.
|
||||
#253916 by Freso: Fixed typo in .info file.
|
||||
|
||||
|
||||
Transliteration 6.x-1.0, 2008-03-20
|
||||
-----------------------------------
|
||||
#199660 by smk-ka: Added retroactive transliteration of existing filenames
|
||||
during installation or update. Original idea by colan.
|
||||
|
||||
|
||||
Transliteration 5.x-1.0, 2007-12-09
|
||||
-----------------------------------
|
||||
Initial release.
|
||||
|
Reference in a new issue