r857 - trunk/ui
Author: paul.bakaus Date: Mon Nov 3 05:23:15 2008 New Revision: 857 Modified: trunk/ui/ui.sortable.js Log: sortable: all events of the inner nodes of the sortable item were unbound after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488 Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Mon Nov 3 05:23:15 2008 @@ -790,8 +790,10
Changes to the website server
Hi everyone, we had great issues in the past with updating the website and keeping track of website bugs, because people were fixing issues directly on the server, and not through the website svn repository. This made bugs occur again and again, because fixes were overwriten all the time, and these fixes couldn't be restored. So, as a general rule for every UI team member to follow: <b>Never touch anything in the html/ directory on the server from now on.</b><br clear="all"> If you think you have
r859 - trunk/ui
Author: paul.bakaus Date: Mon Nov 3 06:58:21 2008 New Revision: 859 Modified: trunk/ui/ui.sortable.js Log: sortable: checked inputs are not unchecked anymore after drag start (fixes #3466) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Mon Nov 3 06:58:21 2008 @@ -345,7 +345,7 @@ if(!className) { el.style.visibility =
Commit messages
Hi devs, yesterday Scott pointed me to a couple of commit messages (the emails that arrive in this list when a commit happens), that someone responded to with a question (this is the reason we have them), and kept unanswered by the original commiter. It happened with my commits as well, so I developed a habbit to always actually open the thread (in gmail, emails are grouped), for every commit, and check if it was one of mine, and if someone had a question. So please, in the future, deal with these
r930 - in trunk: . demos/functional demos/functional/css demos/functional/images demos/functional...
Author: paul.bakaus Date: Thu Nov 13 03:41:29 2008 New Revision: 930 Modified: trunk/demos/functional/css/base.css (props changed) trunk/demos/functional/css/chilli-recipes.css (props changed) trunk/demos/functional/css/functional_demos.css (props changed) trunk/demos/functional/images/ajax-loader.gif (props changed) trunk/demos/functional/images/body_bg.jpg (props changed) trunk/demos/functional/images/body_bg.png (props changed) trunk/demos/functional/images/clock.png (props changed) trunk/demos/functional/images/content_bg.png
viewing svn demo pages from a browser
Could we please make it a higher priority to allow viewing demos in SVN from a browser? It's much faster than having to check out the whole svn just to see what you're referencing.
r929 - in branches/experimental: tests/visual/autocomplete tests/visual/menu/css themes/default
Author: paul.bakaus Date: Thu Nov 13 03:23:14 2008 New Revision: 929 Modified: branches/experimental/tests/visual/autocomplete/main.css (props changed) branches/experimental/tests/visual/menu/css/jquery-ui-themeroller.css (props changed) branches/experimental/tests/visual/menu/css/ui.menus.css (props changed) branches/experimental/themes/default/ui.all.css (props changed) branches/experimental/themes/default/ui.datepicker.css (props changed) Log: set correct mime-types for branches (included css)
r928 - in branches: 1.7 experimental experimental/autotest experimental/autotest/cursors/linux ex...
Author: paul.bakaus Date: Thu Nov 13 03:19:53 2008 New Revision: 928 Modified: branches/1.7/ui.core.js (props changed) branches/experimental/autotest/autodrag.html (props changed) branches/experimental/autotest/click.png (props changed) branches/experimental/autotest/cursors/linux/auto.png (props changed) branches/experimental/autotest/cursors/linux/crosshair.png (props changed) branches/experimental/autotest/cursors/linux/default.png (props changed) branches/experimental/autotest/cursors/linux/e-resize.png
r927 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Wed Nov 12 07:19:36 2008 New Revision: 927 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.menu.js Log: menu: implemented ajax functionality through json - simply use a function in the 'items' value, and call the first argument when you're ready (second argument is the ui object for usefulness). It replaces ui-arrow-right-default with ui-loading-right-default while loading. Modified: branches/experimental/tests/visual/menu/menu.html
r926 - trunk/ui
Author: eduardolundgren Date: Wed Nov 12 06:50:15 2008 New Revision: 926 Modified: trunk/ui/ui.sortable.js Log: Sortable: remove console.log Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Wed Nov 12 06:50:15 2008 @@ -944,7 +944,6 @@ sort: function(e, ui) { var i = $(this).data("sortable"); -console.log(i.position.left, i.originalPosition.left); if(ui.options.axis
r921 - trunk/ui
Author: eduardolundgren Date: Tue Nov 11 20:34:34 2008 New Revision: 921 Modified: trunk/ui/ui.sortable.js Log: Sortable: More accuracy improvements. Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Nov 11 20:34:34 2008 @@ -158,27 +158,23 @@ var verticalDirection = this._getDragVerticalDirection(); var horizontalDirection = this._getDragHorizontalDirection();
r925 - branches/experimental/ui
Author: paul.bakaus Date: Wed Nov 12 06:22:24 2008 New Revision: 925 Modified: branches/experimental/ui/ui.menu.js Log: menu: implemented remove and replace methods (still missing: change) Modified: branches/experimental/ui/ui.menu.js ============================================================================== --- branches/experimental/ui/ui.menu.js (original) +++ branches/experimental/ui/ui.menu.js Wed Nov 12 06:22:24 2008 @@ -386,49 +386,72 @@ }, + _resolvePosition:
r924 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Wed Nov 12 05:57:55 2008 New Revision: 924 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.menu.js Log: menu: fixed issue with the add position syntax - it's now possible to append an item to the end of a (sub)list, by simply giving it the last number - i.e., if you have 5 entries, tell him to append it at '6' Modified: branches/experimental/tests/visual/menu/menu.html ==============================================================================
r923 - in trunk/demos/functional/templates: . images
Author: kbwood.au Date: Wed Nov 12 05:36:46 2008 New Revision: 923 Added: trunk/demos/functional/templates/images/target.jpeg (contents, props changed) trunk/demos/functional/templates/images/white.gif (contents, props changed) trunk/demos/functional/templates/ui.effects.easing.ex2.html Modified: trunk/demos/functional/templates/ui.effects.easing.html Log: Added alternate easing demonstration Added: trunk/demos/functional/templates/images/target.jpeg ==============================================================================
r919 - trunk/ui
Author: rdworth Date: Tue Nov 11 19:21:37 2008 New Revision: 919 Modified: trunk/ui/ui.datepicker.js Log: datepicker: added $.ui.datepicker.version Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Tue Nov 11 19:21:37 2008 @@ -15,6 +15,8 @@ (function($) { // hide the namespace +$.extend($.ui, { datepicker: { version: "@VERSION" } }); + var PROP_NAME = 'datepicker';
r918 - trunk/tests
Author: rdworth Date: Tue Nov 11 19:03:12 2008 New Revision: 918 Modified: trunk/tests/all.html trunk/tests/slider.html Log: tests: removed background image from slider unit tests Modified: trunk/tests/all.html ============================================================================== --- trunk/tests/all.html (original) +++ trunk/tests/all.html Tue Nov 11 19:03:12 2008 @@ -72,8 +72,8 @@ <div id="draggable2" style="background: green; width: 200px; height: 100px; position: absolute; top:
r917 - trunk/ui
Author: rdworth Date: Tue Nov 11 18:57:04 2008 New Revision: 917 Modified: trunk/ui/ui.slider.js Log: Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined" Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Nov 11 18:57:04 2008 @@ -46,7 +46,8 @@ this.handle .unwrap("a"); this.handle.each(function()
r916 - trunk/tests
Author: rdworth Date: Tue Nov 11 18:52:31 2008 New Revision: 916 Modified: trunk/tests/dialog.js trunk/tests/draggable.js trunk/tests/droppable.js trunk/tests/progressbar.js trunk/tests/resizable.js trunk/tests/selectable.js trunk/tests/slider.js trunk/tests/sortable.js trunk/tests/spinner.js trunk/tests/tabs.js Log: tests: cleanup and consistency with defaults tests Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original)
r915 - trunk/themes/default
Author: rdworth Date: Tue Nov 11 17:22:07 2008 New Revision: 915 Modified: trunk/themes/default/ui.all.css Log: default theme: whitespace and formatting Modified: trunk/themes/default/ui.all.css ============================================================================== --- trunk/themes/default/ui.all.css (original) +++ trunk/themes/default/ui.all.css Tue Nov 11 17:22:07 2008 @@ -55,43 +55,121 @@ } -/* Slider */ -.ui-slider { +/* Datepicker */ +/* Main Style Sheet for jQuery UI date picker
r914 - trunk/themes/default
Author: rdworth Date: Tue Nov 11 17:17:57 2008 New Revision: 914 Modified: trunk/themes/default/ui.all.css Log: default theme: whitespace and formatting Modified: trunk/themes/default/ui.all.css ============================================================================== --- trunk/themes/default/ui.all.css (original) +++ trunk/themes/default/ui.all.css Tue Nov 11 17:17:57 2008 @@ -6,9 +6,7 @@ */ - - -/*UI accordion*/ +/* Accordion */ .ui-accordion { /*resets*/margin: 0; padding: 0; border:
r913 - in trunk/themes/default: . images
Author: rdworth Date: Tue Nov 11 17:12:03 2008 New Revision: 913 Removed: trunk/themes/default/images/colorpicker_background.png trunk/themes/default/images/colorpicker_hex.png trunk/themes/default/images/colorpicker_hsb_b.png trunk/themes/default/images/colorpicker_hsb_h.png trunk/themes/default/images/colorpicker_hsb_s.png trunk/themes/default/images/colorpicker_indic.gif trunk/themes/default/images/colorpicker_overlay.png trunk/themes/default/images/colorpicker_rgb_b.png trunk/themes/default/images/colorpicker_rgb_g.png
r912 - branches/experimental/themes
Author: rdworth Date: Tue Nov 11 17:08:29 2008 New Revision: 912 Added: branches/experimental/themes/ - copied from r911, /trunk/themes/ Log: Added default theme to experimental branch
r911 - in trunk: demos/functional tests
Author: rdworth Date: Tue Nov 11 17:03:06 2008 New Revision: 911 Modified: trunk/demos/functional/index.html trunk/tests/ui.html trunk/tests/ui.js Log: Removed references to colorpicker from trunk Modified: trunk/demos/functional/index.html ============================================================================== --- trunk/demos/functional/index.html (original) +++ trunk/demos/functional/index.html Tue Nov 11 17:03:06 2008 @@ -21,7 +21,6 @@ <script type="text/javascript"
r910 - branches/experimental/demos/functional/templates branches/experimental/tests/visual branch...
Author: rdworth Date: Tue Nov 11 17:01:05 2008 New Revision: 910 Added: branches/experimental/demos/functional/templates/ui.colorpicker.html (props changed) - copied unchanged from r909, /trunk/demos/functional/templates/ui.colorpicker.html branches/experimental/tests/visual/colorpicker.html (props changed) - copied unchanged from r909, /trunk/tests/visual/colorpicker.html branches/experimental/ui/ui.colorpicker.js (props changed) - copied unchanged from r909, /trunk/ui/ui.colorpicker.js Removed:
google ajax api datepicker updates?
It seems our daterange picker plugin, which links to the google ajax api scripts for both jquery and jquery ui has started malfunctioning recently, and we haven't changed our plugin code. Were there recent changes that were updated in the google ajax libraries code that might break this?
r909 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Tue Nov 11 08:30:28 2008 New Revision: 909 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.menu.js Log: menu: JSON functionality (works both in 'add' and options.items) Modified: branches/experimental/tests/visual/menu/menu.html ============================================================================== --- branches/experimental/tests/visual/menu/menu.html (original) +++ branches/experimental/tests/visual/menu/menu.html Tue
1.6 without plugins soon or 1.6 with plugins late?
Hey everyone, as most of you know, the 1.6 release should already be out for many weeks. Unfortunately, there were a couple of things that held of the release: Ugly regressions, new team structures and to-be-refactored code. The biggest issue, however, is that there's still almost nobody working on the test, so we have a very incomplete imagine wether something actually works or not, and if it uses the API properly. So after digging through it manually, we found out that the following modules cannot
Integratiing PreloadCssImages.jquery.js into ui core
The previous discussion ended with a small consensus that Filament Group's preloadCssImages plugin would make a good addition to ui core. Because of the nature of what this plugin does, we should discuss how best to implement it. To familiarize yourself, here's a tutorial on using the plugin, and a link to the script itself: http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/ http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssImages.jQuery_v5.js
r908 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Tue Nov 11 06:54:09 2008 New Revision: 908 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.menu.js Log: menu: added flyoutDelay option, added 'add' method to add nodes to the menu on the fly (currently only works with flyout menus), refactored flyout code (no scoped variables in timeouts + double event bindings anymore, thank god) Modified: branches/experimental/tests/visual/menu/menu.html ==============================================================================
r907 - trunk/tests
Author: rdworth Date: Tue Nov 11 05:33:15 2008 New Revision: 907 Modified: trunk/tests/ui.js Log: Modified: trunk/tests/ui.js ============================================================================== --- trunk/tests/ui.js (original) +++ trunk/tests/ui.js Tue Nov 11 05:33:15 2008 @@ -1,5 +1,5 @@ /* - * core unit tests + * common UI unit tests */ (function($) {
r906 - trunk/tests
Author: rdworth Date: Tue Nov 11 05:32:48 2008 New Revision: 906 Added: trunk/tests/ui.html trunk/tests/ui.js Log: Added new test suite for common tests across all UI plugins Added: trunk/tests/ui.html ============================================================================== --- (empty file) +++ trunk/tests/ui.html Tue Nov 11 05:32:48 2008 @@ -0,0 +1,41 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Test Suite</title> + + <link rel="stylesheet" href="qunit/testsuite.css"
r905 - in trunk/demos/functional/templates: . images
Author: kbwood.au Date: Tue Nov 11 04:59:07 2008 New Revision: 905 Added: trunk/demos/functional/templates/images/clear.gif (contents, props changed) trunk/demos/functional/templates/images/close.gif (contents, props changed) trunk/demos/functional/templates/images/next.gif (contents, props changed) trunk/demos/functional/templates/images/prev.gif (contents, props changed) Modified: trunk/demos/functional/templates/ui.datepicker.html Log: Show controls as icons Remove alternate styling example Added:
r904 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Tue Nov 11 03:51:26 2008 New Revision: 904 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.menu.js Log: menu: renamed 'select' to 'choose', made the action automatically close the menu (not in the case of drilldown or static) Modified: branches/experimental/tests/visual/menu/menu.html ============================================================================== --- branches/experimental/tests/visual/menu/menu.html (original) +++
r901 - trunk/ui
Author: eduardolundgren Date: Mon Nov 10 08:41:54 2008 New Revision: 901 Modified: trunk/ui/ui.core.js Log: Core: Change arguments name for isOver* methods. Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Mon Nov 10 08:41:54 2008 @@ -106,19 +106,19 @@ return has; }, - isOverHeight: function(y, bTop, bHeight) { + isOverHeight: function(y, top, height)
r903 - branches/experimental/tabbable
Author: scott.gonzalez Date: Mon Nov 10 18:22:36 2008 New Revision: 903 Modified: branches/experimental/tabbable/ui.core.js Log: Experimental Tabbable update. Modified: branches/experimental/tabbable/ui.core.js ============================================================================== --- branches/experimental/tabbable/ui.core.js (original) +++ branches/experimental/tabbable/ui.core.js Mon Nov 10 18:22:36 2008 @@ -26,7 +26,7 @@ }, tabbable: function(element) { - var
r902 - in branches/experimental/tabbable: . tests
Author: scott.gonzalez Date: Mon Nov 10 18:21:51 2008 New Revision: 902 Added: branches/experimental/tabbable/ branches/experimental/tabbable/tests/ branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: Added experimental code for :tabbable selector, :focusable selector and setFocus() method. Added: branches/experimental/tabbable/tests/core.html ==============================================================================
r900 - in branches/experimental: tests/visual/menu ui
Author: paul.bakaus Date: Mon Nov 10 06:50:04 2008 New Revision: 900 Modified: branches/experimental/tests/visual/menu/menu.html branches/experimental/ui/ui.core.position.js branches/experimental/ui/ui.menu.js Log: menu: added defaults for direction and forceDirection, set default mode to static positionAround: fixed some bugs, mostly related to the parent container Modified: branches/experimental/tests/visual/menu/menu.html ==============================================================================
r899 - trunk/ui
Author: paul.bakaus Date: Mon Nov 10 06:32:25 2008 New Revision: 899 Modified: trunk/ui/ui.core.js Log: implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery's trac) Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Mon Nov 10 06:32:25 2008 @@ -169,6 +169,12 @@ .attr('unselectable', 'on') .css('MozUserSelect', 'none') .bind('selectstart.ui',
CSS dependencies for future components
Most of you are likely familiar with the CSS framework generated by ThemeRoller. As a recap, ThemeRoller generates a number of generic classes for interaction states, icons, and various helpers for developing ThemeRoller-Ready components. As they stand, they serve as a pretty extensive framework for custom component development, and we hope to see wide adoption among plugin developers for ease of use within the jQuery community. Based on the work being done now by Paul with the menus, as well as
New Offset Method Just Landed
Just wanted to let you guys know I just committed the new offset method. It will behave almost identical to the previous version except it is faster, no more browser detection and handles body offsets a little better. I believe there are a few open issues with the offset method that I hope to address before the next release. In the mean time please let me know if you run into any issues with the new offset method.<div> </div><div>--</div><div>Brandon Aaron</div>
Next Page