-
Views 'Group-By' Pack: February 25, 2011 2:07
Commit 3b39a92 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Views 'Group-By' Pack: February 25, 2011 2:07
Commit 58b79fc on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
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'