Posted by dagmar on April 16, 2010 at 2:13pm
1 follower
| Project: | Journal |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
We are using journal to track all changes for our developments.
We need to display journal entries as feeds, so, I have coded this patch to integrate journal with views (and of course, build the feeds).
This integration includes a all the fields for {journal} and {journal_patch} tables, and also some custom filters, for module and status.
| Attachment | Size |
|---|---|
| journal-views-integration.patch | 9.66 KB |
Comments
#1
This patch is a better version, I removed the "_views" string from journal_patch_views_handler_* in the handlers definitions.
Also it fix the join with users table.