Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | progessbar: comments about failing aria-disabled attr test (in IE), no idea ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -2/+3 | |
| | | | | why that happens | |||||
* | draggable: tests cleanup, put all elements into #main | Jörn Zaefferer | 2009-09-15 | 2 | -3/+2 | |
| | ||||||
* | core tests: a few comments about failing tests, a few fixes for existing ↵ | Jörn Zaefferer | 2009-09-15 | 2 | -13/+17 | |
| | | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core | |||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 4 | -92/+129 | |
| | | | | in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless | |||||
* | common widget tests: improve handling of functions (even same() can't ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+9 | |
| | | | | compare two functions by their "content") | |||||
* | slider tests: fixing variable scopes | Jörn Zaefferer | 2009-09-15 | 2 | -2/+4 | |
| | ||||||
* | dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵ | Jörn Zaefferer | 2009-09-14 | 1 | -1/+1 | |
| | | | | copy&paste FTF) | |||||
* | progressbar: implemented missing tests | Jörn Zaefferer | 2009-09-11 | 2 | -2/+15 | |
| | ||||||
* | removed code that created testsuite markup; QUnit handles that | Jörn Zaefferer | 2009-09-11 | 1 | -11/+0 | |
| | ||||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 13 | -13/+13 | |
| | ||||||
* | inject testswarm agent when the test is run by testswarm | Jörn Zaefferer | 2009-09-11 | 1 | -0/+10 | |
| | ||||||
* | moving test.html file to child dir for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -1/+1 | |
| | ||||||
* | moving all*.html to tests/unit for testswarm compability | Jörn Zaefferer | 2009-09-01 | 4 | -380/+381 | |
| | ||||||
* | rename modules for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -2/+2 | |
| | ||||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 16 | -16/+16 | |
| | ||||||
* | Widget factory: Added support for deep extending multiple option hashes on init. | Scott González | 2009-08-28 | 1 | -3/+17 | |
| | ||||||
* | Widget factory: Support passing multiple option hashes on init. Fixes #4784. | Scott González | 2009-08-26 | 1 | -0/+22 | |
| | ||||||
* | dialog unit tests: added position and stackfix | Richard Worth | 2009-08-12 | 1 | -1/+3 | |
| | ||||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 2 | -2/+12 | |
| | ||||||
* | Accordion: added a couple failing tests for option active: init and collapsed | Richard Worth | 2009-08-11 | 1 | -2/+9 | |
| | ||||||
* | Fixed accordion option active getter and setter. Normalized getter to ↵ | Richard Worth | 2009-08-11 | 1 | -1/+14 | |
| | | | | number, 0-based index. | |||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 16 | -16/+16 | |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | |||||
* | accordion: fix for #4754; related tests were failing before, fixed them, too ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -6/+6 | |
| | | | | (checked to correct sizes in Firebug) | |||||
* | Added zIndex method. Fixes #4709 - Add zIndex setter/getter method. | Scott González | 2009-08-05 | 2 | -0/+14 | |
| | ||||||
* | Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵ | Scott González | 2009-08-03 | 1 | -46/+120 | |
| | | | | #2525 - Standardised way to pass coordinates to plugins. | |||||
* | Dialog tests: Switch bgiframe to stackfix. | Scott González | 2009-07-27 | 1 | -1/+1 | |
| | ||||||
* | Copied position plugin from /branches/dev/positionTo r2971. | Scott González | 2009-07-24 | 2 | -0/+373 | |
| | ||||||
* | Datepicker: Fixed #3891 Autosize input field | Keith Wood | 2009-07-22 | 1 | -0/+38 | |
| | ||||||
* | Datepicker: Fixed #4647 setDate cannot be called multiple times | Keith Wood | 2009-07-22 | 1 | -0/+11 | |
| | ||||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -4/+4 | |
| | | | | beforeclose option should be beforeClose. | |||||
* | Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵ | Scott González | 2009-07-11 | 1 | -12/+12 | |
| | | | | types should be lowercase even if the corresponding callback is camelcase. | |||||
* | Dialog: Use _trigger for drag and resize events instead of executing ↵ | Scott González | 2009-07-10 | 1 | -26/+64 | |
| | | | | callbacks directly. Fixed #4629 - Dialog events not being triggered. | |||||
* | Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵ | Scott González | 2009-07-09 | 1 | -2/+2 | |
| | | | | absolutePosition from ui hash. | |||||
* | Widget factory: Convert falsy data values to an empty hash in _trigger. ↵ | Scott González | 2009-07-04 | 1 | -17/+17 | |
| | | | | Fixes #4650: ui hash not always provided in events/callbacks. | |||||
* | accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵ | Jörn Zaefferer | 2009-07-03 | 2 | -11/+19 | |
| | | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed | |||||
* | Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵ | Keith Wood | 2009-06-21 | 1 | -0/+21 | |
| | | | | from other months | |||||
* | Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵ | Scott González | 2009-06-20 | 1 | -0/+7 | |
| | | | | default for select option). | |||||
* | Tests: Fixed includes of cookie and simulate plugins. | Scott González | 2009-06-20 | 3 | -4/+4 | |
| | ||||||
* | Tests: Fixed import of testsuite.css. | Scott González | 2009-06-20 | 1 | -1/+1 | |
| | ||||||
* | Datepicker: default, min, and max dates can be specified as date strings in ↵ | Keith Wood | 2009-06-16 | 1 | -3/+15 | |
| | | | | the current format | |||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 15 | -32/+32 | |
| | ||||||
* | Fix for #4222 | Jörn Zaefferer | 2009-05-11 | 1 | -0/+17 | |
| | ||||||
* | Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, ↵ | Scott González | 2009-04-18 | 1 | -0/+23 | |
| | | | | setFocus(). | |||||
* | whitespace | Richard Worth | 2009-04-17 | 1 | -69/+69 | |
| | ||||||
* | Datepicker: Fixed #3861 Manually entered date does not update altField | Keith Wood | 2009-04-16 | 1 | -0/+11 | |
| | ||||||
* | Progressbar: Modified value method to act as both a getter and setter. ↵ | Scott González | 2009-04-16 | 1 | -0/+9 | |
| | | | | Fixed #4427 - progressbar('value') returns a reference to this instead of the value. | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 9 | -16/+148 | |
| | | | | factory should auto detect getters. | |||||
* | Datepicker: Apply min/max settings on setDate | Keith Wood | 2009-04-10 | 1 | -0/+34 | |
| | ||||||
* | Datepicker: added Windows ticks format | Keith Wood | 2009-04-01 | 1 | -0/+8 | |
| | ||||||
* | Datepicker: Corrected unit tests for structural changes and end of month | Keith Wood | 2009-04-01 | 2 | -32/+43 | |
| |