Skip to content
Snippets Groups Projects
Select Git revision
  • 3354820-do-not-add
  • 4.7.x-1.x
  • 5.x-1.x
  • 5.x-2.x
  • 6.x-2.x
  • 7.x-1.x
  • 7.x-2.x
  • 7.x-3.x
  • 8.x-1.x default
  • 8.x-2.x
  • 8.x-1.0-alpha4
  • 7.x-3.6
  • 8.x-1.0-alpha3
  • 8.x-1.0-alpha2
  • 8.x-1.0-alpha1
  • 7.x-3.5
  • 7.x-3.4
  • 7.x-3.3
  • 7.x-3.2
  • 7.x-3.1
  • 7.x-3.0
  • 7.x-3.0-rc1
  • 7.x-3.0-alpha2
  • 7.x-3.0-alpha1
  • 7.x-2.0-alpha1
  • 7.x-1.0-alpha3
  • 7.x-1.0-alpha2
  • 7.x-1.0-alpha1
  • 6.x-2.4
  • 6.x-2.3
30 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.019Oct18171614121098765427Sep157Jul64321Jun1817622May20Apr7532130Mar282322211615141110876543128Feb262423221916431Jan29282221151219Nov18171614131211102Calculation of max date for a month needs adjustment.Fix ical export to match changes in ical parser.Small fix to new theme.Create a separate theme for remote nodes and make sure all remote nodes get necessary cleanup.Adapt calendar to use fixed DURATION handling in ical parser.Cleanup calendar ical import.#183877 get rid of constant for CALENDAR_PATH and just use drupal_get_path() when needed.Update of calendar ical module to use the new date ical parser.Update CHGLOG.txt4.7.x-1.64.7.x-1.6Remove the default view for an OG group calendar until necessary fixes for OG and Views are in offical releases of those modules.5.x-1.65.x-1.6#182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.#182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.#136968 add '$group' as an option to views tokens.#136968 make sure calendar tab only display on group pages. Requires OG patch at #182936 to work right.Misc small fixes to 4.7 version.Update CHGLOG.txt#157593 make sure drupal_get_form gets the form array.Update CHGLOG.txt#182155 Make sure multiple event nodes get a unique identifer when testing if they have already been processed.Unset variables in hook_uninstall().#182357 make sure calendar module functions are available in .install file.#153846 calendar_fields() logic needed work, it was stopping after $event_processed was set to true even if there are more fields left. Thanks to wvengen for a clue to the problem.Update CHGLOG.txtAn attempt to make an OG calendar in a block smart enough to figure out a default gid, includes the block in the default OG calendar view.A little experimental still, trying to find a way to make a block group calendar default to the right gid.Don't change the title on EVERY page, only on calendar pages.Tweak the default OG calendar view a bit, it had a custom field left in it.Oops, return $output in views_post_view doubles everything!Update CHANGELOG.txt for latest fixes.#181390 ical cache_clear_all missing wildcard in hook_cron().Here's a default view for a group calendar provided as a tab on the group page. The block version of this view does NOT work yet, but the page view should.Add a theme to override default Views handling of the page title to insert something different.Missed possibility of $node or $user in calendar_real_url().Start handling possibility of $arg, $node, or $user buried inside the view url, like node/$node/calendar. This makes the argument handling even more complicated than it already was, but will be needed to make view urls work for OG.One more tweak to handling a non-calendar arg in the first position while still falling back to a month view as a default once you get to the calendar, while not breaking view that has only calendar args that is defaulting to month view for first arg. Very tricky getting this exactly right.Finally found why the cached values weren't getting reset right, move the reset function to the views edit form submit handler, set up install file to reset or remove cached values as needed.Hopefully found final fix to getting non-calendar args working.More work trying to get a non-calendar argument to work correctly when added before calendar args, rename a couple functions for better clarity.Make sure plugin works even_empty, add install file that can clear cached calendar settings.No longer using calendar_views() function, get rid of it.
Loading