From deed716b674f705c1ebbfc1357d9b40403d7510a Mon Sep 17 00:00:00 2001
From: Adam Shaw
Date: Sun, 21 Feb 2010 20:30:11 -0800
Subject: [PATCH] final touches for 1.4.5
---
changelog.txt | 12 ++++++++++++
{src/jquery => tests}/jquery-1.4.1.min.js | 0
{src/jquery => tests}/jquery-uncompressed.js | 0
tests/loader.js | 5 +++--
tests/methods.html | 5 +++--
tests/options.html | 2 +-
tests/plain.html | 1 -
version.txt | 2 +-
8 files changed, 20 insertions(+), 7 deletions(-)
rename {src/jquery => tests}/jquery-1.4.1.min.js (100%)
rename {src/jquery => tests}/jquery-uncompressed.js (100%)
diff --git a/changelog.txt b/changelog.txt
index 1c5f667..372886b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,16 @@
+version 1.4.5 (2/21/09)
+ - lazyFetching option, which can force the calendar to fetch events on every view/date change
+ - scroll state of agenda views are preserved when switching back to view
+ - bugfixes
+ - calling methods on an uninitialized fullcalendar throws error
+ - IE6/7 bug where an entire view becomes invisible (issue 320)
+ - error when rendering a hidden calendar (in jquery ui tabs for example) in IE (issue 340)
+ - interconnected bugs related to calendar resizing and scrollbars
+ - when switching views or clicking prev/next, calendar would "blink" (issue 333)
+ - liquid-width calendar's events shifted (depending on initial height of browser) (issue 341)
+ - more robust underlying algorithm for calendar resizing
+
version 1.4.4 (2/3/10)
- optimized event rendering in all views (events render in 1/10 the time)
- gotoDate() does not force the calendar to unnecessarily rerender
diff --git a/src/jquery/jquery-1.4.1.min.js b/tests/jquery-1.4.1.min.js
similarity index 100%
rename from src/jquery/jquery-1.4.1.min.js
rename to tests/jquery-1.4.1.min.js
diff --git a/src/jquery/jquery-uncompressed.js b/tests/jquery-uncompressed.js
similarity index 100%
rename from src/jquery/jquery-uncompressed.js
rename to tests/jquery-uncompressed.js
diff --git a/tests/loader.js b/tests/loader.js
index 40204a6..d61fe2a 100644
--- a/tests/loader.js
+++ b/tests/loader.js
@@ -63,8 +63,9 @@ else if (_build) {
includeJS('../build/fullcalendar/jquery/ui.resizable.js');
}
else {
- //includeJS('../src/jquery/jquery-1.4.1.min.js');
- includeJS('../src/jquery/jquery-uncompressed.js');
+ //includeJS('jquery-1.4.1.min.js');
+ //includeJS('jquery-uncompressed.js');
+ includeJS('../src/jquery/jquery.js');
includeJS('../src/jquery/ui.core.js');
includeJS('../src/jquery/ui.draggable.js');
includeJS('../src/jquery/ui.resizable.js');
diff --git a/tests/methods.html b/tests/methods.html
index e689b73..78d5bb4 100644
--- a/tests/methods.html
+++ b/tests/methods.html
@@ -174,11 +174,12 @@
-
+
+
loading...
-
+