Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is the initial release for Drupal 5.x. Username and multiple keyword searching has been added with this release. Please note that there are installation instructions in the README.txt file. One new installation requirement is the addition of some code to the template.php file of your theme, that removes the default "Users" tab from the search page. If someone knows of a better way to do this from within the module, please let me know.
Introduced bug in 5.x-1.3 that caused og roles to not display in group menu when viewing forum (og_forum). Code was adding group context when, apparently, og_forum now does it. Fixed.
Also modified code to handle new og_calendar url format (previous/next). Hey, didn't I write that patch?
- 146347 fix some more places where date_format_date() should be used instead of gm_date() so they are translated.
- make sure nav titles get run through theme properly.
- 141267 fix css attribute, should be overflow:hidden.
- 140922 fix the way the table view array is constructed.
- Found some debugging cruft in ical module when cache is cleared.
- 153580 use date_format_date instead of date_gmdate to get date parts translated.
- 149668 fix wrong permissions.
- 147386 remove redundant adjustment for user time.
- 121300 make sure stripe index gets incremented.
- 122568 for multi-day fields make sure $node->teaser doesn't keep adding the same fields.
- 141264 fix typo in style inclusion.
- 150054 also need to fix the setup forms now that they only have a view name and not the whole view object passed to them.
- 150054 rework the way the calendar_views() function works to improve performance.
- 149668 make sure default views get included as calendar views.
- Add in new hook_views_tabs() for menu tab.
- Make sure ical module gets uninstalled if calendar is uninstalled.
- Make sure calendar module loads before calendar_ical.
- Clean up css.
- Fix error in calendar_has_calendar_args() function.