Commit graph

2376 commits

Author SHA1 Message Date
jzaefferer 646fbea561 Moving jQuery-core specific resets from QUnit to core. 2010-07-27 12:50:08 +02:00
Dave Reed 2084e01780 Fix for issues discussed in 9faab0b74f. Goes towards fixing #6808. 2010-07-23 11:25:31 -04:00
InfinitiesLoop 266facc08a Ticket 6808. Updated per code review comments by jeresig 2010-07-23 03:52:02 +08:00
InfinitiesLoop 9faab0b74f Ticket #6808. Changes data() so on plain objects, it uses a function to contain the cache ID to avoid it being JSON serialized. 2010-07-23 03:52:01 +08:00
Richard D. Worth ef9fb80cab Fixed ant build to be more consistent with Makefile. Now has all same targets (see README.md) and
* generates an identical jquery.js to that of make
 * generates a min file
 * runs jslint.
 * cleans more thoroughly
 * can be passed a PREFIX property
2010-07-21 22:47:13 +08:00
Richard D. Worth bb0f1a97fb Whitespace (spaces to tabs) 2010-07-21 22:47:13 +08:00
Richard D. Worth 6803bf1fe5 Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean' 2010-07-21 22:47:13 +08:00
Richard D. Worth 4ec1b743a8 Simplified getting the commit date using git log --pretty. Fixed missing date in ant build. 2010-07-21 22:47:13 +08:00
InfinitiesLoop 2e10af143b Ticket #6804. Adds a changeData event. 2010-07-20 10:12:40 +08:00
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