Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
34.75 KB
MD5: 4f34e1d9f1dccb22215d910f8e852c6a
SHA-1: 783f88d0aaae520131ebc7060c1ed7d05d0da570
SHA-256: cecedd808173fe712bc73cd303ffc2d1b47d4a2ab660f84cec72fa8bc77a556c
Download zip
51.15 KB
MD5: f219b684b48f5ab44b65fea0c0d34119
SHA-1: de42f499ede36f41e61d35f2d951d325316294af
SHA-256: 4f3ffc1ffd1137a89e1bd02f945d114e79a2da6451b2596232701147b3edbea9
Release notes
Changes since 7.x-2.0-beta2:
- #1361540 by tim.plunkett: Capitalize Boolean.
- #1410564 by tim.plunkett: Mark the FullCalendar display plugin as deprecated.
- #1430376 by tim.plunkett: Option to disabling dragging must be set before processing.
- #1427664 by tim.plunkett: Still use hook_fullcalendar_options_submit() when it IS appropriate.
- #1429466 by tim.plunkett: Remove Colorbox options when disabled.
- #1427664 by tim.plunkett: Don't use hook_fullcalendar_options_submit() when not appropriate.
- #1429458 by tim.plunkett: Fixed Views aren't set up properly from wizard.
- #1428536 by tim.plunkett: Pass along the JS settings to plugins to simplify the API.
- #1429348 by tim.plunkett: Remove 'editable' option for Google Calendar feeds.
- #1428546 by tim.plunkett: Expose $include_gcal parameter for fullcalendar_parse_fields().
- #1313556 by tim.plunkett: Make sure the distinct checkbox is only overridden for FullCalendar views.
- #1358792 by tim.plunkett: Fix huge performance bottleneck in fullcalendar_prepare_events().
- #1393274 by tim.plunkett: FullCalendar assumes that an entity has a URI.
- #1394504 by tim.plunkett, RuiMendes: Added support for multilingual taxonomy.
- #1395252 by tim.plunkett: Replace unneeded module_implements()/function() pattern with module_invoke_all().
- #1395272 by tim.plunkett: Rename hook_fullcalendar_option_*() to hook_fullcalendar_options_*().
- #1395290 by tim.plunkett: Take relationships into account when adding magical arguments.
- #1353334 by tim.plunkett: Prevent HTML entities from printing when using rendered values.
- #1388990 by tim.plunkett: Add option to change view by clicking on a day.
- Prevent colorbox from running when it shouldn't be.
- #1372270 by tim.plunkett: Provide a wrapper around the deprecated date_field_all_day().
- #1390796 by aspilicious, tim.plunkett: Use dashes not underscores when adding the field as a CSS class.
- #1062240 by tim.plunkett: Recognize date fields from entities that are not the same as the view's base type.
- #1062240 by tim.plunkett: Bail out early if fields aren't fully added.
- #1062240 by tim.plunkett: Replace $view->base_field with $alias.
- #1062240 by tim.plunkett: Replace $entity_type with $entity->entity_type.
- #1388552 by tim.plunkett: Fixed Colors CSS is added too late when there is more than one calendar per page.
- Clean up time formatting code to reduce duplication.
- #1347136 by tim.plunkett: Fixed Undefined index: #description in fullcalendar_form_views_ui_edit_display_form_alter().