r1082 - branches/dev/grid/ui
Author: paul.bakaus Date: Wed Dec 10 08:46:54 2008 New Revision: 1082 Modified: branches/dev/grid/ui/ui.grid.js Log: grid: fixed column resizing Modified: branches/dev/grid/ui/ui.grid.js ============================================================================== --- branches/dev/grid/ui/ui.grid.js (original) +++ branches/dev/grid/ui/ui.grid.js Wed Dec 10 08:46:54 2008 @@ -120,21 +120,24 @@ }, _handleMove: function(event) { -/* + // If we're over a
r1081 - trunk/tests/static
Author: fg.maggie Date: Wed Dec 10 08:13:25 2008 New Revision: 1081 Modified: trunk/tests/static/icons.html Log: reinstated toggle link to show/hide class names Modified: trunk/tests/static/icons.html ============================================================================== --- trunk/tests/static/icons.html (original) +++ trunk/tests/static/icons.html Wed Dec 10 08:13:25 2008 @@ -26,17 +26,18 @@ function(){ $(this).removeClass('ui-state-hover'); } );
r1080 - trunk/themes/base
Author: rdworth Date: Wed Dec 10 07:40:56 2008 New Revision: 1080 Modified: trunk/themes/base/ui.allplugins.css (props changed) Log: set svn:eol-style to native
Updating plugins to new CSS framework markup
Hi, one of the major tasks left for 1.6 RC3 is updating various plugins to the new CSS framework classes. I've created tickets for each component and started working on the accordion. I've created and attached a patch and ask you to review the changes: http://ui.jquery.com/bugs/attachment/ticket/3646/jquery-ui-trunk-accordion.patch This patch breaks backwards compability, as the required base markup has a few significant changes. Previously there were just one container element with pairs of header
r1079 - trunk/ui
Author: rdworth Date: Wed Dec 10 05:31:00 2008 New Revision: 1079 Modified: trunk/ui/effects.core.js Log: effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Wed Dec 10 05:31:00 2008 @@ -311,7 +311,7 @@ * * Open source under the BSD License. * - * Copyright (c) 2008 George McGinley Smith
r1078 - trunk/ui
Author: rdworth Date: Wed Dec 10 05:27:05 2008 New Revision: 1078 Modified: trunk/ui/ui.core.js Log: Removed names from ui.core.js as all contribution credit is given in AUTHORS.txt and http://ui.jquery.com/about Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Wed Dec 10 05:27:05 2008 @@ -247,7 +247,6 @@ // $.widget is a factory to create jQuery plugins // taking some boilerplate
r1077 - trunk/ui
Author: rdworth Date: Wed Dec 10 05:20:06 2008 New Revision: 1077 Modified: trunk/ui/ui.core.js Log: Removed UTF-8 BOM again. Turns out it was added by Notepad. Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Wed Dec 10 05:20:06 2008 @@ -1,4 +1,4 @@ -/* +/* * jQuery UI @VERSION * * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about) @@ -247,7 +247,7 @@ // $.widget
(Infrastructure: Extension, Plugins) YUI 3.0 Preview 2
I don't know if the jQuery UI Dev Team are debating or redoing how extensions or plugins would work with widgets. Yahoo YUI 3.0 has something cooking, may help sparks some ideas: http://yuiblog.com/blog/2008/12/09/yui3pr2-2/ Sincerely, William Chang
r1076 - in trunk: tests/visual ui
Author: rdworth Date: Tue Dec 9 21:12:08 2008 New Revision: 1076 Modified: trunk/tests/visual/progressbar.html trunk/ui/ui.progressbar.js Log: progressbar: Removed all progressbar options except value. Added visual test for disabled progressbar. Modified: trunk/tests/visual/progressbar.html ============================================================================== --- trunk/tests/visual/progressbar.html (original) +++ trunk/tests/visual/progressbar.html Tue Dec 9 21:12:08 2008 @@ -1,33
r1074 - trunk/themes/base
Author: scottjehl Date: Tue Dec 9 12:21:55 2008 New Revision: 1074 Modified: trunk/themes/base/ui.dialog.css trunk/themes/base/ui.tabs.css Log: fixed border and padding in headers for consistency Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Tue Dec 9 12:21:55 2008 @@ -1,7 +1,7 @@ /* Dialog ----------------------------------*/ .ui-dialog
r1073 - trunk/themes/base
Author: scottjehl Date: Tue Dec 9 11:48:30 2008 New Revision: 1073 Modified: trunk/themes/base/ui.core.css Log: cleaned up a couple misplaced tokens Modified: trunk/themes/base/ui.core.css ============================================================================== --- trunk/themes/base/ui.core.css (original) +++ trunk/themes/base/ui.core.css Tue Dec 9 11:48:30 2008 @@ -1,9 +1,9 @@ /* - * jQuery UI CSS Framework - * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about) - * Dual licensed
r1072 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 11:38:00 2008 New Revision: 1072 Modified: trunk/tests/static/slider.html Log: change div close style from /> to ></div> Modified: trunk/tests/static/slider.html ============================================================================== --- trunk/tests/static/slider.html (original) +++ trunk/tests/static/slider.html Tue Dec 9 11:38:00 2008 @@ -15,7 +15,7 @@ <div class="ui-slider ui-widget ui-widget-content ui-corner-all"> <a href="#" class="ui-slider-handle
r1071 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 10:26:35 2008 New Revision: 1071 Modified: trunk/tests/static/datepicker.html Log: missed an extra --> (now gone) Modified: trunk/tests/static/datepicker.html ============================================================================== --- trunk/tests/static/datepicker.html (original) +++ trunk/tests/static/datepicker.html Tue Dec 9 10:26:35 2008 @@ -448,6 +448,6 @@ <button class="ui-state-default ui-priority-secondary ui-corner-all">Today</button>
r1070 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 10:25:09 2008 New Revision: 1070 Added: trunk/tests/static/static_helpers.js (contents, props changed) 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/progressbar.html trunk/tests/static/slider.html trunk/tests/static/tabs.html Log: added hover states to static pages. Modified: trunk/tests/static/accordion.html ==============================================================================
Datepicker features - looking for input
Hi all - Keith, Scott J. and I have all been doing some back and forth on the design and features of the date picker plugin. Overall, we'd like to simplify some of the options in order to make this as clean and uncluttered as possible but at the same time extend the ThemeRoller styles to support some of the more important features we missed on the first pass like multiple calendars, a button bar or right > left localization. Based on Keith's last revision (thanks Keith!), I've gone through and added
r1069 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 10:15:23 2008 New Revision: 1069 Modified: trunk/tests/static/highlight_error.html (props changed) Log: mime type text/html
r1068 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 10:11:35 2008 New Revision: 1068 Modified: trunk/tests/static/datepicker.html trunk/tests/static/slider.html trunk/tests/static/tabs.html Log: uncommented different widget examples in demo pages. Modified: trunk/tests/static/datepicker.html ============================================================================== --- trunk/tests/static/datepicker.html (original) +++ trunk/tests/static/datepicker.html Tue Dec 9 10:11:35 2008 @@ -3,6 +3,9 @@ <head> <title>jQuery
r1067 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 10:00:40 2008 New Revision: 1067 Added: trunk/tests/static/highlight_error.html Log: added demo states page for highlight and error states Added: trunk/tests/static/highlight_error.html ============================================================================== --- (empty file) +++ trunk/tests/static/highlight_error.html Tue Dec 9 10:00:40 2008 @@ -0,0 +1,97 @@ +<!html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
r1064 - trunk/tests/static
Author: scottjehl Date: Tue Dec 9 08:06:26 2008 New Revision: 1064 Added: trunk/tests/static/icons.html (contents, props changed) Log: added icon static demo page for class lookup and referencing Added: trunk/tests/static/icons.html ============================================================================== --- (empty file) +++ trunk/tests/static/icons.html Tue Dec 9 08:06:26 2008 @@ -0,0 +1,233 @@ +<!doctype html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html;
r1066 - trunk/themes/base
Author: scottjehl Date: Tue Dec 9 09:37:05 2008 New Revision: 1066 Modified: trunk/themes/base/ui.progressbar.css Log: set height on parent container value height now 100% needs testing on multiple browsers Modified: trunk/themes/base/ui.progressbar.css ============================================================================== --- trunk/themes/base/ui.progressbar.css (original) +++ trunk/themes/base/ui.progressbar.css Tue Dec 9 09:37:05 2008 @@ -1,3 +1,4 @@ /* Progressbar ----------------------------------*/
Dialog Buttons - Primary, Secondary, Disabled
The new CSS framework supports primary, secondary and disabled buttons. However, there is currently no way to set these properties on buttons added to dialogs. The current implementation is: $(el).dialog({ buttons: { foo: function() {}, bar: function() {}, baz: function() {} } }); We should probably expand this to allow you to set additional properties on the buttons: $(el).dialog({ buttons: { foo: { priority: 'primary', enabled:
r1065 - in trunk: tests/static themes/base
Author: scottjehl Date: Tue Dec 9 08:34:34 2008 New Revision: 1065 Modified: trunk/tests/static/progressbar.html trunk/themes/base/ui.progressbar.css Log: updated to remove label css now had one selector with 2 rules :) Modified: trunk/tests/static/progressbar.html ============================================================================== --- trunk/tests/static/progressbar.html (original) +++ trunk/tests/static/progressbar.html Tue Dec 9 08:34:34 2008 @@ -3,44 +3,16 @@ <head> <title>jQuery
r1063 - in branches/experimental: a11y/tests tabbable/tests
Author: scott.gonzalez Date: Mon Dec 8 18:54:57 2008 New Revision: 1063 Added: branches/experimental/a11y/tests/ branches/experimental/a11y/tests/aria.html branches/experimental/a11y/tests/aria.js Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js Log: Moved tests for ARIA helper methods out of tabbable code. Added: branches/experimental/a11y/tests/aria.html ============================================================================== --- (empty
r1062 - in branches/experimental: a11y tabbable
Author: scott.gonzalez Date: Mon Dec 8 18:38:36 2008 New Revision: 1062 Added: branches/experimental/a11y/ branches/experimental/a11y/aria.js Modified: branches/experimental/tabbable/ui.core.js Log: Moved ARIA helper methods out of tabbable code. Added: branches/experimental/a11y/aria.js ============================================================================== --- (empty file) +++ branches/experimental/a11y/aria.js Mon Dec 8 18:38:36 2008 @@ -0,0 +1,23 @@ +(function($) { + +function getID(label){
r1061 - trunk/tests/static
Author: scottjehl Date: Mon Dec 8 13:48:45 2008 New Revision: 1061 Modified: trunk/tests/static/datepicker.html Log: following changes to datepicker demo page (missed it in first pass) set body font size to 62.5% on demos to make things a bit more pleasing to look at removed h1's on demo pages Modified: trunk/tests/static/datepicker.html ============================================================================== --- trunk/tests/static/datepicker.html (original) +++ trunk/tests/static/datepicker.html Mon
Team bios
Hi all - please blurb-ify yourself for the team page within the next 24 hours if possible. Thanks! http://jqueryui.pbwiki.com/Team
r1060 - trunk/tests/static
Author: scottjehl Date: Mon Dec 8 13:34:19 2008 New Revision: 1060 Modified: trunk/tests/static/accordion.html trunk/tests/static/all.html trunk/tests/static/dialog.html trunk/tests/static/progressbar.html trunk/tests/static/slider.html trunk/tests/static/tabs.html Log: set body font size to 62.5% on demos to make things a bit more pleasing to look at removed h1's on demo pages Modified: trunk/tests/static/accordion.html ==============================================================================
r1044 - in trunk: tests/static themes/base
Author: fg.maggie Date: Fri Dec 5 14:59:01 2008 New Revision: 1044 Modified: trunk/tests/static/progressbar.html trunk/themes/base/ui.progressbar.css Log: added examples of labels offset from the left side, FG's recommendation for best workaround re: label position, requires no extra markup and max flexibility Modified: trunk/tests/static/progressbar.html ============================================================================== --- trunk/tests/static/progressbar.html (original) +++ trunk/tests/static/progressbar.html Fri
r1059 - in trunk: tests/static themes/base
Author: scottjehl Date: Mon Dec 8 08:39:44 2008 New Revision: 1059 Added: trunk/tests/static/progressbar.html (props changed) - copied unchanged from r1058, /trunk/tests/static/progressindicator.html trunk/themes/base/ui.progressbar.css (props changed) - copied unchanged from r1058, /trunk/themes/base/ui.progressindicator.css Removed: trunk/tests/static/progressindicator.html trunk/themes/base/ui.progressindicator.css Modified: trunk/tests/static/accordion.html (props changed) trunk/tests/static/all.html
r1058 - in trunk: tests/static themes/base
Author: scottjehl Date: Mon Dec 8 08:07:36 2008 New Revision: 1058 Added: trunk/tests/static/progressindicator.html - copied unchanged from r1055, /trunk/tests/static/progressbar.html trunk/themes/base/ui.progressindicator.css - copied unchanged from r1055, /trunk/themes/base/ui.progressbar.css Removed: trunk/tests/static/progressbar.html trunk/themes/base/ui.progressbar.css Log: changed demo and css to "progressindicator" rather than "progressbar"
r1056 - trunk/themes/base
Author: scottjehl Date: Mon Dec 8 07:53:19 2008 New Revision: 1056 Modified: trunk/themes/base/ui.all.css Log: - this file now imports core and allplugins. - changed back again - removed the url(..) (not necessary) Quick note: It seems that trunk is still not able to preview demos online. This is a problem, since we'll need to be linking to working code from the wiki and also referencing demo pages in conversation. Is there any way we could get this fixed soon? Thanks! Modified: trunk/themes/base/ui.all.css
r1057 - in trunk: tests/static themes/base
Author: scottjehl Date: Mon Dec 8 07:59:03 2008 New Revision: 1057 Modified: trunk/tests/static/tabs.html trunk/themes/base/ui.tabs.css Log: Changed tabs container padding slightly to match dialog and datepicker's design. Modified: trunk/tests/static/tabs.html ============================================================================== --- trunk/tests/static/tabs.html (original) +++ trunk/tests/static/tabs.html Mon Dec 8 07:59:03 2008 @@ -8,8 +8,8 @@ <h1>jQuery UI Tabs Static Markup Test
Progressbar changes
hey Richard, Where is the Progressbar animations? Why did you removed it?<br clear="all"> -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.
r1055 - trunk/ui
Author: kbwood.au Date: Mon Dec 8 02:27:39 2008 New Revision: 1055 Modified: trunk/ui/ui.datepicker.js Log: Fixed 3642. firstDay displays day names incorrectly. Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Mon Dec 8 02:27:39 2008 @@ -1430,7 +1430,8 @@ this._addStatus(showStatus, inst.id, this._get(inst, 'currentStatus'), initStatus) + '>' +
r1051 - trunk/ui/i18n
Author: kbwood.au Date: Mon Dec 8 02:11:26 2008 New Revision: 1051 Modified: trunk/ui/i18n/ui.datepicker-fr.js Log: Fixed 3610. Error in French l18n file. Modified: trunk/ui/i18n/ui.datepicker-fr.js ============================================================================== --- trunk/ui/i18n/ui.datepicker-fr.js (original) +++ trunk/ui/i18n/ui.datepicker-fr.js Mon Dec 8 02:11:26 2008 @@ -2,7 +2,7 @@ /* Written by Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net).
r1054 - trunk/tests
Author: kbwood.au Date: Mon Dec 8 02:26:17 2008 New Revision: 1054 Modified: trunk/tests/datepicker.js Log: Fixed 3610. Error in French l18n file. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original) +++ trunk/tests/datepicker.js Mon Dec 8 02:26:17 2008 @@ -1572,11 +1572,11 @@ }); equals($('.ui-datepicker-title-row td:first', dp).text(), $.datepicker.regional['fr'].weekHeader,
r1052 - trunk/ui/i18n
Author: kbwood.au Date: Mon Dec 8 02:12:12 2008 New Revision: 1052 Modified: trunk/ui/i18n/ui.datepicker-ja.js Log: Fixed 3598. Datepicker Japanese translation replacement Modified: trunk/ui/i18n/ui.datepicker-ja.js ============================================================================== --- trunk/ui/i18n/ui.datepicker-ja.js (original) +++ trunk/ui/i18n/ui.datepicker-ja.js Mon Dec 8 02:12:12 2008 @@ -1,25 +1,26 @@ -/* Japanese (UTF-8) initialisation for the jQuery UI date picker plugin.
r1053 - trunk/ui/i18n
Author: kbwood.au Date: Mon Dec 8 02:16:15 2008 New Revision: 1053 Modified: trunk/ui/i18n/ui.datepicker-it.js trunk/ui/i18n/ui.datepicker-pl.js Log: Escape text to prevent date info substitution Modified: trunk/ui/i18n/ui.datepicker-it.js ============================================================================== --- trunk/ui/i18n/ui.datepicker-it.js (original) +++ trunk/ui/i18n/ui.datepicker-it.js Mon Dec 8 02:16:15 2008 @@ -18,7 +18,7 @@ dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
r1050 - in branches/experimental/tabbable: . tests
Author: a.farkas.pm Date: Sun Dec 7 12:38:06 2008 New Revision: 1050 Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: added aria- labelWith and describeWith Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Sun
r1049 - trunk/themes/base
Author: scottjehl Date: Sun Dec 7 06:56:29 2008 New Revision: 1049 Modified: trunk/themes/base/ui.all.css Log: typo Modified: trunk/themes/base/ui.all.css ============================================================================== --- trunk/themes/base/ui.all.css (original) +++ trunk/themes/base/ui.all.css Sun Dec 7 06:56:29 2008 @@ -1,3 +1,3 @@ @import url("ui.all.css"); -@import url("ui.allwidgets.css"); +@import url("ui.allplugins.css");
Next Page