Download & Extend

Releases for Internationalization

i18n 7.x-1.0-beta2

Download Size md5 hash
i18n-7.x-1.0-beta2.tar.gz 94.74 KB 108d90910b6aae8f5cf17433838ae26d
i18n-7.x-1.0-beta2.zip 129.39 KB 96b952012b83ebc479612876a687fd0d
Last updated: February 28, 2011 - 11:21
Official release from tag: 7.x-1.0-beta2

Release notes

5e1dcd5 Fixed multiple issues with help pages and texts.
fa95959 Mark menu link title as localizable
dd3e605 #1073844 Updated field name in query, trid > i18n_tsid
dcab68c #1071662 Fixed missing module dependency
c72c93e Updated variable information. Added some variable api for multiple variables and node type forms
42f5530 Fixed module description.

i18n 7.x-1.0-beta1

Download Size md5 hash
i18n-7.x-1.0-beta1.tar.gz 95.65 KB 2c4d61513eeb7aa1c3a1c6710a6cfe36
i18n-7.x-1.0-beta1.zip 134.41 KB e0b0a239fce8823c1492a80053a9151a
Last updated: February 24, 2011 - 09:16
Official release from tag: 7.x-1.0-beta1

Release notes

New features and main changes:
- New module i18n_redirect (SEO optimization) and hook_i18n_translate_path()
- Added configurable tags to skip for query altering
- Moved forum related stuff into i18n_forum
- Many improvements to translation sets library

Updating from http://github.com/josereyero/i18n
92e2c0d #1070690 select taxonomy needs module i18n_taxonomy installed
50036a9 #1064436 Added configurable tags to skip for query altering
f29503e #1068682 added back i18n_variables into translatable variables, as options
a88e73d #1068682 Making primary and secondary links variables translatable
3304be7 Added configure links to module info
4ef1f55 Removed obsoleted code from i18n_sync
70771b7 Fixed content type names in menu alter. Updated support for l10n_string, though not actually saved d
b7dc3e1 #1064418 Fields for 'no language' not saving
03e1ca5 #1053812 Undefined index 'translation' when enable 'Hide content translation links'
26eea26 #1069130 Rename package from Multilanguage to Multilingual
500a75e #1065938 Query alter not using proper table alias
d350004 Removed obsoleted file reference #1068450
ced9360 Added missing dependency (variable) for i18n module
21749aa New module i18n_redirect (SEO optimization) and hook_i18n_translate_path()
3454ac0 Added API function to build language switcher links

Read more

i18n 6.x-1.8

Download Size md5 hash
i18n-6.x-1.8.tar.gz 129.89 KB 9b070a390e06e8af4786dfba60065d58
i18n-6.x-1.8.zip 185.95 KB bdf087484045ec85916938c64c5e0845
Last updated: February 19, 2011 - 19:12
Official release from tag: 6.x-1.8

Release notes

Maintenance release:
- Replaced obsoleted 'split' function by 'explode' (PHP 5.3), #871706
- Renamed locales_target 'status' field to i18n_status, for compatibility with other modules, #857442
- Added page overview for multilingual variables, help clean up of leftover values, #905428
- #782018 by plach | Jose Reyero: Fixed Child Items not showing in String Search

i18n 7.x-1.0-alpha3

Download Size md5 hash
i18n-7.x-1.0-alpha3.tar.gz 88.91 KB 574a1cb4e3a607ef1f56775b2741e32a
i18n-7.x-1.0-alpha3.zip 124.52 KB 6d401e277d42d3ea2c30ccb7716f8d52
Last updated: February 19, 2011 - 18:04
Official release from tag: 7.x-1.0-alpha3

Release notes

New features:
- Content selection options: enable/disable for specific pages
- Multilingual variables using variable realms (variable module)
- New language fields for nodes and taxonomy term display
- Upgraded taxonomy translation module, new widgets
- Translation set API.
- String translation for objects.
- New hook_i18n_object_info()

Updating from http://github.com/josereyero/i18n
14e7cb7 Added some more i18n variables and variable types
46e6497 Using new variable elements to build admin form.
e4fb77c Using variable module to generate admin settings
ee1ce60 Added some variables
f5c5794 Removed hook_i18n_translation_set_info(), replaced by hook_i18n_object_info()
22621e5 Reamed some functions, implemented objects for menus
eaa28ed Added new hook i18n_object_info() and string translation for objects
3cfea26 Removed obsoleted functions
51b240a Fixed some issues with content typetitle and notice in block admin #1058774
5c6e65f Updated i18n_string_update_context
c7e9205 Fixed merge query, by SebCorbin, #1061578
543c0a9 Dropped i18n_variable_exit() which was creating some issues
566216f Updated i18n_variable to use new variable_store module
7e575ac Fixed update name
50d1e81 Using variable_realm for i18n_variables
adc994d Added undefined language to node selection. Also rewriting queries with language field. Always enable

Read more

i18n 7.x-1.0-alpha2

Download Size md5 hash
i18n-7.x-1.0-alpha2.tar.gz 83.23 KB ecc35a3641cc80c278c5f3899867b65f
i18n-7.x-1.0-alpha2.zip 113.97 KB 63509c7dd2b7a1a228164930f77b2ef7
Last updated: February 14, 2011 - 11:42
Official release from tag: 7.x-1.0-alpha2

Release notes

Updating from http://github.com/josereyero/i18n
Added new path translation module
0eaf308 Fixed edition of taxonomy translations
59296bf Updated taxonomy translation forms
b54d118 Updating link alter hooks
f63892c Updated block module install
ed2c9d0 Fixed issues with text formats
0bde20c Simplified node_translations, properly check language code
b2e825e Simplified node_translations, properly check language code
1472068 Generalized i18n_sync hooks for entities
52b7e5d Added NEW! path translation module.
edd8bd3 Fixed issues with taxonomy forms
a0dfaff Implemented language selection for taxonomy
8c79dcd Added proper undefined language to menus and taxonomy
b8825f0 Moved node options to the right module. Added default language list options
7a6598f Added some variable information, using new variable api
520916f Removing obsoleted options, updating links
a289c8e Merge branch 'master' of github.com:josereyero/i18n
efe315e Replaced existance condition
8e64648 #1026784 bug fix
c3747d3 commented dpm function
f3eda0d #899152 coding standars and link to change the variable for other languages next to the variable
bd9380d Migrated hook_link_alter to hook_node_view_alter
4d6402d Fixed hiding translation links in node view
86e84dd Adapted JS file to D7
2b0a87d Fixed a notice error (1030548)

Read more

i18n 7.x-1.0-alpha1

Download Size md5 hash
i18n-7.x-1.0-alpha1.tar.gz 78.96 KB d4a69a4cdc9dce950fe8f785203888fc
i18n-7.x-1.0-alpha1.zip 104.61 KB e38c10b26a131119056821113f9dd236
Last updated: January 11, 2011 - 19:21
Official release from tag: 7.x-1.0-alpha1

Release notes

First Drupal 7 ALPHA version from https://github.com/josereyero/i18n
- Major upgrades for Dupral 7 API
- Renamed all modules
- Reworked half of them

No working upgrade scripts.

See:
http://groups.drupal.org/node/111404
https://drupal.org/project/issues/search/i18n?issue_tags=d7upgrade

i18n 6.x-1.7

Download Size md5 hash
i18n-6.x-1.7.tar.gz 126.49 KB fb1545a87c725af11072c7b6f2c1f439
i18n-6.x-1.7.zip 181.54 KB 20bc34f59ec2cc93251173e1266426ee
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.7

Release notes

Fixed multiple variable issues in previous release.
- Fixed: Missing function i18n_taxonomy_translate_term_name(), by srobert72, #870366
- Fixed: Parameter 1 to menu_nodeapi() expected to be a reference (php5.3), by setvik, #886700
- Fixed: Multilingual variables cache being rebuilt every page load, by patrick2000, #905428
- Improved variable api, added i18n_variable(), extended i18n_variable_del()
- Improved variable settings, variables for default language are now set to main table

i18n 7.x-1.x-dev

Download Size md5 hash
i18n-7.x-1.x-dev.tar.gz 138.52 KB 39bb874d8dd2942cc6e78d7f913b13b9
i18n-7.x-1.x-dev.zip 187.9 KB c70a1ff8095ee12789a052999ef05b2b
Last packaged version: 7.x-1.8+2-dev
Last updated: January 19, 2013 - 01:01
Development snapshot from branch: 7.x-1.x

Release notes

Starting D7 upgrade

i18n 6.x-1.6

Download Size md5 hash
i18n-6.x-1.6.tar.gz 126.16 KB e68b625a365000b61f106a207b486a47
i18n-6.x-1.6.zip 181.27 KB 71f7812b2a2145c6a60fa68826b47c0e
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.6

Release notes

Fixed multiple issues:
- Fixed: issues with i18nvariables, do not check anymore i18n_variables on initialization, by Jose, #850708
- Fixed: Menu item's language is lost after node update, by neochief, #514630
- Fixed: PHP notices, by eMPee584, #769318
- Delete description on menu item delete, #844208 by plach
- Fixed: Node type help not translated, by NaX, #685788
- Some improvements to i18nmenu API, by plach, #386372
- Renamed theme_taxonomy_term_page() to theme_i18ntaxonomy_term_page() to avoid namespace conflicts
- Added some taxonomy API functions: i18ntaxonomy_translate_term_name()....
- Fixed: Access denied to database query (LOCK TABLES) on i18n_variable_set(), #769260
- Reworked variable initialization to fix multiple issues (front page, etc), #826774
- Some changes to variables API, added new function: i18n_variable_get()
- Fixed: Node type help not translated, by NaX, #685788
Preparing for D7 branch

i18n 6.x-1.5

Download Size md5 hash
i18n-6.x-1.5.tar.gz 125.29 KB 578513897b08ae67cd721fe7e6b013b2
i18n-6.x-1.5.zip 180.52 KB 486117772e065b2c850980126f57f4c6
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.5

Release notes

New features:
- Moved i18nviews module to new project, http://drupal.org/project/i18nviews, #788290
- Added support for optional default language translation, by Miro Dietiker, #676002
- Added i18nstrings_string() for 'plain strings', don't do unneeded filtering.
Bug fixes:
- Fixed: taxonomy name/help not translated, by miro_dietiker, #686896
- Disabled language selection when editing menu items, by swentel, #694680
- Reworked variable initialization to fox static cache issues with Drupal 6.17 (drupal_is_front_page), #817164
- Fixed l10n_client support, added missing strings for translation, by miro_dietiker, khaled.zaidan, #304434
- Fixed duplicates in locales source, by Dippers, #782036
- Fixed warning during update script (possibly ids are the same), #783978
- Fixed maxlength, for node translation autocomplete, by cedrid, #802418
- Fixed i18n_init not run early enough, inconsistent menu items, #614548
- Fixed wrong data type in query for i18n_blocks (pgsql), by jmpoure, #709272
- Fixed: Make menu title translatable (blocks), by moritzz, #356375
- Fixed: errors when taxonomy not set, #743492
- Fixed update issues, for i18nstrings, #79644
- New feature: Optionally translate default language in tt(), by miro_dietiker and markus_petrux, #676002
- Moved i18n_test module to "Testing" package, #799730

Read more

i18n 6.x-1.4

Download Size md5 hash
i18n-6.x-1.4.tar.gz 127.33 KB b0df887dd49150ef9e7f00983a4279a8
i18n-6.x-1.4.zip 187 KB f35eb0f557209d91e6a0df624d7bc9cb
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.4

Release notes

Security update:
- Fixed multiple XSS issues with string and blocktranslations
Other bug fixes:
- Added some unit tests for strings, blocks and taxonomy
- Fixed: Block translations deleted on refresh, #732680
- Fixed: warning in node form causes PHP notice, by swentel, #664944
- Fixed: i18nblocks conflicts with modules and themes, by JohnAlbin, #457512
- Some clean up to i18nstrings API: Dropped update option from i18nstrings_translate()
- Disable content selection during synchronization, by Pisco, #648348
- Add CSS class to body tag based on language, by Garrett Albright, #661448
- Added compatibility with ctools page manager, by Kars-T, #698942
- Added support for taxonomy_override_selector, by hefox, #619726
- Fixed: Configure string translation tab not showing up, #732368
- Fixed: Views content negotiation filter not working, by markus_petrux, #650552
- PHP 5.3 compatibiliby issue, by Berdir, #623138

i18n 6.x-1.3

Download Size md5 hash
i18n-6.x-1.3.tar.gz 123.21 KB dd608d3adcafd0bd3a894466f39753b0
i18n-6.x-1.3.zip 181.24 KB c0626a478b84ef05201bd26e4fafc0a0
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.3

Release notes

Security Update and bug fixes:
- Reworked i18nstrings API.
- Fixed: Multiple issues with file synchronization, new files, other modules, #363065
- Usability: Added proper validation to vocabulary form, by andrewlevine #577066
- Fixed: Translated primary and secondary links appear even if they are disabled, by yrocq #631388
- Reworked i18nstrings API using proper namespaces, kept tt() for compatibility
- Added: New plugin for views translation, by nedjo, joostvdl, #360024

i18n 5.x-2.6

Download Size md5 hash
i18n-5.x-2.6.tar.gz 89.49 KB 970e914ee35489b8104e2d1a6ed8bc6d
i18n-5.x-2.6.zip 125.96 KB 59367929b39786fdae6bcaa9ef03e587
Last updated: December 24, 2010 - 23:09
Official release from tag: 5.x-2.6

Release notes

Security update. Removed i18nviews module.

i18n 6.x-1.2

Download Size md5 hash
i18n-6.x-1.2.tar.gz 109.21 KB c9a4a14109f2036a042ec989b565fec9
i18n-6.x-1.2.zip 165.87 KB 0eb09974d7449a887067f7d5fdf8d388
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.2

Release notes

Maintenance release. Lots of bug fixes and some new features:
- Fixed: location fields not showing up for synchronization options, #426294
- Fixed: pgsql compatibility in upgrade scripts, by jandd, #383728
- Fixed: Translate all custom block titles (not only custom blocks), by brucepearson, #541048
- Added: Primary and secondary links' menus translation using preprocess, by neochief, #514108
- Changed: hook_locale(), new 'info' op, obsoleted 'refresh'
- Fixed: Some text groups losing strings when refreshed, #442428
- Fixed: Checkboxes fields are not translating in profile view pages, by neochief, #520692
- Added: Translate tags vocablary name on node form, by dboulet, #494576
- Fixed i18n Filter in Views results in SQL Error, by markus_petrux, #522162
- Added tag support for taxonomy synchronization, #605600
- Fixed buggy taxonomy synchronization, #365606, #365606, #379306
- Cleaning some module dependencies and old code.
- Fixed: Select translations autocomplete wrong filtering by hass, #557980
- Added: Translated taxonomy tokens by Hugo Wetterberg, googletorp, #344794
- Fixed: Global variable corruption by etzel, #580280
- New i18ncck module by neochief
- Got started with some unit tests and base test clase.
- Added support for image synchronization, #329825
- Added filefield/imagefield synchronization, by dasjo, #278426

Read more

i18n 6.x-1.1

Download Size md5 hash
i18n-6.x-1.1.tar.gz 116.08 KB f781a0013012d38175fa9b6fbc238f64
i18n-6.x-1.1.zip 180.06 KB bf00900b00a5a650ba537a151bdb6dc8
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.1

Release notes

Many bug fixes:- Fixed pgsql issue in i18nblocks query rewriting, by plj, #383772
- Changed i18ntaxonomy module weight for it to run before views, by Owen Barton, #386136
- Inprovements to i18nsync_node_available_fields(): cached, alter hook, ...
- Fixed node author field in i18nsync (author -> name), by mfb, #399216
- Fixed synchronization for nodereference fields, by dasjo, #242601
- Fixed: Unterminated entities in taxonomy module break page validation, by ao2, #478856
- Fixed multilingual variables issues, by rfay, #451120
- Fixed i18nstrings, wrong hook_schema_alter() implementation, by rsvelko, #466876
- Added location to i18nsync fields, by zedzed, #426294
- Added new dependence (i18ntaxonomy) and some taxonomy handling to i18nviews
- Fixed missing brackets around table name in query, #371429
- Fixed incompatible table locking, using proper API, #416912
- Fixed typos, by ao2, #429850, dboulet, #396402
- New feature: allow to select existing node as translation, #295682
- Fixed: translation relationship broken with i18nsync, by smh67, Beban, #367118
- Fixed: translated node forgets its menu settings, by brucepearson, #364375
- Fixed: missing node languages for LANGUAGE_SUPPORT_EXTENDED_NOT_DISPLAYED, by Roger Lopez, #365574

i18n 6.x-1.0

Download Size md5 hash
i18n-6.x-1.0.tar.gz 82.5 KB b973b3919f67b5cf99581a64812f8942
i18n-6.x-1.0.zip 123.47 KB 2b406747a8f979fc9cdc1a6b0e623728
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.0

Release notes

First Drupal 6 stable release

Lots of bug fixes and new features. Changes since last beta:
- Added localization for content types and taxonomy in advanced search form, #363384
- Fixed multiple translation issues for node/add pages, included #353912
- Fixed Undefined function i18n_taxonomy_localize_terms(), by roborn, #362559
- Fixed: Unknown column status during i18ncontent update, #361228
- Fixed missing table wrapper in i18nblocks, by mrfelton, #362050
- Added: Display hierarchy when translating taxonomy, by Afief, #288086
- Added option for switching language when translating
- Moved admin settings to higher level tab
- Deleting profile strings when deleting fields, #356538
- Fixed: attached nodes synchronization not working, by doq, #359987
- Fixed: locale table growing on each request, issue with i18nstring_textgroup(), by drifter, #359249
- Fixed: missing i18nstrings module when enabling other modules module, #358839
- Fixed: taxonomy strings not properly synchronized (removed), by stella, #356542
- Removed obsoleted (was commented out) i18nblocks_blocks(), #356519
- Applied i18nblocks implementation of i18nstrings/locale_refresh(), by catch, #356520
- Applied i18ncontent tt/hook_locale() review, by catch, #356535
- Reworked taxonomy language logic when saving terms, set node/current language for tags.

Read more

i18n 5.x-2.5

Download Size md5 hash
i18n-5.x-2.5.tar.gz 88.76 KB b2146469ed94ca027f0bde0eabb5d4bd
i18n-5.x-2.5.zip 123.4 KB 18881e005f014550861d91734a289782
Last updated: December 24, 2010 - 23:09
Official release from tag: 5.x-2.5

Release notes

Minor bug fixes in addition to fixing SA-CONTRIB-2009-003

see: http://drupal.org/node/358958

i18n 6.x-1.0-beta6

Download Size md5 hash
i18n-6.x-1.0-beta6.tar.gz 75.93 KB aad87e3a52e1aba1babf72afedabbd72
i18n-6.x-1.0-beta6.zip 118.79 KB 6af23e1991647a20728017a7d5a5128f
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.0-beta6

Release notes

Fixed update bugs in previous beta5
Changelog from beta5:
- Fixed multilingual blocks not translating, #305868
- Fixed notices, undefined variables, by eMPee584, #276161
- Fixed some issues with strings and menu install/updates
- Fixed typo in i18nblocks_update_2(), #317042
- Fixed warning illegal offset type, #294278
- Removed wrong version from info files, by Roger López, #319249
- Fixed help string, by Hass, #316784
- Uncountable code style issues have been fixed for coder module compliance and core rules.
- Fixed: Translation issues like missing periods, typos, etc.
- Fixed: Synchronization not happening when creating a translation, #313605
- Added some help texts for i18nstrings and warnings about the site default language, #314035
- Fixed: Column name conflict (oid) on PostgreSQL, #314126
- Fixed: Added English language to import/export page, #314035
- Fixed: Code tries to access object as array, by Skiller, #293275
- Fixed: Sub-menu items not localized, by Anselm Heaton, #298612
- Some clean up in i18ntaxonomy module, coding standards, cvs tags, etc..
- Fixed some race condition when creating term translations
- Multiple bug fixes and code improvements, by stella, #314846, #314880, #314853

i18n 6.x-1.0-beta4

Download Size md5 hash
i18n-6.x-1.0-beta4.tar.gz 71.57 KB c4fa37b70ca82d049ae8b540098f778d
i18n-6.x-1.0-beta4.zip 113.43 KB 348779513be15be5f585ec4cea319c75
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.0-beta4

Release notes

Many bug fixes and some polishing:
- Fixed issue with language dependent front page, that couldn't be used before
- Fixed postgresql compatibility issue, by miopa, #308554
- Fixed profile category string issues, #304451
- Renamed some modules, updated descriptions
- Fixed / improved some module help texts.
- Fixed multiple localization issues, by hass, #310852
- Fixed error with i18ncontent update, #295263
- Fixed warning in sync module, by vjacquin, #299064 and #294511
- Fixed issue with i18nblocks and system module weights, #299642
- Fixed warning in i18ntaxonomy, by mvc , #304003

i18n 6.x-1.0-beta3

Download Size md5 hash
i18n-6.x-1.0-beta3.tar.gz 64.03 KB 6d18ab77110c606f4734fbd19b3b6a93
i18n-6.x-1.0-beta3.zip 91.88 KB 269f83e1bdc862da07c209c6a0fdb54c
Last updated: December 24, 2010 - 23:09
Official release from tag: 6.x-1.0-beta3

Release notes

Some new features and many bug fixes:
- Partial fix for node view forcing selection mode, #283839
- Fixed multiple taxonomy translation issues, by japanitrat, #292232
- Added some basic functionality to i18nviews module, wip
- Some clean up of update scripts, removed obsoleted functions.
- Moved selection mode initialization out of hook init, to first time it's needed.
- Fixed some issues with taxonomy and query rewriting rewriting, by vingbord, #260156 and #260151
- Fixed wrong data type in schema, by polarbear128, #289027
- Fixed issue with synchronization and empty fields as array (files)
- Added back CCK syncronization, by drewish, #293019
- Added new 'mixed' language selection option, by ablivio, #203798
- Moved language icons to a new project, http://drupal.org/project/languageicons

Subscribe with RSS Syndicate content