Skip to content
CHANGELOG.txt 2.15 KiB
Newer Older
Jose Antonio Reyero del Prado's avatar
Jose Antonio Reyero del Prado committed
4-5-0 to .....
--------------

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

Jose Antonio Reyero del Prado's avatar
Jose Antonio Reyero del Prado committed
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