You are here

CHANGELOG.txt in Internationalization 5.3

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 5.2 CHANGELOG.txt
5-x-3-x-dev to .........
---------------------
- Fixed: translation node_nid and term_tid SQL improperly handles 0, by douggreen, #286758
- Backported mixed selection from 6.x, renamed 'preferred' to 'mixed'
- Updated some wrong table names (i18n_strings)
- Wrapped functions with conditional function_exists so they can be overridden
- Added new 'preferred' language selection option, by ablivio, #203798

5-x-2-3 to 5-x-2-4
---------------------
- Fixed database compatibility issue with i18ncontent query by omo, #135387
- Fixed warning with profile fields by bitstream, #129262
- Fixed typo in INSTALL.txt by serkanarikusu, #206172
- Added i18npanels module contributed by JacobSingh, #159926
- Added description to translated items by JacobSingh, #197977 
- Rename i18n blocks by incrn8, #246014
- Link to translate node changes site language by Jaza, TBarregren, #149108
- Added "translate own nodes" permission by rblomme, christopher_skauss, #41580
- Fixed synchronization warning on content type by yettyn, #166101
- Applied postgres compatibility patch by ivanSB, #183593
- Added token support for language code by knseibert, #176449

5-x-2-2 to 5-x-2-3
------------------------------------
- Multiple bug fixes and security update, http://drupal.org/node/250344
- Fixed missing dependency on ttext module, http://drupal.org/node/217760

4-7-4 to 5-0
--------------
- Added terms with no language for translations
- Added: Switch to user's language after login
- Fixed bug with default language
29/01/2007
- Added automatic taxonomy translation when translating nodes
- Added language session tracking
- Added per language menu items
- Added support for RTL languages
- Added native names for languages
- Cleaned up multilingual variable management
- Handling of attachments as file revisions. No need to duplicate anymore

4-6-0 to 4-7-4
--------------
30/11/2005
- Added basic workflow support for translations
- Lost of bug fixes
- Content administration tab for translations

20/08/2005
- Updated for HEAD
- Simplified patches

13/06/2005
- Fixed some minor bugs
- Created HOWTO.txt for misc documentation
- Added Russian flag
- Updated patches for 4.6.1

16/05/2005
- Updated README.txt, taxonomy translations
- Fixed i18n_includes.patch

4-5-0 to 4-6-0
--------------
24/04/2005
- Created 4-6 branch
- Updated docs

11/04/2005
- Fixed bug http://drupal.org/node/20305 (pgsql typo)
- Updated generated links to latest changes in l()
- Some code cleanup
- Update script from 4.5 to CVS

29/03/2005
- Japanese flag
- Updated contributors

26/03/2005
- Added some logic in query rewriting functions to get all terms & vocabs when administering categories and the right ones when editing a node.
- Reworked configuration options for flags. Now language appears in the alt text for icons. Accesibility++
- Added support for long locale names (http://drupal.org/node/14814). Still needs some fallback mechanism.
- Merging all the code in only one include file: i18n.inc
- Not running anymore the language name through localization system: http://drupal.org/node/19179
- Added & updated PostgreSQL schema
- Changed block HTML from using tables to HTML list, for consistency with the rest of Drupal blocks
- Added some contributed language flags
- Some cleaning up, WIP, preparing for 4.6 release

04/02/2005
- Applied patch http://drupal.org/node/15966 (Switch to translated nodes and taxonomy listings)
- Moved the file i18n.mysql and fixed bug
- Cleaned up the patches (NK)

02/02/2005
- Term translations in a new table
- Implemented db_rewrite_sql hook
- Improved taxonomy forms
- Fixed bug with update.php
- Moved most of the hooks to i18n.inc, to fix some problems and speed up cached pages

23/01/2005
- Reworked init system, module.inc patch not needed anymore
- Implemented hook_node_query_sql, node.module patch not needed anymore
- Using redirects from the main page depending on browser language
- Removed translations from taxonomy terms
- Added language to vocabularies

04/01/2004
- Now language icons are not displayed with teasers
- Fixed http://drupal.org/node/15062 (Inconsistent i18n_front_page vs. i18n_frontpage)
- Fixed http://drupal.org/node/14640 (Page not found)
- Fixed http://drupal.org/node/14475 (all init hooks disabled by cvs patch)

07/12/2004
- Fixed http://drupal.org/node/13982 (setting languages in config file fails)
- Changed configurable path to language icons, to configurable html tag. Reconfiguration of the module needed.
- Changed 'flags' to 'language icons', and the images to 16x12px png
- Fixed http://drupal.org/node/13319 (some issues with cached pages)
- Reworked initialization system. New patches for bootstrap.inc, module.inc

30/11/2004

- Updated to current DRUPAL-4-5 branch, won't work with 4.5.0 anymore
- Cleaned the code as suggested by Dries
- Renamed some database fields: 'lang' to 'language' in 'node' and 'taxonomy_term'

23/11/2004 [Full rewrite]
- Updated INSTALL.txt and README.txt
- Basic translation interface for nodes and taxonomy terms
- Simplified configuration, removed many options
- Language code is now kept only in url
- No need for include file anymore (patched common.inc::url)
- Moving ahead from multi-table approach
- Drop all the multi-table-synchronization logic
- Simple database patches for 'node' and 'taxonomy_term' tables

4-4-0 to 4-5-0
--------------
- Removed the common.inc patch 01, as it already got into the core
- Added language dependent variables
- Refined node and taxonomy synchronization
- Rearranged configuration interface
- Option to get supported languages from locale module
- Replaced some global variables with functions.
- Fixed an issue with outgoing links and url prefixing
- Some integration with locale module
- $languages changed to i18n_languages in the config file
- Added patch for locale system to get the language from i18n
- Partial rewriting and cleaning up of the code
- Now, any two letter prefix in url will be taken as language
- Fixed bug with url rewriting

13/07/2004
- Updated according to patches and description on http://drupal.org/node/view/8977

06/04/2004
- Changed options in conf file
- Added taxonomy synchronization
- Added node synchronization
- Added *real* content translation with language-dependant tables
- Repackaging: placed all the files under modules/i18n
- Fix Call to undefined function: drupal_get_path_map()
- Fixed small problem with drupal_goto

4-4-0
------------
- Initial release

File

CHANGELOG.txt
View source
  1. 5-x-3-x-dev to .........
  2. ---------------------
  3. - Fixed: translation node_nid and term_tid SQL improperly handles 0, by douggreen, #286758
  4. - Backported mixed selection from 6.x, renamed 'preferred' to 'mixed'
  5. - Updated some wrong table names (i18n_strings)
  6. - Wrapped functions with conditional function_exists so they can be overridden
  7. - Added new 'preferred' language selection option, by ablivio, #203798
  8. 5-x-2-3 to 5-x-2-4
  9. ---------------------
  10. - Fixed database compatibility issue with i18ncontent query by omo, #135387
  11. - Fixed warning with profile fields by bitstream, #129262
  12. - Fixed typo in INSTALL.txt by serkanarikusu, #206172
  13. - Added i18npanels module contributed by JacobSingh, #159926
  14. - Added description to translated items by JacobSingh, #197977
  15. - Rename i18n blocks by incrn8, #246014
  16. - Link to translate node changes site language by Jaza, TBarregren, #149108
  17. - Added "translate own nodes" permission by rblomme, christopher_skauss, #41580
  18. - Fixed synchronization warning on content type by yettyn, #166101
  19. - Applied postgres compatibility patch by ivanSB, #183593
  20. - Added token support for language code by knseibert, #176449
  21. 5-x-2-2 to 5-x-2-3
  22. ------------------------------------
  23. - Multiple bug fixes and security update, http://drupal.org/node/250344
  24. - Fixed missing dependency on ttext module, http://drupal.org/node/217760
  25. 4-7-4 to 5-0
  26. --------------
  27. - Added terms with no language for translations
  28. - Added: Switch to user's language after login
  29. - Fixed bug with default language
  30. 29/01/2007
  31. - Added automatic taxonomy translation when translating nodes
  32. - Added language session tracking
  33. - Added per language menu items
  34. - Added support for RTL languages
  35. - Added native names for languages
  36. - Cleaned up multilingual variable management
  37. - Handling of attachments as file revisions. No need to duplicate anymore
  38. 4-6-0 to 4-7-4
  39. --------------
  40. 30/11/2005
  41. - Added basic workflow support for translations
  42. - Lost of bug fixes
  43. - Content administration tab for translations
  44. 20/08/2005
  45. - Updated for HEAD
  46. - Simplified patches
  47. 13/06/2005
  48. - Fixed some minor bugs
  49. - Created HOWTO.txt for misc documentation
  50. - Added Russian flag
  51. - Updated patches for 4.6.1
  52. 16/05/2005
  53. - Updated README.txt, taxonomy translations
  54. - Fixed i18n_includes.patch
  55. 4-5-0 to 4-6-0
  56. --------------
  57. 24/04/2005
  58. - Created 4-6 branch
  59. - Updated docs
  60. 11/04/2005
  61. - Fixed bug http://drupal.org/node/20305 (pgsql typo)
  62. - Updated generated links to latest changes in l()
  63. - Some code cleanup
  64. - Update script from 4.5 to CVS
  65. 29/03/2005
  66. - Japanese flag
  67. - Updated contributors
  68. 26/03/2005
  69. - Added some logic in query rewriting functions to get all terms & vocabs when administering categories and the right ones when editing a node.
  70. - Reworked configuration options for flags. Now language appears in the alt text for icons. Accesibility++
  71. - Added support for long locale names (http://drupal.org/node/14814). Still needs some fallback mechanism.
  72. - Merging all the code in only one include file: i18n.inc
  73. - Not running anymore the language name through localization system: http://drupal.org/node/19179
  74. - Added & updated PostgreSQL schema
  75. - Changed block HTML from using tables to HTML list, for consistency with the rest of Drupal blocks
  76. - Added some contributed language flags
  77. - Some cleaning up, WIP, preparing for 4.6 release
  78. 04/02/2005
  79. - Applied patch http://drupal.org/node/15966 (Switch to translated nodes and taxonomy listings)
  80. - Moved the file i18n.mysql and fixed bug
  81. - Cleaned up the patches (NK)
  82. 02/02/2005
  83. - Term translations in a new table
  84. - Implemented db_rewrite_sql hook
  85. - Improved taxonomy forms
  86. - Fixed bug with update.php
  87. - Moved most of the hooks to i18n.inc, to fix some problems and speed up cached pages
  88. 23/01/2005
  89. - Reworked init system, module.inc patch not needed anymore
  90. - Implemented hook_node_query_sql, node.module patch not needed anymore
  91. - Using redirects from the main page depending on browser language
  92. - Removed translations from taxonomy terms
  93. - Added language to vocabularies
  94. 04/01/2004
  95. - Now language icons are not displayed with teasers
  96. - Fixed http://drupal.org/node/15062 (Inconsistent i18n_front_page vs. i18n_frontpage)
  97. - Fixed http://drupal.org/node/14640 (Page not found)
  98. - Fixed http://drupal.org/node/14475 (all init hooks disabled by cvs patch)
  99. 07/12/2004
  100. - Fixed http://drupal.org/node/13982 (setting languages in config file fails)
  101. - Changed configurable path to language icons, to configurable html tag. Reconfiguration of the module needed.
  102. - Changed 'flags' to 'language icons', and the images to 16x12px png
  103. - Fixed http://drupal.org/node/13319 (some issues with cached pages)
  104. - Reworked initialization system. New patches for bootstrap.inc, module.inc
  105. 30/11/2004
  106. - Updated to current DRUPAL-4-5 branch, won't work with 4.5.0 anymore
  107. - Cleaned the code as suggested by Dries
  108. - Renamed some database fields: 'lang' to 'language' in 'node' and 'taxonomy_term'
  109. 23/11/2004 [Full rewrite]
  110. - Updated INSTALL.txt and README.txt
  111. - Basic translation interface for nodes and taxonomy terms
  112. - Simplified configuration, removed many options
  113. - Language code is now kept only in url
  114. - No need for include file anymore (patched common.inc::url)
  115. - Moving ahead from multi-table approach
  116. - Drop all the multi-table-synchronization logic
  117. - Simple database patches for 'node' and 'taxonomy_term' tables
  118. 4-4-0 to 4-5-0
  119. --------------
  120. - Removed the common.inc patch 01, as it already got into the core
  121. - Added language dependent variables
  122. - Refined node and taxonomy synchronization
  123. - Rearranged configuration interface
  124. - Option to get supported languages from locale module
  125. - Replaced some global variables with functions.
  126. - Fixed an issue with outgoing links and url prefixing
  127. - Some integration with locale module
  128. - $languages changed to i18n_languages in the config file
  129. - Added patch for locale system to get the language from i18n
  130. - Partial rewriting and cleaning up of the code
  131. - Now, any two letter prefix in url will be taken as language
  132. - Fixed bug with url rewriting
  133. 13/07/2004
  134. - Updated according to patches and description on http://drupal.org/node/view/8977
  135. 06/04/2004
  136. - Changed options in conf file
  137. - Added taxonomy synchronization
  138. - Added node synchronization
  139. - Added *real* content translation with language-dependant tables
  140. - Repackaging: placed all the files under modules/i18n
  141. - Fix Call to undefined function: drupal_get_path_map()
  142. - Fixed small problem with drupal_goto
  143. 4-4-0
  144. ------------
  145. - Initial release