You are here

Functions in Diff 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
content_diff ./cck.inc Implementation of hook_diff()
diff_autoadjust ./diff.module Adjust the module weights for diff to load after node module. 1
diff_diffs ./diff.module Menu callback for diff related activities. 1
diff_diffs_overview ./diff.module Generate an overview table of older revisions of a node and provide an input form to select two revisions for a comparison. 1
diff_diffs_show ./diff.module Create output string for a comparison of 'node' between versions 'old_vid' and 'new_vid'. 1
diff_form_alter ./diff.module Implementation of hook_form_alter(). Used to add a 'Preview changes' button on the node edit form.
diff_help ./diff.module Implementation of hook_help().
diff_install ./diff.install Implementation of hook_install().
diff_latest ./diff.module 1
diff_menu ./diff.module Implementation of hook_menu() The menu path 'node/$nid/revisions' is overriden with 'diff_diffs'.
diff_node_form_add_changes ./diff.module Callback for node edit form to add the 'Preview changes' output. 1
diff_node_revisions ./diff.module Input form to select two revisions. 1
diff_node_revisions_submit ./diff.module Submit code for input form to select two revisions.
diff_node_revisions_validate ./diff.module Validation for input form to select two revisions.
diff_requirements ./diff.module Implementation of hook_requirements(). Checks if the diff modules is loaded after the node module in the hook ordering.
diff_set_weight ./diff.install Set the {system} weight to 1 higher than node.module to make sure that diff_menu() can override the menu callback for the revisions tab. 2
node_diff ./node.inc Implementation of hook_diff() for node.module (body and title).
taxonomy_diff ./taxonomy.inc Implementation of hook_diff() for taxonomy.
theme_diff_content_line ./DiffEngine.php
theme_diff_empty_line ./DiffEngine.php
theme_diff_header_line ./DiffEngine.php
theme_diff_node_form ./diff.module A copy of the 'theme_node_form' function with the addition of the new button to show a diff of the changes.
theme_diff_node_revisions ./diff.module Theme function to display the revisions formular with means to select two revisions.
theme_diff_table ./diff.module Return a themed table. This is a modified version of theme_table, adding colgroup tag and col tag options.
upload_diff ./upload.inc Implementation of hook_diff() for file attachments.
_cck_link_diff_values ./cck.inc 1
_cck_nodereference_diff_values ./cck.inc 1
_cck_text_diff_values ./cck.inc 1
_cck_userreference_diff_values ./cck.inc 1
_diff_body_rows ./diff.module 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_get_next_vid ./diff.module Get the entry in the revisions list after $vid. Returns false if $vid is the last entry. 1
_diff_get_previous_vid ./diff.module Get the entry in the revision list before $vid. Returns false if $vid is the first entry. 1

Other projects