From 8086b3d2528ef11ada07ffb7c162c8f4c8fdf32e Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 16 Oct 2010 17:10:03 -0700 Subject: [PATCH] odds and ends for 1.4.8 release --- changelog.txt | 13 +++++++++++++ src/agenda/agenda.css | 6 ++++++ src/common/util.js | 3 +++ tests/iframe.html | 2 +- tests/options.html | 2 +- tests/sources.html | 6 ++++++ 6 files changed, 30 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 409aadf..08ce4f0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,17 @@ +version 1.4.8 (10/16/10) + - ignoreTimezone option (set to `false` to process UTC offsets in ISO8601 dates) + - bugfixes + - event refetching not being called under certain conditions (issues 417, 554) + - event refetching being called multiple times under certain conditions (issues 586, 616) + - selection cannot be triggered by right mouse button (issue 558) + - agenda view left axis sized incorrectly (issue 465) + - IE js error when calendar is too narrow (issue 517) + - agenda view looks strange when no scrollbars (issue 235) + - improved parsing of ISO8601 dates with UTC offsets + - $.fullCalendar.version + - an internal refactor of the code, for easier future development and modularity + version 1.4.7 (7/5/10) - "dropping" external objects onto the calendar - droppable (boolean, to turn on/off) diff --git a/src/agenda/agenda.css b/src/agenda/agenda.css index ed9469b..ab9ec54 100644 --- a/src/agenda/agenda.css +++ b/src/agenda/agenda.css @@ -74,6 +74,12 @@ padding: 2px 2px 0; /* distance between events and day edges */ } +/* vertical background columns */ + +.fc .fc-agenda-bg .ui-state-highlight { + background-image: none; /* tall column, don't want repeating background image */ + } + /* Vertical Events diff --git a/src/common/util.js b/src/common/util.js index 99abb9a..7228d90 100644 --- a/src/common/util.js +++ b/src/common/util.js @@ -151,6 +151,9 @@ function setOuterHeight(element, height, includeMargins) { } +// TODO: curCSS has been deprecated + + function hsides(_element, includeMargins) { return (parseFloat($.curCSS(_element, 'paddingLeft', true)) || 0) + (parseFloat($.curCSS(_element, 'paddingRight', true)) || 0) + diff --git a/tests/iframe.html b/tests/iframe.html index 0be94cb..5069c10 100644 --- a/tests/iframe.html +++ b/tests/iframe.html @@ -2,7 +2,7 @@ - +