]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-05-20 Mathias BynensLanding pull request 352. Slightly improved defaultDisp... 385/head
2011-05-20 rwldrnLanding pull request 382. Adds support for number value...
2011-05-18 timmywilUnnecessary var removed.
2011-05-18 timmywilHandle unset value attributes consistently depending...
2011-05-18 timmywilMake the value hook less obtrusive for elements which...
2011-05-18 timmywilSwitched title attribute to getAttributeNode for IE6...
2011-05-16 Rick WaldronLanding pull request 377. Check custom data != null...
2011-05-16 timmywilUse getAttributeNode for ^on attributes in IE6/7 to...
2011-05-14 timmywilRetrieve the class attribute on a form in IE6/7. Fixes...
2011-05-13 timmywilRemoving unnecessary argument type check for boolean...
2011-05-13 timmywilMake sure setting boolean attributes to the same name...
2011-05-13 timmywilUse prop to retrieve boolean properties (so the selecte...
2011-05-13 Rick WaldronLanding pull request 365. jQuery.buildFragment, ensure...
2011-05-13 timmywilStyle edits for pull request 375
2011-05-13 avalyLanding pull request 375. Added test case to support...
2011-05-13 timmywilAnimation callbacks keep their place in the queue stack...
2011-05-13 jaubourgAdds iframe code for #9239.
2011-05-13 jaubourgFixes #9239. If the body is already present in the...
2011-05-12 John ResigUpdating the source version to 1.6.2pre
2011-05-12 John ResigTagging the 1.6.1 release.
2011-05-11 timmywilJR don't want my QUnit.
2011-05-11 John ResigAdding in test case to support #9211.
2011-05-11 jaubourgFixes #9221. Wraps openings of html comments and CDATA...
2011-05-10 timmywilRevert "Updating QUnit." This commit actually reverted...
2011-05-10 John ResigUpdating the source version to 1.6.1pre
2011-05-10 John ResigTagging the 1.6.1rc1 release. 1.6.1rc1
2011-05-10 John ResigUpdating QUnit.
2011-05-10 John ResigUpdating Sizzle.
2011-05-10 John ResigMore formatting tweaking.
2011-05-10 John ResigMerge branch 'master' of github.com:jquery/jquery
2011-05-10 John ResigUpdate sizzle.
2011-05-10 timmywilUpdate QUnit
2011-05-10 John ResigFix tabs in delegate test.
2011-05-10 John ResigMake sure that data properties with hyphens are always...
2011-05-10 John ResigMake sure that mouseenter/mouseleave fire on the correc...
2011-05-10 louisremiLanding pull request 374. .animate() Callbacks should...
2011-05-10 Sahab YazdaniLanding pull request 370. Fixes #8763.
2011-05-10 jaubourgAdds unit/support.js to unit tests. Still have to test...
2011-05-10 louisremioops console 374/head
2011-05-10 timmywilAdd fallback to prop for the window and document. Switc...
2011-05-09 louisremioops unit test
2011-05-09 louisremi.animate() Callbacks should fire in correct order ...
2011-05-09 jaubourgFixes #9104. Returning null or undefined in a pipe...
2011-05-09 jaubourgFixes #9109. When jQuery is loaded in the body, then...
2011-05-08 timmywilRemove value check from formHook; other elements can...
2011-05-08 timmywilCall extend on prop to avoid changing original properti...
2011-05-08 timmywilSet val before hide/show check and fix easing setting...
2011-05-07 Daniel PihlstromFix per-property easing. Fixes #9067
2011-05-07 gnarfLanding pull request 372. Test for numeric properties...
2011-05-07 timmywilReduce the boolean list only to those that have corresp...
2011-05-07 timmywilGlobal found in valHook for select(get)
2011-05-06 timmywilGlobal found in dataAttr function
2011-05-06 timmywilCheck empty string instead of specified as specified...
2011-05-06 timmywiltmp was global in the new fn.promise. Fixes #9147.
2011-05-06 timmywilReduce boolean attribute list to only content attributes
2011-05-05 timmywilUpdate boolean attribute list to contain all boolean...
2011-05-05 timmywilAdd support for the contenteditable attribute
2011-05-05 timmywilConstruct boolHook and rboolean regex to deal with...
2011-05-04 timmywilSet the property corresponding to a boolean attribute...
2011-05-04 timmywilRun property names through propFix in removeProp
2011-05-04 timmywilSet corresponding property to false when removing boole...
2011-05-04 timmywilUpdate boolean check to avoid crashes, add all name...
2011-05-04 John ResigIf no hook is provided, and a boolean property exists...
2011-05-03 John ResigFix problem with appending multiple string arguments...
2011-05-03 John ResigUpdating release note script.
2011-05-03 timmywilFix setting value attributes on option elements. Fixes...
2011-05-02 timmywilFix QUnit Header links
2011-05-02 timmywilAvoid changing html in two places; add minified jQuery...
2011-05-02 timmywilAdd a test page for running the test suite against...
2011-05-02 John ResigLess aggressive semicolon insertion for the minified...
2011-05-02 John ResigEnsure that an endline is in place at the end of the...
2011-05-02 John ResigUpdate the UglifyJS code.
2011-05-02 John ResigFix bug with handling minor releases after major releas...
2011-05-02 John ResigUpdating the source version to 1.6.1pre
2011-05-02 John ResigTagging the 1.6 release.
2011-05-02 John ResigCheck for #8984 wasn't strong enough, enhanced.
2011-05-02 John ResigMake sure that empty nodelists continue to map properly...
2011-05-02 John ResigChange check for skipping the initial quickExpr RegExp...
2011-05-02 timmywilSet background to none on our mock body and remove...
2011-05-01 timmywilTest for a colon in attribute names for IE6/7. Fixes...
2011-04-30 Rick WaldronjQuery.buildFragment, ensure doc is a document; Include... 365/head
2011-04-29 Dave MethvinMerged pull request #361 from rwldrn/9008a.
2011-04-29 Rick WaldronRestores var names to satisfy the crock-machine. Supple... 361/head
2011-04-29 Rick WaldronRestored /g flag to rspaces; Adds unit tests; Supplemen...
2011-04-28 Dave MethvinMerged pull request #360 from xavierm02/patch-3.
2011-04-28 MONTILLET XavierJavascript -> JavaScript except if it was intentional... 360/head
2011-04-28 timmywilSyntax in testrunner
2011-04-28 rwldrnMake cached rspaces regex definitions consistent. Fixes...
2011-04-28 rwldrnLanding pull request 357. Update unit tests for widows...
2011-04-28 Rick WaldronLanding pull request 354. Adds QUnit Aliases to testrun...
2011-04-27 timmywilCorrect the attachment of the p tag in the widows/orpha... 353/head
2011-04-27 John ResigAdd a simple script for generating the release notes...
2011-04-26 John ResigAdding a Node-based release management script for pushi...
2011-04-26 John ResigUpdating the source version to 1.6pre
2011-04-26 John ResigTagging the 1.6rc1 release. 1.6rc1
2011-04-26 Julian AubourgMerged pull request #348 from rwldrn/8978.
2011-04-26 Rick WaldronjQuery.support core style guide correction. Fixes ... 348/head
2011-04-25 timmywilMerged pull request #345 from rwldrn/8971.
2011-04-25 rwldrnNo need to test for widows & orphans values in IE6... 345/head
2011-04-25 timmywilAdd tests data- and aria- attributes and the autofocus...
next