]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agodatepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]: added...
Ca-Phun Ung [Sun, 4 Jan 2009 15:13:01 +0000 (15:13 +0000)]
datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this.

15 years agofixes xhtml code (disabled="disabled")
Chi Cheng [Sun, 4 Jan 2009 14:16:40 +0000 (14:16 +0000)]
fixes xhtml code (disabled="disabled")

15 years agodatepicker: fixes #3679 [focus error on IE if disabled]: added visual test to verify...
Ca-Phun Ung [Sun, 4 Jan 2009 13:43:01 +0000 (13:43 +0000)]
datepicker: fixes #3679 [focus error on IE if disabled]: added visual test to verify. Both IE 6 & 7 do not return an error.

15 years agodemos/datepicker/localization.html - fixed closing bracket in dropdown for Arabic...
Ca-Phun Ung [Sun, 4 Jan 2009 11:13:40 +0000 (11:13 +0000)]
demos/datepicker/localization.html - fixed closing bracket in dropdown for Arabic, Persian and Hebrew selections - something to do with RTL languages.

15 years agodatepicker: fixes #3755 [clearText option exists but not used.]: removed clearText...
Ca-Phun Ung [Sun, 4 Jan 2009 11:07:42 +0000 (11:07 +0000)]
datepicker: fixes #3755 [clearText option exists but not used.]: removed clearText and clearStatus from ui.datepicker.js and related i18n files.

15 years agodatepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffset funct...
Ca-Phun Ung [Sun, 4 Jan 2009 09:30:39 +0000 (09:30 +0000)]
datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7.

15 years agodemos: fixed content out of boxes, font-size and paddings
Chi Cheng [Sun, 4 Jan 2009 09:20:45 +0000 (09:20 +0000)]
demos: fixed content out of boxes, font-size and paddings

15 years agoui.core.js: corrected invalid (x)html
Richard Worth [Sat, 3 Jan 2009 22:46:47 +0000 (22:46 +0000)]
ui.core.js: corrected invalid (x)html

15 years agoauthors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed Maggie...
Richard Worth [Sat, 3 Jan 2009 21:59:30 +0000 (21:59 +0000)]
authors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed Maggie Costello to Maggie Costello Wachs.

15 years agoHappy New Year
Richard Worth [Sat, 3 Jan 2009 21:55:13 +0000 (21:55 +0000)]
Happy New Year

15 years agoResizable: Partial fix for #3728: Use this._trigger for all events/callbacks.
Scott González [Sat, 3 Jan 2009 15:37:51 +0000 (15:37 +0000)]
Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks.

15 years agoDroppable test: Fixed accept default.
Scott González [Sat, 3 Jan 2009 15:33:10 +0000 (15:33 +0000)]
Droppable test: Fixed accept default.

15 years agoDroppable: Fixed #3727: Use this._trigger for all callbacks/events.
Scott González [Sat, 3 Jan 2009 15:30:23 +0000 (15:30 +0000)]
Droppable: Fixed #3727: Use this._trigger for all callbacks/events.

15 years agoDraggable: Proper event prefix.
Scott González [Sat, 3 Jan 2009 15:15:22 +0000 (15:15 +0000)]
Draggable: Proper event prefix.

15 years agodemos/sortable/default: added some icons
Richard Worth [Sat, 3 Jan 2009 15:10:19 +0000 (15:10 +0000)]
demos/sortable/default: added some icons

15 years agorelease/build.xml: fixed clean task
Richard Worth [Sat, 3 Jan 2009 14:47:12 +0000 (14:47 +0000)]
release/build.xml: fixed clean task

15 years agoDialog: Fixed #3756: Wrong height on every other open.
Scott González [Sat, 3 Jan 2009 14:43:50 +0000 (14:43 +0000)]
Dialog: Fixed #3756: Wrong height on every other open.

15 years agodemos/index.html - replaced the $= attribute selector with an if condition for now...
Ca-Phun Ung [Sat, 3 Jan 2009 14:24:57 +0000 (14:24 +0000)]
demos/index.html - replaced the $= attribute selector with an if condition for now to overcome the selector bug in 1.3.

15 years agodemos/demos.css - fixed font-sizing in IE7.
Ca-Phun Ung [Sat, 3 Jan 2009 09:07:34 +0000 (09:07 +0000)]
demos/demos.css - fixed font-sizing in IE7.

15 years agoDialog: Fixed #3753: Cleaned ui hash in callbacks.
Scott González [Sat, 3 Jan 2009 05:55:13 +0000 (05:55 +0000)]
Dialog: Fixed #3753: Cleaned ui hash in callbacks.

15 years agoSelectable: Fixed #3752: Cleaned up ui hash in callbacks.
Scott González [Sat, 3 Jan 2009 05:52:26 +0000 (05:52 +0000)]
Selectable: Fixed #3752: Cleaned up ui hash in callbacks.

15 years agoSelectable: Fixed #3729: Use this._trigger for all callbacks.
Scott González [Sat, 3 Jan 2009 05:48:46 +0000 (05:48 +0000)]
Selectable: Fixed #3729: Use this._trigger for all callbacks.

15 years agoDraggable: Partial fix for #3726: Using this._trigger() instead of this.element.trigg...
Scott González [Sat, 3 Jan 2009 05:42:21 +0000 (05:42 +0000)]
Draggable: Partial fix for #3726: Using this._trigger() instead of this.element.triggerHandler().

15 years agoDialog: Fixed #3731: Contain dialogs within the document when dragging.
Scott González [Sat, 3 Jan 2009 05:25:48 +0000 (05:25 +0000)]
Dialog: Fixed #3731: Contain dialogs within the document when dragging.

15 years agoUpdated all demos/tests to jQuery 1.3pre.
Scott González [Sat, 3 Jan 2009 04:56:50 +0000 (04:56 +0000)]
Updated all demos/tests to jQuery 1.3pre.

15 years agoCore: Cleaned up warnings.
Scott González [Sat, 3 Jan 2009 04:45:12 +0000 (04:45 +0000)]
Core: Cleaned up warnings.

15 years agoCore: Changed $.ui.contains to use the same logic as jQuery's internal contains function.
Scott González [Sat, 3 Jan 2009 04:42:23 +0000 (04:42 +0000)]
Core: Changed $.ui.contains to use the same logic as jQuery's internal contains function.

15 years agoWidget factory: Updated ._trigger to use new event system in jQuery 1.3.
Scott González [Sat, 3 Jan 2009 04:38:20 +0000 (04:38 +0000)]
Widget factory: Updated ._trigger to use new event system in jQuery 1.3.

15 years agoUpdated jQuery 1.3pre to r6026.
Scott González [Sat, 3 Jan 2009 04:12:50 +0000 (04:12 +0000)]
Updated jQuery 1.3pre to r6026.

15 years agofixed #3741 - ui.theme.css should not contain border-radius properties
Richard Worth [Sat, 3 Jan 2009 02:22:33 +0000 (02:22 +0000)]
fixed #3741 - ui.theme.css should not contain border-radius properties

15 years agodatepicker: added a span wrapper to disabled dates for better styling of unselectable...
Ca-Phun Ung [Fri, 2 Jan 2009 16:45:35 +0000 (16:45 +0000)]
datepicker: added a span wrapper to disabled dates for better styling of unselectable days when setting min/max values.

15 years agodemos/index.html - changed content-type to utf-8 to support datepickers in other...
Ca-Phun Ung [Fri, 2 Jan 2009 15:59:31 +0000 (15:59 +0000)]
demos/index.html - changed content-type to utf-8 to support datepickers in other languages.

15 years agodemos/datepicker/localization.html - replaced special character symbols with equivale...
Ca-Phun Ung [Fri, 2 Jan 2009 15:36:40 +0000 (15:36 +0000)]
demos/datepicker/localization.html - replaced special character symbols with equivalent html entities.

15 years agoAdded jQuery 1.3pre (r6018).
Scott González [Fri, 2 Jan 2009 15:31:50 +0000 (15:31 +0000)]
Added jQuery 1.3pre (r6018).

15 years agodemos/index.html - added fade in/out effect to demo notes.
Ca-Phun Ung [Fri, 2 Jan 2009 14:54:25 +0000 (14:54 +0000)]
demos/index.html - added fade in/out effect to demo notes.

15 years agodemos/index.html - fixed resetDemos function so year follows month by default.
Ca-Phun Ung [Fri, 2 Jan 2009 13:45:18 +0000 (13:45 +0000)]
demos/index.html - fixed resetDemos function so year follows month by default.

15 years agodemos: sortable: fixed connectWith + delay/distance demos
Paul Bakaus [Fri, 2 Jan 2009 13:28:50 +0000 (13:28 +0000)]
demos: sortable: fixed connectWith + delay/distance demos

15 years agodemos/index.html - fixed issue with browser refresh picking up wrong hash value....
Ca-Phun Ung [Fri, 2 Jan 2009 13:17:54 +0000 (13:17 +0000)]
demos/index.html - fixed issue with browser refresh picking up wrong hash value. Added a resetDemo function to reset datepicker so it picks up default values rather than localized values.

15 years agoReverted r1461
Richard Worth [Fri, 2 Jan 2009 13:06:30 +0000 (13:06 +0000)]
Reverted r1461

15 years agodemos/index.html - mapped #widget to #widget|default.
Ca-Phun Ung [Fri, 2 Jan 2009 12:20:10 +0000 (12:20 +0000)]
demos/index.html - mapped #widget to #widget|default.

15 years agodemos/index.html - removed iframe and replaced with Ajax. Added datepicker localizati...
Ca-Phun Ung [Fri, 2 Jan 2009 12:10:16 +0000 (12:10 +0000)]
demos/index.html - removed iframe and replaced with Ajax. Added datepicker localization scripts. Fixed css font sizing issues in demo notes.

15 years agospelling of localization (yes, I see the irony)
Richard Worth [Fri, 2 Jan 2009 04:33:11 +0000 (04:33 +0000)]
spelling of localization (yes, I see the irony)

15 years agomime-type and eol-style
Richard Worth [Fri, 2 Jan 2009 03:56:06 +0000 (03:56 +0000)]
mime-type and eol-style

15 years agoCorrected tests after latest changes
Keith Wood [Fri, 2 Jan 2009 02:13:34 +0000 (02:13 +0000)]
Corrected tests after latest changes

15 years agoAdditional datepicker demonstrations
Keith Wood [Fri, 2 Jan 2009 02:10:06 +0000 (02:10 +0000)]
Additional datepicker demonstrations

15 years agoWidget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.
Scott González [Thu, 1 Jan 2009 16:12:18 +0000 (16:12 +0000)]
Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.

15 years agoRe-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#'...
Richard Worth [Thu, 1 Jan 2009 12:42:10 +0000 (12:42 +0000)]
Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
This time it works in IE

15 years agoreverted r1414 as it doesn't work in IE
Richard Worth [Thu, 1 Jan 2009 12:38:08 +0000 (12:38 +0000)]
reverted r1414 as it doesn't work in IE

15 years agoCore: Cleaned up whitespace.
Scott González [Thu, 1 Jan 2009 03:10:43 +0000 (03:10 +0000)]
Core: Cleaned up whitespace.

15 years agoCore: Changed parameter names for selectors.
Scott González [Thu, 1 Jan 2009 03:07:52 +0000 (03:07 +0000)]
Core: Changed parameter names for selectors.

15 years agoset trunk version back to 1.6pre
Richard Worth [Thu, 1 Jan 2009 01:53:03 +0000 (01:53 +0000)]
set trunk version back to 1.6pre

15 years agoset version to 1.6rc3 1.6rc3
Richard Worth [Thu, 1 Jan 2009 01:29:05 +0000 (01:29 +0000)]
set version to 1.6rc3

15 years agorelease/build.xml: corrected build to place additional folder level in zip file
Richard Worth [Thu, 1 Jan 2009 01:24:55 +0000 (01:24 +0000)]
release/build.xml: corrected build to place additional folder level in zip file

15 years agoreverted r1437 as it seems it came from a TR cache
Richard Worth [Thu, 1 Jan 2009 00:49:42 +0000 (00:49 +0000)]
reverted r1437 as it seems it came from a TR cache

15 years agothemes/default: updated generated ui.theme.css from themeroller
Richard Worth [Thu, 1 Jan 2009 00:43:09 +0000 (00:43 +0000)]
themes/default: updated generated ui.theme.css from themeroller

15 years agodemos: touch ups
Richard Worth [Thu, 1 Jan 2009 00:36:10 +0000 (00:36 +0000)]
demos: touch ups

15 years agodemos: touch up
Richard Worth [Thu, 1 Jan 2009 00:27:45 +0000 (00:27 +0000)]
demos: touch up

15 years agodemos/resizable: fitting into demo preview frame
Richard Worth [Thu, 1 Jan 2009 00:00:04 +0000 (00:00 +0000)]
demos/resizable: fitting into demo preview frame

15 years agodemos/selectable: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:58:34 +0000 (23:58 +0000)]
demos/selectable: fitting into demo preview frame

15 years agodemos/sortable/connectwith.html: removed wrong description
Richard Worth [Wed, 31 Dec 2008 23:57:05 +0000 (23:57 +0000)]
demos/sortable/connectwith.html: removed wrong description

15 years agodemos/sortable: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:56:02 +0000 (23:56 +0000)]
demos/sortable: fitting into demo preview frame

15 years agodemos/dialog: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:53:47 +0000 (23:53 +0000)]
demos/dialog: fitting into demo preview frame

15 years agodemos: some sizing issues with selectable and sortable demos
Richard Worth [Wed, 31 Dec 2008 23:50:39 +0000 (23:50 +0000)]
demos: some sizing issues with selectable and sortable demos

15 years agodemos: some sizing issues with selectable and sortable demos
Richard Worth [Wed, 31 Dec 2008 23:41:40 +0000 (23:41 +0000)]
demos: some sizing issues with selectable and sortable demos

15 years agomime-type and eol-style
Richard Worth [Wed, 31 Dec 2008 23:29:44 +0000 (23:29 +0000)]
mime-type and eol-style

15 years agodemos/sortable: touched up selectable demos
Richard Worth [Wed, 31 Dec 2008 23:27:40 +0000 (23:27 +0000)]
demos/sortable: touched up selectable demos

15 years agodemos/index.html: load effects as well as ui files
Richard Worth [Wed, 31 Dec 2008 23:11:31 +0000 (23:11 +0000)]
demos/index.html: load effects as well as ui files

15 years agodemos/sortable: touched up sortable demos
Richard Worth [Wed, 31 Dec 2008 23:10:48 +0000 (23:10 +0000)]
demos/sortable: touched up sortable demos

15 years agodemos: wrapped up effects demos. Removed easing for now
Richard Worth [Wed, 31 Dec 2008 22:53:33 +0000 (22:53 +0000)]
demos: wrapped up effects demos. Removed easing for now

15 years agodemos: corrected some page titles
Richard Worth [Wed, 31 Dec 2008 22:16:02 +0000 (22:16 +0000)]
demos: corrected some page titles

15 years agoSlider: Fixed #3717: Correct event types for callbacks.
Scott González [Wed, 31 Dec 2008 21:27:56 +0000 (21:27 +0000)]
Slider: Fixed #3717: Correct event types for callbacks.

15 years agodemos/effects: Added show/hide/toggle effect demos
Richard Worth [Wed, 31 Dec 2008 21:18:06 +0000 (21:18 +0000)]
demos/effects: Added show/hide/toggle effect demos

15 years agodemos/dialog/modal.html: clarified the description for modal
Richard Worth [Wed, 31 Dec 2008 20:16:15 +0000 (20:16 +0000)]
demos/dialog/modal.html: clarified the description for modal

15 years agospace before />
Richard Worth [Wed, 31 Dec 2008 20:03:03 +0000 (20:03 +0000)]
space before />

15 years agodemos/dialog/modal.html: clarified the description for modal
Richard Worth [Wed, 31 Dec 2008 20:01:55 +0000 (20:01 +0000)]
demos/dialog/modal.html: clarified the description for modal

15 years agoFixed #3716 - slider: range handles should not be able to cross
Richard Worth [Wed, 31 Dec 2008 19:55:16 +0000 (19:55 +0000)]
Fixed #3716 - slider: range handles should not be able to cross

15 years agodemos: +selectable default demo
Chi Cheng [Wed, 31 Dec 2008 17:47:42 +0000 (17:47 +0000)]
demos: +selectable default demo

15 years agoFixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
Richard Worth [Wed, 31 Dec 2008 17:23:10 +0000 (17:23 +0000)]
Fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor

15 years agoFixed #3712 - Month and year dropdown mis-alignment in datepicker
Richard Worth [Wed, 31 Dec 2008 17:15:47 +0000 (17:15 +0000)]
Fixed #3712 - Month and year dropdown mis-alignment in datepicker

15 years agoDialog tests: Fixed typo.
Scott González [Wed, 31 Dec 2008 16:23:58 +0000 (16:23 +0000)]
Dialog tests: Fixed typo.

15 years agoCore: Whitespace only.
Scott González [Wed, 31 Dec 2008 16:10:38 +0000 (16:10 +0000)]
Core: Whitespace only.

15 years agodemos/slider: removed media="screen"
Richard Worth [Wed, 31 Dec 2008 15:22:54 +0000 (15:22 +0000)]
demos/slider: removed media="screen"

15 years agodemos: added inner iframe for draggable containment demo
Paul Bakaus [Wed, 31 Dec 2008 15:14:06 +0000 (15:14 +0000)]
demos: added inner iframe for draggable containment demo

15 years agodemos: linked effects on index, added folders + index files for effects
Paul Bakaus [Wed, 31 Dec 2008 14:49:55 +0000 (14:49 +0000)]
demos: linked effects on index, added folders + index files for effects

15 years agoWidget Factory: Check the target in getData and setData events (jQuery 1.3 supports...
Scott González [Wed, 31 Dec 2008 14:28:56 +0000 (14:28 +0000)]
Widget Factory: Check the target in getData and setData events (jQuery 1.3 supports bubbling for custom events).

15 years agodemos: use higher padding for slider demos in website version
Paul Bakaus [Wed, 31 Dec 2008 14:25:59 +0000 (14:25 +0000)]
demos: use higher padding for slider demos in website version

15 years agodemos: added wrappers for sortables
Paul Bakaus [Wed, 31 Dec 2008 14:17:03 +0000 (14:17 +0000)]
demos: added wrappers for sortables

15 years agodemo: added wrappers for resizable
Paul Bakaus [Wed, 31 Dec 2008 14:13:30 +0000 (14:13 +0000)]
demo: added wrappers for resizable

15 years agodemos: added wrappers for droppable demos
Paul Bakaus [Wed, 31 Dec 2008 14:10:05 +0000 (14:10 +0000)]
demos: added wrappers for droppable demos

15 years agodemos: refixed sortable demo in draggables
Paul Bakaus [Wed, 31 Dec 2008 14:05:54 +0000 (14:05 +0000)]
demos: refixed sortable demo in draggables

15 years agodemos: added demo wrappers, fixed some issues with non explicit css rules
Paul Bakaus [Wed, 31 Dec 2008 14:02:14 +0000 (14:02 +0000)]
demos: added demo wrappers, fixed some issues with non explicit css rules

15 years agodemos: fixed css issue in draggable opacity demo
Paul Bakaus [Wed, 31 Dec 2008 10:56:48 +0000 (10:56 +0000)]
demos: fixed css issue in draggable opacity demo

15 years agoRemove trailing spaces
Eduardo Lundgren [Wed, 31 Dec 2008 08:22:11 +0000 (08:22 +0000)]
Remove trailing spaces

15 years agodemos/tabs/ajax.html: Changed AJAX to Ajax
Richard Worth [Wed, 31 Dec 2008 06:53:21 +0000 (06:53 +0000)]
demos/tabs/ajax.html: Changed AJAX to Ajax

15 years agodemos/tabs/default.html: added missing word, minor whitespace changes
Richard Worth [Wed, 31 Dec 2008 06:51:47 +0000 (06:51 +0000)]
demos/tabs/default.html: added missing word, minor whitespace changes

15 years agodemos/slider/range.html: added feedback input
Richard Worth [Wed, 31 Dec 2008 06:49:37 +0000 (06:49 +0000)]
demos/slider/range.html: added feedback input

15 years agodemos/dialog: markup tweaks
Richard Worth [Wed, 31 Dec 2008 06:41:28 +0000 (06:41 +0000)]
demos/dialog: markup tweaks

15 years agodemos/dialog/modal_form.html: markup tweaks
Richard Worth [Wed, 31 Dec 2008 06:32:43 +0000 (06:32 +0000)]
demos/dialog/modal_form.html: markup tweaks

15 years agodemos: moved the demos.css link down so it can override default theme styles. other...
Richard Worth [Wed, 31 Dec 2008 06:29:31 +0000 (06:29 +0000)]
demos: moved the demos.css link down so it can override default theme styles. other minor updates.

15 years agodemos/slider: Added a simple colorpicker demo
Richard Worth [Wed, 31 Dec 2008 05:49:49 +0000 (05:49 +0000)]
demos/slider: Added a simple colorpicker demo