Commit graph

2367 commits

Author SHA1 Message Date
wycats 6a0942c9d5 Merge branch 'doug' 2010-06-19 22:29:55 -07:00
Douglas Neiner cecd1d8735 Slight optmization on the Rakefile 2010-06-19 22:29:49 -07:00
Douglas Neiner e61d7d12e2 Edits to README after Karl's review 2010-06-19 22:29:49 -07:00
Douglas Neiner c2976e68ff Minor changes to README 2010-06-19 22:29:49 -07:00
Douglas Neiner 4e337f504e Updated README file with updated information for the Rake addtions
Also changed the default Rake task to "all" instead of "jquery"
to parallel the Makefile.
2010-06-19 22:29:49 -07:00
Douglas Neiner ab2537a7ec Fixed spelling on QUnit pull message 2010-06-19 22:29:49 -07:00
Douglas Neiner ad849eb5a4 Updated Rakefile to remove use of *nix specific commands
Only `sh` statements left are either 'java' or 'git' commands,
which should work on Windows, though I still need to test
2010-06-19 22:29:48 -07:00
Douglas Neiner 3e1ac2aaac Updated Rakefile to mirror the functionality of the Makefile
The Rakefile now supports all the functionality of the Makefile
including only rebuilding files when dependent files change.

To see availible tasks, run:

    rake -T
2010-06-19 22:29:48 -07:00
John Resig ef8df7f55c Expose jQuery.uuid (use with caution) and make sure the expando property is used in the events module. 2010-06-19 22:29:48 -07:00
jeresig 23699bc783 Removed extra semicolon leftover from recent tweaking. 2010-06-19 22:29:48 -07:00
jeresig 9568866aad Mobile WebKit browsers don't support accessing the scroll position of the document/window. 2010-06-19 22:29:48 -07:00
jeresig dc886a83f5 Need to expose the isLocal change globally as well. 2010-06-19 22:29:48 -07:00
jeresig ac670f3954 Temporarily disable ajax tests when running in TestSwam. 2010-06-19 22:29:48 -07:00
jeresig d54014ed91 Use custom events for testing unbind instead of the, potentially conflicting, error event. 2010-06-19 22:29:48 -07:00
jeresig d4aff802da Adjust isPlainObject test to run in an iframe. 2010-06-19 22:29:47 -07:00
jeresig 568db29c2b Make sure the offset tests work without a built jQuery file. 2010-06-19 22:29:47 -07:00
jeresig 83a97f5c21 Update other remote test URLs as well. 2010-06-19 22:29:47 -07:00
jeresig 31cfe62ed4 Strip off filename and query string for JSONP Remote test. 2010-06-19 22:29:47 -07:00
jeresig f502d118d1 Update the TestSwarm URL to point to the new jQuery swarm location. 2010-06-19 22:29:47 -07:00
jeresig 4e5e31f29e Changed the order of the tests to run in the same order in which they're specified in the Makefile (fixed a dimensions test bug that popped up as a result). 2010-06-19 22:29:47 -07:00
jeresig b64a51e136 Handle auto-running of the TestSwarm injection script in the test suite. 2010-06-19 22:29:47 -07:00
jeresig b3ccf2f288 Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least). 2010-06-19 22:29:47 -07:00
jeresig c90d609c0d Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. 2010-06-14 23:08:28 -04:00
jeresig c34a62f8ab Tweak spacing from last commit. 2010-06-14 23:05:01 -04:00
malsup d1931a8241 Fix for http://dev.jquery.com/ticket/6451 2010-06-15 11:02:26 +08:00
John Resig 1533bf7c77 Expose jQuery.uuid (use with caution) and make sure the expando property is used in the events module. 2010-04-24 14:16:27 -07:00
jeresig 4a64f9a5b8 Removed extra semicolon leftover from recent tweaking. 2010-03-31 14:36:24 -04:00
Brandon Aaron d6f03aa0df Merge branch 'master' of github.com:jquery/jquery 2010-03-27 18:58:55 -05:00
jeresig dab1d74677 Mobile WebKit browsers don't support accessing the scroll position of the document/window. 2010-03-25 17:30:13 -04:00
jeresig 298c81a844 Need to expose the isLocal change globally as well. 2010-03-24 16:16:13 -04:00
jeresig 59124f92b5 Temporarily disable ajax tests when running in TestSwam. 2010-03-24 16:04:10 -04:00
jeresig 1ba2df02d6 Use custom events for testing unbind instead of the, potentially conflicting, error event. 2010-03-24 15:39:58 -04:00
jeresig 3b221da8b0 Adjust isPlainObject test to run in an iframe. 2010-03-24 15:18:11 -04:00
Brandon Aaron efea0f23f9 Merge branch 'master' of github.com:jquery/jquery 2010-03-23 22:40:38 -05:00
jeresig 96ea3d615e Make sure the offset tests work without a built jQuery file. 2010-03-23 16:37:40 -04:00
jeresig 273822c138 Update other remote test URLs as well. 2010-03-23 16:24:51 -04:00
jeresig 0fbac16dbe Strip off filename and query string for JSONP Remote test. 2010-03-23 16:22:09 -04:00
jeresig 2301e2a1c3 Update the TestSwarm URL to point to the new jQuery swarm location. 2010-03-23 15:21:42 -04:00
jeresig fa80693c4a Changed the order of the tests to run in the same order in which they're specified in the Makefile (fixed a dimensions test bug that popped up as a result). 2010-03-23 12:31:40 -04:00
jeresig f6a50cacd8 Handle auto-running of the TestSwarm injection script in the test suite. 2010-03-23 12:19:47 -04:00
jeresig 8effe3a7de Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least). 2010-03-23 12:12:16 -04:00
Brandon Aaron 656fe92178 Fixed an issue with setting offset of absolutely positioned element that has no position values ("auto"). Fixes #5781. 2010-03-22 20:11:37 -04:00
Brandon Aaron 08cf82e88e Fix setting only one property at a time in .offset({}) 2010-03-22 20:05:08 -04:00
Brandon Aaron 1844f95c5b Added unit tests for setting offset one property at a time and added radix to parseInt calls 2010-03-22 18:50:17 -04:00
jeresig ba8938d444 Switch to using String.prototype.trim from String.trim as it's more-widely available. 2010-03-11 10:49:19 -05:00
jeresig da26d0eb4e Rewrote the live/delegate submit tests to be more generic. 2010-03-09 14:08:33 -05:00
jeresig f68b46d7ab Make sure that special remove and teardown events get called when .die() is used. Additionally made sure that default actions are triggered when namespaced events are used. Fixes #6202 and #6250. 2010-03-09 12:22:25 -05:00
jeresig 2fbe3fbf68 Removing the mention of buliding the docs from the README. Thanks to 'phihag' in the forum for the heads-up. 2010-03-09 09:16:35 -05:00
jeresig 141ad3c3e2 Landing a faster trim method. Based upon the work by Travis Hardiman and DBJDBJ. More details here: http://forum.jquery.com/topic/faster-jquery-trim Fixes #2279, #4452, and #4835. 2010-03-09 09:14:27 -05:00
jeresig 0a307b332e No need to use .call() anymore since we switched from .apply() for appendTo, etc. Thanks to Robert in 2c08004f6d for the heads-up. 2010-03-05 09:59:58 -05:00