From 3079c2f1c3de006baead897e08f90d03bb3ac0d3 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 1 Jan 2011 23:46:27 -0800 Subject: [PATCH] final touches for 1.4.10 --- changelog.txt | 5 +++++ src/agenda/AgendaView.js | 2 +- tests/issue_740_event_resizing.html | 2 +- tests/plain.html | 1 - version.txt | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 400d3db..72605f8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ +version 1.4.10 (1/2/11) + - fixed bug with resizing event to different week in 5-day month view (issue 740) + - fixed bug with events not sticking after a removeEvents call (issue 757) + - fixed bug with underlying parseTime method, and other uses of parseInt (issue 688) + version 1.4.9 (11/16/10) - new algorithm for vertically stacking events (issue 111) - resizing an event to a different week (issue 306) diff --git a/src/agenda/AgendaView.js b/src/agenda/AgendaView.js index ec2998f..da16d47 100644 --- a/src/agenda/AgendaView.js +++ b/src/agenda/AgendaView.js @@ -76,7 +76,7 @@ function AgendaView(element, calendar, viewName) { var head, body, bodyContent, bodyTable, bg; var colCnt; var slotCnt=0; // spanning all the way across - var axisWidth, colWidth, slotHeight; + var axisWidth, colWidth, slotHeight; // TODO: what if slotHeight changes? (see issue 650) var viewWidth, viewHeight; var savedScrollTop; var tm, firstDay; diff --git a/tests/issue_740_event_resizing.html b/tests/issue_740_event_resizing.html index 566f322..684cb8d 100644 --- a/tests/issue_740_event_resizing.html +++ b/tests/issue_740_event_resizing.html @@ -19,7 +19,7 @@ }, weekends: false, //firstDay: 1, - isRTL: true, + //isRTL: true, editable: true, events: [ { diff --git a/tests/plain.html b/tests/plain.html index 9b46221..f90f8a8 100644 --- a/tests/plain.html +++ b/tests/plain.html @@ -18,7 +18,6 @@ right: 'month,agendaWeek,basicWeek,agendaDay,basicDay' }, editable: true, - //isRTL: true, events: [ { title: 'All Day Event', diff --git a/version.txt b/version.txt index 4ea2b1f..ac9f79c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.9 +1.4.10