/[drupal]/contributions/modules/translatable/translatable.node.inc
ViewVC logotype

Log of /contributions/modules/translatable/translatable.node.inc

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 01:11:34 2008 UTC (12 months, 2 weeks ago) by sun
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +89 -91 lines
Diff to previous 1.6
#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, 2 weeks ago) by sun
Branch: DRUPAL-5
Changes since 1.1.2.6: +89 -91 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.7
#334057 by smk-ka: Code clean-up.

Revision 1.6 - (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.5: +14 -14 lines
Diff to previous 1.5
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]
Fri Sep 12 16:53:37 2008 UTC (14 months, 2 weeks ago) by smk
Branch: DRUPAL-5
Changes since 1.1.2.5: +12 -12 lines
Diff to previous 1.1.2.5 , to branch point 1.1
by smk-ka: Fixed source node id (tnid) is required to be present in all node forms.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 17:37:34 2008 UTC (14 months, 2 weeks ago) by smk
Branch: DRUPAL-5
Changes since 1.1.2.4: +3 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Minor changes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 19:34:56 2008 UTC (19 months, 2 weeks ago) by smk
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
#244608 by smk-ka: Fixed non-working edit links on content admin page.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 19:34:28 2008 UTC (19 months, 2 weeks ago) by smk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1.2.3: +6 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#244608 by smk-ka: Fixed non-working edit links on content admin page.

Revision 1.4 - (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.3: +3 -3 lines
Diff to previous 1.3
#244598 by smk-ka: Fixed wrong access permissions, removed superflous 'administer translatable' permission.

Revision 1.1.2.3 - (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
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#244598 by smk-ka: Fixed wrong access permissions, removed superflous 'administer translatable' permission.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 22:33:01 2008 UTC (21 months, 1 week ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.1: +55 -40 lines
Diff to previous 1.1.2.1 , 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 22:30:44 2008 UTC (21 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.2: +55 -40 lines
Diff to previous 1.2
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.1 - (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: +56 -25 lines
Diff to previous 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.2 - (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.1: +56 -25 lines
Diff to previous 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.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