r1405 - trunk/demos/slider
Author: paul.bakaus Date: Wed Dec 31 06:25:59 2008 New Revision: 1405 Modified: trunk/demos/slider/colorpicker.html trunk/demos/slider/default.html trunk/demos/slider/multiple_vertical.html trunk/demos/slider/range.html trunk/demos/slider/range_vertical.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: demos: use higher padding for slider demos in website version Modified: trunk/demos/slider/colorpicker.html
r1407 - tags/testing
Author: rdworth Date: Wed Dec 31 06:49:39 2008 New Revision: 1407 Added: tags/testing/ - copied from r1406, /trunk/ Log: Tagged trunk (r1406) as tags/testing. This will be a pseudo-virtual tag like tags/latest. Where tags/latest always has the latest stable release, tags/testing will always contain the latest testing release (beta, rc). The first such will be 1.6rc3. Tagging trunk now to test it out.
r1408 - in trunk/demos: . effects effects-easing effects-general
Author: paul.bakaus Date: Wed Dec 31 06:49:55 2008 New Revision: 1408 Added: trunk/demos/effects/ trunk/demos/effects-easing/ trunk/demos/effects-easing/index.html trunk/demos/effects-general/ trunk/demos/effects-general/index.html trunk/demos/effects/index.html Modified: trunk/demos/index.html Log: demos: linked effects on index, added folders + index files for effects Added: trunk/demos/effects-easing/index.html ============================================================================== ---
r1406 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 31 06:28:56 2008 New Revision: 1406 Modified: trunk/ui/ui.core.js Log: Widget Factory: Check the target in getData and setData events (jQuery 1.3 supports bubbling for custom events). Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Wed Dec 31 06:28:56 2008 @@ -312,10 +312,14 @@ this.element = $(element) .bind('setData.'
r1404 - trunk/demos/sortable
Author: paul.bakaus Date: Wed Dec 31 06:17:03 2008 New Revision: 1404 Modified: trunk/demos/sortable/connectwith.html trunk/demos/sortable/default.html trunk/demos/sortable/delaydistance.html trunk/demos/sortable/droponempty.html trunk/demos/sortable/droppable.html trunk/demos/sortable/floating.html trunk/demos/sortable/items.html trunk/demos/sortable/placeholder.html Log: demos: added wrappers for sortables Modified: trunk/demos/sortable/connectwith.html ==============================================================================
r1391 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 21:49:49 2008 New Revision: 1391 Added: trunk/demos/slider/colorpicker.html (contents, props changed) Modified: trunk/demos/slider/index.html Log: demos/slider: Added a simple colorpicker demo Added: trunk/demos/slider/colorpicker.html ============================================================================== --- (empty file) +++ trunk/demos/slider/colorpicker.html Tue Dec 30 21:49:49 2008 @@ -0,0 +1,92 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery
r1402 - trunk/demos/droppable
Author: paul.bakaus Date: Wed Dec 31 06:10:05 2008 New Revision: 1402 Modified: trunk/demos/droppable/accept.html trunk/demos/droppable/activeclass.html trunk/demos/droppable/default.html trunk/demos/droppable/greedy.html trunk/demos/droppable/hoverclass.html trunk/demos/droppable/revert.html trunk/demos/droppable/tolerance.html Log: demos: added wrappers for droppable demos Modified: trunk/demos/droppable/accept.html ==============================================================================
r1403 - trunk/demos/resizable
Author: paul.bakaus Date: Wed Dec 31 06:13:30 2008 New Revision: 1403 Modified: trunk/demos/resizable/alsoresize.html trunk/demos/resizable/animate.html trunk/demos/resizable/aspectratio.html trunk/demos/resizable/containment.html trunk/demos/resizable/default.html trunk/demos/resizable/delay.html trunk/demos/resizable/distance.html trunk/demos/resizable/ghost.html trunk/demos/resizable/grid.html trunk/demos/resizable/max.html trunk/demos/resizable/min.html Log: demo: added wrappers for resizable
Server changes
Hey everyone, to speed up our website, I've added caching to our Apache configuration. It's still pretty conservative right now, with expire headers set to 1 day only - if we've pushed out 1.6, we can set that for the production website (in the case of images at least) to 1 month. This also means that if you work with <a href="http://ui-dev.jquery.com">ui-dev.jquery.com</a>, don't be surprised if your new commit doesn't show up immediately - clear your cache and try again. If there are any concerns
r1400 - trunk/demos/draggable
Author: paul.bakaus Date: Wed Dec 31 06:02:14 2008 New Revision: 1400 Modified: trunk/demos/draggable/axis.html trunk/demos/draggable/containment.html trunk/demos/draggable/cursorat.html trunk/demos/draggable/default.html trunk/demos/draggable/delaydistance.html trunk/demos/draggable/grid.html trunk/demos/draggable/handle.html trunk/demos/draggable/helper.html trunk/demos/draggable/opacity.html trunk/demos/draggable/revert.html trunk/demos/draggable/scroll.html trunk/demos/draggable/snap.html trunk/demos/draggable/sortable.html
r1401 - trunk/demos/draggable
Author: paul.bakaus Date: Wed Dec 31 06:05:54 2008 New Revision: 1401 Modified: trunk/demos/draggable/sortable.html Log: demos: refixed sortable demo in draggables Modified: trunk/demos/draggable/sortable.html ============================================================================== --- trunk/demos/draggable/sortable.html (original) +++ trunk/demos/draggable/sortable.html Wed Dec 31 06:05:54 2008 @@ -9,8 +9,8 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
r1399 - trunk/demos/draggable
Author: paul.bakaus Date: Wed Dec 31 02:56:48 2008 New Revision: 1399 Modified: trunk/demos/draggable/opacity.html Log: demos: fixed css issue in draggable opacity demo Modified: trunk/demos/draggable/opacity.html ============================================================================== --- trunk/demos/draggable/opacity.html (original) +++ trunk/demos/draggable/opacity.html Wed Dec 31 02:56:48 2008 @@ -12,14 +12,14 @@ </style> <script type="text/javascript"> $(function() {
r1398 - trunk/ui
Author: eduardolundgren Date: Wed Dec 31 00:22:11 2008 New Revision: 1398 Modified: trunk/ui/ui.accordion.js trunk/ui/ui.datepicker.js trunk/ui/ui.draggable.js trunk/ui/ui.progressbar.js trunk/ui/ui.slider.js Log: Remove trailing spaces Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Wed Dec 31 00:22:11 2008 @@ -28,7 +28,7 @@ } }
r1397 - trunk/demos/tabs
Author: rdworth Date: Tue Dec 30 22:53:21 2008 New Revision: 1397 Modified: trunk/demos/tabs/ajax.html Log: demos/tabs/ajax.html: Changed AJAX to Ajax Modified: trunk/demos/tabs/ajax.html ============================================================================== --- trunk/demos/tabs/ajax.html (original) +++ trunk/demos/tabs/ajax.html Tue Dec 30 22:53:21 2008 @@ -30,15 +30,14 @@ </div><!-- End demo --> - - <div class="demo-description"> - This example fetches in external content via AJAX
r1383 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 19:41:22 2008 New Revision: 1383 Modified: trunk/demos/slider/range_vertical.html Log: demos/slider/range_vertical.html: clarified description Modified: trunk/demos/slider/range_vertical.html ============================================================================== --- trunk/demos/slider/range_vertical.html (original) +++ trunk/demos/slider/range_vertical.html Tue Dec 30 19:41:22 2008 @@ -36,7 +36,7 @@ range: true, values: [17, 67] </pre> - It's important
r1396 - trunk/demos/tabs
Author: rdworth Date: Tue Dec 30 22:51:47 2008 New Revision: 1396 Modified: trunk/demos/tabs/default.html Log: demos/tabs/default.html: added missing word, minor whitespace changes Modified: trunk/demos/tabs/default.html ============================================================================== --- trunk/demos/tabs/default.html (original) +++ trunk/demos/tabs/default.html Tue Dec 30 22:51:47 2008 @@ -37,11 +37,11 @@ </div><!-- End demo --> - - <div class="demo-description"> - This the basic
r1395 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 22:49:37 2008 New Revision: 1395 Modified: trunk/demos/slider/range.html Log: demos/slider/range.html: added feedback input Modified: trunk/demos/slider/range.html ============================================================================== --- trunk/demos/slider/range.html (original) +++ trunk/demos/slider/range.html Tue Dec 30 22:49:37 2008 @@ -13,8 +13,12 @@ range: true, min: 0, max: 500, - values: [75, 300]
r1394 - trunk/demos/dialog
Author: rdworth Date: Tue Dec 30 22:41:28 2008 New Revision: 1394 Modified: trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_message.html Log: demos/dialog: markup tweaks Modified: trunk/demos/dialog/modal_confirmation.html ============================================================================== --- trunk/demos/dialog/modal_confirmation.html (original) +++ trunk/demos/dialog/modal_confirmation.html Tue Dec 30 22:41:28 2008 @@ -35,12 +35,12 @@ <div class="demo"> - <div
r1388 - trunk/ui
Author: scott.gonzalez Date: Tue Dec 30 20:58:44 2008 New Revision: 1388 Modified: trunk/ui/ui.tabs.js Log: Tabs: Added missing semicolon. Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Tue Dec 30 20:58:44 2008 @@ -94,7 +94,7 @@ }) .blur(function() { $(this).parent().removeClass('ui-state-focus'); - }) + }); this.$tabs.each(function(i,
r1392 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Tue Dec 30 22:29:31 2008 New Revision: 1392 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/demos/datepicker/buttonbar.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/inline.html trunk/demos/datepicker/multiple_calendars.html trunk/demos/demos.css trunk/demos/dialog/default.html
r1393 - trunk/demos/dialog
Author: rdworth Date: Tue Dec 30 22:32:43 2008 New Revision: 1393 Modified: trunk/demos/dialog/modal_form.html Log: demos/dialog/modal_form.html: markup tweaks Modified: trunk/demos/dialog/modal_form.html ============================================================================== --- trunk/demos/dialog/modal_form.html (original) +++ trunk/demos/dialog/modal_form.html Tue Dec 30 22:32:43 2008 @@ -9,6 +9,11 @@ <script type="text/javascript" src="../../ui/ui.resizable.js"></script> <script
r1389 - in trunk/demos: accordion dialog slider tabs
Author: rdworth Date: Tue Dec 30 21:01:58 2008 New Revision: 1389 Modified: trunk/demos/accordion/custom_icons.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/dialog/default.html trunk/demos/slider/default.html trunk/demos/slider/multiple_vertical.html trunk/demos/slider/range.html trunk/demos/slider/range_vertical.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html
r1390 - trunk/demos/tabs
Author: scott.gonzalez Date: Tue Dec 30 21:13:38 2008 New Revision: 1390 Removed: trunk/demos/tabs/deselectable.html Modified: trunk/demos/tabs/collapsible.html Log: Tabs demos: Fixed collapsible demo; removed duplicate deselectable demo. Modified: trunk/demos/tabs/collapsible.html ============================================================================== --- trunk/demos/tabs/collapsible.html (original) +++ trunk/demos/tabs/collapsible.html Tue Dec 30 21:13:38 2008 @@ -26,14 +26,15 @@ <li><a
r1385 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 20:08:58 2008 New Revision: 1385 Modified: trunk/demos/slider/default.html trunk/demos/slider/multiple_vertical.html Log: demos/slider: markup and whitespace Modified: trunk/demos/slider/default.html ============================================================================== --- trunk/demos/slider/default.html (original) +++ trunk/demos/slider/default.html Tue Dec 30 20:08:58 2008 @@ -17,8 +17,6 @@ </head> <body> - - <div class="demo"> Your age: @@ -26,16
r1384 - trunk/ui
Author: scott.gonzalez Date: Tue Dec 30 20:08:49 2008 New Revision: 1384 Modified: trunk/ui/ui.core.js Log: Core: Fixed data selector so it returns true/false (makes it work with Sizzle). Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Tue Dec 30 20:08:49 2008 @@ -210,7 +210,7 @@ $.extend($.expr[':'], { data: function(a, i, m) { - return $.data(a, m[3]); + return
r1387 - trunk/ui
Author: rdworth Date: Tue Dec 30 20:48:12 2008 New Revision: 1387 Modified: trunk/ui/ui.slider.js Log: slider: added ui.values in the slide callback for a range Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Dec 30 20:48:12 2008 @@ -262,10 +262,13 @@ var handle = this.handles.filter(".ui-state-active"); var index = handle.data("index.ui-slider-handle");
r1386 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 20:22:19 2008 New Revision: 1386 Modified: trunk/demos/slider/range.html Log: demos/slider: markup and whitespace Modified: trunk/demos/slider/range.html ============================================================================== --- trunk/demos/slider/range.html (original) +++ trunk/demos/slider/range.html Tue Dec 30 20:22:19 2008 @@ -20,7 +20,6 @@ </head> <body> - <div class="demo"> Price range: @@ -28,13 +27,11 @@ </div><!-- End demo --> - - <div class="demo-description">
r1382 - trunk/demos/slider
Author: scott.gonzalez Date: Tue Dec 30 17:59:32 2008 New Revision: 1382 Modified: trunk/demos/slider/range.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: Slider demos: Cleaned up whitespace and trailing commas. Modified: trunk/demos/slider/range.html ============================================================================== --- trunk/demos/slider/range.html (original) +++ trunk/demos/slider/range.html Tue
r1375 - trunk/ui
Author: eduardolundgren Date: Tue Dec 30 16:11:03 2008 New Revision: 1375 Modified: trunk/ui/ui.resizable.js Log: Resizable containment acurrate - Fixed #3714 Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Tue Dec 30 16:11:03 2008 @@ -699,10 +699,10 @@ if (ce[0] != document && (/static/).test(ce.css('position'))) cop = self.containerPosition;
r1381 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Tue Dec 30 17:20:50 2008 New Revision: 1381 Modified: trunk/demos/accordion/custom_icons.html trunk/demos/datepicker/inline.html (contents, props changed) trunk/demos/demos.css trunk/demos/dialog/default.html trunk/demos/dialog/modal.html (contents, props changed) trunk/demos/dialog/modal_confirmation.html (contents, props changed) trunk/demos/dialog/modal_form.html (contents, props changed) trunk/demos/dialog/modal_message.html (contents, props changed) trunk/demos/draggable/zindexstack.html
r1380 - in trunk: tests ui
Author: scott.gonzalez Date: Tue Dec 30 17:12:43 2008 New Revision: 1380 Modified: trunk/tests/dialog.js trunk/ui/ui.dialog.js Log: Dialog: Fixed #3713: Set default height to auto and default minHeight to 150. Now applying minHeight to the content div instead of only using it for resizing. Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Tue Dec 30 17:12:43 2008 @@ -14,10
r1379 - in trunk/demos: accordion tabs
Author: rdworth Date: Tue Dec 30 16:43:07 2008 New Revision: 1379 Added: trunk/demos/accordion/collapsible.html (contents, props changed) - copied, changed from r1376, /trunk/demos/accordion/collapsable.html trunk/demos/tabs/collapsible.html (contents, props changed) - copied, changed from r1376, /trunk/demos/tabs/collapsable.html Removed: trunk/demos/accordion/collapsable.html trunk/demos/tabs/collapsable.html Modified: trunk/demos/accordion/index.html trunk/demos/tabs/index.html Log: demos: consistent
r1357 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 11:16:50 2008 New Revision: 1357 Modified: trunk/demos/slider/default.html trunk/demos/slider/range_vertical.html trunk/demos/slider/slider_vertical.html Log: Added labels above each slider Modified: trunk/demos/slider/default.html ============================================================================== --- trunk/demos/slider/default.html (original) +++ trunk/demos/slider/default.html Tue Dec 30 11:16:50 2008 @@ -21,6 +21,7 @@ <div class="demo"> + Your
r1378 - in trunk/demos: . accordion
Author: rdworth Date: Tue Dec 30 16:38:04 2008 New Revision: 1378 Modified: trunk/demos/accordion/default.html trunk/demos/index.html Log: demos/accordion/default.html: highlighted note about when not to use accordion Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original) +++ trunk/demos/accordion/default.html Tue Dec 30 16:38:04 2008 @@ -59,13 +59,17 @@ This is a default accordion
r1374 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 14:01:56 2008 New Revision: 1374 Modified: trunk/demos/slider/multiple_vertical.html Log: Snazzed up the visuals by adding more framework classes Modified: trunk/demos/slider/multiple_vertical.html ============================================================================== --- trunk/demos/slider/multiple_vertical.html (original) +++ trunk/demos/slider/multiple_vertical.html Tue Dec 30 14:01:56 2008 @@ -51,17 +51,24 @@ }); </script> </head> -<body>
r1377 - trunk/demos
Author: rdworth Date: Tue Dec 30 16:37:35 2008 New Revision: 1377 Modified: trunk/demos/demos.css Log: demos: adjusted font size for demo notes Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Dec 30 16:37:35 2008 @@ -144,7 +144,11 @@ #demo-config-menu li.demo-config-on a:hover, #demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif)
r1355 - trunk/demos/datepicker
Author: fg.todd Date: Tue Dec 30 11:11:23 2008 New Revision: 1355 Modified: trunk/demos/datepicker/index.html Log: Changed button bar link name Modified: trunk/demos/datepicker/index.html ============================================================================== --- trunk/demos/datepicker/index.html (original) +++ trunk/demos/datepicker/index.html Tue Dec 30 11:11:23 2008 @@ -11,7 +11,7 @@ <ul> <li class="demo-config-on"><a href="default.html">Default datepicker</a></li> <li><a
r1365 - trunk/demos/progressbar
Author: fg.todd Date: Tue Dec 30 12:40:41 2008 New Revision: 1365 Added: trunk/demos/progressbar/resize.html Modified: trunk/demos/progressbar/default.html trunk/demos/progressbar/index.html Log: Added new resizable slider example Modified: trunk/demos/progressbar/default.html ============================================================================== --- trunk/demos/progressbar/default.html (original) +++ trunk/demos/progressbar/default.html Tue Dec 30 12:40:41 2008 @@ -17,7 +17,23 @@ </head>
r1348 - trunk/demos/tabs
Author: scott.gonzalez Date: Tue Dec 30 10:21:53 2008 New Revision: 1348 Modified: trunk/demos/tabs/deselectable.html Log: Tabs deselectable demo: Fixed mismatched closing tags. Modified: trunk/demos/tabs/deselectable.html ============================================================================== --- trunk/demos/tabs/deselectable.html (original) +++ trunk/demos/tabs/deselectable.html Tue Dec 30 10:21:53 2008 @@ -24,18 +24,18 @@ <li><a href="#tabs-3">Aenean lacinia</a></li> </ul>
r1371 - trunk/demos/datepicker
Author: rdworth Date: Tue Dec 30 13:07:45 2008 New Revision: 1371 Modified: trunk/demos/datepicker/index.html Log: encoded & Modified: trunk/demos/datepicker/index.html ============================================================================== --- trunk/demos/datepicker/index.html (original) +++ trunk/demos/datepicker/index.html Tue Dec 30 13:07:45 2008 @@ -10,7 +10,7 @@ <h4>Examples</h4> <ul> <li class="demo-config-on"><a href="default.html">Default datepicker</a></li>
Next Page