Two plugins are added in this patch. One stacks a summary view above a full view to give you a display like the one described in http://drupal.org/node/74715 and another creates a nested tree taxonomy summary view as described in http://drupal.org/node/59646 (the second one requires the lineage module to work). Also includes a default view for each plugin.

Requires the patch at http://drupal.org/node/83383.

CommentFileSizeAuthor
views_bonus.module.patch22.08 KBkarens

Comments

merlinofchaos’s picture

Karen, you are welcome to commit directly to this project, I'm pretty sure I don't have enough bandwidth to really keep full control over it. There's about half a dozen people with direct commit access; just please, document your changes so we don't trip over each other when adding stuff.

[Ideally I want this to, someday, load the plugins from .inc files ala panels to make it easy to just drop new plugins in, but I started on that code, got distracted, and never got back to it.]

karens’s picture

OK, I committed it. Thanks!

karens’s picture

Status: Needs review » Fixed

Changing status.

karens’s picture

FYI, there were windows line endings in the cvs file which I had to delete, so the diff shows the whole file being replaced instead of just my changes. I maybe should have cleaned up the line endings in one commit and then made the changes in another commit so everything didn't get munged together, but I didn't think of that in time. Sorry about that!

merlinofchaos’s picture

Be sure to update the README with the new plugins and how to use them. Not that most people read it, but some people do!

Anonymous’s picture

Status: Fixed » Closed (fixed)