project/i18n.git
22 months agoIssue #1182030: Not displaying all translations for taxonomy term (disable i18n_selec...
Jose Reyero [Fri, 15 Jul 2011 09:50:03 +0000]
Issue #1182030: Not displaying all translations for taxonomy term (disable i18n_select for translation set loading)

22 months agoIssue #1202372: Fixed Field labels and descriptions for fields with multiple values... 7.x-1.0-rc1
Jose Reyero [Mon, 11 Jul 2011 17:29:45 +0000]
Issue #1202372: Fixed Field labels and descriptions for fields with multiple values are not translated by i18n_field().

22 months agoIssue #1214616: Improved translation sets to keep track of related ones when moving...
Jose Reyero [Mon, 11 Jul 2011 12:07:57 +0000]
Issue #1214616: Improved translation sets to keep track of related ones when moving items from one to another.

22 months agoFixed permission issue with taxonomy tests (needs administer site configuration to...
Jose Reyero [Mon, 11 Jul 2011 10:25:08 +0000]
Fixed permission issue with taxonomy tests (needs administer site configuration to change string settings)

22 months agoIssues #1214616 and #1156564: Taxonomy term translation issues and Remove term from...
Jose Reyero [Mon, 11 Jul 2011 10:14:17 +0000]
Issues #1214616 and #1156564: Taxonomy term translation issues and Remove term from translation set when language is set to none.

22 months agoUpating help texts for i18n strings source language.
Jose Reyero [Sat, 9 Jul 2011 14:57:06 +0000]
Upating help texts for i18n strings source language.

22 months agoIssue #1213728: Fixed PHP Fatal error: Cannot redeclare i18n_variable_group_info().
Jose Reyero [Sat, 9 Jul 2011 14:37:57 +0000]
Issue #1213728: Fixed PHP Fatal error:  Cannot redeclare i18n_variable_group_info().

22 months agoIssue #1212200 by jox: Fixed Language in menu_links() does not get updated properly...
Jose Reyero [Fri, 8 Jul 2011 17:50:11 +0000]
Issue #1212200 by jox: Fixed Language in menu_links() does not get updated properly for language neutral nodes.

22 months agoAdded more help texts cross-linking multilingual admin pages.
Jose Reyero [Fri, 8 Jul 2011 17:41:50 +0000]
Added more help texts cross-linking multilingual admin pages.

22 months agoReorganized some i18n_node variables, hiding some per content type ones.
Jose Reyero [Fri, 8 Jul 2011 17:22:32 +0000]
Reorganized some i18n_node variables, hiding some per content type ones.

22 months agoIssue #1125290 by jox | andrea.corelli: Changed Why if I disable multilingual support...
Jose Reyero [Fri, 8 Jul 2011 17:11:35 +0000]
Issue #1125290 by jox | andrea.corelli: Changed Why if I disable multilingual support for a content type then the language is marked as the default instead of neutral?. Simplified patch.

22 months agoRemove block body for blocks other than custom blocks provided by block module.
Jose Reyero [Fri, 8 Jul 2011 16:17:21 +0000]
Remove block body for blocks other than custom blocks provided by block module.

22 months agoIssue #1192332: Fixed Incorrect message on wrong Block translation. Other format...
Jose Reyero [Fri, 8 Jul 2011 14:52:54 +0000]
Issue #1192332: Fixed Incorrect message on wrong Block translation. Other format handling issues for translation form.

22 months agoRemoving obsoleted settings form, now handled by variable module.
Jose Reyero [Thu, 7 Jul 2011 17:16:03 +0000]
Removing obsoleted settings form, now handled by variable module.

22 months agoIssue #1170850: Fixed switching default language changes source language. Added varia...
Jose Reyero [Thu, 7 Jul 2011 17:13:03 +0000]
Issue #1170850: Fixed switching default language changes source language. Added variable for source language.

22 months agoIssue #1210774 by zambrey: Fixed Fatal error on i18n_field() upgrade from D6.
Jose Reyero [Wed, 6 Jul 2011 17:44:23 +0000]
Issue #1210774 by zambrey: Fixed Fatal error on i18n_field() upgrade from D6.

22 months agoIssue #1209488: Fixing some notices with menu links, improper handling of array as...
Jose Reyero [Wed, 6 Jul 2011 16:37:38 +0000]
Issue #1209488: Fixing some notices with menu links, improper handling of array as object.

22 months agoIssue #1208044: Translating field label in error messages on field validation.
Jose Reyero [Wed, 6 Jul 2011 10:14:56 +0000]
Issue #1208044: Translating field label in error messages on field validation.

22 months agoIssue #1205692 by zambrey: Fixed several errors during i18n_taxonomy() update from... 7.x-1.0-beta8
Jose Reyero [Tue, 5 Jul 2011 09:06:55 +0000]
Issue #1205692 by zambrey: Fixed several errors during i18n_taxonomy() update from 6.x.

22 months agoIssue #1197866 by jox: Fixed () does not get passed correctly in i18n_field_field_wid...
Jose Reyero [Mon, 4 Jul 2011 09:54:47 +0000]
Issue #1197866 by jox: Fixed () does not get passed correctly in i18n_field_field_widget_form().

23 months agoIssue #1194234 by luisortiz: Fixed i18nsync uses a translation function but doesn...
Jose Reyero [Mon, 20 Jun 2011 16:58:40 +0000]
Issue #1194234 by luisortiz: Fixed i18nsync uses a translation function but doesn't require the module.

23 months agoImproved log messages and texts for text group operations
Jose Reyero [Mon, 20 Jun 2011 13:32:14 +0000]
Improved log messages and texts for text group operations

23 months agoIssue #1193274: Fixed Fatal error: Cannot use object of type i18n_string_object...
Jose Reyero [Mon, 20 Jun 2011 11:03:19 +0000]
Issue #1193274: Fixed  Fatal error: Cannot use object of type i18n_string_object() as array.

23 months agoFixed issues with taxonomy translation, reimplementing with object translation and...
Jose Reyero [Fri, 17 Jun 2011 14:08:06 +0000]
Fixed issues with taxonomy translation, reimplementing with object translation and advanced caching.

23 months agoFixed issues with setting string value and language code not passed around. Added...
Jose Reyero [Fri, 17 Jun 2011 11:44:47 +0000]
Fixed issues with setting string value and language code not passed around. Added per-textgroup hidden debugging option

23 months agoAPI and performance improvements, better caching for multiple translations and object...
Jose Reyero [Fri, 17 Jun 2011 01:05:30 +0000]
API and performance improvements, better caching for multiple translations and object translation.

23 months agoImproved field translations and string handling. String objects are passed around...
Jose Reyero [Wed, 15 Jun 2011 23:01:07 +0000]
Improved field translations and string handling. String objects are passed around instead of complex data arrays.

23 months agoFixed issues with previous commits. Introduced some more overridable functions for...
Jose Reyero [Wed, 15 Jun 2011 16:35:53 +0000]
Fixed issues with previous commits. Introduced some more overridable functions for object translation.

23 months agoFixed: object being translated to default language too. Removed some debug messages.
Jose Reyero [Wed, 15 Jun 2011 12:10:01 +0000]
Fixed: object being translated to default language too. Removed some debug messages.

23 months agoIssue #1185644: API improvements. Added some internal caching (properties) in i18n_st...
Jose Reyero [Wed, 15 Jun 2011 12:00:41 +0000]
Issue #1185644: API improvements. Added some internal caching (properties) in i18n_string_object_wrapper. Added some more easily overridable method translate_properties().

23 months agoIssue #1188484 by fietserwin: Fixed field labels get repeated on edit form for multi...
Jose Reyero [Wed, 15 Jun 2011 11:27:25 +0000]
Issue #1188484 by fietserwin: Fixed field labels get repeated on edit form for multi value field widgets.

23 months agoIssue #1185644: API improvements. Better formatting options. Moved debug option to...
Jose Reyero [Tue, 14 Jun 2011 18:53:07 +0000]
Issue #1185644: API improvements. Better formatting options. Moved debug option to textgroup level.

23 months agoIssue #1185644: API improvements. Cleaned and improved multiple translation functions.
Jose Reyero [Tue, 14 Jun 2011 16:34:22 +0000]
Issue #1185644: API improvements. Cleaned and improved multiple translation functions.

23 months agoIssue #1185644: API improvements. Renamed and moved around functions for consistency.
Jose Reyero [Tue, 14 Jun 2011 14:21:02 +0000]
Issue #1185644: API improvements. Renamed and moved around functions for consistency.

23 months agoIssue #1185644: API improvements. Better handling of source strings.
Jose Reyero [Tue, 14 Jun 2011 11:02:11 +0000]
Issue #1185644: API improvements. Better handling of source strings.

23 months agoIssue #1185644: API improvements. Added i18n_string_object() to handle strings. Addin...
Jose Reyero [Tue, 14 Jun 2011 02:18:48 +0000]
Issue #1185644: API improvements. Added i18n_string_object() to handle strings. Adding better caching for strings.

23 months agoIssue #1185644: API improvements. Moving functions around to the right files. Needs...
Jose Reyero [Mon, 13 Jun 2011 22:49:22 +0000]
Issue #1185644: API improvements. Moving functions around to the right files. Needs cache updating.

23 months agoIssue #1185644: API improvements. Reordered functions. Improved object translation...
Jose Reyero [Mon, 13 Jun 2011 22:27:06 +0000]
Issue #1185644: API improvements. Reordered functions. Improved object translation with some static caching. Using object translation for i18n_contact.

23 months agoIssue #1186692: Fixed Problems in upgrade path on i18n_string().
Jose Reyero [Mon, 13 Jun 2011 17:23:00 +0000]
Issue #1186692: Fixed Problems in upgrade path on i18n_string().

23 months agoIssue #1169120: Changed Delete strings from textgroup when uninstalling module. Error...
Jose Reyero [Mon, 13 Jun 2011 17:15:23 +0000]
Issue #1169120: Changed Delete strings from textgroup when uninstalling module. Error after uninstalling the module.

23 months agoIssue #1186996: Fixed Fatal error: Call to undefined function get_strings() in i18n_s...
Jose Reyero [Mon, 13 Jun 2011 15:51:27 +0000]
Issue #1186996: Fixed Fatal error: Call to undefined function get_strings() in i18n_string()/i18n_string().module on line 744.

23 months agoIssue #1185644: API improvements. Added hook_i18n_string_objects() for a module to...
Jose Reyero [Mon, 13 Jun 2011 15:46:45 +0000]
Issue #1185644: API improvements. Added hook_i18n_string_objects() for a module to return translatable objects, replacing string_list(). Added 'list callback' for i18n object metadata.

23 months agoIssue #1185644: API improvements. Improved format access checking. Renamed i18n_strin...
Jose Reyero [Mon, 13 Jun 2011 10:43:50 +0000]
Issue #1185644: API improvements. Improved format access checking. Renamed i18n_string_object to i18n_string_object_wrapper

23 months agoIssue #1185644: API improvements. Simplified path handling for string translation...
Jose Reyero [Mon, 13 Jun 2011 09:31:16 +0000]
Issue #1185644: API improvements. Simplified path handling for string translation. Not needed anymore i18n_taxonomy_vocabulary class.

23 months agoIssue #1185644: API improvements. Renamed 'contact' object to 'contact_category'...
Jose Reyero [Mon, 13 Jun 2011 08:52:02 +0000]
Issue #1185644: API improvements. Renamed 'contact' object to 'contact_category' for consistency and to prevent future clashes

23 months agoIssue #1185644: API improvements. Removed unused functions, replaced some others.
Jose Reyero [Sun, 12 Jun 2011 11:22:59 +0000]
Issue #1185644: API improvements. Removed unused functions, replaced some others.

23 months agoIssue #1185644: API improvements, added object wrappers for strings too
Jose Reyero [Sun, 12 Jun 2011 10:25:44 +0000]
Issue #1185644: API improvements, added object wrappers for strings too

23 months agoIssue #1185644: API improvements, added object wrappers
Jose Reyero [Sun, 12 Jun 2011 05:37:17 +0000]
Issue #1185644: API improvements, added object wrappers

23 months agoIssue #1067618: Updating to work with l10n_client. Added some API functions to enforc... 7.x-1.0-beta7
Jose Reyero [Fri, 10 Jun 2011 20:38:40 +0000]
Issue #1067618: Updating to work with l10n_client. Added some API functions to enforce permissions and formats.

23 months agoIssue #1067618: Updating to work with l10n_client + string context support. Fixed...
Jose Reyero [Fri, 10 Jun 2011 17:47:14 +0000]
Issue #1067618: Updating to work with l10n_client + string context support. Fixed issue with filter permission checking.

23 months agoIssue #573762: Fixed option to switch interface for translation.
Jose Reyero [Fri, 10 Jun 2011 12:00:18 +0000]
Issue #573762: Fixed option to switch interface for translation.

23 months agoIssue #1175334: Forum title and breadcrumbs not translated properly
Jose Reyero [Fri, 10 Jun 2011 09:58:27 +0000]
Issue #1175334: Forum title and breadcrumbs not translated properly

23 months agoIssue #1154364: Improved translation set object API.
Jose Reyero [Thu, 9 Jun 2011 19:11:08 +0000]
Issue #1154364: Improved translation set object API.

23 months agoIssue #1154364: Using i18n_string_object functions when updating and deleting contacts .
Jose Reyero [Thu, 9 Jun 2011 17:56:09 +0000]
Issue #1154364: Using i18n_string_object functions when updating and deleting contacts .

23 months agoIssue #1154364: Renamed object 'translate path' to 'translate tab' to avoid confusion.
Jose Reyero [Thu, 9 Jun 2011 17:44:42 +0000]
Issue #1154364: Renamed object 'translate path' to 'translate tab' to avoid confusion.

23 months agoIssue #1154364: Automated tab for contact translation.
Jose Reyero [Thu, 9 Jun 2011 17:26:00 +0000]
Issue #1154364: Automated tab for contact translation.

23 months agoIssue #1168944: Fixed notices from i18n_menu_mode()
Jose Reyero [Thu, 9 Jun 2011 16:39:19 +0000]
Issue #1168944: Fixed notices from i18n_menu_mode()

23 months agoIssue #1175334: Forum, broken breadcrumbs, create link not translated. A
Jose Reyero [Thu, 9 Jun 2011 13:13:39 +0000]
Issue #1175334: Forum, broken breadcrumbs, create link not translated. A
dded install script properly setting forum vocabulary as translatable. Restricted options on vocabulary edit page

23 months agoIssue #1180978: Fixed notice when menu not present on node form.
Jose Reyero [Thu, 9 Jun 2011 11:48:10 +0000]
Issue #1180978: Fixed notice when menu not present on node form.

23 months agoIssue #1175680: Fixed notice in menu block when displayed through panels
Jose Reyero [Thu, 9 Jun 2011 11:29:00 +0000]
Issue #1175680: Fixed notice in menu block when displayed through panels

23 months agoRenamed get_items() method to get_links() to avoid confusion
Jose Reyero [Thu, 9 Jun 2011 11:19:25 +0000]
Renamed get_items() method to get_links() to avoid confusion

23 months agoFixed potential issue with menu mode not being checked properly for newly created...
Jose Reyero [Thu, 9 Jun 2011 11:19:02 +0000]
Fixed potential issue with menu mode not being checked properly for newly created menus

23 months agoIssue #1159912: Fixed sync not working with term references. Improved field sync...
Jose Reyero [Thu, 9 Jun 2011 10:35:32 +0000]
Issue #1159912: Fixed sync not working with term references. Improved field sync callbacks, to be more field API like.

23 months agoAdded get_item() method to get just one of the translations
Jose Reyero [Thu, 9 Jun 2011 10:17:50 +0000]
Added get_item() method to get just one of the translations

23 months agoPropery synchronize standard node fields. Change properties of 'author' field, now...
Jose Reyero [Wed, 8 Jun 2011 13:52:42 +0000]
Propery synchronize standard node fields. Change properties of 'author' field, now nid, handle exception on node prepare

23 months agoIssue #1159912 by cedric | RaF007: Fixed Sync not working with term references. When...
Jose Reyero [Wed, 8 Jun 2011 13:22:11 +0000]
Issue #1159912 by cedric | RaF007: Fixed Sync not working with term references. When preparing translation copy over only regular node fields.

23 months agoIssue #1175204 by webflo | Jerome F: Fixed Wrong URL in admin/structure/menu/manage...
Jose Reyero [Wed, 8 Jun 2011 12:27:48 +0000]
Issue #1175204 by webflo | Jerome F: Fixed Wrong URL in admin/structure/menu/manage/%menu/translate.

23 months agoIssue #1142178 by fietserwin: Added Sync image and file fields.
Jose Reyero [Wed, 8 Jun 2011 08:58:00 +0000]
Issue #1142178 by fietserwin: Added Sync image and file fields.

23 months agoIssue #1157512 by webflo: Fixed Labels are not translated with i18n_field().
Jose Reyero [Wed, 8 Jun 2011 07:54:09 +0000]
Issue #1157512 by webflo: Fixed Labels are not translated with i18n_field().

23 months agoIssue #1157512 by webflo: Extend test for field labels.
Florian Weber [Mon, 30 May 2011 21:04:06 +0000]
Issue #1157512 by webflo: Extend test for field labels.

23 months agoAllow moving hook_i18n_sync_options() to module.i18n.inc file
Jose Reyero [Sun, 29 May 2011 18:48:16 +0000]
Allow moving hook_i18n_sync_options() to module.i18n.inc file

23 months agoIssue #1157512 by webflo, floretan: Fixed Labels are not translated with i18n_field().
Jose Reyero [Sun, 29 May 2011 17:53:51 +0000]
Issue #1157512 by webflo, floretan: Fixed Labels are not translated with i18n_field().

23 months agoIssue #1172462: Better UI for multilingual variables.
Jose Reyero [Sun, 29 May 2011 17:46:38 +0000]
Issue #1172462: Better UI for multilingual variables.

23 months agoIssue #1169438 by indrek02: Fixed syntax error in i18n_test.module
webflo [Sat, 28 May 2011 09:20:03 +0000]
Issue #1169438 by indrek02: Fixed syntax error in i18n_test.module

23 months agoIssue #1170790: hide "Save and translate" if term is language neutral.
webflo [Sat, 28 May 2011 09:08:44 +0000]
Issue #1170790: hide "Save and translate" if term is language neutral.

23 months agoMerge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Thu, 26 May 2011 07:23:40 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x

23 months agoUpdated some string/object functions for consistency. Removed left over code.
Jose Reyero [Thu, 26 May 2011 07:23:20 +0000]
Updated some string/object functions for consistency. Removed left over code.

23 months agoIssue #1168738: Add contextual links for localized and translated menus.
webflo [Wed, 25 May 2011 21:18:52 +0000]
Issue #1168738: Add contextual links for localized and translated menus.

23 months agoIssue #1154364: Added comments and fixed i18n_string_object_translate()
Jose Reyero [Wed, 25 May 2011 15:52:49 +0000]
Issue #1154364: Added comments and fixed i18n_string_object_translate()

23 months agoIssue #1154364: Finally, autogenerating translation tabs with metadata
Jose Reyero [Wed, 25 May 2011 15:15:39 +0000]
Issue #1154364: Finally, autogenerating translation tabs with metadata

23 months agoIssue #1154364: Consistent translation tabs. Extended string API. Implemented tabs...
Jose Reyero [Tue, 24 May 2011 17:30:03 +0000]
Issue #1154364: Consistent translation tabs. Extended string API. Implemented tabs for fields.

23 months agoIssue #1167126 by Gábor Hojtsy: implement hook_i18n_object_info() in i18n_contact...
Gábor Hojtsy [Tue, 24 May 2011 12:57:25 +0000]
Issue #1167126 by Gábor Hojtsy: implement hook_i18n_object_info() in i18n_contact.module so we can rely on i18n_string generating stock translation forms for us

23 months agoIssue #1166290: Move i18n hooks to own field, done for block, contact, field, node 7.x-1.0-beta6
Jose Reyero [Tue, 24 May 2011 08:32:29 +0000]
Issue #1166290: Move i18n hooks to own field, done for block, contact, field, node

2 years agoIssue #1166290: Move i18n hooks to own file. Done for menu, taxonomy
Jose Reyero [Mon, 23 May 2011 17:57:24 +0000]
Issue #1166290: Move i18n hooks to own file. Done for menu, taxonomy

2 years agoIssue #1154364: Consistent translation tabs for objects, added better path meta data
Jose Reyero [Mon, 23 May 2011 16:31:56 +0000]
Issue #1154364: Consistent translation tabs for objects, added better path meta data

2 years agoIssue #1165962: Generalize translation sets. Reimplemented taxonomy translation set...
Jose Reyero [Mon, 23 May 2011 14:56:58 +0000]
Issue #1165962: Generalize translation sets. Reimplemented taxonomy translation set overview, added set delete

2 years agoIssue #1165962: Generalize translation sets and share more code between types
Jose Reyero [Mon, 23 May 2011 14:24:06 +0000]
Issue #1165962: Generalize translation sets and share more code between types

2 years agoIssue #1164072: Delete menu items translation set, build some generic functions
Jose Reyero [Mon, 23 May 2011 11:03:46 +0000]
Issue #1164072: Delete menu items translation set, build some generic functions

2 years agoIssue #1164072 by tobiasb: Fix tests for menu translation sets
Jose Reyero [Mon, 23 May 2011 09:05:30 +0000]
Issue #1164072 by tobiasb: Fix tests for menu translation sets

2 years agoIssue #1164922 by webflo | neuronick: Fixed Undefined variable $reset in i18n_menu_tr...
flow [Sun, 22 May 2011 06:20:16 +0000]
Issue #1164922 by webflo | neuronick: Fixed Undefined variable $reset in i18n_menu_translated_tree().

2 years agoRevert "Issue #1156494 by webflo: Changed Fix i18n_path()."
webflo [Sat, 21 May 2011 20:56:11 +0000]
Revert "Issue #1156494 by webflo: Changed Fix i18n_path()."
Patch was already committed in e801d5388730625e38141200e2c3f5e2817eb55e

This reverts commit 3c985cbd9a0d0b7ab81f1be2f20735473feb000d.

2 years agoIssue #1164072: Moved menu translation sets tab, reused path translation set admin...
Jose Reyero [Sat, 21 May 2011 17:19:58 +0000]
Issue #1164072: Moved menu translation sets tab, reused path translation set admin code

2 years agoIssue #1155276 by zilverdistel: Changed Function i18n_node_type_enabled() should...
Jose Reyero [Sat, 21 May 2011 14:55:02 +0000]
Issue #1155276 by zilverdistel: Changed Function i18n_node_type_enabled() should call locale_multilingual_node_type()(()).

2 years agoIssue #1156494 by webflo: Changed Fix i18n_path().
Jose Reyero [Sat, 21 May 2011 14:36:54 +0000]
Issue #1156494 by webflo: Changed Fix i18n_path().

2 years agoIssue #1157534 by dereine: Changed Document the format key in i18n_string() method.
Jose Reyero [Sat, 21 May 2011 14:01:37 +0000]
Issue #1157534 by dereine: Changed Document the format key in i18n_string() method.

2 years agoIssue #1156310 by idflood: Added Coder review cleanup.
Jose Reyero [Sat, 21 May 2011 13:56:39 +0000]
Issue #1156310 by idflood: Added Coder review cleanup.

2 years agoIssue #1163492: Fixed notices with ['below']
Jose Reyero [Sat, 21 May 2011 13:52:13 +0000]
Issue #1163492: Fixed notices with ['below']

2 years agoIssue #1154364: Add consistent translate tabs for objects. Menus.
Jose Reyero [Sat, 21 May 2011 12:17:51 +0000]
Issue #1154364: Add consistent translate tabs for objects. Menus.

2 years agoPassing full object type to i18n_string_textgroup::get_translate_path() get_edit_path()
Jose Reyero [Sat, 21 May 2011 11:12:07 +0000]
Passing full object type to i18n_string_textgroup::get_translate_path() get_edit_path()

2 years agoIssue #1157826: Fixed write translation string into the db
Jose Reyero [Sat, 21 May 2011 11:04:38 +0000]
Issue #1157826: Fixed write translation string into the db