]>
source.dussan.org Git - jquery-ui.git/log
Paul Bakaus [Wed, 25 Jun 2008 15:22:40 +0000 (15:22 +0000)]
sortable: added visual test page for profiling performance
Eduardo Lundgren [Wed, 25 Jun 2008 14:27:20 +0000 (14:27 +0000)]
Fix #3026 - Plugins callbacks need to be called first and user callbacks at the end
Paul Bakaus [Wed, 25 Jun 2008 13:30:22 +0000 (13:30 +0000)]
sortable: extreme performance increase by using setTimeout delegation and local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental
Richard Worth [Wed, 25 Jun 2008 12:03:28 +0000 (12:03 +0000)]
fixed #3026 - resizable resize handler is called too early
Richard Worth [Wed, 25 Jun 2008 10:01:24 +0000 (10:01 +0000)]
fixed #3025 - dialog should have an autoResize option; default value: true
Paul Bakaus [Tue, 24 Jun 2008 15:57:25 +0000 (15:57 +0000)]
draggable: removed a silly console.log
Paul Bakaus [Tue, 24 Jun 2008 15:28:12 +0000 (15:28 +0000)]
sortable: connected lists items are not refreshed until you actually move into the connected list - this improves performance for connected lists
Paul Bakaus [Tue, 24 Jun 2008 14:30:26 +0000 (14:30 +0000)]
sortable: changed default distance to 1
Paul Bakaus [Tue, 24 Jun 2008 14:29:29 +0000 (14:29 +0000)]
sortable: changed default distance to 1
Aaron Eisenberger [Tue, 24 Jun 2008 13:53:19 +0000 (13:53 +0000)]
fix for clip to better work with images (animates wrapper for images only)
Aaron Eisenberger [Tue, 24 Jun 2008 13:44:28 +0000 (13:44 +0000)]
fix for clip to better work with images (animates wrapper for images only)
Paul Bakaus [Tue, 24 Jun 2008 13:32:17 +0000 (13:32 +0000)]
draggable: fixed issue when placeholder didn't exist (fixes #3018)
Paul Bakaus [Tue, 24 Jun 2008 13:25:15 +0000 (13:25 +0000)]
draggable: fixed failing test, mousemove is actually called 3 times in jquery.simulate.js, so 4 is the correct value
Paul Bakaus [Tue, 24 Jun 2008 13:17:02 +0000 (13:17 +0000)]
sortable: added default checks for scroll options
Paul Bakaus [Tue, 24 Jun 2008 12:51:15 +0000 (12:51 +0000)]
sortable:
- recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976)
- fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976)
Paul Bakaus [Tue, 24 Jun 2008 11:47:42 +0000 (11:47 +0000)]
sortable:fixed #3019, stop being fird too early
Jörn Zaefferer [Sun, 22 Jun 2008 19:08:35 +0000 (19:08 +0000)]
accordion: simplified find-header-element code, thanks Ariel
Richard Worth [Sun, 22 Jun 2008 05:37:11 +0000 (05:37 +0000)]
tests dialog - added missing tests (placeholders)
Keith Wood [Sat, 21 Jun 2008 23:51:34 +0000 (23:51 +0000)]
Fixed 2038 Split out display date and date value formats
Jörn Zaefferer [Sat, 21 Jun 2008 16:16:59 +0000 (16:16 +0000)]
accordion: added test for headers with descendants; replaced while-loop to find header-parent with call to parents
Richard Worth [Sat, 21 Jun 2008 13:54:41 +0000 (13:54 +0000)]
tests dialog - added some tests and placeholders
Richard Worth [Sat, 21 Jun 2008 10:52:58 +0000 (10:52 +0000)]
simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover and mouseout as they're not minimal/required for drag. They were there as work-around for resizable. Moved work-around to resizable test.
Richard Worth [Sat, 21 Jun 2008 10:24:04 +0000 (10:24 +0000)]
tests selectable - removed unneeded refs to draggable and resizable
Richard Worth [Sat, 21 Jun 2008 10:17:56 +0000 (10:17 +0000)]
tests draggable - corrected defaults tests tracking [304], and [305]
Richard Worth [Sat, 21 Jun 2008 10:10:23 +0000 (10:10 +0000)]
tests datepicker - added closure (for isolation in all.html)
Richard Worth [Sat, 21 Jun 2008 10:09:23 +0000 (10:09 +0000)]
tests all - added sortable
Richard Worth [Sat, 21 Jun 2008 10:05:29 +0000 (10:05 +0000)]
tests sortable - fixed failing disable tests
Richard Worth [Sat, 21 Jun 2008 10:04:40 +0000 (10:04 +0000)]
tests sortable - fixed failing enable test
Richard Worth [Sat, 21 Jun 2008 09:53:57 +0000 (09:53 +0000)]
tests sortable - corrected page title
Keith Wood [Fri, 20 Jun 2008 23:29:02 +0000 (23:29 +0000)]
Correct datepicker placement when used in static areas
Correct select coverage in IE 6-
Keith Wood [Fri, 20 Jun 2008 23:26:08 +0000 (23:26 +0000)]
Tweaks for IE 6-
Richard Worth [Fri, 20 Jun 2008 12:11:01 +0000 (12:11 +0000)]
visual tests: dialog - removed unused offset var
Paul Bakaus [Thu, 19 Jun 2008 11:10:41 +0000 (11:10 +0000)]
slider: check in the destroy method if a handle actually exists or not, before calling removal functions (fixes #2987)
Paul Bakaus [Thu, 19 Jun 2008 08:00:38 +0000 (08:00 +0000)]
sortable: the options.items callback now receives null as first argument, a limited ui object as the second.
Eduardo Lundgren [Wed, 18 Jun 2008 17:58:22 +0000 (17:58 +0000)]
Dialog - fixed #3017
Scott González [Wed, 18 Jun 2008 14:29:53 +0000 (14:29 +0000)]
Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).
Richard Worth [Wed, 18 Jun 2008 11:10:39 +0000 (11:10 +0000)]
Fixed #3016 - Distance option default
Keith Wood [Wed, 18 Jun 2008 09:59:46 +0000 (09:59 +0000)]
Added text examples alongside images
Keith Wood [Wed, 18 Jun 2008 09:53:12 +0000 (09:53 +0000)]
Fixed bug for international languages
Keith Wood [Wed, 18 Jun 2008 09:50:12 +0000 (09:50 +0000)]
Missed highlightWeek setting default
Eduardo Lundgren [Tue, 17 Jun 2008 20:46:29 +0000 (20:46 +0000)]
dialog - added dragHelper
Eduardo Lundgren [Tue, 17 Jun 2008 19:52:42 +0000 (19:52 +0000)]
dialog - added resizeHelper
Keith Wood [Tue, 17 Jun 2008 10:15:11 +0000 (10:15 +0000)]
More tests demonstrating date formatting in prev/next,
week row hover styling, status bar for other languages
Keith Wood [Tue, 17 Jun 2008 10:13:27 +0000 (10:13 +0000)]
Fixed 2641 Week row hover styling
Also tidied up other selectors
Keith Wood [Tue, 17 Jun 2008 10:11:14 +0000 (10:11 +0000)]
Fixed 2371 Datepicker showing "off page" behaves strangely
Keith Wood [Tue, 17 Jun 2008 10:08:57 +0000 (10:08 +0000)]
Fixed 2641 Week row hover styling
Keith Wood [Tue, 17 Jun 2008 10:06:18 +0000 (10:06 +0000)]
Fixed 2593 Datepicker using months instead of prev and next
Aaron Eisenberger [Mon, 16 Jun 2008 13:26:08 +0000 (13:26 +0000)]
use el[0] instead of this for callback
Aaron Eisenberger [Mon, 16 Jun 2008 13:18:48 +0000 (13:18 +0000)]
clip effect should be animating the wrapper
Keith Wood [Mon, 16 Jun 2008 12:52:39 +0000 (12:52 +0000)]
Demonstrate range select with min/max date restriction
Keith Wood [Mon, 16 Jun 2008 12:46:11 +0000 (12:46 +0000)]
Fixed #2658 Next link shows > when hideIfNoPrevNext is true
Fixed #2700 Datepicker does not allow manual entry of alphabetic characters
Fixed #2724 Date range + restricting allows invalid range
Paul Bakaus [Mon, 16 Jun 2008 12:19:31 +0000 (12:19 +0000)]
sortable; moved the cursorAt and containment blocks after the start callback, allowing the helper to be resized in the start callback (fixes #3000)
Keith Wood [Mon, 16 Jun 2008 10:23:09 +0000 (10:23 +0000)]
Added effects demonstrations
Keith Wood [Mon, 16 Jun 2008 10:20:41 +0000 (10:20 +0000)]
Allow folding to occur horizontally first
Keith Wood [Mon, 16 Jun 2008 09:59:24 +0000 (09:59 +0000)]
Tests for relative dates with multiple periods
Tests for default date
Keith Wood [Mon, 16 Jun 2008 09:56:43 +0000 (09:56 +0000)]
Allow relative dates with multiple periods
Keith Wood [Fri, 13 Jun 2008 13:25:59 +0000 (13:25 +0000)]
Add tests for destroying datepicker, keystrokes, minimum/maximum date processing, ranges, and callbacks
Keith Wood [Fri, 13 Jun 2008 13:22:57 +0000 (13:22 +0000)]
Add named keystrokes
Keith Wood [Fri, 13 Jun 2008 13:22:02 +0000 (13:22 +0000)]
Demonstrate callbacks on range datepickers
Keith Wood [Fri, 13 Jun 2008 13:20:55 +0000 (13:20 +0000)]
Fix onClose bug for ranges in IE
Fix wrapper span bug in IE
Fix remove attribute bug in IE
Refactor more class names to constants
Paul Bakaus [Fri, 13 Jun 2008 12:42:44 +0000 (12:42 +0000)]
tests: initial version of sortable tests/
sortable: added default value for helper ("clone")
Keith Wood [Thu, 12 Jun 2008 12:09:40 +0000 (12:09 +0000)]
Datepicker demo enhancements
Keith Wood [Thu, 12 Jun 2008 12:02:36 +0000 (12:02 +0000)]
#2876 Fire event on change of month/year
Keith Wood [Thu, 12 Jun 2008 11:59:39 +0000 (11:59 +0000)]
Allow setting of cell title via beforeShowDay
Keith Wood [Thu, 12 Jun 2008 11:57:21 +0000 (11:57 +0000)]
Refactor class names as constants
Keith Wood [Wed, 11 Jun 2008 10:48:17 +0000 (10:48 +0000)]
Correct appendText bug in destroy
Tidy if statements
Keith Wood [Wed, 11 Jun 2008 10:45:06 +0000 (10:45 +0000)]
Complete datepicker styling
Keith Wood [Wed, 11 Jun 2008 10:30:13 +0000 (10:30 +0000)]
Datepicker language file corrections
Keith Wood [Wed, 11 Jun 2008 10:27:39 +0000 (10:27 +0000)]
More datepicker demonstrations
Scott González [Wed, 11 Jun 2008 01:36:35 +0000 (01:36 +0000)]
Dropped blank line at end of header comments.
Scott González [Wed, 11 Jun 2008 01:28:28 +0000 (01:28 +0000)]
core: Added $.widget.defaults.
Richard Worth [Tue, 10 Jun 2008 22:12:00 +0000 (22:12 +0000)]
removed (unused) flora class from body
Eduardo Lundgren [Tue, 10 Jun 2008 17:46:33 +0000 (17:46 +0000)]
Resizable fix for this.ui() - Now returns originalElement, element, helper, position, size, options, originalSize, originalPosition
Keith Wood [Tue, 10 Jun 2008 13:35:01 +0000 (13:35 +0000)]
More datepicker demos
Keith Wood [Tue, 10 Jun 2008 13:34:23 +0000 (13:34 +0000)]
More datepicker demos
Keith Wood [Tue, 10 Jun 2008 13:33:39 +0000 (13:33 +0000)]
More datepicker demos
Keith Wood [Tue, 10 Jun 2008 12:46:28 +0000 (12:46 +0000)]
Add datepicker tests
Marc Grabanski [Tue, 10 Jun 2008 10:45:38 +0000 (10:45 +0000)]
Minor change to simple demo page.
Marc Grabanski [Tue, 10 Jun 2008 10:44:26 +0000 (10:44 +0000)]
Changed datepicker to be listed under widgets.
Marc Grabanski [Tue, 10 Jun 2008 10:43:28 +0000 (10:43 +0000)]
Added datepicker to demo list.
Marc Grabanski [Tue, 10 Jun 2008 10:42:34 +0000 (10:42 +0000)]
simple datepicker demo
Richard Worth [Tue, 10 Jun 2008 00:34:41 +0000 (00:34 +0000)]
whitespace
Richard Worth [Mon, 9 Jun 2008 12:21:50 +0000 (12:21 +0000)]
Partial fix for #2538 - still need to add support for options
Richard Worth [Mon, 9 Jun 2008 12:19:59 +0000 (12:19 +0000)]
Added effects visual test pages
Richard Worth [Mon, 9 Jun 2008 09:26:20 +0000 (09:26 +0000)]
updated trunk version to 1.5.1pre
Eduardo Lundgren [Mon, 9 Jun 2008 09:00:44 +0000 (09:00 +0000)]
update concatenated.name build.xml - jquery.ui.all
Richard Worth [Mon, 9 Jun 2008 08:55:06 +0000 (08:55 +0000)]
Added @VERSION
Eduardo Lundgren [Mon, 9 Jun 2008 08:30:52 +0000 (08:30 +0000)]
fix for slider visual test
Richard Worth [Mon, 9 Jun 2008 08:26:24 +0000 (08:26 +0000)]
fixed slider
Eduardo Lundgren [Mon, 9 Jun 2008 08:25:18 +0000 (08:25 +0000)]
Added dialog functional demo
Eduardo Lundgren [Mon, 9 Jun 2008 08:06:59 +0000 (08:06 +0000)]
build.xml copy jquery-*.js to dist dir
Richard Worth [Mon, 9 Jun 2008 08:06:54 +0000 (08:06 +0000)]
Added droppable visual test
Richard Worth [Mon, 9 Jun 2008 07:40:29 +0000 (07:40 +0000)]
Added simple slider test
Richard Worth [Mon, 9 Jun 2008 07:11:42 +0000 (07:11 +0000)]
spelling correction
Eduardo Lundgren [Mon, 9 Jun 2008 06:53:37 +0000 (06:53 +0000)]
Fixed draggable bug that affects the droppable critically - $.ui.ddmanager.current could not be null
Richard Worth [Mon, 9 Jun 2008 06:44:36 +0000 (06:44 +0000)]
changed selectable demo data to fruits
Richard Worth [Mon, 9 Jun 2008 06:36:25 +0000 (06:36 +0000)]
Fixed links
Richard Worth [Mon, 9 Jun 2008 06:26:23 +0000 (06:26 +0000)]
Removed old rev ids from jQuery svn
Eduardo Lundgren [Mon, 9 Jun 2008 06:24:14 +0000 (06:24 +0000)]
Delete uneeded test files
Eduardo Lundgren [Mon, 9 Jun 2008 06:20:15 +0000 (06:20 +0000)]
- Added functional demo application
- Removed datepicker folder from functional demo folder