-
The default option is now used even if there's a node, but it has no such terms on it. Meanwhile, the view is not blocked even if there is no node -- instead, the default is used. If there is no default, the view is still blocked.
-
Created the module views_taxargs. Gives you new views arguments: "Taxonomy: Term Name for @voc-name" for each vocabulary.
-
It now supports node created and updated time. It also uses the date module's date_custom2unix function to read dates, and only uses strtotime if that's not available, since some platforms have limited range in their strtotime.
-
-
It was accidentally calling theme_monthgroup_monthgroup or theme_taxonomygroup_taxonomygroup directly, rather than using theme("monthgroup_monthgroup", ...). That meant you couldn't override it. This has been fixed. -
Consolidating the modules. We now have one module which defines all of the style plugins.
-
This is the new place for the depracated monthgroup module. This module contains both 'group by month' and 'group by taxonomy term'
-
Incorporated a couple of 'arguments'-related patches.
-
My use of the views api was wrong. I've corrected it. It's possibly because I developed this module against an RC of views 1.6, rather than the final.
-
I updated it so that it actually works now. It must've been based on some old version of the views api or something. It now works with views 1.6.