CHANGELOG.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Transliteration 7.x-3.x, xxxx-xx-xx
  2. -----------------------------------
  3. #1058064 by msti, smk-ka and amateescu: Transliterate search string and index.
  4. Transliteration 7.x-3.0, 2011-10-14
  5. -----------------------------------
  6. #881644 by amateescu: Added support for the Redirect module to redirect from old filenames.
  7. #909670 by jishan, smk-ka: Fixed Vietnamese input.
  8. #1243974 by cyborg_572: Supporting files uploaded as an array.
  9. #1256416 by mariogalan: Better Spanish transliteration.
  10. #1215872 by yannisc and rootatwc: Better Greek transliteration.
  11. #1033832 by joachim: hook_uninstall doesn't clean up variables.
  12. #1005960 by pillarsdotnet, smk-ka: file_directory_path() removed in D7.
  13. #992268 by smk-ka: Renamed transliteration_process() to avoid conflict with
  14. hook_process().
  15. #813508 by smk-ka: Fixed SelectQuery::fields() syntax.
  16. #788530 by jurgenhaas: Fixed database table file is now called file_managed.
  17. by smk-ka: More accurate detection of file names requiring retroactive
  18. transliteration. Removed support for MS SQL due to missing regexp support.
  19. by smk-ka: Added admin UI for settings and retroactive file name
  20. transliteration.
  21. by smk-ka: New developer-friendly transliteration data file layout.
  22. by smk-ka: Lowered memory footprint of replacement function.
  23. #487550 by viadimezzo: Added sz ligature transliteration to German.
  24. #494234 by yngens: Added Kyrgyz transliteration.
  25. #586816 by smk-ka: Keep a copy of the unaltered file name in
  26. $_FILES['files'][$name]['orig_name'].
  27. by smk-ka: Moved transliteration_clean_filename() to main module.
  28. by smk-ka: Reverted the behavior of transliteration_clean_filename() to only
  29. accept file names without a path.
  30. by smk-ka: Updated documentation.
  31. Transliteration 6.x-2.1, 2009-06-09
  32. -----------------------------------
  33. #199660 by smk-ka: Added a constant to disallow converting pre-existing
  34. filenames by default.
  35. #357254 by overall, Cynicus: Fixed transliteration of Russian letters.
  36. #364931 by PaV: Added Esperanto transliteration.
  37. by smk-ka: Rewrote retroactive transliteration to get rid of SUBSTRING_INDEX
  38. function dependency.
  39. #312021 by pcorbett: Added SQL Server support.
  40. #257041 by Freso: More transliterations (x21??).
  41. Transliteration 6.x-2.0, 2008-06-12
  42. -----------------------------------
  43. #255646 by smk-ka: Added a language parameter to transliteration_get().
  44. #246875 by smk-ka: Added language-specific replacements for Danish letters.
  45. #253916 by Freso: Fixed typo in .info file.
  46. Transliteration 6.x-1.0, 2008-03-20
  47. -----------------------------------
  48. #199660 by smk-ka: Added retroactive transliteration of existing filenames
  49. during installation or update. Original idea by colan.
  50. Transliteration 5.x-1.0, 2007-12-09
  51. -----------------------------------
  52. Initial release.