Download & Extend

Releases for Diff

diff 7.x-3.2

Download Size md5 hash
diff-7.x-3.2.tar.gz 42.81 KB 05bce6125233fdae361f78201f7a7643
diff-7.x-3.2.zip 52.8 KB f158d656e7fd7686c64f3d9e42c0943f
Last updated: November 13, 2012 - 05:25
Official release from tag: 7.x-3.2

Release notes

Fix erroneous variable name for default display diff settings form

diff 7.x-3.1

Download Size md5 hash
diff-7.x-3.1.tar.gz 42.82 KB 72c98e2c88e98994edb727bd810d9a49
diff-7.x-3.1.zip 52.8 KB febd3f06a4587bbf356521f1dbfb73ef
Last updated: November 11, 2012 - 04:55
Official release from tag: 7.x-3.1

Release notes

Added UI setting to for default diff view type. Options are to display html in diff or as a plain text view.

diff 7.x-3.0

Download Size md5 hash
diff-7.x-3.0.tar.gz 42.74 KB 73eb63fd80c4decbb43cd8a4e52d4304
diff-7.x-3.0.zip 52.7 KB a10906fea3dccabe99f4d772e2b4de69
Last updated: November 10, 2012 - 08:31
Official release from tag: 7.x-3.0

Release notes

Generally the upgrade from Diff 2.x should be automatic, but there are a number of new features and changes that you should be aware of. These include:

  • Diff comparisons are driven by the new display view mode Revision comparison. This enables you to select what fields to compare and for those fields that lack Diff support, what formatters to use to compare the revisions. You would only need to enable this if you want to show different fields from those shown on the default view mode.
  • There are more configuration options including enhanced optional CSS and JScript options found under the Admin » Configuration » Content authoring » Diff. This area also contains the administration pages for global settings for entity and fields.
  • A string review has resulted in a number of string changes.
  • Inline diff settings are now found in the block configuration screen.

Significant changes within the code include:

  • hook_diff() has been replaced with hook_entity_diff()
  • many new field hooks and callbacks have been added.
  • system variable names have been changed so that they are entity specific and also that they are prefixed with "diff_"

Existing field support.

Read more

diff 7.x-3.0-alpha1

Download Size md5 hash
diff-7.x-3.0-alpha1.tar.gz 44.08 KB 7849fe1ee969270d7d0089e79f4c3214
diff-7.x-3.0-alpha1.zip 54.01 KB 221903b97895e35c3ccbab0e56824ac0
Last updated: July 15, 2012 - 09:11
Official release from tag: 7.x-3.0-alpha1

Release notes

This is the first snapshot of the new developmental 7.x-3.x branch.

Please refer to both the CHANGELOG.txt and diff.api.php for a complete list of changes.

  • hook_diff() has been replaced with hook_entity_diff()
  • many new field hooks and callbacks have been added
  • system variable names have been changed so that they are entity specific and also that they are prefixed with "diff_"

Diff 7.x-2.0+13-dev to Diff 7.x-3.0-alpha1
o #888680 by Deciphered, Alan D.: Allow modules to interact via drupal_alter()
o #1280892 by Alan D., crea: Diff should track the variables that it defines
o #1304658 by Alan D., kari.kaariainen: Remove links and comments from the comparison preview
o #1122206 by binford2k, Alan D.: Notices thrown by DiffEngine::process_chunk()
o #1175064 by zilverdistel, Alan D.: Provide variables for leading and trailing context
o #1673864 by Alan D.: Allow users to bypass the admin theme when viewing comparisons
o #1673876 by Alan D.: Use Drupal autoloading for classes
o #1673856 by Alan D.: Use hook_form_BASE_FORM_ID_alter() rather than hook_form_alter()

Read more

diff 7.x-3.x-dev

Download Size md5 hash
diff-7.x-3.x-dev.tar.gz 42.82 KB 7658245197ac602f63be09d5d1d69c75
diff-7.x-3.x-dev.zip 52.8 KB 4b4bf4ce4e9f3aabd73ebc250f09fda1
Last packaged version: 7.x-3.2+0-dev
Last updated: November 13, 2012 - 12:54
Development snapshot from branch: 7.x-3.x

Release notes

This is a massive refactor to create an API to handle any entities and fields. It also addresses a number of outstanding issues from the queues.

This release is very young and needs testers. Please try and report back any issues you find.

See http://drupalcode.org/project/diff.git/blob/refs/heads/7.x-3.x:/CHANGELO... for the complete change log.

diff 6.x-2.3

Download Size md5 hash
diff-6.x-2.3.tar.gz 25.36 KB d95906d25ea2d5eb04bfb52317126453
diff-6.x-2.3.zip 28.55 KB a77682ba616d0fb8fd45a9e88f097836
Last updated: August 7, 2011 - 06:03
Official release from tag: 6.x-2.3

Release notes

Revert: #971100 as broke if realname module not in use.

diff 6.x-2.2

Download Size md5 hash
diff-6.x-2.2.tar.gz 25.37 KB 238008d601a38a0c33d74b853f0ea4b7
diff-6.x-2.2.zip 28.56 KB f902a6b3ce8791c7ed593a53944a3ae3
Last updated: July 21, 2011 - 21:21
Official release from tag: 6.x-2.2

Release notes

Issue #1115638 by ryandekker : Inline diff showing wrong revision
Issue #971100 by Magnus : Theme username in block
Issue #889428 by stacysimpson : warning: Illegal offset type after upgrading from 2.0 to 2.1
Issue #934608 by Magnus : Misspelling causes deleted text not to be highlighted

diff 7.x-2.0

Download Size md5 hash
diff-7.x-2.0.tar.gz 24.9 KB e25c84e6b7c7ec21ae2caeefe176a7b5
diff-7.x-2.0.zip 27.57 KB 9a38506a01402ac639568446206e7450
Last updated: July 21, 2011 - 09:16
Official release from tag: 7.x-2.0

Release notes

Issue #1224996 by katbailey: fix node_diff() only diffs modified existing values, ignores newly added or removed ones.
Issue #1029768 by Hakaku : Error on diff : Undefined index: und in node_diff()
Issue #1182616 by Hakaku : sometimes the complete diff on both sides turn red
Issue #994204 by pmorel, quartsize, Dane Powell : All revisions display Anonymous as the revision author
Issue #1014062 by brenk28 : Improper use of t()
Issue #1202560 by drunken monkey : Improper use of drupal_add_css()
Issue #934608 by drunken monkey: Misspelling causes deleted text not to be highlighted
Issue #935242 by pmorel: theme_pager function signature has changed. Issue #1035838 by binford2k: Strict warnings.
Issue #997464 by hansfn, motravo, hswong3i, bc: #builder_function error.

diff 7.x-2.x-dev

Download Size md5 hash
diff-7.x-2.x-dev.tar.gz 26.4 KB b001b2edd42ae4fdefc289da25e7f834
diff-7.x-2.x-dev.zip 29.12 KB b2062b1ddec726316f317ff06c12dc2c
Last packaged version: 7.x-2.0+13-dev
Last updated: July 6, 2012 - 12:12
Development snapshot from branch: 7.x-2.x

Release notes

So we have dev release showing

diff 7.x-2.0-beta2

Download Size md5 hash
diff-7.x-2.0-beta2.tar.gz 31.73 KB b6f687640f4d5c33d622f1a19150bd05
diff-7.x-2.0-beta2.zip 41.68 KB 9a3e66a7f9486e923b80313664b77749
Last updated: December 24, 2010 - 22:45
Official release from tag: 7.x-2.0-beta2

Release notes

Changes since DRUPAL-7--2-0-BETA1:

  • Only include files including classes for registry handling.
  • Fix menu item path to prevent PHP notices.
  • PHP notices.
  • Fix for preview changes handling.

diff 7.x-2.0-beta1

Download Size md5 hash
diff-7.x-2.0-beta1.tar.gz 31.67 KB 471607ab84a5c5179cd7f81c3a6b9814
diff-7.x-2.0-beta1.zip 41.68 KB b6b58427fd6fdb8844df1e7fced25f08
Last updated: December 24, 2010 - 22:45
Official release from tag: 7.x-2.0-beta1

Release notes

Initial beta of Diff 2.x for Drupal 7.

diff 6.x-2.1

Download Size md5 hash
diff-6.x-2.1.tar.gz 32.21 KB 83f3bc87f3e01cb4fbb0d149c22ad9f6
diff-6.x-2.1.zip 42.9 KB 24579f7183f2c99ca4cf5169fc73f532
Last updated: December 24, 2010 - 22:45
Official release from tag: 6.x-2.1

Release notes

  • #639320 by smartinm: PHP 5.3 compatibility.
  • #863090 by Dave Cohen: Fix for taxonomy integration while editing.
  • #448898 by realityloop: Improve inline diff to use rendered node content rather than just node body.
  • by gpk: Add missing op argument for diffnoderevision_access().
  • #864408: Expose diff API functions.
  • Improve diff inline form handling and use AHAH for live updates to node contnet.
  • #783934 by mirian: Fix permission on revision deletion.
  • Form tweaks, text changes.
  • Move include files into include directory.
  • Update readme.txt
  • #880814 by hswong3i: Style cleanup and small doc additions.

diff 6.x-2.1-alpha3

Download Size md5 hash
diff-6.x-2.1-alpha3.tar.gz 29.31 KB 3b2749df1fa3e6688747852ba377f788
diff-6.x-2.1-alpha3.zip 38.36 KB 79989d992162f83875f5653fb0874f82
Last updated: December 24, 2010 - 22:45
Official release from tag: 6.x-2.1-alpha3

Release notes

- #580442 by smithmb: Add newline to diff header output.
- #413308 by emok: Replace 'Preview changes' with 'View changes'
- #413308 by markus_petrux, emok: Provide a per-content type setting for showing the revisions tab.
- german translation by Thomas_Zahreddin
- More granular inline diff handling for changes between tags.
- Splitting out diff rendering into pages, theme includes.

diff 6.x-2.1-alpha2

Download Size md5 hash
diff-6.x-2.1-alpha2.tar.gz 28.32 KB cf4e1aee3eb05c3dae4c016e60b23f56
diff-6.x-2.1-alpha2.zip 35.96 KB bae378d30397c71ec863f08bec72b850
Last updated: December 24, 2010 - 22:45
Official release from tag: 6.x-2.1-alpha2

Release notes

  • Refactoring inline diff UI to use a block & legend.
  • #470550 Ukrainian Translation for diff module by @neochief corrected by @podarok for 6.2 branch

diff 6.x-2.1-alpha1

Download Size md5 hash
diff-6.x-2.1-alpha1.tar.gz 27 KB fe05661dcab512cbcbe958f23d6fdc89
diff-6.x-2.1-alpha1.zip 31.81 KB c6d3a161380ca3fb99a286fc424239ec
Last updated: December 24, 2010 - 22:45
Official release from tag: 6.x-2.1-alpha1

Release notes

  • #324222 by Anselm Heaton: Replaces include_once() calls with module_load_include().
  • #196883 by rotzis, emok: Retain local tasks when viewing diff revisions.
  • #324811: Adds inline hilighting around HTML markup.

diff 7.x-1.x-dev

Download Size md5 hash
diff-7.x-1.x-dev.tar.gz 19.83 KB c55b2959fd15a941235a5f662e89ec4a
diff-7.x-1.x-dev.zip 21.74 KB 40d3776763bcdc869abf486b9f65b7f3
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: master

Release notes

D7 compatible.

diff 5.x-2.1

Download Size md5 hash
diff-5.x-2.1.tar.gz 25.86 KB e76b53946f81513f25f2668559fd069e
diff-5.x-2.1.zip 30.42 KB e63814918d12a9956de40f305914e5d6
Last updated: December 24, 2010 - 22:45
Official release from tag: 5.x-2.1

Release notes

Changes since DRUPAL-5--2-0:

  • #237286 by Junyor. Diff formatted incorrectly: COL elements not output. The D6 version was already refactored and does not need this patch.
  • #239056 - Fixed path to the latest diff (current and previous versions)

diff 6.x-2.0

Download Size md5 hash
diff-6.x-2.0.tar.gz 24.89 KB fda4c1999b4af18e7d6479f6b513b9a9
diff-6.x-2.0.zip 29.7 KB 13731d8e88c7a8a55c4a07a152c424c9
Last updated: December 24, 2010 - 22:45
Official release from tag: 6.x-2.0

Release notes

Changes since DRUPAL-6--2-0-RC1:

  • #233834. Move cck.inc to CCK project. Thanks KarenS.
  • #239061 by webernet. Patch for coding standards.
  • #246460 by Damien Tournoud. Access Denied when following diff link.
  • Revisions are keyed properly in D6.

diff 5.x-2.0

Download Size md5 hash
diff-5.x-2.0.tar.gz 25.65 KB f1cf47fe0900cfcef666fa63041e3c71
diff-5.x-2.0.zip 30.25 KB ccbe4c87d7dc2b6373a6e4ef494e03b4
Last updated: December 24, 2010 - 22:45
Official release from tag: 5.x-2.0

Release notes

No changes since last RC

diff 6.x-2.x-dev

Download Size md5 hash
diff-6.x-2.x-dev.tar.gz 26.59 KB 12e6ee3b51f4c18a29e85a85df8411ed
diff-6.x-2.x-dev.zip 29.88 KB 90d763a12bc7653ba59663aafb452833
Last packaged version: 6.x-2.3+2-dev
Last updated: April 25, 2013 - 12:41
Development snapshot from branch: 6.x-2.x

Release notes

dev snapshot for 6.2

Subscribe with RSS Syndicate content
nobody click here