You are here

Functions in Diff 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
diff_admin_paths_alter ./diff.module Implements hook_admin_paths_alter().
diff_block_info ./diff.module Implements hook_block_info().
diff_block_view ./diff.module Implements hook_block_view().
diff_diffs_overview ./diff.pages.inc Generate an overview table of older revisions of a node and provide an input form to select two revisions for a comparison. 2
diff_diffs_show ./diff.pages.inc Create output string for a comparison of 'node' between versions 'old_vid' and 'new_vid'. 1
diff_form_alter ./diff.module Implements hook_form_alter().
diff_form_node_type_form_alter ./diff.module Implements hook_form_alter() for node_type_form.
diff_get_inline ./diff.module Render a diff of two strings into HTML markup indicating additions, changes and deletions. 1
diff_get_rows ./diff.module Render a diff of two strings to a $rows array suitable for use with theme('table') or theme('diff_table'). 1
diff_help ./diff.module Implements hook_help().
diff_inline_ajax ./diff.module AHAH callback for rendering the inline diff of a node. 1
diff_inline_form ./diff.module Form builder: Inline diff controls. 1
diff_inline_form_submit ./diff.module Form submission handler for diff_inline_form() for JS-disabled clients. 1
diff_inline_show ./diff.pages.inc Show the inline diff for a given node, vid. If vid = 0 or no previous vid exists for the given revision returns the normally rendered content of the specified revision. 2
diff_latest ./diff.pages.inc Menu callback - show latest diff for a given node. 1
diff_menu ./diff.module Implements hook_menu().
diff_menu_alter ./diff.module Implements hook_menu_alter().
diff_node_form_build_preview_changes ./diff.module Callback if 'View changes' is pressed. 1
diff_node_revisions ./diff.pages.inc Input form to select two revisions. 1
diff_node_revisions_submit ./diff.pages.inc Submit code for input form to select two revisions.
diff_node_revisions_validate ./diff.pages.inc Validation for input form to select two revisions.
diff_node_revision_access ./diff.module Access callback for the node revisions page. 2
diff_node_view_alter ./diff.module Implements hook_nodeapi().
diff_theme ./diff.module Implements hook_theme().
node_diff includes/node.inc Implements hook_diff() for node.module (body and title).
theme_diff_content_line ./diff.theme.inc Theme function for a content line in the diff.
theme_diff_empty_line ./diff.theme.inc Theme function for an empty line in the diff.
theme_diff_header_line ./diff.theme.inc Theme function for a header line in the diff.
theme_diff_inline_chunk ./diff.theme.inc Theme a span of changed text in an inline diff display.
theme_diff_inline_form ./diff.theme.inc Theme function for inline diff form.
theme_diff_inline_metadata ./diff.theme.inc Display inline diff metadata.
theme_diff_node_revisions ./diff.theme.inc Theme function to display the revisions formular with means to select two revisions.
theme_diff_table ./diff.theme.inc Return a themed table. This is a modified version of theme_table, adding colgroup tag and col tag options.
_diff_body_rows ./diff.pages.inc Creates an array of rows which represent a diff between $old_node and $new_node. The rows can be used via theme('diff_table') to be displayed. 2
_diff_default_cols ./diff.pages.inc Helper function to create default 'cols' array for diff table. 2
_diff_default_header ./diff.pages.inc Helper function to create default 'header' array for diff table. 2
_diff_get_next_vid ./diff.pages.inc Get the entry in the revisions list after $vid. Returns FALSE if $vid is the last entry. 1
_diff_get_previous_vid ./diff.pages.inc Get the entry in the revision list before $vid. Returns FALSE if $vid is the first entry. 3
_diff_module_invoke_all ./diff.pages.inc Helper function to invoke hook_diff in all enabled modules that implement it. 1

Other projects