]>
source.dussan.org Git - jquery-ui.git/log
Richard Worth [Tue, 3 Feb 2009 08:23:48 +0000 (08:23 +0000)]
accordion unit tests: split tests into individual files
Richard Worth [Tue, 3 Feb 2009 04:20:42 +0000 (04:20 +0000)]
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)
Richard Worth [Tue, 3 Feb 2009 03:02:30 +0000 (03:02 +0000)]
draggable: missed internal use of ui.absolutePosition
Richard Worth [Tue, 3 Feb 2009 02:53:34 +0000 (02:53 +0000)]
sortable unit tests: stubbed out missing tests
Richard Worth [Tue, 3 Feb 2009 02:49:49 +0000 (02:49 +0000)]
sortable unit tests: stubbed out missing tests
Richard Worth [Tue, 3 Feb 2009 02:23:07 +0000 (02:23 +0000)]
sortable defaults
Richard Worth [Tue, 3 Feb 2009 02:18:12 +0000 (02:18 +0000)]
Fixed #4038 (sortable: cssNamespace option should be removed)
Richard Worth [Tue, 3 Feb 2009 01:22:34 +0000 (01:22 +0000)]
sortable: changed sortable option cursor default value to 'auto' instead of 'default'
Richard Worth [Tue, 3 Feb 2009 01:20:55 +0000 (01:20 +0000)]
sortable defaults
Richard Worth [Tue, 3 Feb 2009 00:33:00 +0000 (00:33 +0000)]
sortable unit tests: split tests into individual files
Klaus Hartl [Mon, 2 Feb 2009 21:16:31 +0000 (21:16 +0000)]
Tabs: a better cursor for selected and collapsible tabs
Klaus Hartl [Mon, 2 Feb 2009 20:15:06 +0000 (20:15 +0000)]
Tabs: introduced "collapsible" option while deprecating "deselectable", fixes #4029
Richard Worth [Mon, 2 Feb 2009 14:36:08 +0000 (14:36 +0000)]
unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
Jörn Zaefferer [Mon, 2 Feb 2009 14:02:20 +0000 (14:02 +0000)]
accordion: use synced animations only when animating two elements; optimize for only-one
Richard Worth [Mon, 2 Feb 2009 13:23:51 +0000 (13:23 +0000)]
unit tests: minor updates
Richard Worth [Mon, 2 Feb 2009 07:18:27 +0000 (07:18 +0000)]
Fixed #4037 (droppable: cssNamespace option should be removed, addClasses option added)
Richard Worth [Mon, 2 Feb 2009 07:14:19 +0000 (07:14 +0000)]
Failing test for #4037 (droppable: cssNamespace option should be removed, addClasses option added)
Richard Worth [Mon, 2 Feb 2009 07:13:25 +0000 (07:13 +0000)]
slider unit tests: moved init and destroy tests to 'slider: methods' module
Richard Worth [Mon, 2 Feb 2009 07:12:37 +0000 (07:12 +0000)]
draggable unit tests: typo in 'addClasses: false' test
Richard Worth [Mon, 2 Feb 2009 07:09:15 +0000 (07:09 +0000)]
droppable unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
Richard Worth [Mon, 2 Feb 2009 06:46:56 +0000 (06:46 +0000)]
unit tests: added common widget tests. Thanks Scott G.
Richard Worth [Mon, 2 Feb 2009 06:45:50 +0000 (06:45 +0000)]
Fixed #4036 (draggable: cssNamespace option should be removed, addClasses option added)
Richard Worth [Mon, 2 Feb 2009 06:34:44 +0000 (06:34 +0000)]
draggable unit tests: cleanup
Richard Worth [Mon, 2 Feb 2009 05:58:49 +0000 (05:58 +0000)]
slider unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
Scott González [Mon, 2 Feb 2009 04:02:43 +0000 (04:02 +0000)]
Explode demo: Fixed Safari margin bug (fix for #3968).
Scott González [Mon, 2 Feb 2009 03:07:54 +0000 (03:07 +0000)]
Slider:
- Fixed #4016: Vertical slider was unusable when the thumb was at the min value.
- Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
Scott González [Mon, 2 Feb 2009 02:29:31 +0000 (02:29 +0000)]
Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed demos, tests, and using alwaysOpen on init.
Paul Bakaus [Mon, 2 Feb 2009 02:11:32 +0000 (02:11 +0000)]
accordion: deprecated alwaysOpen option, introduced collapsible option (invert value) (fixes #3969)
Klaus Hartl [Sun, 1 Feb 2009 21:28:10 +0000 (21:28 +0000)]
Tabs: fixed test in IE...
Klaus Hartl [Sun, 1 Feb 2009 21:22:05 +0000 (21:22 +0000)]
Tabs: added simple test for length method
Klaus Hartl [Sun, 1 Feb 2009 21:09:02 +0000 (21:09 +0000)]
Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created HTML, fixes #4033
Ca-Phun Ung [Sun, 1 Feb 2009 05:50:12 +0000 (05:50 +0000)]
datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
Scott González [Sun, 1 Feb 2009 04:37:19 +0000 (04:37 +0000)]
Draggable: Fixed #3980: Don't allow connecting to disabled sortables.
Scott González [Sun, 1 Feb 2009 02:11:06 +0000 (02:11 +0000)]
Accordion: Added focus state to headers.
Richard Worth [Sun, 1 Feb 2009 02:00:38 +0000 (02:00 +0000)]
draggable: changed option cursor default to 'auto' instead of 'default'
Richard Worth [Sun, 1 Feb 2009 01:57:28 +0000 (01:57 +0000)]
unit tests: fixed missing tests to hide with new qunit checkbox
Richard Worth [Sun, 1 Feb 2009 01:54:28 +0000 (01:54 +0000)]
draggable unit tests: added some missing tests
Scott González [Sun, 1 Feb 2009 01:29:58 +0000 (01:29 +0000)]
Dialog: Fixed #4015: Set z-index on shadow when the dialog opens.
Scott González [Sun, 1 Feb 2009 01:06:42 +0000 (01:06 +0000)]
Sortable demos: Updated all uses of connectWith to use a string instead of an array (array is deprecated).
Scott González [Sun, 1 Feb 2009 01:02:34 +0000 (01:02 +0000)]
Sortable: Added defaults for cursor, cursorAt, opacity.
Scott González [Sun, 1 Feb 2009 00:55:34 +0000 (00:55 +0000)]
Sortable: Fixed #4017: Revert opacity after sort.
Richard Worth [Sun, 1 Feb 2009 00:25:58 +0000 (00:25 +0000)]
draggable unit tests: created separate file for each module: defaults, events, methods, options, tickets
Scott González [Sat, 31 Jan 2009 16:54:06 +0000 (16:54 +0000)]
Sortable: Fixed #3979: Fixed using a string for connectWith option.
Jörn Zaefferer [Sat, 31 Jan 2009 16:52:52 +0000 (16:52 +0000)]
accordion: another partial fix for #4011, fixes tests/visual/accordion/width.html in FF, IE still buggy
Ca-Phun Ung [Sat, 31 Jan 2009 10:40:55 +0000 (10:40 +0000)]
datepicker: #4003 - Inline datepicker and button panel.
Richard Worth [Sat, 31 Jan 2009 06:24:22 +0000 (06:24 +0000)]
eol-style and mime-type
Richard Worth [Sat, 31 Jan 2009 06:08:17 +0000 (06:08 +0000)]
progressbar demos: Added animated progressbar demo
Richard Worth [Sat, 31 Jan 2009 05:56:46 +0000 (05:56 +0000)]
accordion demos: file rename
Richard Worth [Sat, 31 Jan 2009 05:54:48 +0000 (05:54 +0000)]
eol-style and mime-type
Richard Worth [Sat, 31 Jan 2009 05:47:58 +0000 (05:47 +0000)]
dialog: changed shadow default to false. Not quite ready to be on by default. Maybe in 1.next.
Richard Worth [Sat, 31 Jan 2009 04:41:20 +0000 (04:41 +0000)]
dialog visual tests - added option modal true and false
Scott González [Sat, 31 Jan 2009 04:33:36 +0000 (04:33 +0000)]
Dialog: Shadow cleanup.
- Don't hide shadow during drag/resize in IE6 (let the user do this one their own).
- Let users modify the shadow option after init.
.parents('.ui-dialog')
.bind('dragstart resizestart', function() {
$(this).find('.ui-dialog-content').dialog('option', 'shadow', false);
})
.bind('dragstop resizestop', function() {
$(this).find('.ui-dialog-content').dialog('option', 'shadow', true);
});
Scott González [Sat, 31 Jan 2009 02:55:56 +0000 (02:55 +0000)]
Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false.
Removed some browser snifing.
Added support for non-px units.
Richard Worth [Sat, 31 Jan 2009 02:36:47 +0000 (02:36 +0000)]
Fixed #4008 (Sortable events are improperly named)
Klaus Hartl [Sat, 31 Jan 2009 01:16:59 +0000 (01:16 +0000)]
Tabs: reviewed and simplified just a bit
Klaus Hartl [Sat, 31 Jan 2009 00:45:14 +0000 (00:45 +0000)]
Tabs: simplified tests a bit, found bug by that - fixed as well as two other unreported bugs
Scott Jehl [Fri, 30 Jan 2009 22:57:11 +0000 (22:57 +0000)]
added effect methods demos - still need class animations
Scott Jehl [Fri, 30 Jan 2009 22:54:41 +0000 (22:54 +0000)]
reverted r 1920
Scott Jehl [Fri, 30 Jan 2009 22:35:58 +0000 (22:35 +0000)]
added effect methods demos - still have not made demos for the class animations
Jörn Zaefferer [Fri, 30 Jan 2009 21:47:20 +0000 (21:47 +0000)]
accordion: more realistic testcase for autoHeight:false accordion
Jörn Zaefferer [Fri, 30 Jan 2009 21:40:34 +0000 (21:40 +0000)]
accordion: partial fix for #4011
Jörn Zaefferer [Fri, 30 Jan 2009 20:48:46 +0000 (20:48 +0000)]
accordion: demo title
Jörn Zaefferer [Fri, 30 Jan 2009 20:48:09 +0000 (20:48 +0000)]
accordion: demo mimetype
Jörn Zaefferer [Fri, 30 Jan 2009 20:46:30 +0000 (20:46 +0000)]
accordion: demo description typo
Jörn Zaefferer [Fri, 30 Jan 2009 20:42:03 +0000 (20:42 +0000)]
accordion: added ul-visual-test; improved solution for fixing ul-accordions, no more potential scope issues
Jörn Zaefferer [Fri, 30 Jan 2009 20:27:36 +0000 (20:27 +0000)]
accordion: fixed styling of li-elements
Jörn Zaefferer [Fri, 30 Jan 2009 20:23:04 +0000 (20:23 +0000)]
accordion: added noAutoHeight.html demo
Jörn Zaefferer [Fri, 30 Jan 2009 20:22:37 +0000 (20:22 +0000)]
accordion: added a list into the first panel on the static ul-test, need to fix ui.accordion.css
Scott Jehl [Fri, 30 Jan 2009 19:26:02 +0000 (19:26 +0000)]
changed theme url to jqueryui.com
Bohdan Ganicky [Fri, 30 Jan 2009 18:25:09 +0000 (18:25 +0000)]
demos/slider/side-scroll: fixed broken layout on index page on IE6, relates to #3851
Jörn Zaefferer [Fri, 30 Jan 2009 16:58:29 +0000 (16:58 +0000)]
accordion: better default for header-option
Jörn Zaefferer [Fri, 30 Jan 2009 16:49:40 +0000 (16:49 +0000)]
accordion: fix for the previous commit; event triggering still somewhat crippled, a few tests failing
Jörn Zaefferer [Fri, 30 Jan 2009 16:10:00 +0000 (16:10 +0000)]
accordion: better default for header-option
Bohdan Ganicky [Fri, 30 Jan 2009 15:54:23 +0000 (15:54 +0000)]
demos/slider/side-scroll: partial fix for #3851 (Slider "Simple scrollbar" demo broken on IE) ...still some issues
Paul Bakaus [Fri, 30 Jan 2009 14:30:34 +0000 (14:30 +0000)]
demos: added docs + effects into index file again for 1.6 final
Richard Worth [Fri, 30 Jan 2009 07:00:27 +0000 (07:00 +0000)]
build: delete headers folder, include external folder
Richard Worth [Fri, 30 Jan 2009 06:32:46 +0000 (06:32 +0000)]
set version back to 1.6pre
Richard Worth [Fri, 30 Jan 2009 06:31:26 +0000 (06:31 +0000)]
set version to 1.6rc6
Richard Worth [Fri, 30 Jan 2009 05:58:39 +0000 (05:58 +0000)]
demos draggable sortable: disable text selection
Richard Worth [Fri, 30 Jan 2009 05:55:43 +0000 (05:55 +0000)]
demos draggable handle: disable text selection
Richard Worth [Fri, 30 Jan 2009 05:46:46 +0000 (05:46 +0000)]
effects core: fixed undefined options error
Richard Worth [Fri, 30 Jan 2009 05:28:01 +0000 (05:28 +0000)]
demos sortable connect-lists: disable text selection
Richard Worth [Fri, 30 Jan 2009 05:20:05 +0000 (05:20 +0000)]
demos draggable handle: disable text selection
Richard Worth [Fri, 30 Jan 2009 05:17:48 +0000 (05:17 +0000)]
draggable: fixed 'o is not defined' exception
Richard Worth [Fri, 30 Jan 2009 05:13:33 +0000 (05:13 +0000)]
typo
Richard Worth [Fri, 30 Jan 2009 04:59:41 +0000 (04:59 +0000)]
resizable visual tests: added tests for aspectRatio, and combining aspectRatio with min and max height and width options
Scott González [Fri, 30 Jan 2009 04:53:30 +0000 (04:53 +0000)]
Resizable: Fixed defaults in tests.
Scott González [Fri, 30 Jan 2009 04:01:04 +0000 (04:01 +0000)]
Accordion: Fixed tests.
Richard Worth [Fri, 30 Jan 2009 03:52:48 +0000 (03:52 +0000)]
eol-style and mime-type
Scott González [Fri, 30 Jan 2009 03:27:44 +0000 (03:27 +0000)]
Accordion: Fixed destroy method with new markup.
Richard Worth [Fri, 30 Jan 2009 03:25:06 +0000 (03:25 +0000)]
dialog unit tests: Added option closeOnEscape tests
Richard Worth [Fri, 30 Jan 2009 03:17:26 +0000 (03:17 +0000)]
sortable unit tests: fixed default value for tolerance: intersect
Scott González [Fri, 30 Jan 2009 03:09:10 +0000 (03:09 +0000)]
Accordion: only animate height and padding.
Richard Worth [Fri, 30 Jan 2009 03:08:20 +0000 (03:08 +0000)]
dialog unit tests: no more overlay option
Richard Worth [Fri, 30 Jan 2009 03:07:40 +0000 (03:07 +0000)]
dialog unit tests: no more overlay option
Richard Worth [Fri, 30 Jan 2009 03:00:38 +0000 (03:00 +0000)]
accordion unit tests: fixed cap. of autoHeight
Scott González [Fri, 30 Jan 2009 02:35:37 +0000 (02:35 +0000)]
Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, allowing accordions to work with dl's and ul's again.
Scott Jehl [Thu, 29 Jan 2009 21:48:09 +0000 (21:48 +0000)]
tossed some framework classes on it, adjusted style. Set autoOpen to false - otherwise the purpose of the dialog is lost on the user
Scott Jehl [Thu, 29 Jan 2009 20:16:19 +0000 (20:16 +0000)]
mime type, eol
Richard Worth [Thu, 29 Jan 2009 20:14:30 +0000 (20:14 +0000)]
demos dialog: Replaced old modal form with new functioning one. Thanks Scott G and Cloudream.