r1918 - trunk/ui
Author: joern.zaefferer Date: Fri Jan 30 13:40:34 2009 New Revision: 1918 Modified: trunk/ui/ui.accordion.js Log: accordion: partial fix for #4011 Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Fri Jan 30 13:40:34 2009 @@ -394,10 +394,7 @@ options.toShow.animate({height: "show"}, options); return; } - var
r1917 - trunk/demos/accordion
Author: joern.zaefferer Date: Fri Jan 30 12:48:46 2009 New Revision: 1917 Modified: trunk/demos/accordion/noAutoHeight.html Log: accordion: demo title Modified: trunk/demos/accordion/noAutoHeight.html ============================================================================== --- trunk/demos/accordion/noAutoHeight.html (original) +++ trunk/demos/accordion/noAutoHeight.html Fri Jan 30 12:48:46 2009 @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Accordion - Open
Accordion Header Option Default
I'd like to propose changing the default value for accordion's header option to: "> li :first, > :not(li):odd" This should cover the three common cases: uls, dls and divs.
r1914 - in trunk: demos/accordion tests/visual/accordion themes/base ui
Author: joern.zaefferer Date: Fri Jan 30 12:42:03 2009 New Revision: 1914 Added: trunk/tests/visual/accordion/ul.html (contents, props changed) Modified: trunk/demos/accordion/noAutoHeight.html trunk/themes/base/ui.accordion.css trunk/ui/ui.accordion.js Log: accordion: added ul-visual-test; improved solution for fixing ul-accordions, no more potential scope issues Modified: trunk/demos/accordion/noAutoHeight.html ============================================================================== --- trunk/demos/accordion/noAutoHeight.html (original)
r1916 - trunk/demos/accordion
Author: joern.zaefferer Date: Fri Jan 30 12:48:09 2009 New Revision: 1916 Modified: trunk/demos/accordion/noAutoHeight.html (props changed) Log: accordion: demo mimetype
r1915 - trunk/demos/accordion
Author: joern.zaefferer Date: Fri Jan 30 12:46:30 2009 New Revision: 1915 Modified: trunk/demos/accordion/noAutoHeight.html Log: accordion: demo description typo Modified: trunk/demos/accordion/noAutoHeight.html ============================================================================== --- trunk/demos/accordion/noAutoHeight.html (original) +++ trunk/demos/accordion/noAutoHeight.html Fri Jan 30 12:46:30 2009 @@ -49,7 +49,7 @@ <div class="demo-description"> - Settings <code>autoHeight: false</code>
accordion animation jumps when autoHeight is set to false
Hey all, I filed a ticket with 1.6rc6, "jQuery UI accordion animation jumps when autoHeight is set to false". I'm posting it to the dev list because it is a high priority ticket for me, personally. http://dev.jqueryui.com/ticket/4011 Thanks for your help with this! -- Marc Grabanski: http://marcgrabanski.com LinkedIn: http://www.linkedin.com/in/1Marc
r1913 - trunk/themes/base
Author: joern.zaefferer Date: Fri Jan 30 12:27:36 2009 New Revision: 1913 Modified: trunk/themes/base/ui.accordion.css Log: accordion: fixed styling of li-elements Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Fri Jan 30 12:27:36 2009 @@ -2,6 +2,7 @@ ----------------------------------*/ .ui-accordion .ui-accordion-header { cursor:
r1912 - trunk/demos/accordion
Author: joern.zaefferer Date: Fri Jan 30 12:23:04 2009 New Revision: 1912 Added: trunk/demos/accordion/noAutoHeight.html (contents, props changed) Modified: trunk/demos/accordion/index.html Log: accordion: added noAutoHeight.html demo Modified: trunk/demos/accordion/index.html ============================================================================== --- trunk/demos/accordion/index.html (original) +++ trunk/demos/accordion/index.html Fri Jan 30 12:23:04 2009 @@ -10,6 +10,7 @@ <ul>
r1911 - trunk/tests/static/accordion
Author: joern.zaefferer Date: Fri Jan 30 12:22:37 2009 New Revision: 1911 Modified: trunk/tests/static/accordion/ul.html Log: accordion: added a list into the first panel on the static ul-test, need to fix ui.accordion.css Modified: trunk/tests/static/accordion/ul.html ============================================================================== --- trunk/tests/static/accordion/ul.html (original) +++ trunk/tests/static/accordion/ul.html Fri Jan 30 12:22:37 2009 @@ -17,7 +17,11 @@ <a
r1908 - trunk/tests/visual/accordion
Author: joern.zaefferer Date: Fri Jan 30 08:58:29 2009 New Revision: 1908 Modified: trunk/tests/visual/accordion/default.html trunk/tests/visual/accordion/dl.html Log: accordion: better default for header-option Modified: trunk/tests/visual/accordion/default.html ============================================================================== --- trunk/tests/visual/accordion/default.html (original) +++ trunk/tests/visual/accordion/default.html Fri Jan 30 08:58:29 2009 @@ -9,7 +9,7 @@ <script
r1910 - trunk/themes/base
Author: scottjehl Date: Fri Jan 30 11:26:02 2009 New Revision: 1910 Modified: trunk/themes/base/ui.theme.css Log: changed theme url to jqueryui.com Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Fri Jan 30 11:26:02 2009 @@ -2,7 +2,7 @@ * jQuery UI CSS Framework * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Dual licensed under
r1907 - in trunk: tests/visual/accordion ui
Author: joern.zaefferer Date: Fri Jan 30 08:49:40 2009 New Revision: 1907 Modified: trunk/tests/visual/accordion/accordion.html trunk/ui/ui.accordion.js Log: accordion: fix for the previous commit; event triggering still somewhat crippled, a few tests failing Modified: trunk/tests/visual/accordion/accordion.html ============================================================================== --- trunk/tests/visual/accordion/accordion.html (original) +++ trunk/tests/visual/accordion/accordion.html Fri
r1909 - trunk/demos/slider
Author: bohdan.ganicky Date: Fri Jan 30 10:25:09 2009 New Revision: 1909 Modified: trunk/demos/slider/side-scroll.html Log: demos/slider/side-scroll: fixed broken layout on index page on IE6, relates to #3851 Modified: trunk/demos/slider/side-scroll.html ============================================================================== --- trunk/demos/slider/side-scroll.html (original) +++ trunk/demos/slider/side-scroll.html Fri Jan 30 10:25:09 2009 @@ -9,8 +9,8 @@ <link type="text/css" href="../demos.css"
jQuery UI 1.6rc6 has been released
Hey everyone, we're happy to announce yet another release candidate before the big show on Saturday. See the full blog post on <a href="http://blog.jquery.com/2009/01/30/jquery-ui-16rc6-help-us-test/">http://blog.jquery.com/2009/01/30/jquery-ui-16rc6-help-us-test/</a>, downloads are as always at: <a href="http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc6.zip">http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc6.zip</a> for the development bundle, or <a href="http://www.jqueryui.com/download">http://www.jqueryui.com/download</a>
"new window" links on web site
hi all -- we've added "new window" icons to all third-party links on the static pages (Support, Development, About) because it's good practice to give fair warning that the user will navigate away from jqueryui.com. currently all of these links open in the same window when they should open in a new window/tab. is there currently a script on the site that we can hook up to do this? if not, we (Filament) have one that we could plug in, just let us know where it should go. (adding target="_blank" is
r1906 - in trunk: demos/accordion ui
Author: joern.zaefferer Date: Fri Jan 30 08:10:00 2009 New Revision: 1906 Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom-icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/ui/ui.accordion.js Log: accordion: better default for header-option Modified: trunk/demos/accordion/collapsible.html ============================================================================== --- trunk/demos/accordion/collapsible.html (original)
r1905 - trunk/demos/slider
Author: bohdan.ganicky Date: Fri Jan 30 07:54:23 2009 New Revision: 1905 Modified: trunk/demos/slider/side-scroll.html Log: demos/slider/side-scroll: partial fix for #3851 (Slider "Simple scrollbar" demo broken on IE) ...still some issues Modified: trunk/demos/slider/side-scroll.html ============================================================================== --- trunk/demos/slider/side-scroll.html (original) +++ trunk/demos/slider/side-scroll.html Fri Jan 30 07:54:23 2009 @@ -9,9 +9,10 @@
r1904 - trunk/demos
Author: paul.bakaus Date: Fri Jan 30 06:30:34 2009 New Revision: 1904 Modified: trunk/demos/index.html Log: demos: added docs + effects into index file again for 1.6 final Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Fri Jan 30 06:30:34 2009 @@ -247,12 +247,6 @@ <dd><a href="progressbar/index.html">Progressbar</a></dd> <dd><a
r1900 - in tags/1.6rc6: build ui ui/i18n ui/minified ui/minified/i18n
Author: rdworth Date: Thu Jan 29 22:58:55 2009 New Revision: 1900 Added: tags/1.6rc6/ui/i18n/jquery.ui.i18n.all.js tags/1.6rc6/ui/jquery.ui.all.js tags/1.6rc6/ui/minified/ tags/1.6rc6/ui/minified/effects.blind.min.js tags/1.6rc6/ui/minified/effects.bounce.min.js tags/1.6rc6/ui/minified/effects.clip.min.js tags/1.6rc6/ui/minified/effects.core.min.js tags/1.6rc6/ui/minified/effects.drop.min.js tags/1.6rc6/ui/minified/effects.explode.min.js tags/1.6rc6/ui/minified/effects.fold.min.js tags/1.6rc6/ui/minified/effects.highlight.min.js
r1903 - tags/testing
Author: rdworth Date: Thu Jan 29 23:01:44 2009 New Revision: 1903 Added: tags/testing/ - copied from r1900, /tags/1.6rc6/ Log: set tags/testing to tags/1.6rc6
r1901 - trunk/build
Author: rdworth Date: Thu Jan 29 23:00:27 2009 New Revision: 1901 Modified: trunk/build/build.xml Log: build: delete headers folder, include external folder Modified: trunk/build/build.xml ============================================================================== --- trunk/build/build.xml (original) +++ trunk/build/build.xml Thu Jan 29 23:00:27 2009 @@ -67,6 +67,7 @@ <copy todir="${dist.dir}/ui/minified"> <fileset dir="${dist.dir}/ui-headered/" includes="*.js" /> </copy>
r1902 - tags/testing
Author: rdworth Date: Thu Jan 29 23:01:16 2009 New Revision: 1902 Removed: tags/testing/ Log: removed testing tag to switch to 1.6rc6
r1899 - trunk
Author: rdworth Date: Thu Jan 29 22:32:46 2009 New Revision: 1899 Modified: trunk/version.txt Log: set version back to 1.6pre Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Thu Jan 29 22:32:46 2009 @@ -1 +1 @@ -1.6rc6 \ No newline at end of file +1.6pre \ No newline at end of file
r1898 - tags/1.6rc6
Author: rdworth Date: Thu Jan 29 22:32:22 2009 New Revision: 1898 Added: tags/1.6rc6/ - copied from r1897, /trunk/ Log: tagged trunk r1897 as tags/1.6rc6
r1897 - trunk
Author: rdworth Date: Thu Jan 29 22:31:26 2009 New Revision: 1897 Modified: trunk/version.txt Log: set version to 1.6rc6 Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Thu Jan 29 22:31:26 2009 @@ -1 +1 @@ -1.6pre \ No newline at end of file +1.6rc6 \ No newline at end of file
r1895 - trunk/demos/draggable
Author: rdworth Date: Thu Jan 29 21:55:43 2009 New Revision: 1895 Modified: trunk/demos/draggable/handle.html Log: demos draggable handle: disable text selection Modified: trunk/demos/draggable/handle.html ============================================================================== --- trunk/demos/draggable/handle.html (original) +++ trunk/demos/draggable/handle.html Thu Jan 29 21:55:43 2009 @@ -15,7 +15,7 @@ $(function() { $("#draggable").draggable({ handle: 'p' }); $("#draggable2").draggable({
r1893 - trunk/demos/sortable
Author: rdworth Date: Thu Jan 29 21:28:01 2009 New Revision: 1893 Modified: trunk/demos/sortable/connect-lists.html Log: demos sortable connect-lists: disable text selection Modified: trunk/demos/sortable/connect-lists.html ============================================================================== --- trunk/demos/sortable/connect-lists.html (original) +++ trunk/demos/sortable/connect-lists.html Thu Jan 29 21:28:01 2009 @@ -15,7 +15,7 @@ $(function() { $("#sortable1, #sortable2").sortable({
r1894 - trunk/ui
Author: rdworth Date: Thu Jan 29 21:46:46 2009 New Revision: 1894 Modified: trunk/ui/effects.core.js Log: effects core: fixed undefined options error Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Thu Jan 29 21:46:46 2009 @@ -157,7 +157,7 @@ // New effect methods effect: function(fx, options, speed, callback) { - return $.effects[fx] ? $.effects[fx].call(this,
r1896 - trunk/demos/draggable
Author: rdworth Date: Thu Jan 29 21:58:39 2009 New Revision: 1896 Modified: trunk/demos/draggable/sortable.html Log: demos draggable sortable: disable text selection Modified: trunk/demos/draggable/sortable.html ============================================================================== --- trunk/demos/draggable/sortable.html (original) +++ trunk/demos/draggable/sortable.html Thu Jan 29 21:58:39 2009 @@ -21,7 +21,8 @@ connectToSortable: '#sortable', helper: 'clone',
r1892 - trunk/demos/draggable
Author: rdworth Date: Thu Jan 29 21:20:05 2009 New Revision: 1892 Modified: trunk/demos/draggable/handle.html Log: demos draggable handle: disable text selection Modified: trunk/demos/draggable/handle.html ============================================================================== --- trunk/demos/draggable/handle.html (original) +++ trunk/demos/draggable/handle.html Thu Jan 29 21:20:05 2009 @@ -15,6 +15,7 @@ $(function() { $("#draggable").draggable({ handle: 'p' }); $("#draggable2").draggable({
r1891 - trunk/ui
Author: rdworth Date: Thu Jan 29 21:17:48 2009 New Revision: 1891 Modified: trunk/ui/ui.draggable.js Log: draggable: fixed 'o is not defined' exception Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 29 21:17:48 2009 @@ -592,6 +592,7 @@ t.css('opacity', o.opacity); }, stop: function(event, ui) { + var o = $(this).data('draggable').options;
r1890 - trunk/demos/draggable
Author: rdworth Date: Thu Jan 29 21:13:33 2009 New Revision: 1890 Modified: trunk/demos/draggable/snap-to.html Log: typo Modified: trunk/demos/draggable/snap-to.html ============================================================================== --- trunk/demos/draggable/snap-to.html (original) +++ trunk/demos/draggable/snap-to.html Thu Jan 29 21:13:33 2009 @@ -40,7 +40,7 @@ </div> <div id="draggable3" class="draggable ui-widget-content"> - I only snap to the outer edges of the bix box +
r1889 - trunk/tests/visual/resizable
Author: rdworth Date: Thu Jan 29 20:59:41 2009 New Revision: 1889 Added: trunk/tests/visual/resizable/resizable_option_aspectRatio_0.5.html (contents, props changed) trunk/tests/visual/resizable/resizable_option_aspectRatio_1.0.html (contents, props changed) trunk/tests/visual/resizable/resizable_option_aspectRatio_1.5.html (contents, props changed) trunk/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxHeight_150.html (contents, props changed) trunk/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxWidth_150.html
r1888 - in trunk: tests/unit/resizable ui
Author: scott.gonzalez Date: Thu Jan 29 20:53:30 2009 New Revision: 1888 Modified: trunk/tests/unit/resizable/resizable.js trunk/ui/ui.resizable.js Log: Resizable: Fixed defaults in tests. Modified: trunk/tests/unit/resizable/resizable.js ============================================================================== --- trunk/tests/unit/resizable/resizable.js (original) +++ trunk/tests/unit/resizable/resizable.js Thu Jan 29 20:53:30 2009 @@ -21,9 +21,8 @@ distance: 1, ghost: false,
r1878 - in trunk: demos/accordion tests/static/accordion tests/unit/accordion tests/visual/accord...
Author: scott.gonzalez Date: Thu Jan 29 18:35:37 2009 New Revision: 1878 Added: trunk/tests/visual/accordion/dl.html Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom-icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/index.html trunk/demos/accordion/mouseover.html trunk/tests/static/accordion/default.html trunk/tests/static/accordion/dl.html trunk/tests/static/accordion/ul.html trunk/tests/unit/accordion/accordion.js
r1885 - in trunk: tests/unit/accordion ui
Author: scott.gonzalez Date: Thu Jan 29 19:27:44 2009 New Revision: 1885 Modified: trunk/tests/unit/accordion/accordion.html trunk/tests/unit/accordion/accordion.js trunk/ui/ui.accordion.js Log: Accordion: Fixed destroy method with new markup. Modified: trunk/tests/unit/accordion/accordion.html ============================================================================== --- trunk/tests/unit/accordion/accordion.html (original) +++ trunk/tests/unit/accordion/accordion.html Thu Jan 29 19:27:44
r1883 - trunk/tests/unit/sortable
Author: rdworth Date: Thu Jan 29 19:17:26 2009 New Revision: 1883 Modified: trunk/tests/unit/sortable/sortable.js Log: sortable unit tests: fixed default value for tolerance: intersect Modified: trunk/tests/unit/sortable/sortable.js ============================================================================== --- trunk/tests/unit/sortable/sortable.js (original) +++ trunk/tests/unit/sortable/sortable.js Thu Jan 29 19:17:26 2009 @@ -18,7 +18,7 @@ scroll: true, scrollSensitivity: 20,
r1882 - trunk/ui
Author: scott.gonzalez Date: Thu Jan 29 19:09:10 2009 New Revision: 1882 Modified: trunk/ui/ui.accordion.js Log: Accordion: only animate height and padding. Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Thu Jan 29 19:09:10 2009 @@ -401,9 +401,7 @@ overflow = options.toShow.css('overflow'), showProps = {}, hideProps
r1880 - trunk/tests/unit/dialog
Author: rdworth Date: Thu Jan 29 19:07:40 2009 New Revision: 1880 Modified: trunk/tests/unit/dialog/dialog.js Log: dialog unit tests: no more overlay option Modified: trunk/tests/unit/dialog/dialog.js ============================================================================== --- trunk/tests/unit/dialog/dialog.js (original) +++ trunk/tests/unit/dialog/dialog.js Thu Jan 29 19:07:40 2009 @@ -20,7 +20,6 @@ minHeight: 150, minWidth: 150, modal: false, - overlay: {}, position:
Next Page