Awesome! Now that #688442: Hacked! comparing against latest release of contrib modules instead of actual versions is fixed, this module is working great! Thank you so much!

Only issue I'm seeing here is that it's flagging simple line-ending changes as diffs. While technically this is true, I'm working with some Windows devs and this is making it extremely difficult to parse out what was actually hacked, vs. what was just opened and re-saved in Dreamweaver for whatever silly reason.

CommentFileSizeAuthor
#3 hacked-727898.patch1.02 KBsteven jones

Comments

steven jones’s picture

This would be nice to have, but the thing is, for speed files are initially compared using sha1, and then only diff'd using the diff module if you ask for it.

I guess I could do a line level diff iff the files were different by the sha1 hash. Hmm...

steven jones’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Moving to version 2.x

steven jones’s picture

StatusFileSize
new1.02 KB

Here's a quick patch against the 5.x version that will trim lines on the diff viewing at least.

steven jones’s picture

Status: Active » Needs work

Should make this happen.

steven jones’s picture

Code for this is in the 2.x branch now, just need to add a UI for it.

steven jones’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
steven jones’s picture

Status: Needs work » Fixed

Fixed in git. Yey!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.