Author |
Date |
Commit |
Message |
jeresig |
Oct 12, 2009 |
6617 |
Fixed the cleaning method to support namespaced elements. Thanks to einaros for |
jeresig |
Oct 8, 2009 |
6616 |
Fixed == change in ready.
|
jeresig |
Sep 29, 2009 |
6615 |
Accidentally reverted the jsDump/equiv changes that had been made.
|
jeresig |
Sep 29, 2009 |
6614 |
Hide the filter toolbar if it's not needed. Also exposed the jsDump and equiv ob |
jeresig |
Sep 29, 2009 |
6613 |
Updated the jQuery suite to use the updated QUnit CSS styling.
|
jeresig |
Sep 29, 2009 |
6612 |
Retooled the QUnit CSS to be more generic.
|
jeresig |
Sep 29, 2009 |
6611 |
Renamed the QUnit files from testrunner/testsuite to QUnit.
|
jeresig |
Sep 29, 2009 |
6610 |
Updated the jQuery test suite to use the new QUnit file names.
|
jeresig |
Sep 29, 2009 |
6609 |
Expose QUnit.equiv and QUnit.jsDump in QUnit.
|
jeresig |
Sep 29, 2009 |
6608 |
Moved the QUnit test directory into the QUnit directory.
|
jeresig |
Sep 29, 2009 |
6607 |
Reworked the HTML of the QUnit test suite to match the new syntax.
|
jeresig |
Sep 29, 2009 |
6606 |
Moved the jQuery-specific test suite CSS into a separate file.
|
jeresig |
Sep 29, 2009 |
6605 |
Reworked the QUnit CSS (moved jQuery-specific stuff out, made all the other sele |
jeresig |
Sep 29, 2009 |
6604 |
Removed the #main reset for non-jQuery code (QUnit.reset can be overwritten with |
jeresig |
Sep 29, 2009 |
6603 |
Adapted the jQuery test suite to handle the toolbar moving inline.
|
jeresig |
Sep 29, 2009 |
6602 |
Moved the QUnit toolbar inline.
|
jeresig |
Sep 29, 2009 |
6601 |
Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
|
jeresig |
Sep 29, 2009 |
6600 |
Switched to using a qunit- prefix for special elements (banner, userAgent, and t |
jeresig |
Sep 29, 2009 |
6599 |
Fixed the q() method to use same instead of isSet.
|
jeresig |
Sep 29, 2009 |
6598 |
Missed a case in QUnit where an element was assumed to exist.
|
jeresig |
Sep 29, 2009 |
6597 |
QUnit's isSet and isObj are no longer needed - you should use same instead.
|
jeresig |
Sep 29, 2009 |
6596 |
Make sure that QUnit's equiv entity escaping is enabled by default (otherwise th |
jeresig |
Sep 29, 2009 |
6595 |
Switched from using QUnit's isObj/isSet to the more robust same method.
|
jeresig |
Sep 29, 2009 |
6594 |
Refactored QUnit, completely reorganized the structure of the file. Additionally |
jeresig |
Sep 29, 2009 |
6593 |
Moved some jQuery-specific test methods into the core module.
|
jeresig |
Sep 29, 2009 |
6592 |
Removed some legacy and jQuery-specific test methods.
|
jeresig |
Sep 29, 2009 |
6591 |
Moved the init test script off into a separate file.
|
jeresig |
Sep 29, 2009 |
6590 |
Added callbacks for tests and modules. It's now possible to reproduce the full d |
jeresig |
Sep 29, 2009 |
6589 |
QUnit no longer depends upon rendering the results (it can work simply by using |
jeresig |
Sep 29, 2009 |
6588 |
Made QUnit no longer require jQuery (it is now a standalone, framework independe |
jeresig |
Sep 28, 2009 |
6587 |
Doing a broad cleanup. Removing all the old tools, plugins, and branches. All th |
jeresig |
Sep 25, 2009 |
6586 |
Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.
|
jeresig |
Sep 25, 2009 |
6585 |
Removed the trailing endline from the version.
|
jeresig |
Sep 25, 2009 |
6584 |
Full steam ahead! We're going for 1.4.
|
jeresig |
Sep 25, 2009 |
6583 |
A follow-up to [6578] (which stopped adding expandos to elements that didn't hav |
wycats |
Sep 17, 2009 |
6582 |
Getting $.param working well; Patch by ben_alman |
wycats |
Sep 16, 2009 |
6581 |
Probably not the optimal solution, but tests pass. |
aflesler |
Sep 16, 2009 |
6580 |
jquery event: closes #5250. bind(), unbind() and one() support Object Literals ( |
jeresig |
Sep 15, 2009 |
6579 |
Reverted the noglobals changed from QUnit - causing chaos in the jQuery test sui |
brandon.aaron@gmail.com |
Sep 15, 2009 |
6578 |
data should not add expando unless actually adding data |
jeresig |
Sep 15, 2009 |
6577 |
Missing a var on a for loop, caused a variable to be leaked. |
jeresig |
Sep 15, 2009 |
6576 |
Missing a var on a for loop, caused a variable to be leaked. |
joern.zaefferer |
Sep 15, 2009 |
6575 |
qunit: removed noglobals flag, instead always check for globals after teardown; |
joern.zaefferer |
Sep 15, 2009 |
6574 |
qunit: removed noglobals flag, instead always check for globals after teardown; |
brandon.aaron@gmail.com |
Sep 15, 2009 |
6573 |
offset is now a setter |
joern.zaefferer |
Sep 15, 2009 |
6572 |
remove globals in tests for compability with ?noglobals, to be enabled by defaul |
joern.zaefferer |
Sep 15, 2009 |
6571 |
fixed global variables introduced in for loop with missing var-keyword (detected |
aflesler |
Sep 15, 2009 |
6570 |
jquery attributes: closes #5234. attr() supports jQuery.fn methods. |
aflesler |
Sep 15, 2009 |
6569 |
testrunner: focus & blur events could fail if the window isn't focused |
jeresig |
Sep 15, 2009 |
6568 |
Adding some fixes for commit [6537]. If there's leading whitespace, or if an exc |
aflesler |
Sep 15, 2009 |
6567 |
jquery ajax: addition for #2452. Wasn't working correctly in some cases. |
jeresig |
Sep 15, 2009 |
6566 |
Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Explo |
joern.zaefferer |
Sep 15, 2009 |
6565 |
qunit: don't child selectors when IE should behave nicely, too |
aflesler |
Sep 15, 2009 |
6564 |
jquery ajax: closes #2452. get() and post() weren't shifting all arguments corre |
aflesler |
Sep 15, 2009 |
6563 |
jquery ajax: closes #4994. Adding 'context' setting to $.ajax |
wycats |
Sep 15, 2009 |
6562 |
avoid creating a new data cache if we don't need one. Also, short-circuit the ca |
aflesler |
Sep 15, 2009 |
6561 |
jquery data: adding missing semicolons |
wycats |
Sep 15, 2009 |
6560 |
Make jQuery.winnow a local function |
aflesler |
Sep 15, 2009 |
6559 |
jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. |
aflesler |
Sep 14, 2009 |
6558 |
testrunner: resetting the scroll position after focusing a field |
jeresig |
Sep 14, 2009 |
6557 |
Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML docume |
jeresig |
Sep 14, 2009 |
6556 |
Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creation |
aflesler |
Sep 14, 2009 |
6555 |
jquery event: misc removal |
aflesler |
Sep 14, 2009 |
6554 |
jquery data: closes #5224. Exposing the expando. |
jeresig |
Sep 14, 2009 |
6553 |
Added support for .before(), .after(), and .replaceWith() on disconnected DOM no |
aflesler |
Sep 14, 2009 |
6552 |
jquery event: fixes #4989. blur and focus events now bubble and can be handled u |
brandon.aaron@gmail.com |
Sep 14, 2009 |
6551 |
fix for #5198, event memory leak limited to IE only via conditional compilation |
brandon.aaron@gmail.com |
Sep 14, 2009 |
6550 |
fix for #5017 |
brandon.aaron@gmail.com |
Sep 14, 2009 |
6549 |
remove and detach unit tests were not cleaning up, causing selector tests to fai |
aflesler |
Sep 14, 2009 |
6548 |
jquery ajax: Misc rename |
aflesler |
Sep 14, 2009 |
6547 |
jquery core: Fixed #5202. Fixing selector generation when a manipulation functio |
aflesler |
Sep 14, 2009 |
6546 |
jquery core: removing the body optimization, as it is then handled by $("TAG"). |
aflesler |
Sep 11, 2009 |
6545 |
jquery core: commenting the new access function. |
aflesler |
Sep 9, 2009 |
6544 |
jquery core: Closes #5189. Added a generic function to handle getting/setting ke |
aflesler |
Sep 9, 2009 |
6543 |
jquery core: fixes 5187. getElementsByTagName optimization was breaking $('div') |
aflesler |
Sep 9, 2009 |
6542 |
jquery core: closes #5186. getElementsByTagName optimization was breaking the se |
jeresig |
Sep 9, 2009 |
6541 |
Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.
|
jeresig |
Sep 8, 2009 |
6540 |
Optimize jQuery() for the case $("TAG").
|
jeresig |
Sep 8, 2009 |
6539 |
Use the native Array indexOf method if it exists, for jQuery.inArray.
|
jeresig |
Sep 8, 2009 |
6538 |
Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/hasC |
jeresig |
Sep 7, 2009 |
6537 |
Broke the logic for .clean() wrap out into a separate, static, data structure. A |
jeresig |
Sep 7, 2009 |
6536 |
Split out the fragment-building code from domManip. Switched core.js to using th |
jeresig |
Sep 7, 2009 |
6535 |
Added an optimization for the case where $("body") is used.
|
wycats |
Sep 2, 2009 |
6534 |
Adds nested param serialization; Closes #4201 (by merbjedi) |
jeresig |
Aug 27, 2009 |
6533 |
Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handling t |
jeresig |
Aug 27, 2009 |
6532 |
Tweaked the isXMLDoc iframe test case to test the document, not the body element |
jeresig |
Aug 26, 2009 |
6531 |
If the XHR object no longer exists assume that the request was aborted.
|
jeresig |
Aug 26, 2009 |
6530 |
Temporarily disabled some tests for Opera 10 - a variety of problems with input |
jeresig |
Aug 10, 2009 |
6529 |
Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps s |
kelvin.luck |
Aug 6, 2009 |
6528 |
Deleting tags/plugins/datePicker |
kelvin.luck |
Aug 6, 2009 |
6527 |
Deleting branchs/kelvin-dev |
kelvin.luck |
Aug 6, 2009 |
6526 |
Deleting methods folder |
kelvin.luck |
Aug 6, 2009 |
6525 |
Deleting jScrollPane |
kelvin.luck |
Aug 6, 2009 |
6524 |
Deleting datePicker |
jeresig |
Aug 5, 2009 |
6523 |
Deleted Mike Alsup's plugins. He's moved them to Github: http://github.com/malsu |
alexanmtz |
Jul 29, 2009 |
6522 |
Like the guidelines sent by John Resig about clean the svn repository before mov |
kswedberg |
Jul 29, 2009 |
6521 |
removing the clueTip plugin from svn. latest version can be found on GitHub at h |
jeresig |
Jul 28, 2009 |
6520 |
Added support for .closest(filter, DOMElement). Fixes #4072.
|
jeresig |
Jul 28, 2009 |
6519 |
Backing out commit #6507 - causes too many problems.
|
scott.gonzalez |
Jul 28, 2009 |
6518 |
Removed webforms plugin. |