Commit graph

  • fa13d6009d test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but 1.8.x doesn't fail anymore. Ariel Flesler 2008-07-22 02:12:08 +00:00
  • a33f85e691 jquery core: closes #3159. remove() would unbind form.elements instead of a form. Ariel Flesler 2008-07-15 15:58:01 +00:00
  • b36fe4686c jquery event: closes #3112. It wasn't possible to bind 'data' to special events. Ariel Flesler 2008-07-09 21:38:28 +00:00
  • 6eb2bfe6ae general: adding reminder.txt to write down things to remember for future releases. Ariel Flesler 2008-07-09 19:26:41 +00:00
  • e132d6bc53 jquery core: Closes #3033. Removed support for .. selector on jQuery.find. Ariel Flesler 2008-07-09 19:23:19 +00:00
  • aacdeeb48d jquery fx: closes #3128. Saved some bytes when creating custom animations, using macros. Thanks Mike Helgeson. Ariel Flesler 2008-07-03 22:54:12 +00:00
  • 112f7b15ae jquery event: Optimization to global unbinding on window unload. Thanks Mike Helgeson. Ariel Flesler 2008-07-01 02:50:38 +00:00
  • cf78e396db jquery event: closes #3107. Optimization to global event triggering. Thanks Mike Helgeson. Ariel Flesler 2008-07-01 02:25:55 +00:00
  • 28937ded0e test runner: optimizing a test for speed. Ariel Flesler 2008-07-01 02:08:45 +00:00
  • a23e4361fc test runner: recloses #3102. Adding one test for $().eq("1") Ariel Flesler 2008-07-01 02:05:46 +00:00
  • 96e4006b74 jquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer. Ariel Flesler 2008-06-30 16:17:44 +00:00
  • 18d3e75945 jquery event: fixed a typo in a comment. Ariel Flesler 2008-06-27 14:17:28 +00:00
  • d1210a5a88 core: revertd last change, breaks width/height logic in css() Paul Bakaus 2008-06-24 16:16:15 +00:00
  • 201f1b66cc core: changed jQuery.css to num (uses curCSS) in the height/width methods with dramatically increases performance for height/width Paul Bakaus 2008-06-24 15:55:50 +00:00
  • b5d65d4e49 fx: 1) patch from Ariel removes the need of adding properties like scrollTop and scrollLeft specifically to fx.step - The priority order is style[prop] ? style[prop] : elem[prop], 2) fixed the height/width case - it wasn't possible to animate obj.height/obj.width if there wasn't a style attr. Paul Bakaus 2008-06-24 10:00:42 +00:00
  • 4812446594 core: set version.txt to 1.2.7-pre Jörn Zaefferer 2008-06-20 21:52:06 +00:00
  • dee02e5755 Set version number to 1.2.7a. Ariel Flesler 2008-06-20 21:18:40 +00:00
  • faa502cbc0 jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default naming convention. Ariel Flesler 2008-06-20 16:56:25 +00:00
  • 6159593520 jquery ajax: making Paul's last change([5735]) shorter. Ariel Flesler 2008-06-20 16:20:20 +00:00
  • 91a84d233d fx: animate() can now animate any property on a generic object or native wrapper (i.e. window.outerWidth) Paul Bakaus 2008-06-20 09:02:48 +00:00
  • bf14ac1236 jquery ajax: added a comment explaining the last commit. Ariel Flesler 2008-06-17 21:31:57 +00:00
  • 35b8157507 jquery ajax: closes #3052. Additional check on httpData() to keep compatibility with older code (form plugin). Ariel Flesler 2008-06-17 21:03:20 +00:00
  • 335b8816c2 jquery ajax: Fixes #3045. The protocol wasn't being checked to see if a script is required for cross domain requests. Ariel Flesler 2008-06-17 20:32:15 +00:00
  • febe463cc2 test runner: closes #3048. The text from the tests, is html-escaped. Ariel Flesler 2008-06-17 20:11:47 +00:00
  • 21d669135d test runner: 2 tests for [5728]. Ariel Flesler 2008-06-17 19:59:16 +00:00
  • 5e50079b14 jquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was failing failing. Ariel Flesler 2008-06-17 19:57:42 +00:00
  • 2f2602ed15 jquery core: closes #3034. Ids with '-' weren't handled by quickExpr. Ariel Flesler 2008-06-13 18:42:54 +00:00
  • fa48ad1d1b core: fixed #2993: .offsetParent() will now return the body element in all browsers for fixed position elements. Scott González 2008-06-06 00:28:33 +00:00
  • c90fe0283b jquery ajax: passing the settings object to httpData instead of just the dataFilter, so that when called it retains the object as "this". Ariel Flesler 2008-06-05 20:00:50 +00:00
  • 24eb176f0c ajax tests: Replaced $ with jQuery. Scott González 2008-06-05 18:11:29 +00:00
  • 1e9593646f test runner: adding 2 tests for .val( Number ). Removed a silly test. Ariel Flesler 2008-05-29 00:03:45 +00:00
  • 9e48649729 test runner: the changes are: - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs. Ariel Flesler 2008-05-28 23:18:25 +00:00
  • abb055bb49 jquery event: caching the props array and fixing the loop that goes thru it. It was accessing an invalid index. Ariel Flesler 2008-05-28 20:43:13 +00:00
  • 52fbe5d2a8 test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them. Ariel Flesler 2008-05-28 20:19:18 +00:00
  • 6bf51eea04 test runner: Adding type="text/javascript" to a script tag (trivial). Ariel Flesler 2008-05-28 18:46:38 +00:00
  • 11761def42 jquery ajax: small (misc) improvement to $.param. Ariel Flesler 2008-05-28 02:50:38 +00:00
  • c6e88b16e9 test runner: a test for load() with a hash of data, and another for load() with a string of data (#1516). It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text. Ariel Flesler 2008-05-27 22:46:28 +00:00
  • 7ec772374d jquery ajax: Closes #1516. load() can get a string of data (not only a hash) and it'll be a GET request. Ariel Flesler 2008-05-27 22:44:06 +00:00
  • e87d2c7a58 jquery core: adding rowSpan to jQuery.props. Ariel Flesler 2008-05-27 19:17:26 +00:00
  • 6141984b71 core: fixed offset method for FF3 - FF3 seems to have problems reporting the correct values with getBoundingClientRect on the body element Paul Bakaus 2008-05-25 13:18:01 +00:00
  • 042e51e731 jquery ajax: changing a set of &&/|| for ?/:. Ariel Flesler 2008-05-25 03:20:13 +00:00
  • 3c5c3dffaa test runner: A test was failing on Opera 9.50. Not a bug, just made the test less specific and it passed. Ariel Flesler 2008-05-24 21:27:12 +00:00
  • 895df76146 Tagging the 1.2.6 release. 1.2.6 John Resig 2008-05-24 18:22:17 +00:00
  • 0e63c789e3 test runner: adding more tests for attr(). Related to [5574] and [5683]. Ariel Flesler 2008-05-24 18:11:55 +00:00
  • cff5323a1d jquery core: closes #2930. Normalizing attr() to return undefined, even when getting DOM attributes. Ariel Flesler 2008-05-24 18:09:21 +00:00
  • 7f27816d30 jquery core: casting numbers received by val() to string. Ariel Flesler 2008-05-24 17:57:45 +00:00
  • ec075266e9 jquery core: saving some bytes and fixing indentation inside jQuery.prop. Ariel Flesler 2008-05-23 00:54:59 +00:00
  • 456d8a62cc Tagging the 1.2.5 release. 1.2.5 John Resig 2008-05-21 03:14:54 +00:00
  • 2db27efd66 Tagging the 1.2.4 release. 1.2.4 John Resig 2008-05-18 20:19:46 +00:00
  • 3b81847f35 jquery fx: removing a needless comment after the last commit. Ariel Flesler 2008-05-16 20:00:16 +00:00
  • 6b535eb79f jquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAYS a function. Ariel Flesler 2008-05-16 19:51:34 +00:00
  • d44c5025c4 jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a base node is found. Ariel Flesler 2008-05-16 18:37:11 +00:00
  • 3a7b09e5c7 jquery core: saving some bytes in $.fn.val by using $.makeArray. Ariel Flesler 2008-05-16 18:32:03 +00:00
  • da76a723e1 jquery core: updating a comment, thanks to Scott for spotting it. Ariel Flesler 2008-05-16 16:41:12 +00:00
  • afc2ebde14 jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'. It's an optional function that receives the ajax response, and returns the sanitized version. Ariel Flesler 2008-05-16 16:39:27 +00:00
  • 2c2a6253e3 Updating unit tests for offset Brandon Aaron 2008-05-15 23:36:06 +00:00
  • c5f4d70e2b jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'. Ariel Flesler 2008-05-15 21:03:31 +00:00
  • 82ba3709ee Reverted back to using the num helper method in offset.js Brandon Aaron 2008-05-15 20:29:52 +00:00
  • de6520b50e Added some unit tests for position method. Fixed issue with position in IE. Brandon Aaron 2008-05-15 19:38:00 +00:00
  • 9a7652260b jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defaultView.getComputedStyle as it fails on Safari 2. Ariel Flesler 2008-05-15 14:45:29 +00:00
  • 54867a9803 jquery ajax: caching repetive conversions/checks for settings.type in $.ajax. Ariel Flesler 2008-05-15 14:16:19 +00:00
  • 31f22f244b jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's null, or it open a login popup on some Opera's. Ariel Flesler 2008-05-15 13:45:09 +00:00
  • 5a92ec263d jquery dimensions & offset: moving the local function 'num' to core, so it can be safely used by both modules. Ariel Flesler 2008-05-15 12:53:07 +00:00
  • 1382ea8d98 test runner: improved the shown message of 4 isFunction tests. Ariel Flesler 2008-05-14 21:18:46 +00:00
  • b13a961ff5 jquery core: closes #1480, isFunction is even tougher. Ariel Flesler 2008-05-14 20:10:39 +00:00
  • d524c7eecc jquery ajax: closes #2842. Ariel Flesler 2008-05-14 19:50:24 +00:00
  • 69f72761fa jquery core: fixed deep extend of objects. Closes #1562 & #2820. Ariel Flesler 2008-05-14 19:45:31 +00:00
  • 831625c43e jquery offset: reducing more the code size. Ariel Flesler 2008-05-14 18:06:59 +00:00
  • ac324c97e3 jquery offset: reducing the code size. Ariel Flesler 2008-05-14 17:54:54 +00:00
  • f717260eea jquery dimensions: reducing the code size. Ariel Flesler 2008-05-14 17:23:44 +00:00
  • 44a6f5d0cb Tagging the 1.2.4b release. 1.2.4b John Resig 2008-05-14 04:53:25 +00:00
  • 06eb4d3223 jquery ajax: renaming jQuery.ajax.re to remote. Ariel Flesler 2008-05-13 19:58:00 +00:00
  • 5c0aea3bfe jquery ajax: absolute urls were assumed to be cross domain. Closes #2816. Ariel Flesler 2008-05-13 19:47:39 +00:00
  • bf802496c6 Updating outerWidth unit test to use absolute position Brandon Aaron 2008-05-13 18:56:56 +00:00
  • 28182b4320 Closes #2510 Ariel Flesler 2008-05-13 02:20:08 +00:00
  • 3f5ff3097c jquery: removing unnecessary trailing and leading spaces & tabs. Ariel Flesler 2008-05-13 01:45:58 +00:00
  • 20a7bff401 jquery event & fx: tidying some comments. Ariel Flesler 2008-05-13 01:42:35 +00:00
  • 70b5e670ca jquery core: don't let .attr() set style for xml. Ariel Flesler 2008-05-13 00:42:12 +00:00
  • e9b2781d30 jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #2453, #2537. Ariel Flesler 2008-05-13 00:37:30 +00:00
  • 37394598cb test runner: improved a test and added a missing semicolon Ariel Flesler 2008-05-12 22:59:58 +00:00
  • 16f6b3684d test runner: when errors are thrown in a test, the message is successfully show on all browsers. Ariel Flesler 2008-05-12 22:31:27 +00:00
  • 99101e02f9 jquery fx & event: replaced the use of .apply(), where .call() could had been used. Ariel Flesler 2008-05-12 19:45:02 +00:00
  • 440c08d768 jquery core: Applied #1318 to jQuery.grep Ariel Flesler 2008-05-12 01:21:50 +00:00
  • 1762dc24d6 jquery core: declared undefined locally, to speed up references, and allow munging all their names. Ariel Flesler 2008-05-11 20:59:24 +00:00
  • 6aa4200a8c fix small typo in comment Ed Engelhardt 2008-05-11 10:17:11 +00:00
  • aec0dad980 jquery core: reverted qunit introduction until build scripts are updated Jörn Zaefferer 2008-05-08 21:42:40 +00:00
  • b6bb0d46b6 jquery testsuite: switch to qunit Jörn Zaefferer 2008-05-08 19:33:49 +00:00
  • 0a794ed5fc test runner: added 2 tests for [5500] Ariel Flesler 2008-05-08 17:16:49 +00:00
  • 6a9b73c7b9 test runner: extra tests for $.fn.add enabled by [5503] and a small fix for an html() test. Ariel Flesler 2008-05-08 17:11:03 +00:00
  • 487567e82f jquery core: closes #2811, $.fn.add now calls $.unique internally, also it was failing for array-like f.e: window. Ariel Flesler 2008-05-08 17:08:59 +00:00
  • 407c5eb430 test runner: extra test case, [5501] Ariel Flesler 2008-05-08 16:25:12 +00:00
  • a56317ea3a jquery event: fixed $.fn.load, closes #2819. Ariel Flesler 2008-05-08 16:23:43 +00:00
  • 858d56fc8e jquery core: closes #2771 $.inArray now makes a === check because of IE. $.inArray is used in $.fn.index, this is shorter, and breaks the loop when possible. $.fn.index can receive a jquery object, and the first element is used Ariel Flesler 2008-05-08 16:14:49 +00:00
  • ca73ba5668 jquery event: removing 3 unnecessary lines since the addition of $.event.proxy. Ariel Flesler 2008-05-08 16:10:47 +00:00
  • 9f0c0cfec5 test runner: making 2 tests more flexible because they yield a slightly different result on Safari 3, but still acceptable. Ariel Flesler 2008-05-08 16:04:01 +00:00
  • 4b970deacd Making sure originalTarget gets copied over from the original event object Brandon Aaron 2008-05-07 13:21:16 +00:00
  • 5311565223 ajax test: Removed test for extending with null. Scott González 2008-05-07 01:16:54 +00:00
  • 96ca83d150 test runner: extra test for makeArray, related to [5481] Ariel Flesler 2008-05-07 00:46:14 +00:00
  • 4d41c71d3d jquery core: Reverting the changes added at [5480] Ariel Flesler 2008-05-07 00:07:44 +00:00
  • a584f82aef jquery core: makeArray was parsing forms into array of elements. Ariel Flesler 2008-05-06 23:28:21 +00:00