Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Accordion unit tests: Use display!=none instead of :visible to work around ↵ | jzaefferer | 2010-04-03 | 1 | -1/+3 | |
| | | | | :visible issue in IE8 | |||||
* | Accordion unit tests: Refactored state-helper function | jzaefferer | 2010-04-03 | 4 | -30/+12 | |
| | ||||||
* | Accordion unit tets: Replacing destory method test with autocomplete/button ↵ | jzaefferer | 2010-03-27 | 2 | -46/+36 | |
| | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough | |||||
* | Accordion unit tests: Further normalization of styles to get consistent ↵ | jzaefferer | 2010-03-27 | 2 | -5/+4 | |
| | | | | results across browsers | |||||
* | normalize margin/padding on test markup to get reliable height results | Jörn Zaefferer | 2010-03-20 | 2 | -3/+5 | |
| | ||||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 | |
| | ||||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 2 | -7/+15 | |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 | |
| | ||||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 2 | -7/+8 | |
| | | | | menu; including menu static tests). | |||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 | |
| | ||||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -10/+2 | |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | |||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -2/+2 | |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | |||||
* | accordion: trying to reset margin and padding for accordion-lis to get ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -0/+4 | |
| | | | | consistent results for fillSpace and autoHeight tests across platforms; if that works, may need to be applied in general, not just for tests | |||||
* | accordion: reverted previous change to test | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 2 | -3/+4 | |
| | ||||||
* | accordion: activate test fix, use false to close, not -1 | Jörn Zaefferer | 2009-09-15 | 1 | -2/+1 | |
| | ||||||
* | accordion: icon test fix, was failing in webkits | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | | | | 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) | |||||
* | 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 | |||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 1 | -2/+2 | |
| | ||||||
* | Fix for #4222 | Jörn Zaefferer | 2009-05-11 | 1 | -0/+17 | |
| | ||||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -0/+22 | |
| | | | | factory should auto detect getters. | |||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | accordion defaults in alpha order | Richard Worth | 2009-02-05 | 1 | -1/+1 | |
| | ||||||
* | accordion unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 8 | -164/+273 | |
| | ||||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 6 | -0/+69 | |
| | | | | events, methods, options, tickets | |||||
* | Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵ | Scott González | 2009-02-02 | 1 | -5/+5 | |
| | | | | demos, tests, and using alwaysOpen on init. | |||||
* | Accordion: Fixed tests. | Scott González | 2009-01-30 | 2 | -9/+9 | |
| | ||||||
* | Accordion: Fixed destroy method with new markup. | Scott González | 2009-01-30 | 2 | -54/+48 | |
| | ||||||
* | accordion unit tests: fixed cap. of autoHeight | Richard Worth | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 1 | -2/+2 | |
| | | | | allowing accordions to work with dl's and ul's again. | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 1 | -1/+1 | |
| | ||||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 1 | -1/+1 | |
| | ||||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 2 | -0/+246 | |