Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added equals helper for easier debugging of failed tests, soon to be used ↵ | Jörn Zaefferer | 2007-02-06 | 1 | -1/+19 |
| | | | | more often, see coreTest.js attr(String) for an example | ||||
* | Fix for #907 | Jörn Zaefferer | 2007-02-05 | 1 | -2/+2 |
| | |||||
* | Added test for #745 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+1 |
| | |||||
* | Fix broken build system for lite and min tasks | Brandon Aaron | 2007-01-31 | 2 | -2/+2 |
| | |||||
* | Added plugin build script, very useful to test compressed plugins. Modified ↵ | Jörn Zaefferer | 2007-01-29 | 4 | -4/+4 |
| | | | | build files to allow that "external" build. Feel free to add your own plugin to the plugin build. | ||||
* | Updated testsuite: To prevent crashes in Safari, each test waits for 250 ↵ | Jörn Zaefferer | 2007-01-14 | 2 | -2/+16 |
| | | | | milliseconds before running the next | ||||
* | API docs: Hacked multiple argument types like "Element|jQuery|String" ↵ | Jörn Zaefferer | 2007-01-11 | 1 | -3/+12 |
| | | | | representation into multiple elements, each with theier own tooltip | ||||
* | Fixed eval code (Thanks Fil) | Jörn Zaefferer | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | Disable error reporting in PHP test files | Jörn Zaefferer | 2007-01-10 | 2 | -0/+2 |
| | |||||
* | Fixed test for object/param selection (thanks Andrea) | Jörn Zaefferer | 2007-01-07 | 1 | -2/+2 |
| | |||||
* | Fixed the docs for noConflict, fixed a bug with pager. | John Resig | 2007-01-06 | 1 | -1/+3 |
| | |||||
* | Changed "Hash" to "Map" in docs | Jörn Zaefferer | 2007-01-04 | 1 | -1/+1 |
| | |||||
* | Updated test for #750 | Jörn Zaefferer | 2007-01-03 | 1 | -0/+5 |
| | |||||
* | Messed around with API document: Improved layout, removed animation, added ↵ | Jörn Zaefferer | 2007-01-02 | 4 | -10/+9 |
| | | | | <Content> type | ||||
* | Add new test file | Mike Alsup | 2007-01-01 | 1 | -0/+12 |
| | |||||
* | Moved all the expressions tests over into selector area, out of the main suite. | John Resig | 2006-12-31 | 1 | -0/+1 |
| | |||||
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 2 | -1/+4 |
| | |||||
* | Improved Mikes hack to ease testing against IE cache | Jörn Zaefferer | 2006-12-31 | 2 | -1/+14 |
| | |||||
* | Fix for #745 | Jörn Zaefferer | 2006-12-30 | 1 | -2/+2 |
| | |||||
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 1 | -2/+2 |
| | |||||
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 1 | -3/+4 |
| | |||||
* | Implemented a better error handling for ajax requests. Exceptions caused by ↵ | Jörn Zaefferer | 2006-12-21 | 1 | -1/+4 |
| | | | | dropping connections are now handled, too. | ||||
* | Got context functions back in, added noteworthy stuff, replaced js linebreak ↵ | Jörn Zaefferer | 2006-12-12 | 2 | -6/+20 |
| | | | | replacer with xstl | ||||
* | Fixed an issue with .find(expr,Function) and a Safari bug. | John Resig | 2006-12-12 | 1 | -4/+5 |
| | |||||
* | Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with ↵ | Jörn Zaefferer | 2006-12-05 | 1 | -1/+1 |
| | | | | form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks... | ||||
* | Introduced before callback (#384) (updated test data) | Jörn Zaefferer | 2006-12-04 | 1 | -0/+6 |
| | |||||
* | Fixed regEx to work with Unix an PC files. | Mike Alsup | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | Another attempt to fix the getScript problem | Jörn Zaefferer | 2006-11-21 | 2 | -2/+3 |
| | |||||
* | Improved testsuite (pass/fail indicator already exists in markup) | Jörn Zaefferer | 2006-11-20 | 3 | -5/+6 |
| | |||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 3 | -54/+80 |
| | |||||
* | Fixed an issue with getJSON (type was not correctly passed on when data was ↵ | Jörn Zaefferer | 2006-11-17 | 1 | -2/+2 |
| | | | | ommited); Added more options to $.ajax to provide more flexibility (bug #371) | ||||
* | Added visual pass/fail indicator (JUnit/Eclipse style) | Jörn Zaefferer | 2006-11-15 | 2 | -5/+10 |
| | |||||
* | Modified test for load(); added fix for trigger, where it modifies data ↵ | Jörn Zaefferer | 2006-11-09 | 2 | -1/+4 |
| | | | | passed to it, which causes ugly side-effects | ||||
* | Refactored ajax module: Dropped internal arguments from ajax(); Modified ↵ | Jörn Zaefferer | 2006-11-03 | 2 | -4/+5 |
| | | | | testsuite to improve display | ||||
* | Updates to the parsing engine | Yehuda Katz | 2006-10-27 | 1 | -4/+3 |
| | |||||
* | Modified core and form test suites to use a single stylesheet; Modified ↵ | Jörn Zaefferer | 2006-10-26 | 2 | -2/+12 |
| | | | | form.js to use :submit instead of [@type=submit] and :image... | ||||
* | Fix and tests for appending HTML options to select elements. | Brandon Aaron | 2006-10-17 | 1 | -1/+1 |
| | | | | Fixed previous tests for 193 and 170. | ||||
* | Added tests for 193 and 170. | Brandon Aaron | 2006-10-17 | 1 | -31/+32 |
| | | | | Removed unused line of code from fx. | ||||
* | Added test for #174; Modified failing (IE) tests for find | Jörn Zaefferer | 2006-10-13 | 1 | -0/+24 |
| | |||||
* | Fixed #216, added several tests for ajax module and fixed more stuff ↵ | Jörn Zaefferer | 2006-10-13 | 1 | -0/+4 |
| | | | | revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble | ||||
* | Added 2 of 3 fixes of #164 | Jörn Zaefferer | 2006-10-11 | 1 | -6/+2 |
| | |||||
* | The jQuery version is now reported in the docs. | John Resig | 2006-10-10 | 2 | -2/+4 |
| | |||||
* | Now have accurate version information built into jquery.js - will build it ↵ | John Resig | 2006-10-10 | 1 | -1/+1 |
| | | | | into the docs and test suite next. | ||||
* | Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: ↵ | Jörn Zaefferer | 2006-10-08 | 1 | -3/+4 |
| | | | | It does not work the default selections | ||||
* | Changed readFile to java-based read function to handle \r\n, fixes docs and ↵ | Jörn Zaefferer | 2006-10-08 | 3 | -2/+14 |
| | | | | test, lite still broken | ||||
* | I had to put the check for 'typeof console != "undefined"' back in, ↵ | Jörn Zaefferer | 2006-10-03 | 1 | -1/+1 |
| | | | | otherwise IE complains about console not being defined. | ||||
* | css('display') works slightly differently in Safari. Also, the test suite ↵ | John Resig | 2006-10-03 | 1 | -4/+4 |
| | | | | having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant. | ||||
* | Fixed minor bug with Safari and the test suite. | John Resig | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | Refactored and fixed test suite to run async tests | Jörn Zaefferer | 2006-09-30 | 6 | -5/+43 |
| | |||||
* | Clear timeout (prevents freezing of test suite when async tests fail) when ↵ | Jörn Zaefferer | 2006-09-19 | 1 | -1/+4 |
| | | | | start is called |