]>
source.dussan.org Git - jquery-ui.git/log
Eduardo Lundgren [Tue, 27 Jan 2009 05:31:57 +0000 (05:31 +0000)]
Fixed #3879
Jörn Zaefferer [Mon, 26 Jan 2009 23:45:40 +0000 (23:45 +0000)]
demos: load docs after demos, otherwise insert of docs sometimes fails
Paul Bakaus [Mon, 26 Jan 2009 13:46:41 +0000 (13:46 +0000)]
demos: removed php code from index.html (was breaking doctype in IE!)
Paul Bakaus [Mon, 26 Jan 2009 12:11:56 +0000 (12:11 +0000)]
accordion: navigation option wasn't working (fixes #3944)
Klaus Hartl [Mon, 26 Jan 2009 11:34:28 +0000 (11:34 +0000)]
Tabs: organized code - public and private (pseudo) methods, added unit test for ui data object
Klaus Hartl [Sun, 25 Jan 2009 23:52:49 +0000 (23:52 +0000)]
Tabs: TODO check
Klaus Hartl [Sun, 25 Jan 2009 23:47:40 +0000 (23:47 +0000)]
Tabs: removed Safari 2 workaround, no longer supported
Klaus Hartl [Sun, 25 Jan 2009 23:42:56 +0000 (23:42 +0000)]
Tabs: overall fixed selected property for all tabs unselected case (is -1 in such case), added sanity check for selected out of bound, fixes #3936
Paul Bakaus [Sun, 25 Jan 2009 21:20:15 +0000 (21:20 +0000)]
accordion: fix for newContent/oldContent in the UI object that was pointing to the workaround wrapper (temporary, until we remove the wrapper completely)
Klaus Hartl [Sun, 25 Jan 2009 19:07:25 +0000 (19:07 +0000)]
a little cleanup
Klaus Hartl [Sun, 25 Jan 2009 18:09:52 +0000 (18:09 +0000)]
Tabs: removed options from ui object, not required
Paul Bakaus [Sun, 25 Jan 2009 16:51:29 +0000 (16:51 +0000)]
demos: removed absolute doc links for cleaner separation between demo-docs / docs
Paul Bakaus [Sun, 25 Jan 2009 15:49:15 +0000 (15:49 +0000)]
demos: changed documentation absolute urls from documentation/ to docs/
Richard Worth [Sun, 25 Jan 2009 12:06:25 +0000 (12:06 +0000)]
tests: new side-by-side comparison of static and visual tests
Richard Worth [Sat, 24 Jan 2009 21:33:44 +0000 (21:33 +0000)]
tests static: added index
Klaus Hartl [Sat, 24 Jan 2009 17:20:46 +0000 (17:20 +0000)]
Tabs: rotation handles asynchronous loading/animations, fixes #2651
Richard Worth [Sat, 24 Jan 2009 14:05:41 +0000 (14:05 +0000)]
demos: fixed view source pre, code padding
Richard Worth [Sat, 24 Jan 2009 14:05:00 +0000 (14:05 +0000)]
demos: view source cleanup
Richard Worth [Sat, 24 Jan 2009 13:07:06 +0000 (13:07 +0000)]
demos/accordion/default.html: line wrapping for view source
Richard Worth [Sat, 24 Jan 2009 13:04:02 +0000 (13:04 +0000)]
demos/accordion/default.html: line wrapping for view source
Richard Worth [Sat, 24 Jan 2009 12:07:26 +0000 (12:07 +0000)]
eol-style and mime-type
Richard Worth [Sat, 24 Jan 2009 12:02:58 +0000 (12:02 +0000)]
external/bgiframe: mime-type:text/javascript
Richard Worth [Sat, 24 Jan 2009 11:51:12 +0000 (11:51 +0000)]
tests static: Added default tests
Richard Worth [Sat, 24 Jan 2009 11:20:19 +0000 (11:20 +0000)]
tests visual: cleanup
Paul Bakaus [Sat, 24 Jan 2009 11:12:40 +0000 (11:12 +0000)]
demos: view source should show the actual full source, not just the javascript
Jörn Zaefferer [Sat, 24 Jan 2009 10:51:03 +0000 (10:51 +0000)]
demos update, View Source
Richard Worth [Sat, 24 Jan 2009 04:31:59 +0000 (04:31 +0000)]
tests/visual: added default tests
Richard Worth [Sat, 24 Jan 2009 04:13:03 +0000 (04:13 +0000)]
tabs: removed non-breaking space char
Richard Worth [Sat, 24 Jan 2009 02:13:49 +0000 (02:13 +0000)]
demos: rolled demos ui.theme.css into demos.css
Eduardo Lundgren [Sat, 24 Jan 2009 01:36:22 +0000 (01:36 +0000)]
Remove trailing spaces
Maggie Costello Wachs [Fri, 23 Jan 2009 20:37:34 +0000 (20:37 +0000)]
added ThemeSwitcher link to demos nav
Klaus Hartl [Fri, 23 Jan 2009 20:11:02 +0000 (20:11 +0000)]
Tabs: added ability to define the cookie name, fixes #2393
Maggie Costello Wachs [Fri, 23 Jan 2009 19:46:51 +0000 (19:46 +0000)]
added header markup
Paul Bakaus [Fri, 23 Jan 2009 19:28:58 +0000 (19:28 +0000)]
resizable: removed unneeded isVisible method
Paul Bakaus [Fri, 23 Jan 2009 19:27:16 +0000 (19:27 +0000)]
build: theming tab for documentation now creates a placeholder (%%THEMING%%) that can be easily replaced
Paul Bakaus [Fri, 23 Jan 2009 13:57:09 +0000 (13:57 +0000)]
demos: made right nav look good in IE
Paul Bakaus [Fri, 23 Jan 2009 13:10:17 +0000 (13:10 +0000)]
draggable: draggable should not scroll when constrained in one axis (fixes #3868)
Paul Bakaus [Fri, 23 Jan 2009 13:04:08 +0000 (13:04 +0000)]
draggable: removed ui.options (fixes #3917)
Paul Bakaus [Fri, 23 Jan 2009 12:52:41 +0000 (12:52 +0000)]
core: the propagation for the mousedown has to be stopped in the mouse logic, otherwise causes much pain for nested widgets (fixes #3910)
Richard Worth [Fri, 23 Jan 2009 10:52:57 +0000 (10:52 +0000)]
tests visual dialog: Added default
Paul Bakaus [Fri, 23 Jan 2009 10:08:45 +0000 (10:08 +0000)]
accordion demos: removed duplicate </div>, fixes demos/accordion right hand nav on website
Richard Worth [Fri, 23 Jan 2009 01:01:15 +0000 (01:01 +0000)]
eol-style, mime-type
Richard Worth [Fri, 23 Jan 2009 00:58:41 +0000 (00:58 +0000)]
eol-style, mime-type
Richard Worth [Fri, 23 Jan 2009 00:58:00 +0000 (00:58 +0000)]
tests/visual/datepicker: created default visual datepicker test
Richard Worth [Fri, 23 Jan 2009 00:28:57 +0000 (00:28 +0000)]
png mime-types
Klaus Hartl [Thu, 22 Jan 2009 21:48:39 +0000 (21:48 +0000)]
Tabs: always hide added panels, fixes #3875
Maggie Costello Wachs [Thu, 22 Jan 2009 16:41:16 +0000 (16:41 +0000)]
replaced * html hack with the zoom attribute (also a hack, but cleaner)
Paul Bakaus [Thu, 22 Jan 2009 14:53:53 +0000 (14:53 +0000)]
resizable:
- knobHandles and default themes + theme detection removed (fixes #3906)
- partial refactor
Richard Worth [Thu, 22 Jan 2009 13:10:18 +0000 (13:10 +0000)]
whitespace
Richard Worth [Thu, 22 Jan 2009 13:09:18 +0000 (13:09 +0000)]
Merged remove-spaces target (ui/build.xml) into new whitespace target (build/build.xml). Deleted ui/build.xml
Richard Worth [Thu, 22 Jan 2009 13:05:32 +0000 (13:05 +0000)]
tests/visual/slider: Added default visual test for slider
Richard Worth [Thu, 22 Jan 2009 12:10:03 +0000 (12:10 +0000)]
renamed 'release' folder 'build'
Richard Worth [Thu, 22 Jan 2009 12:04:23 +0000 (12:04 +0000)]
Removed @author - all attribution goes in AUTHORS.txt
Richard Worth [Thu, 22 Jan 2009 12:01:20 +0000 (12:01 +0000)]
tests: Added extra folder level for each plugin in static and visual test folders
Richard Worth [Thu, 22 Jan 2009 11:47:26 +0000 (11:47 +0000)]
themes/base: removed ui.allplugins.css in favor of ui.base.css (which @imports core and then all plugins). The link pattern is now
ui.base.css
ui.theme.css
where before it was
ui.core.css
ui.theme.css
ui.allplugins.css
Richard Worth [Thu, 22 Jan 2009 09:13:28 +0000 (09:13 +0000)]
switched to jQuery 1.3.1
Richard Worth [Thu, 22 Jan 2009 02:43:16 +0000 (02:43 +0000)]
accordion: fixed always open regression introduced by r1715
Scott González [Thu, 22 Jan 2009 01:45:42 +0000 (01:45 +0000)]
Core tests: Tests for :data selector.
Todd Parker [Wed, 21 Jan 2009 21:14:33 +0000 (21:14 +0000)]
Fixed link to TR docs
Klaus Hartl [Wed, 21 Jan 2009 21:05:07 +0000 (21:05 +0000)]
UI Tabs: fixed broken animations and the frequently reported "jumpyness", fixes #3872
Scott Jehl [Wed, 21 Jan 2009 20:27:41 +0000 (20:27 +0000)]
YUI combat: specified padding and borders for td, th
Scott Jehl [Wed, 21 Jan 2009 20:18:44 +0000 (20:18 +0000)]
added list-style: none; to li's to combat other framework css
Scott Jehl [Wed, 21 Jan 2009 20:02:21 +0000 (20:02 +0000)]
added pin icons
Scott Jehl [Wed, 21 Jan 2009 19:25:39 +0000 (19:25 +0000)]
updated ui.theme.css to new image filenames and changed image filenames
Todd Parker [Wed, 21 Jan 2009 18:17:39 +0000 (18:17 +0000)]
Added new About and Theme links to left nav, removed letterspacing from css.
Scott Jehl [Wed, 21 Jan 2009 18:13:56 +0000 (18:13 +0000)]
added margin-bottom: 2px to fix gap beneath open accordion panels
Scott Jehl [Wed, 21 Jan 2009 18:12:13 +0000 (18:12 +0000)]
prefixed all interior selectors with .ui-pluginname
Jörn Zaefferer [Wed, 21 Jan 2009 13:37:20 +0000 (13:37 +0000)]
accordion: fix for #3896
Scott González [Wed, 21 Jan 2009 03:25:02 +0000 (03:25 +0000)]
Core: Partial fix for #3559: Proper implementation for :focusable and :tabbable selectors.
Eduardo Lundgren [Wed, 21 Jan 2009 03:07:58 +0000 (03:07 +0000)]
Fixed #3733
Scott González [Tue, 20 Jan 2009 21:57:00 +0000 (21:57 +0000)]
Dialog: Don't override title option on init.
Maggie Costello Wachs [Tue, 20 Jan 2009 21:47:27 +0000 (21:47 +0000)]
small fix to demo caption
Maggie Costello Wachs [Tue, 20 Jan 2009 21:30:24 +0000 (21:30 +0000)]
slightly reorganized/renamed demos to better reflect functionality
Maggie Costello Wachs [Tue, 20 Jan 2009 21:10:12 +0000 (21:10 +0000)]
slightly reorganized/renamed demos to better reflect functionality
Maggie Costello Wachs [Tue, 20 Jan 2009 20:13:03 +0000 (20:13 +0000)]
slightly reorganized/renamed demos to better reflect functionality
Maggie Costello Wachs [Tue, 20 Jan 2009 20:09:55 +0000 (20:09 +0000)]
slightly reorganized/renamed demos to better reflect functionality
Bohdan Ganicky [Tue, 20 Jan 2009 19:13:10 +0000 (19:13 +0000)]
ui.accordion.css: modified fix for #3844, hasLayout issue in IE6
Jörn Zaefferer [Tue, 20 Jan 2009 18:34:50 +0000 (18:34 +0000)]
accordion: Fix for #3844
Bohdan Ganicky [Tue, 20 Jan 2009 16:49:33 +0000 (16:49 +0000)]
demos/draggable/events: tiny CSS fix for IE6
Paul Bakaus [Tue, 20 Jan 2009 16:34:21 +0000 (16:34 +0000)]
sortable: connectWith should accept string selectors (fixes #3892, backward compatibility still existant)
Paul Bakaus [Tue, 20 Jan 2009 16:20:44 +0000 (16:20 +0000)]
sortable: fixed missing placeholder default (fixes #3889)
Paul Bakaus [Tue, 20 Jan 2009 16:10:43 +0000 (16:10 +0000)]
sortable: fixed missing handle default (fixes #3889)
Paul Bakaus [Tue, 20 Jan 2009 16:05:09 +0000 (16:05 +0000)]
sortable: fixed missing connectWith default (fixes #3888)
Paul Bakaus [Tue, 20 Jan 2009 15:39:55 +0000 (15:39 +0000)]
sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887
Paul Bakaus [Tue, 20 Jan 2009 14:54:32 +0000 (14:54 +0000)]
accordion: removal of selectedClass option (fixes #3886)
Bohdan Ganicky [Tue, 20 Jan 2009 14:44:28 +0000 (14:44 +0000)]
demos/index: quick fix for #3810
Paul Bakaus [Tue, 20 Jan 2009 14:33:19 +0000 (14:33 +0000)]
accordion: added missing defaults (fixes #3884)
Richard Worth [Tue, 20 Jan 2009 14:08:49 +0000 (14:08 +0000)]
demos/selectable: removed unused files
Paul Bakaus [Tue, 20 Jan 2009 13:36:29 +0000 (13:36 +0000)]
demos: fixed propagation demo callback
Paul Bakaus [Tue, 20 Jan 2009 13:33:59 +0000 (13:33 +0000)]
demos: removed unlinked droppable demos
Richard Worth [Tue, 20 Jan 2009 13:31:30 +0000 (13:31 +0000)]
Fixed #3766 - slider seems to be missing ui.handle property in options
Richard Worth [Tue, 20 Jan 2009 13:12:22 +0000 (13:12 +0000)]
demos/sortable: some cleanup and consistency
Paul Bakaus [Tue, 20 Jan 2009 13:10:11 +0000 (13:10 +0000)]
droppable: defaults should be set to 'false' if disabled, not null (fixes #3881)
Klaus Hartl [Tue, 20 Jan 2009 12:57:32 +0000 (12:57 +0000)]
UI Tabs: updated TODO to with information for reported bug
Richard Worth [Tue, 20 Jan 2009 12:24:05 +0000 (12:24 +0000)]
fixed code inline styling
Richard Worth [Tue, 20 Jan 2009 11:44:47 +0000 (11:44 +0000)]
mime types
Richard Worth [Tue, 20 Jan 2009 11:42:07 +0000 (11:42 +0000)]
set svn:eol-style to native
Paul Bakaus [Tue, 20 Jan 2009 10:06:59 +0000 (10:06 +0000)]
draggable: defaults should be set to 'false' if disabled, not null (fixes #3878)
Paul Bakaus [Tue, 20 Jan 2009 10:01:49 +0000 (10:01 +0000)]
draggable: fixed using Array for containment option (fixes #3877)
Klaus Hartl [Mon, 19 Jan 2009 23:11:30 +0000 (23:11 +0000)]
UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627