Views support for Trackback module
Cybergarou - March 28, 2009 - 05:09
| Project: | TrackBack |
| Version: | 6.x-1.x-dev |
| Component: | Other |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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.
| Attachment | Size |
|---|---|
| trackback.module.patch | 603 bytes |
| trackback_views_files.tar_.gz | 1.74 KB |

#1
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.