calendar 7.x-3.4
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.4.tar.gz | 60.74 KB | 0b2fcc3c9e1c00707a0bddbdcf2923e8 |
| calendar-7.x-3.4.zip | 73.53 KB | 5d8e6d748793bc568bb8f203838128a4 |
Release notes
======================
Version 7.x-3.4
======================
- Remove calendar_row_node completely.
- Remove Calendar iCal completely.
- Issue #1552212, Week numbers in the month view lost their links.
- Change default tracking behavior to be off.
- Issue #1556180 by hass, Error: Strict warning: Declaration of calendar_plugin_style::options_submit().
- Issue #1588590, Cannot always unset date link once set.
- Issue #1565994, Remove default caching from calendar. Let people set it up themselves.
calendar 7.x-3.3
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.3.tar.gz | 70.12 KB | f2fba081a0cbd6b3e8068f615a1a9beb |
| calendar-7.x-3.3.zip | 87.49 KB | 2f2157836f71ff56f10db37318d18966 |
Release notes
======================
Version 7.x-3.3
======================
NEW FEATURES:
- An option to add Colorbox settings to the calendar template has been added to admin/config/date/calendar.
- The template has been updated to add the Colorbox settings if the option to use them has been selected and Colorbox is enabled.
- The theming has been altered a bit to make sure that you can display a rendered entity in a Colorbox field.
- A new calendar style option has been added to choose fields to exclude from multi-day rows, so multi-day rows can be set up to display only the Colorbox picker.
BUGFIXES:
- Delete all the code used to remove default calendars, no longer needed now that the default calendar has been removed.
- Issue #1543930 by johnv, Fix taxonomy stripe settings so they don't depend on formatter.
- Move session tracking option to be a global option instead of a per-display option.
- Issue #1551112, Make sure items without colors don't show up in the legend.
- Issue #1545240, Don't try to set the date link if there is no link_display set.
- Issue #1291768, Document caching options and add default caching to the templates.
- Issue #1541938, Fix error when displaying the week number.
- Issue #1550836, Fix logic error in overlapping week view that was keeping the overlap classes from getting set.
calendar 7.x-3.2
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.2.tar.gz | 68.91 KB | 9b7b791c5cb6af39776ef8ab19eb1716 |
| calendar-7.x-3.2.zip | 86.17 KB | 67d1f9e1772f95f3bd915168d615a0aa |
Release notes
======================
Version 7.x-3.2
======================
Please read the notes for the 3.1 release as well.
- Issue #1537598, Fix misc errors in day display caused when some items were not getting rendered due to a badly placed 'continue' in the loop.
calendar 7.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.1.tar.gz | 68.77 KB | 2b4295be2d9b00096b7af9891b46dbae |
| calendar-7.x-3.1.zip | 86.03 KB | b8dcee76776f5b785e86fa1eca748756 |
Release notes
======================
Version 7.x-3.1
======================
DEPRECATED ELEMENTS:
- The default calendar has been removed. If you have calendars created with the old default calendar you should re-create them using the new template.
- The Calendar iCal module has been hidden so you can't enable it and will be deleted completely in the next release. Use the new Date iCal module instead.
- The Calendar Items row plugin has been removed from the UI and will be deleted completely in the next release.
NEW FEATURES:
- The legend block has been reworked to eliminate storing stripes in $GLOBALS, making it cacheable. A new configuration option sets the view that is used for the stipe options.
- Add the headers attribute to multiday calendar tables for html5 compliance and accessibility.
- Issue #1535346, Rework the calendar tab handling to get rid of custom tabs and add in a setting to track the current date.
- Issue #1535346 continuation, rework the current date tracking to use the new date_default_argument_alter hook.
There have been numerous problems with the way the tabs are working. They revert to the current day when you switch from one display to another. They are not translating correctly. Sometimes the paths are incorrect (i.e. if there are other arguments in the display). Some people don't want the tabs. Other people want additional tabs.
Read morecalendar 7.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.0.tar.gz | 69.07 KB | e30aa07996a54f18bb3182b8ef6979d1 |
| calendar-7.x-3.0.zip | 86.57 KB | 1a9e1a2f225b0532f56a1237446d649e |
Release notes
======================
Version 7.x-3.0
======================
NOTES:
This update deprecates the Calendar iCal module, which should be replaced with
the new Date iCal module (http://drupal.org/project/date_ical). The Calendar
iCal module will disappear completely in a future release.
The default calendar view is deprecated in this version. New calendar should be
created using templates, using the 'Add view from template' link at the top
of the Views list.
If you are having any trouble with older views, it is highly recommended to delete
the old view and start over with the template. It will probably save you a lot
of time in the long run.
- Issue #1445228 by Jaza, Calendar granularity path causing PHP notices.
- Issue #1439832 by Dave Reid and HorsePunchKid, Undefined index error 'redirect' when using redirect module.
- Mark Calendar iCal elements as deprecated.
- Update calendar template to use Date iCal instead of Calendar iCal.
- Fix broken url handling in the row plugin.
- We need to add the entity type to the calendar template name because we have duplicate fields on various entities, like timestamp and changed.
- Switch to using entity_lable() and entity_uri() in row handler.
- Issue #1284170 by benjifisher, Lots of cleanup of the iCal export and its template to be sure all day items are exported correctly.
calendar 7.x-3.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.0-rc1.tar.gz | 67.03 KB | eb12c8832d608609615c1a86e6f451a4 |
| calendar-7.x-3.0-rc1.zip | 84.41 KB | 1c0142fedc623876ab5732923e14950b |
Release notes
======================
Version 7.x-3.0-rc1
======================
NOTES:
This release deprecates the old Calendar Items row plugin and replaces it with
a new Calendar Entities row plugin that will work with any entity.
- Issue #1264596, Make sure week view tests only the all_day value, not whether start date == end date.
- Issue #1399964, Make sure calendar paths all take into account arguments ahead of the calendar arguments when creating links.
- Issue #1253482, Get rid of attempt to keep track of current location when switching between calendar views, each one will go back to default.
- Issue #1415326 by bkline, Fix help link.
- Issue #1436020 by scrypt, Missing space in attributes at Month's day cell.
- Issue #1400322 by Digidog, Remove clear-fix style from css.
- Issue #1433046 by thekevinday, Fix broken continue buried in switch.
- Issue #1392306 by johnv and KarenS, Fix broken taxonomy striping.
- Issue #1264520 by bennettee and jackalope, Items without end date displayed as all day.
- Issue #1411862, Add calendar templates for all date fields.
- Issue #1354560, Add a new plugin that works for all entities, not just nodes and mark the old one as deprecated.
- Follow up to Issue #1302052 by benjifisher, More clean up of ical line endings.
calendar 7.x-3.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.0-alpha2.tar.gz | 56.55 KB | 2a29207408c6b098dd47d465efec5583 |
| calendar-7.x-3.0-alpha2.zip | 73.91 KB | 86d148e35eb570d92040bcbed91e2b47 |
Release notes
======================
Version 7.x-3.0-alpha2
======================
NOTES:
The links at the top of the calendar page have been reworked into tabs. They will not show up
until you clear the caches. Use hook_calendar_links_alter() to alter the links or the titles
or to empty the links array if you don't want to see them.
- Issue #1302052 by benjifisher, penguin25, and helmo, Fix linespace ending problems in ical files.
- Issue #704068, Avoid undefined variable error by not returning a value we don't even need.
- Issue #1388364, Do some clean up of the handling for taxonomy stripes.
- Issue #1303458. Make sure calendar tabs work right without clean urls.
- Issue #1270538, Fix notice for missing index 'access'.
- Issue #1259870, Reinstate the test for a missing date argument for the pager and add to the message a warning that the problem could be that the default date is missing from the argument.
- Issue #1305938 by kristiaanvandeneynde and KarenS, Make sure the overlapping items work correctly with half hour grouping, and don't allow it for custom time groupings.
- Issue #1259992 by jlyon, slerby, and KarenS, The maximum items processing was not working right.
- Issue #1260380, Some items showing up in wrong time periods because wrong value is used to create the start date bucket.
- Issue #1292148, Make scrolling in day and week view optional.
calendar 7.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.0-alpha1.tar.gz | 52.16 KB | ee5fbac9b1338089e393770ff990e477 |
| calendar-7.x-3.0-alpha1.zip | 68.4 KB | 2ce90528f4ccb8c76d1f2a1f0fe457a7 |
Release notes
Starting new branch with a total rework of Calendar, using a Views pager plugin for the back/next navigation, a row plugin to explode the view results into calendar day items, and a style plugin to disply the results in a calendar.
Be sure to read the README.txt file for information about upgrading from 7.2 to 7.3!
======================
Version 7.x-3.0-alpha1
======================
Initial release of 7.3 branch.
- Get colorpicker working again with an assist from the Examples module Field example.
- Issue #1227128 The ical feed needs to have a '.ics' extension on it.
- The ical icon was not attaching to block views.
- The row plugin needs to clone the node before altering it, or other views on the same page that use the same node will acquire things like the 'date_id' that the row plugin is setting.
- Issue #1222770 Lighten the color of the date in month 'overflow' days so it is clearer that they are out of scope for the view.
- Issue #1223500 Fix the day link in the year view to point to the day view rather than the year view.
- Add the date sort field to the default view so upcoming events sort correctly.
- Change the default setting for the day view and make sure that the style does not try to create overlap items if it is missing the groupby value (which the default view was doing.)
calendar 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-3.x-dev.tar.gz | 60.79 KB | 8d3190f888b66b6678dbfd9f625e965e |
| calendar-7.x-3.x-dev.zip | 73.56 KB | 37b4851e475dc67fb66bf3d10aaf56f1 |
Release notes
New branch for a total rewrite of calendar to simplify it and take better advantage of Views pager, row, and style plugins.
calendar 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-2.0-alpha1.tar.gz | 469.03 KB | 8a0bdc71be1b6bf709180d4fab619193 |
| calendar-7.x-2.0-alpha1.zip | 500.12 KB | d5ec040106d116282cf9f505a39284f8 |
Release notes
======================
Version 7.x-2.0-alpha1
======================
- Issue #1137538 Views renamed 'wildcard' to 'exception'.
- Issue #1135064 by Niremizov and KarenS, Don't try to get ui_name() before handler is initialized to avoid fatal errors when editing settings.
- Add date fields to the calendar view so we can process them normally.
- More cleanup of ical, by ankur and KarenS.
- Issue #1096224 Make sure we don't get notice on views that have no rendered fields.
- Issue #1087528 by thekevinday and KarenS, clean up ical handling.
- A little reorganization to get a shared function out of theme.inc.
- Rework calendar node processing to use ->style_plugin->render_fields() instead of trying to render them individually. Probably still some work to do on this change, but it cleans things up and prevents accidentally tromping on other fields in the view.
- Moved a variable we still need in the navigation, move it back.
- Issue #1130966, re-organize the theme processing so it the day and week views work right in the new Views preview pane.
- Issue #1119752 by cezaryrk, Eliminate Views token handling errors when manually theming calendar items.
- Views renamed 'wildcard' to 'exception'.
- Fix references to the 'date_argument' argument, it now might also be the simple argument as well.
- Fix reference to function that was renamed in Date module.
calendar 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-2.x-dev.tar.gz | 469.16 KB | 5b549db0afae1610889282cd335c513c |
| calendar-7.x-2.x-dev.zip | 500.19 KB | 2f5c17c20c9d69bb08ed13bdd6d71abd |
Release notes
This is the companion to the 7.x-2.x Date release.
calendar 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-1.0-alpha3.tar.gz | 492.53 KB | ac79d9a4e80287dd26ea9d6bbcab0dd3 |
| calendar-7.x-1.0-alpha3.zip | 536.28 KB | 8e22ddcd128a95495daf3d44f506fc1d |
Release notes
Argh! Fixing the field handling broke the handling for system dates. Try again.
calendar 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-1.0-alpha2.tar.gz | 492.38 KB | 890bfc46988ce6a017cd6542980fb591 |
| calendar-7.x-1.0-alpha2.zip | 536.14 KB | 3044d071f0bfcceda6ed645656217bae |
Release notes
Views made lots of changes to field handling just before the new release, which broke lots of things here. Adding some work-arounds to get things working again and waiting until the dust settles on how the new core fields will be handled in Views before doing much more with the Views integration. These changes should get things working with latest Views release.
calendar 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| calendar-7.x-1.0-alpha1.tar.gz | 492.25 KB | e3be0aa9d48e0c1a703d0b7921b80d28 |
| calendar-7.x-1.0-alpha1.zip | 536.04 KB | 1986949fc82585f733ff6c8d365a3052 |
Release notes
Initial release, probably still buggy.
calendar 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| calendar-6.x-2.4.tar.gz | 508.91 KB | e08fec17272251678befa7d9d9f2bbea |
| calendar-6.x-2.4.zip | 557.18 KB | b82801e10415a780c2c8a16073fc523c |
Release notes
Version 6.2.4
=============
- Theme folder got lost in 6.2.3 release.
Version 6.2.3
=============
- #811704 Fix broken handling of calendar links that looses track of where you are if you click around too much.
- #720868 by dereine and KarenS, Fix argument handling for dates outside allowed range so only page views return 404.
- #1005412 by developer-x, fix multiday date id.
- #999708 Try to avoid fatal errors from duplicate functions when enabling the Multiday module.
- #1003938 Fix position of multiday navigation when displayed in a block.
- #708258 by Kars-T, remove D7 drupal_exit() call from popup.
- #372988 by joachim, Eliminate 'broken field' message in view summary when no date link is chosen.
- #870018 by crell, don't call date_limit_format thousands of times.
- #931392 by developer-x, Add multiday striping effect as an optional alternative display.
- #978442 by bwynants and KarenS, fix some remaining brokenness from ical validation fix.
- #638620 by ericduran, show add event link to user with administer nodes permissions.
- #439454 by TheRec, Darren Oh, don't show link to calendar day if there are no items.
- #389334 by Gribnif and dnotes, fix ical feed to show all repeating dates.
- #513794 by jhedstrom, add array keys to calendar links for easier theming.
- #638304 by bricef, make sure time groupings display all items.
calendar 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| calendar-6.x-2.3.tar.gz | 499.08 KB | cc20cfacfcd0a234572b18592b28f14c |
| calendar-6.x-2.3.zip | 539.04 KB | 54f675ada04276a5c0fd96ed962792f0 |
Release notes
Version 6.2.3
=============
- #811704 Fix broken handling of calendar links that looses track of where you are if you click around too much.
- #720868 by dereine and KarenS, Fix argument handling for dates outside allowed range so only page views return 404.
- #1005412 by developer-x, fix multiday date id.
- #999708 Try to avoid fatal errors from duplicate functions when enabling the Multiday module.
- #1003938 Fix position of multiday navigation when displayed in a block.
- #708258 by Kars-T, remove D7 drupal_exit() call from popup.
- #372988 by joachim, Eliminate 'broken field' message in view summary when no date link is chosen.
- #870018 by crell, don't call date_limit_format thousands of times.
- #931392 by developer-x, Add multiday striping effect as an optional alternative display.
- #978442 by bwynants and KarenS, fix some remaining brokenness from ical validation fix.
- #638620 by ericduran, show add event link to user with administer nodes permissions.
- #439454 by TheRec, Darren Oh, don't show link to calendar day if there are no items.
- #389334 by Gribnif and dnotes, fix ical feed to show all repeating dates.
- #513794 by jhedstrom, add array keys to calendar links for easier theming.
- #638304 by bricef, make sure time groupings display all items.
- #697738 by Zoltan Balogh and Magnus, clean html out of translation strings.
calendar 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| calendar-6.x-2.2.tar.gz | 466.3 KB | 7f1eccc04b303dc276b815601ccecdf3 |
| calendar-6.x-2.2.zip | 490.41 KB | bb6a0d007d72e598e15a148601cc21c5 |
Release notes
Version 6.2.2
=============
- #429446 Col element must not be in thead.
- #506944 Localize more link in jcalendar popup.
- #529826 Add check_plain().
- #489722 Remove mistake that caused year calendar to process endlessly.
- #389294 Require the date field in calendar style, needed to identify what cell the date belongs in.
- #452690 Avoid errors when some date fields are empty (usually when there are multiple date fields in view.)
- #389294 Avoid errors when date argument or filter is not available as a date field.
- #454958 Calendar patch was broken in ical.
- #444526 Fix typo in variable name for calendar translation.
- #427996 More link logic was reversed.
- #389294 Avoid errors when date argument or filter is not available as date field.
calendar 5.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| calendar-5.x-2.7.tar.gz | 62.43 KB | 6b921e713888b424d5cce892ea03f81c |
| calendar-5.x-2.7.zip | 79.01 KB | 4373fd549d2b6badba98f23930ab287b |
Release notes
- #361925 Body was missing in iCal export, needs a node_load() in the theme to work.
- #444526 Fix typo in variable name for calendar truncation.
- #427996 Calendar more link logic was reversed.
calendar 5.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| calendar-5.x-2.6.tar.gz | 62.33 KB | 191775c6513647c34ca56c7769bca5d2 |
| calendar-5.x-2.6.zip | 78.87 KB | 45dbe86806f19e2456db1bd5cf34be6b |
Release notes
Version 5.2.6
===============
- #349265 Fix broken logic when display unlimited events option was used.
- #344789 Block view was wrong when displayed on 'week' view of calendar.
- #372771 Don't add empty day div to mini calendar.
- #369573 Fix jCalendar popup when used without clean urls.
- #310633 Rework 'all day' logic to correctly handle increments.
- #342932 Fix broken ical export, only the day export was working correctly.
- #336018 Add Dutch translation.
- Fix the calendar date selector so it works correctly as a select list when the Date Popup module is turned off.
- #336533 Make sure overridden calendar view info is not overridden by default info.
- #327221 Don't add 'today' class in empty blocks.
calendar 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| calendar-6.x-2.1.tar.gz | 463.83 KB | f8fa6e18bff6425f6feb4e90db3eea9a |
| calendar-6.x-2.1.zip | 484.87 KB | 72af18fdfa065cec00a416a4f4e6e46a |
Release notes
Version 6.2.1
=============
- #385886 Add handling for non-node date fields.
- #360967 Add method for deleting a custom default calendar.