updated changelog, added some docs, reset permissions, fixed small IE window resize bug

v1.4.x v1.4.2
Adam Shaw 2009-12-02 22:03:57 -08:00
parent a327fd6ab3
commit 82578fb919
64 changed files with 40 additions and 10 deletions

View File

@ -1,4 +1,17 @@
version 1.4.2 (12/02/09)
- eventAfterRender trigger
- getDate & getView methods
- height & contentHeight options (explicitly sets the pixel height)
- minTime & maxTime options (restricts shown hours in agenda view)
- getters [for all options] and setters [for height, contentHeight, and aspectRatio ONLY! stay tuned..]
- render method now readjusts calendar's size
- bugfixes
- lightbox scripts that use iframes (like fancybox)
- day-of-week classNames were off when firstDay=1
- guaranteed space on right side of agenda events (even when stacked)
- accepts ISO8601 dates with a space (instead of 'T')
version 1.4.1 (10/31/09)
- can exclude weekends with new 'weekends' option
- gcal feed 'currentTimezone' option

0
docs/colors-and-theming.txt Executable file → Normal file
View File

0
docs/date-utils.txt Executable file → Normal file
View File

0
docs/events-and-sources.txt Executable file → Normal file
View File

0
docs/google-calendar.txt Executable file → Normal file
View File

View File

@ -76,6 +76,14 @@ Basic Options
The calendar's height, however, is determined by this ratio of width-to-height.
(Hint: larger numbers make smaller heights).
**height**: Integer
Will make the entire calendar (including header) a pixel height.
You may change this after initialization with :ref:`Option Setters<option-getters-setters>`.
**contentHeight**: Integer
Will make the calendar's content area a pixel height.
You may change this after initialization with :ref:`Option Setters<option-getters-setters>`.
.. _allDayDefault:
**allDayDefault**: Boolean, *Default*: ``true``
@ -128,7 +136,7 @@ Basic Options
means 5am), a string like ``'5:30'`` (which means 5:30am) or a string like ``'5:30am'``.
**maxTime**: Integer/String, *Default*: ``24``
In the agenda views, determines the last hour/time that will be displayed, even when
In the agenda views, determines the last hour/time (exclusively) that will be displayed, even when
the scrollbars have been scrolled all the way down. This can be a number like ``22`` (which
means 10pm), a string like ``'22:30'`` (which means 10:30pm) or a string like ``'10:30pm'``.

0
docs/locale.txt Executable file → Normal file
View File

4
docs/methods.txt Executable file → Normal file
View File

@ -100,6 +100,8 @@ jQuery object:
a calendar. Call this method whenever the calendar's tab is shown.
.. _option-getters-setters:
Dynamically Getting/Setting Properties
--------------------------------------
@ -114,4 +116,4 @@ You may dynamically *set* some of FullCalendar's options using the following for
**HOWEVER**, setting only works for the three following options: **apsectRatio**, **contentHeight**, and **height**.
The next version of FullCalendar will have more advancements in this area.

0
docs/triggered-actions.txt Executable file → Normal file
View File

0
examples/agenda-views.html Executable file → Normal file
View File

0
examples/default.html Executable file → Normal file
View File

0
examples/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 124 B

View File

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 123 B

View File

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 119 B

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 104 B

After

Width:  |  Height:  |  Size: 104 B

View File

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 88 B

0
examples/redmond/images/ui-icons_217bc0_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_2e83ff_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_469bdd_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_6da8d5_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_cd0a0a_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_d8e7f3_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

0
examples/redmond/images/ui-icons_f9bd01_256x240.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
examples/redmond/theme.css Executable file → Normal file
View File

0
examples/theme.html Executable file → Normal file
View File

0
src/agenda.js Executable file → Normal file
View File

0
src/css/agenda.css Executable file → Normal file
View File

0
src/css/grid.css Executable file → Normal file
View File

0
src/css/main.css Executable file → Normal file
View File

0
src/gcal.js Executable file → Normal file
View File

0
src/grid.js Executable file → Normal file
View File

0
src/jquery/jquery.js vendored Executable file → Normal file
View File

0
src/jquery/ui.core.js Executable file → Normal file
View File

0
src/jquery/ui.draggable.js Executable file → Normal file
View File

0
src/jquery/ui.resizable.js Executable file → Normal file
View File

6
src/main.js Executable file → Normal file
View File

@ -415,8 +415,10 @@ $.fn.fullCalendar = function(options) {
return options[name];
}
if (name == 'height' || name == 'contentHeight' || name == 'aspectRatio') {
options[name] = value;
sizeChanged();
if (!contentSizeFixed) {
options[name] = value;
sizeChanged();
}
}
},

0
src/misc/foot.txt Executable file → Normal file
View File

0
src/misc/head.txt Executable file → Normal file
View File

0
src/util.js Executable file → Normal file
View File

0
src/view.js Executable file → Normal file
View File

0
tests/firebug-lite/ChangeLog Executable file → Normal file
View File

0
tests/firebug-lite/errorIcon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

0
tests/firebug-lite/firebug-lite-compressed.js Executable file → Normal file
View File

0
tests/firebug-lite/firebug-lite.css Executable file → Normal file
View File

0
tests/firebug-lite/firebug-lite.js Executable file → Normal file
View File

0
tests/firebug-lite/firebug.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
tests/firebug-lite/firebug_logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 499 B

0
tests/firebug-lite/infoIcon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 524 B

After

Width:  |  Height:  |  Size: 524 B

0
tests/firebug-lite/progress.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

0
tests/firebug-lite/spacer.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 64 B

After

Width:  |  Height:  |  Size: 64 B

0
tests/firebug-lite/tree_close.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 300 B

After

Width:  |  Height:  |  Size: 300 B

0
tests/firebug-lite/tree_open.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

0
tests/firebug-lite/warningIcon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 516 B

0
tests/gcal.html Executable file → Normal file
View File

0
tests/jquery-legacy/ui.resizable.js Executable file → Normal file
View File

0
tests/loader.js Executable file → Normal file
View File

View File

@ -29,6 +29,10 @@
firstDay: 1,
//weekends: false,
minTime: '8am',
maxTime: '11:30pm',
firstHour: 9,
monthNames: ["januari", "februari", "maart", "april", "mei", "juni","juli", "augustus", "september", "oktober", "november", "december"],
monthNamesShort: ["jan", "feb", "maa", "apr", "mei", "jun", "jul", "aug","sep", "okt", "nov", "dec"],
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag','donderdag', 'vrijdag', 'zaterdag'],

View File

@ -25,13 +25,11 @@
//defaultView: 'basicDay',
//aspectRatio: 2,
//weekends: false,
//contentHeight: 500,
height: 700,
//contentHeight: 500,
//aspectRatio: 2,
header: {
left: 'title',

0
tests/plain.html Executable file → Normal file
View File

0
tests/theming.html Executable file → Normal file
View File

7
tests/triggers.html Executable file → Normal file
View File

@ -36,6 +36,8 @@
//console.log(this);
},
minTime: '5',
maxTime: '21:30',
dayClick: function(dayDate, allDay, ev, view) {
alert(dayDate);
//console.log('dayClick - ' + dayDate + ', allDay:' + allDay + ' - ' + view.title);
@ -57,8 +59,8 @@
},
eventAfterRender: function(event, element, view) {
console.log('after render for "' + event.title + '":');
console.log(element);
//console.log('after render for "' + event.title + '":');
//console.log(element);
},
eventClick: function(event, jsEvent, view) {
@ -68,6 +70,7 @@
//console.log(this);
//return false;
},
/*
eventMouseover: function(event, jsEvent, view) {
console.log('MOUSEOVER ' + event.title);