The module displays all revisions as authored by Anonymous or Anonymous (not verified) in all views (revisions list and the actual diff view). I believe this because the correct object is not being passed into the theme('username', $array) functions in diff.pages.inc. I think the function is expecting at least an array with an item whose key is account and value is a user object.
I am using Diff 7.x.-2.0-beta2 and Drupal Core 7.0-rc1.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | diff-994204-12.patch | 2.19 KB | danepowell |
| #2 | diff-994204-2.patch | 2.06 KB | quartsize |
| #1 | diff-994204.patch | 1.41 KB | pmorel |
Comments
Comment #1
pmorel commentedfixes the problem.
Comment #2
quartsize commentedThis patch extends pmorel's fix in #1 to the diff view as well as the revisions list.
Comment #3
mariusz.slonina commentedWorks on my local box (D7.0, Diff-beta2), thanks :)
Comment #4
amanaplan commentedWorks for me too (Diff 7.x.-2.0-beta2 and Drupal Core 7.0). Marking at RTBC.
Comment #5
hansfn commentedBump. Works for me too.
Comment #6
xenyo commentedWorked Great for me Thx.
Comment #7
ginc commentedseems OK
Comment #8
wagafo commentedI have this issue with Drupal 6, Diff 6.x-2.x-dev (2011-Febrer-25), at the relevant lines it says:
'!username' => theme('username', $revision)
so it seems that this patch cannot be applied to version 6. Any suggestion for drupal 6 and Diff 6?
Comment #9
CandC540 commentedWorks on my local install as well.
Comment #10
fonant commentedPatch #2 above works fine for me, Drupal 7 and Diff 7.x-2.0-beta2
Comment #11
drunken monkeyPlease see #1182154-3: Offering to maintain Diff if you'd be willing to take over this project.
Hopefully, this way all these issues with working patches will finally be fixed.
Comment #12
danepowell commentedHere's a version of #2 that can be applied with Git
Comment #13
realityloop commentedfixed in dev