]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoFix #13514: Set selectedIndex to -1 when non-matching value is set on a select. Close...
ruado1987 [Sun, 3 Mar 2013 15:51:04 +0000 (23:51 +0800)]
Fix #13514: Set selectedIndex to -1 when non-matching value is set on a select. Close gh-1191.
(cherry picked from commit 48d71d0c3e53d1bb1688fc6c0593b008ced3403b)

11 years agoBuild selector.js from built sizzle. Update Sizzle.
Timmy Willison [Tue, 19 Mar 2013 19:30:52 +0000 (15:30 -0400)]
Build selector.js from built sizzle. Update Sizzle.

11 years agoupdated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202
Michał Gołębiowski [Mon, 18 Mar 2013 16:51:04 +0000 (12:51 -0400)]
updated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202

11 years agoNo ticket: Move property descriptor assignment to save a byte. Close gh-1188.
stonelee [Fri, 1 Mar 2013 04:33:37 +0000 (12:33 +0800)]
No ticket: Move property descriptor assignment to save a byte. Close gh-1188.

11 years agoAuthors update for Michał Gołębiowski. Add .mailmap entry for my old commits too...
Michał Gołębiowski [Wed, 13 Mar 2013 14:44:05 +0000 (10:44 -0400)]
Authors update for Michał Gołębiowski. Add .mailmap entry for my old commits too. Closes gh-1201.

11 years agoEdited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Michał Z. Gołębiowski [Wed, 13 Mar 2013 01:06:25 +0000 (21:06 -0400)]
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.

11 years agoUpdate Sizzle: minor windows 8 issue
Timmy Willison [Mon, 11 Mar 2013 16:55:16 +0000 (12:55 -0400)]
Update Sizzle: minor windows 8 issue

11 years agoNo ticket: compare_size returns!
Richard Gibson [Mon, 11 Mar 2013 14:06:36 +0000 (10:06 -0400)]
No ticket: compare_size returns!
(remember to `npm install`)

11 years agoRevert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d
Rick Waldron [Wed, 6 Mar 2013 20:11:20 +0000 (15:11 -0500)]
Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d

11 years agoFixes #13571. jQuery.isPlainObject 1.9.x compatibility
Rick Waldron [Wed, 6 Mar 2013 19:42:24 +0000 (14:42 -0500)]
Fixes #13571. jQuery.isPlainObject 1.9.x compatibility

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoMake data test titles more consistent and accurate
Rick Waldron [Mon, 4 Mar 2013 00:41:01 +0000 (19:41 -0500)]
Make data test titles more consistent and accurate

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13551. Guard against illegal data access by undefined elem-owner
Rick Waldron [Mon, 4 Mar 2013 00:40:33 +0000 (19:40 -0500)]
Fixes #13551. Guard against illegal data access by undefined elem-owner

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoSimplify data-* attr lookup with camelKey
Rick Waldron [Sat, 2 Mar 2013 19:09:39 +0000 (14:09 -0500)]
Simplify data-* attr lookup with camelKey

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agotest/unit/data.js style nits
Rick Waldron [Sat, 2 Mar 2013 18:07:07 +0000 (13:07 -0500)]
test/unit/data.js style nits

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13550. .data should not miss attr() set data-* with hyphenated property names...
Michał Gołębiowski [Sat, 2 Mar 2013 18:04:48 +0000 (13:04 -0500)]
Fixes #13550. .data should not miss attr() set data-* with hyphenated property names. Closes gh-1189

11 years agoRemove dup camelKey path
Rick Waldron [Sat, 2 Mar 2013 00:33:12 +0000 (19:33 -0500)]
Remove dup camelKey path

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13548. .data should not miss attr() set data-* with hyphenated property names
Rick Waldron [Sat, 2 Mar 2013 00:02:57 +0000 (19:02 -0500)]
Fixes #13548. .data should not miss attr() set data-* with hyphenated property names

11 years agoUpdating the source version to 2.0.0pre
Dave Methvin [Fri, 1 Mar 2013 18:50:16 +0000 (13:50 -0500)]
Updating the source version to 2.0.0pre

11 years agoTagging the 2.0.0b2 release. 2.0.0b2
Dave Methvin [Fri, 1 Mar 2013 18:50:10 +0000 (13:50 -0500)]
Tagging the 2.0.0b2 release.

11 years agoRemove the define.amd.jQuery check, ref gh-1150.
jrburke [Wed, 30 Jan 2013 23:32:19 +0000 (15:32 -0800)]
Remove the define.amd.jQuery check, ref gh-1150.

11 years agoRef #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.
Richard Gibson [Sat, 2 Feb 2013 02:20:15 +0000 (21:20 -0500)]
Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.

11 years agoSqueeze support module. Close gh-1165.
Oleg [Sun, 10 Feb 2013 20:01:27 +0000 (00:01 +0400)]
Squeeze support module. Close gh-1165.

11 years agoFix typos. Close gh-1186.
dmitrygusev [Wed, 27 Feb 2013 20:44:34 +0000 (00:44 +0400)]
Fix typos. Close gh-1186.

11 years ago Fixes #11151, #13388. Minor refactor of response conversion and when/where
jaubourg [Fri, 8 Feb 2013 15:26:36 +0000 (16:26 +0100)]
 Fixes #11151, #13388. Minor refactor of response conversion and when/where
 responseXXX fields are set on the jqXHR. Close gh-1164.

(Cherry-picked from 69b3d5ce0f081d3f113b2917495f35df160f8522)

11 years agoOld acceptData tests refactored and adapted to support new data system
Rick Waldron [Thu, 28 Feb 2013 19:14:40 +0000 (14:14 -0500)]
Old acceptData tests refactored and adapted to support new data system

11 years agoUpdate docs about custom builds, including unSizzled version.
Dave Methvin [Thu, 28 Feb 2013 18:56:52 +0000 (13:56 -0500)]
Update docs about custom builds, including unSizzled version.

11 years agoAdd warnings and ignore the built Sizzle file.
Dave Methvin [Wed, 27 Feb 2013 02:59:08 +0000 (21:59 -0500)]
Add warnings and ignore the built Sizzle file.

11 years agoFix #13434: native-API selector module
Richard Gibson [Tue, 19 Feb 2013 04:52:29 +0000 (23:52 -0500)]
Fix #13434: native-API selector module
What's out:
* 6 KB
* attribute not equal selector
* positional selectors (:first; :eq(n); :odd; etc.)
* type selectors (:input; :checkbox; :button; etc.)
* state-based selectors (:animated; :visible; :hidden; etc.)
* :has(selector)
* custom selectors
* leading combinators (e.g., $collection.find("> *"))
* reliable functionality on XML fragments
* requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div)
* matching against non-elements
* reliable sorting of disconnected nodes

11 years agoProperly resets firingLength when emptying the list. Fixes #13517
jaubourg [Wed, 27 Feb 2013 15:12:16 +0000 (16:12 +0100)]
Properly resets firingLength when emptying the list. Fixes #13517

11 years agoNo ticket: Squeeze data
Richard Gibson [Wed, 27 Feb 2013 04:41:57 +0000 (23:41 -0500)]
No ticket: Squeeze data

11 years agoRef #13283, move .andSelf() to deprecated.js. Close gh-1170.
Nguyen Phuc Lam [Wed, 27 Feb 2013 03:55:36 +0000 (22:55 -0500)]
Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.

11 years agoFix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.
Richard Gibson [Sat, 23 Feb 2013 17:41:37 +0000 (12:41 -0500)]
Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.

Android<4 (ancient WebKit) doesn't have full ES5 support.

11 years agoWhitespace.
Scott González [Tue, 26 Feb 2013 18:06:58 +0000 (13:06 -0500)]
Whitespace.

11 years agoFix #13471. $().on(".xyz"...) should avoid later crash.
Dave Methvin [Tue, 26 Feb 2013 17:19:04 +0000 (12:19 -0500)]
Fix #13471. $().on(".xyz"...) should avoid later crash.

If the event type is an empty string we end up hanging in .off() which makes for
mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not
allowed.

11 years agoOptimisation: Use String instead of window.String. Close gh-1176.
Timo Tijhof [Wed, 20 Feb 2013 23:01:06 +0000 (00:01 +0100)]
Optimisation: Use String instead of window.String. Close gh-1176.

Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564.

11 years agoNo ticket: move jQuery.expando to core
Richard Gibson [Mon, 25 Feb 2013 20:48:22 +0000 (15:48 -0500)]
No ticket: move jQuery.expando to core

11 years agoNo ticket: reduce support.js
Richard Gibson [Mon, 25 Feb 2013 20:33:13 +0000 (15:33 -0500)]
No ticket: reduce support.js

11 years agoFix #13505: Yet another detached add patch
Richard Gibson [Mon, 25 Feb 2013 04:24:28 +0000 (23:24 -0500)]
Fix #13505: Yet another detached add patch

11 years agoNo ticket: Restore support for Android<4.0
Richard Gibson [Sun, 24 Feb 2013 02:16:28 +0000 (21:16 -0500)]
No ticket: Restore support for Android<4.0

11 years agoFix #13499: selector with leading ID matching only a name
Richard Gibson [Sat, 23 Feb 2013 02:29:38 +0000 (21:29 -0500)]
Fix #13499: selector with leading ID matching only a name
(cherry picked from commit 5c4ab97a64c162503ac200bc7cea7f3e5725984d)

11 years agoNo ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson [Tue, 19 Feb 2013 04:52:29 +0000 (23:52 -0500)]
No ticket: Revise unit tests in anticipation of Sizzle-free builds

11 years agoNo ticket: Reduce size in anticipation of Sizzle-free builds
Richard Gibson [Fri, 22 Feb 2013 21:33:52 +0000 (16:33 -0500)]
No ticket: Reduce size in anticipation of Sizzle-free builds
(cherry picked from commit dbf3056b250bbc279fa947031181f9e25a40bacf)

11 years agoFixes typos in core.js and css.js. Closes gh-1175
Pascal Borreli [Thu, 21 Feb 2013 17:00:51 +0000 (12:00 -0500)]
Fixes typos in core.js and css.js. Closes gh-1175

11 years agoUpdated readme to have more info. Closes gh-1177
Karl Sieburg [Thu, 21 Feb 2013 16:59:13 +0000 (11:59 -0500)]
Updated readme to have more info. Closes gh-1177

11 years agoAdds module to jshintrc
Rick Waldron [Thu, 21 Feb 2013 14:56:20 +0000 (09:56 -0500)]
Adds module to jshintrc

11 years agoSupport node-like module loaders. Closes gh-1103
isaacs [Thu, 21 Feb 2013 02:30:42 +0000 (21:30 -0500)]
Support node-like module loaders. Closes gh-1103

11 years agoNo ticket: Update Sizzle
Richard Gibson [Mon, 18 Feb 2013 04:12:44 +0000 (23:12 -0500)]
No ticket: Update Sizzle

11 years agoRefactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes #1167
Rick Waldron [Wed, 13 Feb 2013 17:14:20 +0000 (12:14 -0500)]
Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes #1167

11 years agoFix #13265 #13332: traversing methods with text nodes. Close gh-1145.
Richard Gibson [Sun, 27 Jan 2013 18:24:50 +0000 (13:24 -0500)]
Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.

11 years agoOptimized Data rewrite
Rick Waldron [Mon, 11 Feb 2013 17:39:44 +0000 (12:39 -0500)]
Optimized Data rewrite

11 years agoFix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz [Thu, 7 Feb 2013 21:43:25 +0000 (05:43 +0800)]
Fix #13401: replaceWith(""). Close gh-1163.

11 years agoFix 363299ac failures: protect Safari 5.1 from CSP
Richard Gibson [Fri, 8 Feb 2013 04:43:21 +0000 (23:43 -0500)]
Fix 363299ac failures: protect Safari 5.1 from CSP

11 years agoFix 363299ac failures
Richard Gibson [Thu, 7 Feb 2013 22:03:04 +0000 (17:03 -0500)]
Fix 363299ac failures

11 years agoRef #13316: Sync all documents on full vs. minified source. Close gh-1147.
Richard Gibson [Mon, 28 Jan 2013 04:34:38 +0000 (23:34 -0500)]
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.

11 years agoFix #13310. Get the right display value for disconnected nodes. Close gh-1156.
Oleg [Fri, 1 Feb 2013 13:22:08 +0000 (17:22 +0400)]
Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.

11 years agoFix version; we are not at 2.0.0 yet!
Dave Methvin [Mon, 4 Feb 2013 15:12:14 +0000 (10:12 -0500)]
Fix version; we are not at 2.0.0 yet!

11 years agoRef fd43865c: restore correct logic
Richard Gibson [Mon, 4 Feb 2013 14:35:29 +0000 (09:35 -0500)]
Ref fd43865c: restore correct logic

11 years agoMatch the codebase standard, .split(" ") => .match( core_rnotwhite ) || []… no matter...
Rick Waldron [Sun, 3 Feb 2013 23:09:49 +0000 (18:09 -0500)]
Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []… no matter how awful it is >:|

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoStandardize on a.indexOf(b) === -1, per @gibson042 review notes
Rick Waldron [Sun, 3 Feb 2013 23:04:53 +0000 (18:04 -0500)]
Standardize on a.indexOf(b) === -1, per @gibson042 review notes

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoAvoid potential for breakage if test suite is run in a frame
Rick Waldron [Sun, 3 Feb 2013 22:58:07 +0000 (17:58 -0500)]
Avoid potential for breakage if test suite is run in a frame

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoReduce hasData per @gibson042 review notes.
Rick Waldron [Sun, 3 Feb 2013 22:55:28 +0000 (17:55 -0500)]
Reduce hasData per @gibson042 review notes.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoReduce Data.prototype.add by using the returned length value of this.owners.push...
Rick Waldron [Sun, 3 Feb 2013 20:31:23 +0000 (15:31 -0500)]
Reduce Data.prototype.add by using the returned length value of this.owners.push(owner)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Rewrite data.js (Incl. event, manipulation, tests)
Rick Waldron [Sun, 3 Feb 2013 20:27:55 +0000 (15:27 -0500)]
2.0: Rewrite data.js (Incl. event, manipulation, tests)

11 years agoAdds test for jQuery.extend deep copy with array, followed by object. Refutes and...
Rick Waldron [Sun, 3 Feb 2013 17:51:54 +0000 (12:51 -0500)]
Adds test for jQuery.extend deep copy with array, followed by object. Refutes and Closes #1154

11 years agoUpgrade QUnit: Welcome to the present!
Richard Gibson [Sun, 3 Feb 2013 17:26:56 +0000 (12:26 -0500)]
Upgrade QUnit: Welcome to the present!

11 years agoUpdate Sizzle: detached node sorting in Webkit. Fixes #13331.
Timmy Willison [Fri, 1 Feb 2013 23:06:02 +0000 (18:06 -0500)]
Update Sizzle: detached node sorting in Webkit. Fixes #13331.

11 years agoFix #13335. Remove "use strict".
Dave Methvin [Fri, 1 Feb 2013 22:17:39 +0000 (17:17 -0500)]
Fix #13335. Remove "use strict".

11 years agoAdding @andrewplummer to AUTHORS.txt
Corey Frang [Thu, 31 Jan 2013 18:13:50 +0000 (12:13 -0600)]
Adding @andrewplummer to AUTHORS.txt

11 years agoevent: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Andrew Plummer [Thu, 31 Jan 2013 18:01:34 +0000 (12:01 -0600)]
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153

Squashed commit of the following:

commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d
Author: Andrew Plummer <plummer.andrew@gmail.com>
Date:   Fri Feb 1 02:40:42 2013 +0900

    Using "hasOwnProperty" to check for direct properties "type" and
    "namespace" on events before triggering.
(cherry picked from commit f005af54e4983658e3ae504111885921c4dca383)

11 years agoMagic fixing for previous commit
Timmy Willison [Thu, 31 Jan 2013 01:48:09 +0000 (20:48 -0500)]
Magic fixing for previous commit

11 years agoRevert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.
Timmy Willison [Thu, 31 Jan 2013 01:05:39 +0000 (20:05 -0500)]
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.

11 years agoMinor updates. All parameters of an internal function are for internal use only.
Timmy Willison [Sat, 26 Jan 2013 01:44:55 +0000 (20:44 -0500)]
Minor updates. All parameters of an internal function are for internal use only.

11 years agoFix #13349. No need to sort simple .find() cases.
Dave Methvin [Wed, 30 Jan 2013 01:48:48 +0000 (20:48 -0500)]
Fix #13349. No need to sort simple .find() cases.

11 years agoFix comment about Safari shortfalls.
Dave Methvin [Tue, 29 Jan 2013 21:56:32 +0000 (16:56 -0500)]
Fix comment about Safari shortfalls.

11 years agoRevert "Fix #13291, no longer need the functionish-regex guard."
Dave Methvin [Tue, 29 Jan 2013 18:03:45 +0000 (13:03 -0500)]
Revert "Fix #13291, no longer need the functionish-regex guard."

Turns out this is still needed by Safari 5.1, which we're still supporting.

This reverts commit c4b1da40075532e4f14821b1519ae0ef6665bf1e.

11 years agoUpdate author list.
Dave Methvin [Sun, 27 Jan 2013 18:53:47 +0000 (13:53 -0500)]
Update author list.

11 years agoFix #13150, .has() w/o args checks for any callbacks. Close gh-1111.
adamcoulombe [Thu, 3 Jan 2013 22:05:00 +0000 (17:05 -0500)]
Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.

11 years agoFix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "undefine... 1144/head
Richard Gibson [Thu, 24 Jan 2013 04:25:29 +0000 (23:25 -0500)]
Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "undefined" for safer uglification
(cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5)

11 years agoFix #12656. Make event shorthands excludable.
Dave Methvin [Sun, 27 Jan 2013 04:48:59 +0000 (23:48 -0500)]
Fix #12656. Make event shorthands excludable.

11 years agoFix #12846. Restore overflow when animation is stopped.
Dave Methvin [Sun, 27 Jan 2013 03:02:15 +0000 (22:02 -0500)]
Fix #12846. Restore overflow when animation is stopped.

11 years agoChoose a lovely set of matching grunt dependencies.
Dave Methvin [Sun, 27 Jan 2013 01:55:21 +0000 (20:55 -0500)]
Choose a lovely set of matching grunt dependencies.

Stylish yet functional, this set of grunt plugins should provide hours of trouble-free operation until rc6 comes out.

11 years agoFix #13291, no longer need the functionish-regex guard.
Dave Methvin [Sun, 27 Jan 2013 01:31:37 +0000 (20:31 -0500)]
Fix #13291, no longer need the functionish-regex guard.

11 years agoFix build until next grunt rc, disable compare_size.
Dave Methvin [Sat, 26 Jan 2013 18:38:04 +0000 (13:38 -0500)]
Fix build until next grunt rc, disable compare_size.

11 years agoFix #13316. Use minified version in unit testing.
Dave Methvin [Sat, 26 Jan 2013 15:48:10 +0000 (10:48 -0500)]
Fix #13316. Use minified version in unit testing.

11 years agoFix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.
Richard Gibson [Wed, 23 Jan 2013 22:42:28 +0000 (17:42 -0500)]
Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.
(cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)

11 years agoFix #13282: QtWebKit (e.g., phantomjs) can only apply Arrays
Richard Gibson [Fri, 25 Jan 2013 04:45:44 +0000 (23:45 -0500)]
Fix #13282: QtWebKit (e.g., phantomjs) can only apply Arrays

11 years agoFix #13281: update Sizzle
Richard Gibson [Fri, 25 Jan 2013 04:11:47 +0000 (23:11 -0500)]
Fix #13281: update Sizzle

11 years agoDon't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
byroot [Thu, 24 Jan 2013 01:33:17 +0000 (02:33 +0100)]
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.

11 years agoIgnore file inputs when serializing forms. File input serialization is handled by...
Timmy Willison [Wed, 23 Jan 2013 17:23:46 +0000 (12:23 -0500)]
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.

11 years agoFix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.
Timmy Willison [Mon, 21 Jan 2013 23:03:07 +0000 (18:03 -0500)]
Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.

11 years agoTreat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes #13132...
Timmy Willison [Mon, 21 Jan 2013 21:14:56 +0000 (16:14 -0500)]
Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes #13132, #10406.

11 years agoRemoves unnecessary call to `.off()` as noted by @dcherman.
jaubourg [Mon, 21 Jan 2013 02:05:03 +0000 (03:05 +0100)]
Removes unnecessary call to `.off()` as noted by @dcherman.

11 years agoFixes #13276. Unit test is enough since the 2.x XHR transport already dismissed the...
jaubourg [Mon, 21 Jan 2013 01:53:50 +0000 (02:53 +0100)]
Fixes #13276. Unit test is enough since the 2.x XHR transport already dismissed the XML as parsed by the XHR instance.

11 years ago2.0: Reduce offset module. Close gh-1139.
Oleg [Tue, 15 Jan 2013 21:54:40 +0000 (01:54 +0400)]
2.0: Reduce offset module. Close gh-1139.

11 years agoFix #13232, fix jQuery.buildFragment for tables, close gh-1138.
Oleg [Wed, 16 Jan 2013 18:07:53 +0000 (22:07 +0400)]
Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.

11 years agoConsistently clean up after .ready() handler, close gh-1135.
Oleg [Tue, 15 Jan 2013 14:45:21 +0000 (18:45 +0400)]
Consistently clean up after .ready() handler, close gh-1135.

11 years agoFurther script transport cleanup, close gh-1123.
jaubourg [Wed, 9 Jan 2013 10:04:03 +0000 (11:04 +0100)]
Further script transport cleanup, close gh-1123.

11 years agoReduced script transport
jaubourg [Wed, 9 Jan 2013 01:01:13 +0000 (02:01 +0100)]
Reduced script transport

11 years agoFix requirements and dependencies in README, close gh-1131.
Ryunosuke SATO [Mon, 14 Jan 2013 02:59:37 +0000 (11:59 +0900)]
Fix requirements and dependencies in README, close gh-1131.

11 years agoFix broken link in CONTRIBUTING.md, close gh-1132.
Ryunosuke SATO [Mon, 14 Jan 2013 05:45:13 +0000 (14:45 +0900)]
Fix broken link in CONTRIBUTING.md, close gh-1132.