Jose Reyero [Tue, 24 May 2011 08:32:29 +0000]
Issue #1166290: Move i18n hooks to own field, done for block, contact, field, node
Jose Reyero [Mon, 23 May 2011 17:57:24 +0000]
Issue #1166290: Move i18n hooks to own file. Done for menu, taxonomy
Jose Reyero [Mon, 23 May 2011 16:31:56 +0000]
Issue #1154364: Consistent translation tabs for objects, added better path meta data
Jose Reyero [Mon, 23 May 2011 14:56:58 +0000]
Issue #1165962: Generalize translation sets. Reimplemented taxonomy translation set overview, added set delete
Jose Reyero [Mon, 23 May 2011 14:24:06 +0000]
Issue #1165962: Generalize translation sets and share more code between types
Jose Reyero [Mon, 23 May 2011 11:03:46 +0000]
Issue #1164072: Delete menu items translation set, build some generic functions
Jose Reyero [Mon, 23 May 2011 09:05:30 +0000]
Issue #1164072 by tobiasb: Fix tests for menu translation sets
flow [Sun, 22 May 2011 06:20:16 +0000]
Issue #1164922 by webflo | neuronick: Fixed Undefined variable $reset in i18n_menu_translated_tree().
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.
Jose Reyero [Sat, 21 May 2011 17:19:58 +0000]
Issue #1164072: Moved menu translation sets tab, reused path translation set admin code
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()(()).
Jose Reyero [Sat, 21 May 2011 14:36:54 +0000]
Issue #1156494 by webflo: Changed Fix i18n_path().
Jose Reyero [Sat, 21 May 2011 14:01:37 +0000]
Issue #1157534 by dereine: Changed Document the format key in i18n_string() method.
Jose Reyero [Sat, 21 May 2011 13:56:39 +0000]
Issue #1156310 by idflood: Added Coder review cleanup.
Jose Reyero [Sat, 21 May 2011 13:52:13 +0000]
Issue #1163492: Fixed notices with ['below']
Jose Reyero [Sat, 21 May 2011 12:17:51 +0000]
Issue #1154364: Add consistent translate tabs for objects. Menus.
Jose Reyero [Sat, 21 May 2011 11:12:07 +0000]
Passing full object type to i18n_string_textgroup::get_translate_path() get_edit_path()
Jose Reyero [Sat, 21 May 2011 11:04:38 +0000]
Issue #1157826: Fixed write translation string into the db
Jose Reyero [Fri, 20 May 2011 18:44:50 +0000]
Issue #1157484 by das-peter | skilip: Fixed Both delete translation sets when deleting a menu and when deleting menu items.
Jose Reyero [Fri, 20 May 2011 17:13:22 +0000]
Issue #1157456 by skilip: Changed Remove the 'Language neutral' option when translation mode is set to I18N_MODE_LANGUAGE.
Jose Reyero [Fri, 20 May 2011 17:03:08 +0000]
Issue #1157848 by tobiasb: Fixed missing menu callback for the edit form of the translation set (menu link).
Jose Reyero [Fri, 20 May 2011 08:36:53 +0000]
Issue #1158150 by tobiasb: Fixed wrong path for the edit form of the translation set (taxonomy term).
Jose Reyero [Fri, 20 May 2011 08:30:15 +0000]
Issue #1157420 by skilipand myself: Copy the workflow of taxonomy term translation to menu item translation.
Jose Reyero [Thu, 19 May 2011 16:56:52 +0000]
Issue #1157382 by skilip, dereine and myself: Improve and unify multilingual descriptions on vocabulary and menu forms
Jose Reyero [Thu, 19 May 2011 16:54:00 +0000]
Improved, though backwards compatible i18n_object_info(), now takes property as optional parameter
Jose Reyero [Thu, 19 May 2011 13:47:27 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
flow [Sat, 14 May 2011 22:43:47 +0000]
Issue #1155214 by skilip: Fixed Revamp of i18n_taxonomy_term_get_translations().
Jose Reyero [Sat, 14 May 2011 21:13:32 +0000]
Issue #1157826 by dereine: Create a way to write a translation/localization string into the database
flow [Sat, 14 May 2011 20:55:18 +0000]
Issue #1070256 by idflood, webflo | teslegch: Fixed Localize terms show always the default language.
flow [Sat, 14 May 2011 19:45:40 +0000]
Followup to #1157458 by dereine, webflo: Fixed 'Taxonomy description is not translated on the taxonomy node listing.' Add Test for translated term description.
flow [Sat, 14 May 2011 19:35:45 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Florian Loretan [Sat, 14 May 2011 18:56:03 +0000]
Add test coverage for the translation of default values.
Jose Reyero [Sat, 14 May 2011 18:27:03 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Sat, 14 May 2011 18:26:46 +0000]
Issue #1154364 by reyero, berdir: Translation tabs
Sascha Grossenbacher [Sat, 14 May 2011 18:22:05 +0000]
Issue #1157482 by tobiasb: Fixed empty translation set table.
flow [Sat, 14 May 2011 13:41:33 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Sascha Grossenbacher [Fri, 13 May 2011 11:50:34 +0000]
Issue #1156504 by Berdir: Added save and translate buttons to taxonomy vocabulary and term forms.
Florian Loretan [Sat, 14 May 2011 13:23:58 +0000]
Issue #1154850 by floretan: Field translation breaks file/image AJAX forms.
Florian Loretan [Sat, 14 May 2011 13:15:45 +0000]
Issue #1157512 by floretan: allowed values are not translated for number lists.
Florian Loretan [Sat, 14 May 2011 13:11:15 +0000]
Issue #1157456 by skilip: Remove the 'Language neutral' option when translation mode is set to I18N_MODE_LANGUAGE
Sascha Grossenbacher [Sat, 14 May 2011 13:03:38 +0000]
Issue #1156480 by Berdir: Added tests for i18n_block translate tab and i18n_mode description.
Gábor Hojtsy [Sat, 14 May 2011 12:20:15 +0000]
Issue #1156480 by Berdir, yoroy: improve usability and simplify the block multilingual UI
flow [Sat, 14 May 2011 12:02:39 +0000]
Issue #1157458 by dereine: Fixed Taxonomy description is not translated on the taxonomy node listing.
flow [Sat, 14 May 2011 11:40:05 +0000]
Fix i18n_contact installation. dependency to contact module.
Jose Reyero [Sat, 14 May 2011 11:00:36 +0000]
Issue #1154364 by Berdir: Add consistent translation tab for objects
Jose Reyero [Sat, 14 May 2011 10:48:12 +0000]
Issue #1155238 by skilip: Translation set tab for terms, minor issues
Jose Reyero [Sat, 14 May 2011 10:44:22 +0000]
Issue #1156682 by tobiasb: Translation set title not saving
flow [Sat, 14 May 2011 09:05:52 +0000]
Issue #1157322 by dereine: Changed Provide a more helpful documentation for the parameter $name.
flow [Sat, 14 May 2011 08:37:39 +0000]
remove CVS keyword $Id$.
flow [Sat, 14 May 2011 08:36:37 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
flow [Sat, 14 May 2011 08:36:20 +0000]
18n_path make form submit more reliable. fix code style and remove trailing whitespace
Gábor Hojtsy [Sat, 14 May 2011 07:55:05 +0000]
Issue #671360 by dereine: switch default option for messages to not be printed with i18n_string; usability fix
flow [Sat, 14 May 2011 01:12:16 +0000]
Merge branch 'i18n_path' into 7.x-1.x
flow [Sat, 14 May 2011 01:08:08 +0000]
Basic test case for i18n_path.
flow [Sat, 14 May 2011 01:07:47 +0000]
implements methode for content-type configuration in Drupali18nTestCase
flow [Sat, 14 May 2011 00:14:40 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into i18n_path
flow [Sat, 14 May 2011 00:01:21 +0000]
remove senseless declaration from createNode.
flow [Fri, 13 May 2011 23:57:26 +0000]
add some tests for i18n_variable.
Jose Reyero [Fri, 13 May 2011 17:04:24 +0000]
Issue #1156638 by skilip: Remove multilingual options fieldset from vocabulary delete
Jose Reyero [Fri, 13 May 2011 16:25:33 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Fri, 13 May 2011 16:25:20 +0000]
Issue #1155238 by skilip: Create translation tabs for terms
flow [Fri, 13 May 2011 16:23:54 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Fri, 13 May 2011 16:19:08 +0000]
Issue #1155230 by tobiasb: better translation set validation for menu items
Gábor Hojtsy [Fri, 13 May 2011 15:32:15 +0000]
Issue #1156756 by Gbor Hojtsy: translation tab for i18n_node, usability improvement
Jose Reyero [Fri, 13 May 2011 14:40:15 +0000]
Issue #1156560 by skilip: Both delete translation sets when deleting a vocabulary and when deleting terms
Gábor Hojtsy [Fri, 13 May 2011 14:38:14 +0000]
Issue #1156688 by Gbor Hojtsy: fix i18n_field_field_delete_instance() to use proper keys for the strings
flow [Fri, 13 May 2011 16:21:54 +0000]
remove useless checkboxes from "Translation sets".
Jose Reyero [Fri, 13 May 2011 16:19:08 +0000]
Issue #1155230 by tobiasb: better translation set validation for menu items
Gábor Hojtsy [Fri, 13 May 2011 15:32:15 +0000]
Issue #1156756 by Gbor Hojtsy: translation tab for i18n_node, usability improvement
flow [Thu, 12 May 2011 19:58:50 +0000]
fix i18n_path.
- use validation callback from menu system
- add edit and delete operation to path translation overview
- add confirmation form for translation set deletion
- change module weight to override core translation. same module weight as i18n_menu and i18n_taxonomy
- use get_edit_path and get_delete_path for consistency
- reworked path overview
Jose Reyero [Fri, 13 May 2011 14:41:20 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Fri, 13 May 2011 14:40:15 +0000]
Issue #1156560 by skilip: Both delete translation sets when deleting a vocabulary and when deleting terms
Gábor Hojtsy [Fri, 13 May 2011 14:38:31 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Gábor Hojtsy [Fri, 13 May 2011 14:38:14 +0000]
Issue #1156688 by Gbor Hojtsy: fix i18n_field_field_delete_instance() to use proper keys for the strings
flow [Fri, 13 May 2011 14:11:21 +0000]
fix get_title() in i18n_translation_set. return the title property if available
flow [Fri, 13 May 2011 14:04:50 +0000]
add get_delete_path() to i18n_translation_set.
Jose Reyero [Fri, 13 May 2011 13:18:37 +0000]
Issue #1155590: Related, permission checking for string formats, fixed l10n_client permissions
Florian Loretan [Fri, 13 May 2011 12:52:54 +0000]
Follow up to #1155238: update paths in i18n_taxonomy tests.
Gábor Hojtsy [Fri, 13 May 2011 12:31:52 +0000]
Issue #1155876 by Berdir: add save and translate button to blocks and contact form translation
Gábor Hojtsy [Fri, 13 May 2011 12:12:02 +0000]
Ups, diff conflict files got into my last commit.
Gábor Hojtsy [Fri, 13 May 2011 12:09:45 +0000]
Issue #1156458 by Gbor Hojtsy: move menu translation functionality to translation tabs consistent with taxonomy, blocks, etc.
Jose Reyero [Fri, 13 May 2011 10:38:32 +0000]
Issue #1154054 by skilip, frega: Better module help text for blocks
Florian Loretan [Fri, 13 May 2011 10:12:38 +0000]
#1156370: Make translation of system menu blocks like the main menu possible.
Jose Reyero [Fri, 13 May 2011 09:58:09 +0000]
Issue #1078422 by danielnolde, tobiasb: Disabled taxonomy fields when enabling and disabling i18n_taxonomy
Gábor Hojtsy [Fri, 13 May 2011 09:52:00 +0000]
Issue #1156374 by Gbor Hojtsy: try to guide users to the taxonomy page where they can actually make edits and translations - not the best solution, but core already has this UX WTF, so we need to live with that
Gábor Hojtsy [Fri, 13 May 2011 09:13:27 +0000]
Fix notices spotted by Berdir while working on #1155876
Gábor Hojtsy [Thu, 12 May 2011 20:05:47 +0000]
Followup to #1155238 by Gbor Hojtsy: add translate tab on vocabulary and move the translation set feature around, so that it sits with the term list, not to confuse users
Gábor Hojtsy [Thu, 12 May 2011 19:16:49 +0000]
Follow up to #1155238 by Gbor Hojtsy: add translation tab support for localizable terms using our general tools in i18n_string module
Jose Reyero [Thu, 12 May 2011 18:37:21 +0000]
Issue #1152680 by idflood (with minor changes): Menu items not translated with localize
Jose Reyero [Thu, 12 May 2011 18:22:35 +0000]
Issue #1155238 by skilip and Jose: First step for translation tabs for terms
Florian Loretan [Thu, 12 May 2011 18:10:04 +0000]
Basic test case for i18n_menu.
Gábor Hojtsy [Thu, 12 May 2011 15:27:13 +0000]
Followup to #1155156 by Gbor Hojtsy: redirect the user back to the translation page, when they save a translation of an object
Gábor Hojtsy [Thu, 12 May 2011 15:26:19 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Thu, 12 May 2011 15:04:12 +0000]
Issue #1141044: pending tests
Gábor Hojtsy [Thu, 12 May 2011 15:01:20 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Gábor Hojtsy [Thu, 12 May 2011 15:01:06 +0000]
Issue #1155472 by Gbor Hojtsy: remove locale_refresh implementation since the listing function now does this all
Jose Reyero [Thu, 12 May 2011 15:00:45 +0000]
Issue #1155214 by skilip: Revamp of i18n_taxonomy_term_get_translations()
Jose Reyero [Thu, 12 May 2011 14:47:46 +0000]
Merge branch '7.x-1.x' of git.drupal.org:project/i18n into 7.x-1.x
Jose Reyero [Thu, 12 May 2011 14:47:06 +0000]
Issue #1153830 by Berdir: i18n_node autocomplete missing pieces and test
Gábor Hojtsy [Thu, 12 May 2011 14:39:59 +0000]
Followup to #1155156: rename contact module to Contact translation for consistency