/[drupal]/contributions/modules/translatable/translatable.module
ViewVC logotype

Log of /contributions/modules/translatable/translatable.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 01:11:34 2008 UTC (12 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +108 -51 lines
Diff to previous 1.7
#334057 by smk-ka: Code clean-up.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 00:54:43 2008 UTC (12 months, 1 week ago) by sun
Branch: DRUPAL-5
Changes since 1.1.2.6: +108 -51 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.8
#334057 by smk-ka: Code clean-up.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 17:01:11 2008 UTC (14 months, 2 weeks ago) by smk
Branch: MAIN
Changes since 1.6: +13 -9 lines
Diff to previous 1.6
by smk-ka: Fixed source node id (tnid) is required to be present in all node
  forms.
by smk-ka: Fixed Views support.
by smk-ka: Correctly switch domain when starting to edit a translation if switch by hostname is enabled.
by smk-ka: Don't rewrite SQL if Views handles translations on its own.
by smk-ka: Fixed loading of include files.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 17:34:23 2008 UTC (14 months, 2 weeks ago) by smk
Branch: DRUPAL-5
Changes since 1.1.2.5: +13 -9 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- by smk-ka: Don't rewrite SQL if Views handles translations on its own.
- by smk-ka: Fixed loading of include files.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 19:17:56 2008 UTC (19 months, 2 weeks ago) by smk
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
#244598 by smk-ka: Fixed wrong access permissions, removed superflous 'administer translatable' permission.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 19:16:03 2008 UTC (19 months, 2 weeks ago) by smk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1.2.4: +3 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#244598 by smk-ka: Fixed wrong access permissions, removed superflous 'administer translatable' permission.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 20:09:38 2008 UTC (21 months ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.3: +3 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Fixed fatal error due to missing Translatable module in menu.inc; updated Drupal core patches.
Changed table alias in db_rewrite_sql() to 'translatable'.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 20:09:21 2008 UTC (21 months ago) by sun
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Fixed fatal error due to missing Translatable module in menu.inc; updated Drupal core patches.
Changed table alias in db_rewrite_sql() to 'translatable'.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 22:33:01 2008 UTC (21 months ago) by sun
Branch: DRUPAL-5
Changes since 1.1.2.2: +5 -12 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fixed translation properties not stored for completely new nodes.
Fixed menu items of node translations are not found in the menu upon form submit (required by modules like pathauto); needs another core patch now.
Updated Drupal core patches.
Fixed cached menu is not reset after creating/editing a menu item translation.
Improved translatable_get_destination() to work with internal paths instead of aliases by default.
Further code clean-up.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 22:30:44 2008 UTC (21 months ago) by sun
Branch: MAIN
Changes since 1.3: +5 -12 lines
Diff to previous 1.3
Fixed translation properties not stored for completely new nodes.
Fixed menu items of node translations are not found in the menu upon form submit (required by modules like pathauto); needs another core patch now.
Updated Drupal core patches.
Fixed cached menu is not reset after creating/editing a menu item translation.
Improved translatable_get_destination() to work with internal paths instead of aliases by default.
Further code clean-up.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 01:57:25 2008 UTC (21 months, 1 week ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.1: +72 -24 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixed untranslatable items are not synchronized.
Fixed source content of selects, checkboxes, and radios is not displayed.
Fixed _translatable_is_hideable_field() returns FALSE for fieldsets and markup.
Fixed PHP warnings in translatable_get_form_values() and translatable_set_form_values().
Fixed node edit redirects to wrong source node.
Fixed incomplete access check for node translation callback.
Fixed wrong translatable_find() conditions to find an existing translation.
Fixed translation language not properly set when editing a source node.
Added hook_translatable_form_alter() to allow modules to alter the final node form.
Fixed menu items for nodes are created in the wrong language.
Changed theme_translatable_languages() to return structured arrays instead of rendered links.
Added implementation of hook_admin_menu().
Updated README.txt.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 01:56:08 2008 UTC (21 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.2: +72 -24 lines
Diff to previous 1.2
Fixed untranslatable items are not synchronized.
Fixed source content of selects, checkboxes, and radios is not displayed.
Fixed _translatable_is_hideable_field() returns FALSE for fieldsets and markup.
Fixed PHP warnings in translatable_get_form_values() and translatable_set_form_values().
Fixed node edit redirects to wrong source node.
Fixed incomplete access check for node translation callback.
Fixed wrong translatable_find() conditions to find an existing translation.
Fixed translation language not properly set when editing a source node.
Added hook_translatable_form_alter() to allow modules to alter the final node form.
Fixed menu items for nodes are created in the wrong language.
Changed theme_translatable_languages() to return structured arrays instead of rendered links.
Added implementation of hook_admin_menu().
Updated README.txt.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 07:04:06 2008 UTC (21 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fixed language block links always redirect to default language.
Fixed source form item content of select fields not properly displayed.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 07:03:42 2008 UTC (21 months, 1 week ago) by sun
Branch: DRUPAL-5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fixed language block links always redirect to default language.
Fixed source form item content of select fields not properly displayed.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 05:22:40 2008 UTC (21 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Initial release of #translatable for Drupal 5.
See http://drupal.org/project/translatable

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2