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?
- 149668 fixes to the way calendar_views() is computed never got committed to the 4.7 branch.
- 141267 fix css attribute, should be overflow:hidden.
- 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.
- 122568 for multi-day fields make sure $node->teaser doesn't keep adding the same fields.
- 153580 use date_format_date instead of date_gmdate to get date parts translated.
- 147386 remove redundant adjustment for user time.
- 121300 make sure stripe index gets incremented.
- Fix typo that creates a parsing error.
- 149668 fix wrong permissions.
- Fix wrong object name in calendar_views().
- 141264 fix typo in style inclusion.
- 150054 rework the way the calendar_views() function works to improve performance.
- Clean up css.
- Make sure calendar module loads before calendar_ical.
- Fix min and max date comparison for week view
- 128517 fix error in week calculation so week doesn't always get set to 1
- 127038 fix limit_nodes function to include last day of month
- 129776 add class to get nav bar to show up full-width in 4.7
- 129769 replace module_exists with module_exist
- 129773 return 5.x style links to 4.7 style
- 127291 change view titles and breadcrumbs to use %1, %2, %3 dynamic titles
- 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.
- 56397 remove extraneous ';'.
- Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.
- 153245 fix typo in Date API documentation.
- 151304 include date.inc in theme so it works outside the module.
- 152207 make timezones.inc independent of the event module, needed because not all versions of event module now use it.
- Fix a typo in the new date_unset_granularity() function.
- fix some invalid functions and missing includes for ical date imports in Date Copy.
- 56397 remove extraneous ';'.
- Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.
- 153245 fix typo in Date API documentation.
- 151304 include date.inc in theme so it works outside the module.
- 152207 make timezones.inc independent of the event module, needed because not all versions of event module now use it.
- Fix a typo in the new date_unset_granularity() function.
- fix some invalid functions and missing includes for ical date imports in Date Copy.