Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
32.22 KB
MD5: cc00ed68c3f1a8a53dbbf99d8f6044a0
SHA-1: c0e2b53e4854e3a113cd0c85ecee73f143d48845
SHA-256: df2e4ed7968c8296a3bf9f7426d0ceac3f4856e62516d4d7a2daa6b7ed5b715c
Download zip
44.94 KB
MD5: e9d2b71d1b3914b105da4d285000806a
SHA-1: ee4fb4a7ea655ab2a978ad8e5620263ff41742ca
SHA-256: b3cd7407e6edd74edd5a1482e6dc453c6b1e1509ddb3a7f55c8960b9a91cd4eb
Release notes
Changes since 7.x-2.0-alpha6:
- #1311736 by tim.plunkett: Add an update function to clear caches, preventing WSODs.
- #1296912 by aspilicious: Added Colorbox option to use AJAX instead of iFrame.
- #1317924 by aspilicious: Fixed Google Calendar events are duplicated when Ajax is off.
- #1287196 by beejeebus, tim.plunkett: Added support for dropping external events onto calendars.
- #1268718 by tim.plunkett: Switch from using instanceof to get_option().
- #1311736 by tim.plunkett: Remove support for non-Field API dates.
- #1313556 by tim.plunkett: Force query to be distinct.
- #1313572 by tim.plunkett: Move admin pages to admin/config/user-interface/fullcalendar.
- #1312900 by tim.plunkett: Fixed multiple date fields break AJAX loading.
- #1311430 by tim.plunkett: Allow other modules to provide FullCalendar options.
- #1311028 by tim.plunkett: Rebuild the default view.
- #1311028 by tim.plunkett: Remove row plugin and use render arrays.
- #1189266 by aspilicious, tim.plunkett: Time options are not flexible.
- Check for file_exists before version comparison.
- #1280898 by tim.plunkett: Allow our handler to be added by calling preview() instead of execute().
- #1194278 by aspilicious, bayousoft, tim.plunkett: Fixed colorbox compatibility with IE8.
- #1268718 by minorOffense, tim.plunkett: Ensure that the style_plugin is actually from FullCalendar.
- #1279568 by aspilicious: Fixed Ajax bug where empty initial view prevented paging.
- #1250470 by beejeebus: Force event.editable to be a true boolean. Again.
- #1156046 by aspilicious: Added color support for Organic Groups.
- #1165670 by aspilicious: Add a field-specific class to the event.
- #971034 by tim.plunkett: Automatically add arguments for date fields.
- #1057514 by tim.plunkett: Added loading throbber.
- #971034 by swentel, tim.plunkett: Added option to load events via ajax.
- Coding style.
- #1238466 by tim.plunkett: Class attribute must be an array, follow-up.
- #1252638 by tim.plunkett: Force event contents to wrap.
- #1250470 by beejeebus: Force event.editable to be a true boolean.
- #1238466 by tim.plunkett: Class attribute must be an array.
- #1220914 by tim.plunkett: Extend Google Calendar feed field to 1024 characters.
- #1217830 by tim.plunkett: Add a setting for calendar height.
- #1218108 by aspilicious: Move colorpicker out of FullCalendar and into to Colors.
- #1195264 by dead_arm: Fix the help text for CSS ordering.
- #1195264 by tim.plunkett: Hide the settings table initially with #states.
- #1195264 by aspilicious: Provide color settings page.
- #1215534 by tim.plunkett: Future proof fullcalendar_colors_set_color() for border colors.
- #1215534 by tim.plunkett: Fixed fullcalendar_colors update hook.
- #1215534 by tim.plunkett: Code consolidation.
- #1215534 by aspilicious: Add default color on update.
- #1215534 by aspilicious: Implemented hook_colors_build_selector().
- #1215534 by aspilicious: Renamed some variables to avoid confusion.
- #1215534 by aspilicious, tim.plunkett: Refactor fullcalendar_colors to use the Colors API.
- #1206518 by tim.plunkett: Call a specific calendar view through the URL.
- Remove full stop from the end of checkbox titles.
- Clean up fullcalendar_colors hook_menu implementation.
- Remove explicit dependency on fullcalendar, but depend on ctools.
- #1198254 by tim.plunkett: Remove usage of ctools_dependent_pre_render() and ctools_dependent_process().
- #1157558 by tim.plunkett: Fixed drag/drop for all three date formats.