1.6rc3 Release Scheduled for Mon. Dec 22
Team, We need to wrap up whatever we can for the 1.6rc3 release today. This weekend will be time for release testing and double-checking, and the release will be this Monday, Dec. 22. If you currently have a ticket in your name and you won't be able to finish in time or need some help, please bring it up here and/or set the owner to '' (zero-length string), so someone else can pick it up. Also, if there's anything else that you're working on that you feel should hold the release, please ensure it's
r1189 - trunk/demos/functional/js
Author: joern.zaefferer Date: Sat Dec 20 02:54:00 2008 New Revision: 1189 Modified: trunk/demos/functional/js/behaviour.functionaldemos.js Log: functional demos: show instructions when navigating back to no-hash Modified: trunk/demos/functional/js/behaviour.functionaldemos.js ============================================================================== --- trunk/demos/functional/js/behaviour.functionaldemos.js (original) +++ trunk/demos/functional/js/behaviour.functionaldemos.js Sat Dec 20
r1188 - branches/dev/slider/tests/visual
Author: rdworth Date: Fri Dec 19 22:47:40 2008 New Revision: 1188 Modified: branches/dev/slider/tests/visual/slider.html Log: /branches/dev/slider: slider refactor for #3650 - changed axis option to orientation Modified: branches/dev/slider/tests/visual/slider.html ============================================================================== --- branches/dev/slider/tests/visual/slider.html (original) +++ branches/dev/slider/tests/visual/slider.html Fri Dec 19 22:47:40 2008 @@ -10,7 +10,12
Documentation
Hey guys and gals, The documentation for jQuery UI (http://docs.jquery.com/UI/) could be fleshed out. The jQuery docs could include more examples, and important notes (e.g: if the plugin is not yet available). For instance, the Magnifier @ http://docs.jquery.com/UI/Magnifier was removed and the Progress Bar @ http://docs.jquery.com/UI/Progressbar is not done yet --- but neither of these docs mention this. So rather than complain, I'd like to do something about it. I'm not sure if Paul or Eduardo
r1187 - in branches/dev/slider: release tests tests/static tests/visual themes/base ui
Author: rdworth Date: Fri Dec 19 17:34:36 2008 New Revision: 1187 Modified: branches/dev/slider/release/build.xml branches/dev/slider/tests/datepicker.js branches/dev/slider/tests/dialog.js branches/dev/slider/tests/static/accordion.html branches/dev/slider/tests/static/all.html branches/dev/slider/tests/static/datepicker.html branches/dev/slider/tests/static/dialog.html branches/dev/slider/tests/static/highlight_error.html branches/dev/slider/tests/static/icons.html branches/dev/slider/tests/static/overlay.html
r1186 - in trunk/tests: . visual
Author: pazu2k@gmail.com Date: Fri Dec 19 14:43:11 2008 New Revision: 1186 Modified: trunk/tests/datepicker.js trunk/tests/visual/datepicker.html Log: Datepicker: Fixed #3647: Updated visual and automated tests to go with new markup updates. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original) +++ trunk/tests/datepicker.js Fri Dec 19 14:43:11 2008 @@ -226,125 +226,102 @@ ok(dp.is(':visible'),
r1185 - trunk/ui
Author: pazu2k@gmail.com Date: Fri Dec 19 14:41:31 2008 New Revision: 1185 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Fixed #3647: Update markup to new UI CSS framework specs Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Dec 19 14:41:31 2008 @@ -44,13 +44,13 @@ this.regional[''] = { // Default regional settings clearText: 'Clear',
r1184 - trunk/ui
Author: scott.gonzalez Date: Fri Dec 19 12:34:54 2008 New Revision: 1184 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed #3221: User outerWidth/Height for positioning. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Fri Dec 19 12:34:54 2008 @@ -335,11 +335,11 @@ pLeft += 0; break; case 'right': - pLeft
r1183 - trunk/ui
Author: scott.gonzalez Date: Fri Dec 19 12:23:57 2008 New Revision: 1183 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed #3564: Proper positioning in Opera. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Fri Dec 19 12:23:57 2008 @@ -350,11 +350,13 @@ pTop += 0; break; case 'bottom': - pTop
r1182 - trunk/themes/base
Author: scottjehl Date: Fri Dec 19 10:21:54 2008 New Revision: 1182 Modified: trunk/themes/base/ui.accordion.css Log: small padding shift in accordion headers Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Fri Dec 19 10:21:54 2008 @@ -1,8 +1,8 @@ /* Accordion ----------------------------------*/ .ui-accordion-group {margin-bottom:
r1181 - trunk/themes/base
Author: scottjehl Date: Fri Dec 19 09:45:11 2008 New Revision: 1181 Modified: trunk/themes/base/ui.slider.css Log: removed opacity shift on slider range Modified: trunk/themes/base/ui.slider.css ============================================================================== --- trunk/themes/base/ui.slider.css (original) +++ trunk/themes/base/ui.slider.css Fri Dec 19 09:45:11 2008 @@ -2,7 +2,7 @@ ----------------------------------*/ .ui-slider { height: .8em; position: relative; text-align: left;
r1180 - trunk/themes/base
Author: scottjehl Date: Fri Dec 19 08:30:52 2008 New Revision: 1180 Modified: trunk/themes/base/ui.tabs.css Log: fixed active tab connection and padding Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Fri Dec 19 08:30:52 2008 @@ -2,11 +2,8 @@ ----------------------------------*/ .ui-tabs {padding: .2em;} .ui-tabs-nav { padding: .2em .2em 0 .2em;
r1179 - trunk/tests/static
Author: scottjehl Date: Fri Dec 19 07:13:27 2008 New Revision: 1179 Modified: trunk/tests/static/progressbar.html trunk/tests/static/slider.html Log: Changed slider range and progressbar value divs to use ui-widget-header instead of ui-state-default in static pages. Two main reasons: our clickable state is misleading on these static elements, and our header state tends to get better contrast over content areas than our buttons do (this is subjective to the theme designer of course). Scripting should
r1178 - in branches/dev/slider: tests ui
Author: rdworth Date: Fri Dec 19 05:28:09 2008 New Revision: 1178 Modified: branches/dev/slider/tests/slider.js branches/dev/slider/ui/ui.slider.js Log: /branches/dev/slider: slider refactor for #3650 - changed UP/RIGHT to increase value, DOWN/LEFT to decrease value, regardless of orientation Modified: branches/dev/slider/tests/slider.js ============================================================================== --- branches/dev/slider/tests/slider.js (original) +++ branches/dev/slider/tests/slider.js Fri
r1177 - in trunk: tests ui
Author: scott.gonzalez Date: Thu Dec 18 19:05:01 2008 New Revision: 1177 Modified: trunk/tests/dialog.js trunk/ui/ui.dialog.js Log: Dialog: Fixed #3648: Use new CSS framework. - Removed .ui-dialog-container div. - Removed autoResize option. Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Thu Dec 18 19:05:01 2008 @@ -8,7 +8,6 @@ var defaults = { autoOpen: true, - autoResize:
r1176 - trunk/ui
Author: scott.gonzalez Date: Thu Dec 18 18:12:10 2008 New Revision: 1176 Modified: trunk/ui/ui.dialog.js Log: Dialog: Partial fix for #3648: Added resizable grip. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Thu Dec 18 18:12:10 2008 @@ -324,7 +324,8 @@ (options.resizeStop && options.resizeStop.apply(self.element[0], arguments)); $.ui.dialog.overlay.resize();
r1175 - trunk/tests/visual
Author: scott.gonzalez Date: Thu Dec 18 17:08:32 2008 New Revision: 1175 Modified: trunk/tests/visual/dialog.html Log: Dialog visual test: - Made it possible to close and re-open the dialog. - Added buttons. Modified: trunk/tests/visual/dialog.html ============================================================================== --- trunk/tests/visual/dialog.html (original) +++ trunk/tests/visual/dialog.html Thu Dec 18 17:08:32 2008 @@ -11,9 +11,16 @@ <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
r1174 - trunk/ui
Author: scott.gonzalez Date: Thu Dec 18 13:59:20 2008 New Revision: 1174 Modified: trunk/ui/ui.dialog.js Log: Dialog: Partial fix for #3648: Setting proper class on hover of close button. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Thu Dec 18 13:59:20 2008 @@ -73,10 +73,10 @@ .attr('role', 'button') .hover( function()
homepage re-think
Hi all - We've been kicking around ideas on how to focus up the main sections of the site: home, demos, themes, docs, downloads. I just added a punchlist item to remove the landing page for downloads so you go right to the builder because this extra page seems confusing and just adds an extra step. One big thing we'd like to to is clean up the homepage to clarify the messaging, elevate the key calls to action and carve out a space for updates so the site doesn't feel so static. I've posted two early
r1173 - trunk/release
Author: joern.zaefferer Date: Thu Dec 18 11:02:36 2008 New Revision: 1173 Modified: trunk/release/build.xml Log: release build: Fix for #3577; also fixed min target to set correct charset (UTF-8) Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Thu Dec 18 11:02:36 2008 @@ -17,10 +17,8 @@ <target name="load.properties"> <property file="ant.properties"
Website triage
There are a few really big problems with the current jQuery UI site that we need to fix ASAP. Maggie has some time to help out on this effort, so we just need to coordinate with Richard and the rest of the team on how to get this done. Here is the punchlist of triage items, listed in order of priority: http://jqueryui.pbwiki.com/Website-Triage 1. Demo page links in the nav and footer should be re-routed to skip the broken looking carousel page and instead navigate directly to the functional demos
r1172 - in branches/dev/slider: tests ui
Author: rdworth Date: Thu Dec 18 06:25:40 2008 New Revision: 1172 Modified: branches/dev/slider/tests/slider.js branches/dev/slider/ui/ui.slider.js Log: /branches/dev/slider: slider refactor for #3650 - changed axis option to orientation - fixed vertical slider to be min on bottom, max on top - updated unit tests to better match specs Modified: branches/dev/slider/tests/slider.js ============================================================================== --- branches/dev/slider/tests/slider.js (original)
Re-vamped jQuery UI website demo page wireframe sketch
Hi all - I just did a quick sketch to show how we could improve the demo pages on the UI site to be a lot more powerful and useful. I'm proposing merging the documentation and demos together into a unified view of a plugin that is interactive. It may not be technically feasible, but it's what I'd want to see as an end user. Posted to the wiki here: http://jqueryui.pbwiki.com/Website-Triage Looking for your ideas and feedback.
r1171 - trunk/ui
Author: paul.bakaus Date: Wed Dec 17 11:35:13 2008 New Revision: 1171 Modified: trunk/ui/ui.sortable.js Log: sortable: removed default tolerance "guess" for the simplier (and better working) default mode, and the plain "pointer" intersection Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Wed Dec 17 11:35:13 2008 @@ -210,8 +210,10 @@ this.direction
r1170 - trunk/ui
Author: eduardolundgren Date: Wed Dec 17 11:24:06 2008 New Revision: 1170 Modified: trunk/ui/ui.sortable.js Log: Sortable accurateIntersection using outerWidth/outerHeight Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Wed Dec 17 11:24:06 2008 @@ -99,17 +99,18 @@ //Cache the margins of the original element this._cacheMargins(); - + //Get
r1169 - in trunk/tests: static visual
Author: scottjehl Date: Tue Dec 16 14:52:53 2008 New Revision: 1169 Modified: trunk/tests/static/accordion.html trunk/tests/static/all.html trunk/tests/static/datepicker.html trunk/tests/static/dialog.html trunk/tests/static/highlight_error.html trunk/tests/static/icons.html trunk/tests/static/overlay.html trunk/tests/static/progressbar.html trunk/tests/static/slider.html trunk/tests/static/tabs.html trunk/tests/visual/dialog.html Log: separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css
r1168 - trunk/themes/base
Author: scottjehl Date: Tue Dec 16 14:39:44 2008 New Revision: 1168 Modified: trunk/themes/base/ui.theme.css Log: - removed all !important flags. Replaced with additional selectors. - added .ui-state-focus class. Matches appearance of ui-state-hover in framework. Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Tue Dec 16 14:39:44 2008 @@ -17,21
r1075 - trunk/ui
Author: rdworth Date: Tue Dec 9 21:10:37 2008 New Revision: 1075 Modified: trunk/ui/ui.core.js Log: core widget: added ui-state-disabled and aria-disabled to widget plugin's disable/enable/destroy Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Tue Dec 9 21:10:37 2008 @@ -1,4 +1,4 @@ -/* +/* * jQuery UI @VERSION * * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
r1167 - branches/dev/slider/themes/base
Author: rdworth Date: Mon Dec 15 17:46:25 2008 New Revision: 1167 Modified: branches/dev/slider/themes/base/ui.theme.css Log: /branches/dev/slider: merged dev/slider branch up to trunk rev1166 Modified: branches/dev/slider/themes/base/ui.theme.css ============================================================================== --- branches/dev/slider/themes/base/ui.theme.css (original) +++ branches/dev/slider/themes/base/ui.theme.css Mon Dec 15 17:46:25 2008 @@ -10,7 +10,6 @@ ----------------------------------*/
r1166 - trunk/themes/base
Author: scottjehl Date: Mon Dec 15 10:16:11 2008 New Revision: 1166 Modified: trunk/themes/base/ui.theme.css Log: - removed pseudo classes for focus (widgets manipulate classes for states instead) - brought back a few !important flags to make sure some selectors take priority in certain situations. Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Mon
r1165 - trunk/themes/base
Author: scottjehl Date: Mon Dec 15 07:44:27 2008 New Revision: 1165 Modified: trunk/themes/base/ui.theme.css Log: - removed broad active outline reset - removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied. Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Mon
r1156 - trunk/ui
Author: rdworth Date: Sat Dec 13 22:11:37 2008 New Revision: 1156 Modified: trunk/ui/ui.accordion.js trunk/ui/ui.core.js trunk/ui/ui.dialog.js Log: Fixed #3655 - $.keyCode should be $.ui.keyCode Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Sat Dec 13 22:11:37 2008 @@ -115,7 +115,7 @@ if (this.options.disabled || event.altKey || event.ctrlKey) return;
Layout and resizing
Hi, the topic of widgets being able to resize themselves comes up every once in a while. The main argument is that any component that supports some kind of auto resize should provide a standard resize method, even without a layout manager. Providing the method makes it easy to integrate various components into a layout manager, therefore I agree that it makes sense to add this method. It applies to accordion and tabs, probably others as well. What do you think? Should be add that to the specs and
r1164 - in branches/dev/slider: tests tests/visual ui
Author: rdworth Date: Sun Dec 14 21:17:57 2008 New Revision: 1164 Modified: branches/dev/slider/tests/slider.js branches/dev/slider/tests/visual/slider.html branches/dev/slider/ui/ui.slider.js Log: /branches/dev/slider: started unit tests in slider refactor branch Modified: branches/dev/slider/tests/slider.js ============================================================================== --- branches/dev/slider/tests/slider.js (original) +++ branches/dev/slider/tests/slider.js Sun Dec 14 21:17:57
r1163 - branches/dev/slider/ui
Author: rdworth Date: Sun Dec 14 19:40:48 2008 New Revision: 1163 Modified: branches/dev/slider/ui/ui.slider.js Log: /branches/dev/slider: update for #3665 - $.keyCode should be $.ui.keyCode Modified: branches/dev/slider/ui/ui.slider.js ============================================================================== --- branches/dev/slider/ui/ui.slider.js (original) +++ branches/dev/slider/ui/ui.slider.js Sun Dec 14 19:40:48 2008 @@ -34,22 +34,22 @@ this.handle.keydown(function(event)
r1162 - in branches/dev/slider: tests themes/base ui
Author: rdworth Date: Sun Dec 14 19:32:20 2008 New Revision: 1162 Modified: branches/dev/slider/tests/slider.js branches/dev/slider/themes/base/ui.core.css branches/dev/slider/themes/base/ui.theme.css branches/dev/slider/ui/ui.accordion.js branches/dev/slider/ui/ui.core.js branches/dev/slider/ui/ui.dialog.js Log: /branches/dev/slider: merged dev/slider branch up to trunk rev1161 Modified: branches/dev/slider/tests/slider.js ==============================================================================
r1161 - trunk/tests
Author: rdworth Date: Sun Dec 14 19:02:11 2008 New Revision: 1161 Modified: trunk/tests/slider.js Log: tests/slider: removed paging default (commented out in code. not in 1.5.2) Modified: trunk/tests/slider.js ============================================================================== --- trunk/tests/slider.js (original) +++ trunk/tests/slider.js Sun Dec 14 19:02:11 2008 @@ -16,7 +16,6 @@ max: 100, min: 0, noKeyboard: false, - paging: "???", range: false, realMax:
r1160 - trunk/tests
Author: rdworth Date: Sun Dec 14 15:24:55 2008 New Revision: 1160 Modified: trunk/tests/slider.js Log: missing " Modified: trunk/tests/slider.js ============================================================================== --- trunk/tests/slider.js (original) +++ trunk/tests/slider.js Sun Dec 14 15:24:55 2008 @@ -16,7 +16,7 @@ max: 100, min: 0, noKeyboard: false, - paging: "???, + paging: "???", range: false, realMax: "???", round: true,
r1159 - trunk/themes/base
Author: scottjehl Date: Sun Dec 14 07:47:51 2008 New Revision: 1159 Modified: trunk/themes/base/ui.theme.css Log: - removed :active outlines - set :focus pseudo to match hover state Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Sun Dec 14 07:47:51 2008 @@ -10,6 +10,7 @@ ----------------------------------*/ .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
r1158 - trunk/themes/base
Author: scottjehl Date: Sun Dec 14 07:46:35 2008 New Revision: 1158 Modified: trunk/themes/base/ui.core.css Log: simplified a couple comments in core. Modified: trunk/themes/base/ui.core.css ============================================================================== --- trunk/themes/base/ui.core.css (original) +++ trunk/themes/base/ui.core.css Sun Dec 14 07:46:35 2008 @@ -9,15 +9,12 @@ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { position: absolute; left: -99999999px;
Next Page