Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Accordion tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 | |
| | ||||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 | |
| | ||||||
* | Accordion tests: Fixed typos. | Scott González | 2012-06-11 | 1 | -17/+17 | |
| | ||||||
* | Accordion: Update activate and beforeActivate event properties to ↵ | Jörn Zaefferer | 2012-05-30 | 1 | -23/+23 | |
| | | | | newPanel/oldPanel (instead of content). Fixes #6840 and #6842 | |||||
* | Accordion tests: Check for a specific height in heightStyle: content tests. | Scott González | 2012-05-28 | 1 | -3/+3 | |
| | ||||||
* | Accordion tests: equalHeights() -> equalHeight(); Validate against a ↵ | Scott González | 2012-05-28 | 4 | -22/+17 | |
| | | | | specific height instead of a range. | |||||
* | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 3 | -59/+59 | |
| | ||||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 2 | -14/+10 | |
| | ||||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 4 | -8/+8 | |
| | ||||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 | |
| | ||||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 2 | -2/+2 | |
| | ||||||
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 6 | -126/+146 | |
| | ||||||
* | Tests: Lint. | Scott González | 2012-04-19 | 5 | -66/+66 | |
| | ||||||
* | Accordion: Added animation tests. | Scott González | 2012-03-27 | 1 | -1/+169 | |
| | ||||||
* | Accordion: Fixed post-init changes to event option and added tests for ↵ | Scott González | 2012-03-27 | 3 | -3/+43 | |
| | | | | keyboard support. | |||||
* | Accordion: Fixed ARIA support and added proper keyboard support. | Hans Hillen | 2012-03-27 | 1 | -15/+41 | |
| | ||||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Update method tests - active option still works when accordion is ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -3/+7 | |
| | | | | disabled | |||||
* | Accordion: Update test helper to use QUnit.push instead of deepEqual to get ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -1/+1 | |
| | | | | useful stacktrace | |||||
* | Accordion: Fix unbinding of accordion event option when dealing with ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -0/+1 | |
| | | | | multiple events. Make sure to unbind only those namespaced to .accordion | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -6/+6 | |
| | ||||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 3 | -19/+12 | |
| | | | | associated ui-accordion-heading class). | |||||
* | Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵ | Scott González | 2012-02-16 | 3 | -4/+5 | |
| | | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed. | |||||
* | Accordion: Adjusted tests for icons: false. | Scott González | 2012-01-31 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵ | Scott González | 2012-01-31 | 1 | -0/+39 | |
| | | | | Provide header and content details in create event. | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 2 | -12/+22 | |
| | ||||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 6 | -11/+11 | |
| | ||||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -6/+6 | |
| | ||||||
* | Accordion tests: cleanup. | Scott González | 2011-08-03 | 3 | -64/+46 | |
| | ||||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 | |
| | | | | supported jQuery versions. | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 2 | -2/+2 | |
| | | | | jQuery core. | |||||
* | Accordion tests: Fixed location of expect() call. | Scott González | 2011-07-26 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 7 | -112/+152 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | |||||
| * | Accordion tests: Cleanup. | Scott González | 2011-06-13 | 6 | -23/+63 | |
| | | ||||||
| * | Accordion tests: Don't use deprecated assertion methods. | Scott González | 2011-06-13 | 6 | -89/+89 | |
| | | ||||||
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 2 | -2/+2 | |
| | | ||||||
* | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -8/+8 | |
| | | ||||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -8/+8 | |
|/ | ||||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 2 | -2/+4 | |
| | ||||||
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 2 | -2/+12 | |
| | ||||||
* | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 7 | -268/+268 | |
| | ||||||
* | Accordion: Added test to ensure activate event is not triggered if ↵ | Scott González | 2011-04-04 | 1 | -1/+11 | |
| | | | | beforeActive is prevented. | |||||
* | Accordion: Removed unnecessary test. | Scott González | 2011-04-04 | 1 | -16/+2 | |
| | ||||||
* | Accordion: Pass original event in beforeActivate event. | Scott González | 2011-04-04 | 1 | -1/+6 | |
| | ||||||
* | Accordion tests: Only use single words inside headers to avoid breaking onto ↵ | Scott González | 2011-04-04 | 1 | -2/+2 | |
| | | | | multiple lines. | |||||
* | Accordion tests: Only use single words inside headers to avoid breaking onto ↵ | Scott González | 2011-04-04 | 1 | -2/+2 | |
| | | | | multiple lines. | |||||
* | Tests: Renamed files for deprecated tests now that TestSwarm is setup to ↵ | Scott González | 2011-04-04 | 1 | -0/+0 | |
| | | | | properly handle them. |