r1678 - trunk/ui
Author: paul.bakaus Date: Mon Jan 19 05:50:51 2009 New Revision: 1678 Modified: trunk/ui/ui.accordion.js Log: accordion: partial refactor and cleanup, all proviously outer functions are now part of the widget (no change in logic) Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Jan 19 05:50:51 2009 @@ -15,109 +15,132 @@ $.widget("ui.accordion", { _init:
r1710 - trunk/demos/sortable
Author: rdworth Date: Tue Jan 20 05:12:22 2009 New Revision: 1710 Removed: trunk/demos/sortable/connectwith.html trunk/demos/sortable/delay.html trunk/demos/sortable/display-portlets.html trunk/demos/sortable/distance.html trunk/demos/sortable/droponempty.html trunk/demos/sortable/droppable.html trunk/demos/sortable/floating.html trunk/demos/sortable/tolerance.html Modified: trunk/demos/sortable/connect-lists.html trunk/demos/sortable/default.html trunk/demos/sortable/delay-start.html trunk/demos/sortable/display-grid.html
r1715 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 06:33:19 2009 New Revision: 1715 Modified: trunk/ui/ui.accordion.js Log: accordion: added missing defaults (fixes #3884) Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Tue Jan 20 06:33:19 2009 @@ -372,15 +372,19 @@ $.extend($.ui.accordion, { version: "@VERSION", defaults: { + active: false, autoHeight:
r1721 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 08:20:44 2009 New Revision: 1721 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed missing placeholder default (fixes #3889) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Jan 20 08:20:44 2009 @@ -995,6 +995,7 @@ handle: false, helper: "original", items: '> *', + placeholder: false, scope:
r1685 - trunk/demos/draggable
Author: fg.maggie Date: Mon Jan 19 09:39:27 2009 New Revision: 1685 Modified: trunk/demos/draggable/cursor-style.html Log: added 'cursor' options to examples Modified: trunk/demos/draggable/cursor-style.html ============================================================================== --- trunk/demos/draggable/cursor-style.html (original) +++ trunk/demos/draggable/cursor-style.html Mon Jan 19 09:39:27 2009 @@ -12,8 +12,8 @@ </style> <script type="text/javascript"> $(function()
r1677 - trunk/ui
Author: paul.bakaus Date: Mon Jan 19 04:00:45 2009 New Revision: 1677 Modified: trunk/ui/ui.sortable.js Log: sortable: all callbacks with the exception of the beforeStop callback now fire after everything has been normalized again (placeholder/helper removed, styles restored). (fixes #3864 and multiple user requests) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Mon
r1672 - trunk/tests/unit/datepicker
Author: kbwood.au Date: Mon Jan 19 02:43:08 2009 New Revision: 1672 Modified: trunk/tests/unit/datepicker/datepicker.js Log: Remove tests that no longer apply Modified: trunk/tests/unit/datepicker/datepicker.js ============================================================================== --- trunk/tests/unit/datepicker/datepicker.js (original) +++ trunk/tests/unit/datepicker/datepicker.js Mon Jan 19 02:43:08 2009 @@ -38,13 +38,6 @@ test('setDefaults', function() { var inp = init('#inp');
r1686 - in trunk/demos: accordion datepicker dialog progressbar slider
Author: fg.todd Date: Mon Jan 19 10:24:50 2009 New Revision: 1686 Modified: trunk/demos/accordion/default.html trunk/demos/datepicker/default.html trunk/demos/dialog/default.html trunk/demos/progressbar/default.html trunk/demos/slider/default.html Log: Removed some content from default description and added to overview section on docs wiki instead, Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original)
r1691 - trunk/demos/accordion
Author: fg.maggie Date: Mon Jan 19 14:46:58 2009 New Revision: 1691 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 Log: updated page titles to match new nav options Modified: trunk/demos/accordion/collapsible.html ============================================================================== --- trunk/demos/accordion/collapsible.html (original) +++
r1712 - trunk/demos/droppable
Author: paul.bakaus Date: Tue Jan 20 05:33:59 2009 New Revision: 1712 Removed: trunk/demos/droppable/accept.html trunk/demos/droppable/activeclass.html trunk/demos/droppable/greedy.html trunk/demos/droppable/hoverclass.html Log: demos: removed unlinked droppable demos
r1704 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 02:06:59 2009 New Revision: 1704 Modified: trunk/ui/ui.draggable.js Log: draggable: defaults should be set to 'false' if disabled, not null (fixes #3878) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Tue Jan 20 02:06:59 2009 @@ -405,14 +405,14 @@ containment: false, cssNamespace: "ui", cursor: "default",
r1716 - trunk/demos
Author: bohdan.ganicky Date: Tue Jan 20 06:44:28 2009 New Revision: 1716 Modified: trunk/demos/index.html Log: demos/index: quick fix for #3810 Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Jan 20 06:44:28 2009 @@ -164,7 +164,9 @@ data = data.replace(/<title.*>.*<\/title>/ig,""); // Remove title tags data = data.replace(/((href|src)=["'])(?!(http|#))/ig,
r1703 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 02:01:49 2009 New Revision: 1703 Modified: trunk/ui/ui.draggable.js Log: draggable: fixed using Array for containment option (fixes #3877) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Tue Jan 20 02:01:49 2009 @@ -266,8 +266,8 @@ ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight)
r1663 - trunk/demos/droppable
Author: rdworth Date: Sat Jan 17 19:21:47 2009 New Revision: 1663 Modified: trunk/demos/droppable/visual-feedback.html Log: demos/droppable: fixed up description of activeClass part of visual feedback demo Modified: trunk/demos/droppable/visual-feedback.html ============================================================================== --- trunk/demos/droppable/visual-feedback.html (original) +++ trunk/demos/droppable/visual-feedback.html Sat Jan 17 19:21:47 2009 @@ -24,8 +24,8 @@
r1731 - trunk/ui
Author: scott.gonzalez Date: Tue Jan 20 13:57:00 2009 New Revision: 1731 Modified: trunk/ui/ui.dialog.js Log: Dialog: Don't override title option on init. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Tue Jan 20 13:57:00 2009 @@ -31,12 +31,11 @@ _init: function() { this.originalTitle = this.element.attr('title'); - this.options.title = this.options.title
r1730 - trunk/demos/tabs
Author: fg.maggie Date: Tue Jan 20 13:47:27 2009 New Revision: 1730 Modified: trunk/demos/tabs/ajax.html Log: small fix to demo caption Modified: trunk/demos/tabs/ajax.html ============================================================================== --- trunk/demos/tabs/ajax.html (original) +++ trunk/demos/tabs/ajax.html Tue Jan 20 13:47:27 2009 @@ -32,7 +32,7 @@ <div class="demo-description"> - Fetch external content via Ajax for the 2nd and 3rd tabs by setting an href for the tabs. While
r1698 - in branches/experimental/tabbable: . tests
Author: scott.gonzalez Date: Mon Jan 19 17:48:08 2009 New Revision: 1698 Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: Tabbable: New tests for :focusable selector. Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Mon
r1720 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 08:10:43 2009 New Revision: 1720 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed missing handle default (fixes #3889) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Jan 20 08:10:43 2009 @@ -992,6 +992,7 @@ dropOnEmpty: true, forcePlaceholderSize: false, forceHelperSize: false, + handle:
r1724 - trunk/themes/base
Author: joern.zaefferer Date: Tue Jan 20 10:34:50 2009 New Revision: 1724 Modified: trunk/themes/base/ui.accordion.css Log: accordion: Fix for #3844 Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Tue Jan 20 10:34:50 2009 @@ -3,7 +3,7 @@ .ui-accordion-group {margin-bottom: 1px;} .ui-accordion-header { cursor: pointer; position:
r1699 - in branches/experimental/tabbable: . tests
Author: scott.gonzalez Date: Mon Jan 19 17:54:54 2009 New Revision: 1699 Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: Tabbable: New :tabbable tests. Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Mon
r1729 - trunk/demos/tabs
Author: fg.maggie Date: Tue Jan 20 13:30:24 2009 New Revision: 1729 Modified: trunk/demos/tabs/ajax.html trunk/demos/tabs/collapsible.html trunk/demos/tabs/default.html trunk/demos/tabs/index.html trunk/demos/tabs/mouseover.html Log: slightly reorganized/renamed demos to better reflect functionality Modified: trunk/demos/tabs/ajax.html ============================================================================== --- trunk/demos/tabs/ajax.html (original) +++ trunk/demos/tabs/ajax.html Tue Jan
r1726 - trunk/demos/dialog
Author: fg.maggie Date: Tue Jan 20 12:09:55 2009 New Revision: 1726 Modified: trunk/demos/dialog/default.html trunk/demos/dialog/index.html trunk/demos/dialog/modal.html trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Log: slightly reorganized/renamed demos to better reflect functionality Modified: trunk/demos/dialog/default.html ============================================================================== --- trunk/demos/dialog/default.html (original)
r1690 - trunk/demos/datepicker
Author: fg.maggie Date: Mon Jan 19 14:42:58 2009 New Revision: 1690 Modified: trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/icon_trigger.html trunk/demos/datepicker/index.html trunk/demos/datepicker/inline.html trunk/demos/datepicker/localization.html trunk/demos/datepicker/min_max.html trunk/demos/datepicker/multiple_calendars.html
r1709 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 05:10:11 2009 New Revision: 1709 Modified: trunk/ui/ui.droppable.js Log: droppable: defaults should be set to 'false' if disabled, not null (fixes #3881) Modified: trunk/ui/ui.droppable.js ============================================================================== --- trunk/ui/ui.droppable.js (original) +++ trunk/ui/ui.droppable.js Tue Jan 20 05:10:11 2009 @@ -120,8 +120,6 @@ }, - plugins: {}, - ui: function(c) { return { draggable:
r1675 - in tags/latest/ui: . minified packed
Author: rdworth Date: Mon Jan 19 03:02:24 2009 New Revision: 1675 Added: tags/latest/ui/jquery.ui.all.js - copied unchanged from r1674, /tags/1.5.3/ui/jquery.ui.all.js tags/latest/ui/minified/ - copied from r1674, /tags/1.5.3/ui/minified/ tags/latest/ui/minified/effects.blind.min.js - copied unchanged from r1674, /tags/1.5.3/ui/minified/effects.blind.min.js tags/latest/ui/minified/effects.bounce.min.js - copied unchanged from r1674, /tags/1.5.3/ui/minified/effects.bounce.min.js tags/latest/ui/minified/effects.clip.min.js
r1696 - branches/experimental/tabbable
Author: scott.gonzalez Date: Mon Jan 19 16:28:06 2009 New Revision: 1696 Modified: branches/experimental/tabbable/ui.core.js Log: Tabbable: Moving visible check to its own line for clarity. Modified: branches/experimental/tabbable/ui.core.js ============================================================================== --- branches/experimental/tabbable/ui.core.js (original) +++ branches/experimental/tabbable/ui.core.js Mon Jan 19 16:28:06 2009 @@ -8,7 +8,8 @@ ? !element.disabled
r1702 - in branches/experimental/tabbable: . tests
Author: scott.gonzalez Date: Mon Jan 19 18:05:06 2009 New Revision: 1702 Modified: branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: Tabbable: areas with hrefs should be tabbable. Modified: branches/experimental/tabbable/tests/core.js ============================================================================== --- branches/experimental/tabbable/tests/core.js (original) +++ branches/experimental/tabbable/tests/core.js Mon Jan 19 18:05:06 2009 @@ -116,7
r1718 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 07:39:55 2009 New Revision: 1718 Modified: trunk/ui/ui.sortable.js Log: sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887 Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Jan 20 07:39:55 2009 @@ -998,7 +998,7 @@ scrollSensitivity: 20, scrollSpeed: 20,
UI Tabs - Automatically initialize inline links to activate tabs
Hi, The following line, when added to the UI Tabs init() method, just prior to the event handler binding, causes all links with href attributes equivalent to those in tab nav to become tied to the tab nav automatically. this.$lis.each(function(){var tab=$('a[href]',this);$('a [href='+tab.attr('href')+']').each(function(){if(this!=tab){$ (this).click(function(){tab.trigger(o.event+'.tabs');/*this should probably scroll to the top of the appropriate tab nav*/window.scrollTo (0,0);return false;});}});});
r1711 - trunk/ui
Author: rdworth Date: Tue Jan 20 05:31:30 2009 New Revision: 1711 Modified: trunk/ui/ui.slider.js Log: Fixed #3766 - slider seems to be missing ui.handle property in options Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Jan 20 05:31:30 2009 @@ -271,9 +271,10 @@ _slide: function(event, index, newVal) { + var handle = this.handles[index]; + if
r1706 - in trunk: demos demos/draggable demos/droppable demos/effects_easings demos/effects_feedb...
Author: rdworth Date: Tue Jan 20 03:44:47 2009 New Revision: 1706 Modified: trunk/demos/draggable/constrain-movement.html (props changed) trunk/demos/draggable/cursor-style.html (props changed) trunk/demos/draggable/delay-start.html (props changed) trunk/demos/draggable/snap-to.html (props changed) trunk/demos/draggable/visual-feedback.html (props changed) trunk/demos/droppable/accepted-elements.html (props changed) trunk/demos/droppable/propagation.html (props changed) trunk/demos/droppable/visual-feedback.html
r1719 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 08:05:09 2009 New Revision: 1719 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed missing connectWith default (fixes #3888) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Jan 20 08:05:09 2009 @@ -985,6 +985,7 @@ accurateIntersection: true, appendTo: "parent", cancel: ":input,option", + connectWith:
r1700 - branches/experimental/tabbable/tests
Author: scott.gonzalez Date: Mon Jan 19 17:59:14 2009 New Revision: 1700 Modified: branches/experimental/tabbable/tests/core.html Log: Tabbable: Fixed html for tests. Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Mon Jan 19 17:59:14 2009 @@ -76,7 +76,7 @@ <input id="visibilityHidden-input"
r1654 - trunk/demos/effects_general
Author: cloudream@gmail.com Date: Sat Jan 17 04:24:05 2009 New Revision: 1654 Removed: trunk/demos/effects_general/ Log: Demos: delete /effects_general/ (into individual folders already)
r1695 - branches/experimental/tabbable
Author: scott.gonzalez Date: Mon Jan 19 16:27:28 2009 New Revision: 1695 Modified: branches/experimental/tabbable/ui.core.js Log: Tabbable: Reverted previous commit. Modified: branches/experimental/tabbable/ui.core.js ============================================================================== --- branches/experimental/tabbable/ui.core.js (original) +++ branches/experimental/tabbable/ui.core.js Mon Jan 19 16:27:28 2009 @@ -4,12 +4,11 @@ focusable: function(element) { var nodeName
r1660 - trunk/ui
Author: scott.gonzalez Date: Sat Jan 17 16:04:57 2009 New Revision: 1660 Modified: trunk/ui/effects.core.js Log: Removed broken utf-8 copyright characters. Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Sat Jan 17 16:04:57 2009 @@ -337,7 +337,7 @@ * * Open source under the BSD License. * - * Copyright ?2008 George McGinley Smith + * Copyright 2008 George McGinley
r1688 - trunk/ui
Author: klaus.hartl Date: Mon Jan 19 12:40:51 2009 New Revision: 1688 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: fixed mouseover event option conflicting with default state handling (fixes #3799), cleaned up white space Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Mon Jan 19 12:40:51 2009 @@ -21,14 +21,14 @@ destroy: function() { var o = this.options; -
r1697 - branches/experimental/tabbable/tests
Author: scott.gonzalez Date: Mon Jan 19 16:33:04 2009 New Revision: 1697 Modified: branches/experimental/tabbable/tests/core.html Log: Tabbable: Removed tabindex normalization tests. Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Mon Jan 19 16:33:04 2009 @@ -24,21 +24,6 @@ <ol id="tests"></ol>
r1714 - trunk/demos/selectable
Author: rdworth Date: Tue Jan 20 06:08:49 2009 New Revision: 1714 Removed: trunk/demos/selectable/floating.html trunk/demos/selectable/serializing.html Log: demos/selectable: removed unused files
r1684 - trunk/demos/draggable
Author: fg.maggie Date: Mon Jan 19 09:38:25 2009 New Revision: 1684 Modified: trunk/demos/draggable/cursor-style.html Log: Added caption about setting cursor style w/ cursor option Modified: trunk/demos/draggable/cursor-style.html ============================================================================== --- trunk/demos/draggable/cursor-style.html (original) +++ trunk/demos/draggable/cursor-style.html Mon Jan 19 09:38:25 2009 @@ -38,7 +38,7 @@ <div class="demo-description"> -Position the
Next Page