Here's my attempt at adding support for Views to the Trackback module. I'm still considering a change or two so I wouldn't call it finished yet, but it's pretty close. I'm putting this up for the purpose of gathering feedback. Mostly I'm looking for a second opinion on the names I gave the fields, though any other suggestions are welcomed.

I have attached a patch for trackback.module as well as an archive containing all of the new files. The patch at #370660-3: trackback_node table only contains nodes that were created after module install is also required to get Views support working correctly.

Comments

Cybergarou’s picture

Status: Needs work » Needs review
StatusFileSize
new2.98 KB

Here's an updated version of the new files archive. It corrects a couple things I noticed in the first version. It also adds a handler that turns IP addresses into whois lookup links and a default view that provides a trackback moderation block. That's everything I was considering so, unless something comes up in review, consider this finished.