]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoTagging the 1.10.0-beta1 release. 1.10.0-beta1
Dave Methvin [Fri, 10 May 2013 01:16:49 +0000 (21:16 -0400)]
Tagging the 1.10.0-beta1 release.

11 years agoUse grunt option with grunt.util.spawn, close gh-1255.
Kyle Robinson Young [Wed, 24 Apr 2013 18:56:38 +0000 (11:56 -0700)]
Use grunt option with grunt.util.spawn, close gh-1255.
(cherry picked from commit b5580a989869f0b702e60704a35e133eeee3e1fc)

11 years agoOnly call jQuery(this) when needed. Close gh-1260.
Jason Bedard [Fri, 3 May 2013 01:45:02 +0000 (18:45 -0700)]
Only call jQuery(this) when needed. Close gh-1260.

Conflicts:
.mailmap
AUTHORS.txt

11 years agoFix #13223. Re-allow leading space in HTML. Close gh-1264.
Dave Methvin [Thu, 9 May 2013 01:07:41 +0000 (21:07 -0400)]
Fix #13223. Re-allow leading space in HTML. Close gh-1264.

11 years agoCreate CDN archives in the build script.
Dave Methvin [Thu, 9 May 2013 00:00:24 +0000 (20:00 -0400)]
Create CDN archives in the build script.

11 years agoUpdate Sizzle: minor fixes
Timmy Willison [Wed, 8 May 2013 14:38:06 +0000 (10:38 -0400)]
Update Sizzle: minor fixes

11 years agoUpdate Sizzle: fix failing tests with attributes
Timmy Willison [Tue, 7 May 2013 21:37:51 +0000 (17:37 -0400)]
Update Sizzle: fix failing tests with attributes

11 years agoMove attr hook for value to Sizzle.
Timmy Willison [Tue, 7 May 2013 19:22:58 +0000 (15:22 -0400)]
Move attr hook for value to Sizzle.

Related: https://github.com/jquery/sizzle/issues/209

11 years agoNo ticket: Sync master/1.x-master README.md.
Richard Gibson [Mon, 6 May 2013 15:13:25 +0000 (11:13 -0400)]
No ticket: Sync master/1.x-master README.md.

11 years agoFix #13846: .prev sort direction
Richard Gibson [Wed, 1 May 2013 15:33:06 +0000 (11:33 -0400)]
Fix #13846: .prev sort direction
(cherry picked from commit 9c4a428528cc47b0ef87a273f191c0fbbccc9678)

11 years agoFix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson [Mon, 29 Apr 2013 17:31:59 +0000 (13:31 -0400)]
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
(cherry picked from commit 18cccd04a6f69018242bce96ef905bc5d3be6ff8)

11 years agoFix #13819: .parent sort direction
Richard Gibson [Wed, 24 Apr 2013 15:38:23 +0000 (11:38 -0400)]
Fix #13819: .parent sort direction

11 years agoFix #13809: Avoid collisions with words reserved by any version of ECMA-262
Richard Gibson [Wed, 24 Apr 2013 13:06:11 +0000 (09:06 -0400)]
Fix #13809: Avoid collisions with words reserved by any version of ECMA-262
(cherry picked from commit ad71f47b27f463c6952768c5ab2773ae15ffa745)

11 years agoFix #13810: .replaceWith(nextSibling)
Richard Gibson [Tue, 23 Apr 2013 01:08:18 +0000 (21:08 -0400)]
Fix #13810: .replaceWith(nextSibling)
(cherry picked from commit d8f7e8371230a6dd504ca02e65442745b6ff6ce2)

11 years agoFix #13807: attribute/Object.prototype name collisions
Richard Gibson [Mon, 22 Apr 2013 13:58:09 +0000 (09:58 -0400)]
Fix #13807: attribute/Object.prototype name collisions
(cherry picked from commit 67a080b284af50433583da05f84e73bc63814bab)

11 years agoFix #13797: .is with single-node context
Richard Gibson [Sat, 20 Apr 2013 15:40:27 +0000 (11:40 -0400)]
Fix #13797: .is with single-node context

11 years agoNo ticket: Reduce .find
Richard Gibson [Sat, 20 Apr 2013 14:02:07 +0000 (10:02 -0400)]
No ticket: Reduce .find

11 years agoFix failing test in manipulation. Empty string values are acceptable.
Timmy Willison [Thu, 18 Apr 2013 18:00:13 +0000 (14:00 -0400)]
Fix failing test in manipulation. Empty string values are acceptable.

11 years agoFix #13776: Add banner before generating source map. Close gh-1246.
Richard Gibson [Thu, 18 Apr 2013 17:19:22 +0000 (13:19 -0400)]
Fix #13776: Add banner before generating source map. Close gh-1246.
(cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c)

11 years agoRemove usage of the deprecated getAttributeNode() unless a support test warrants...
Timmy Willison [Thu, 18 Apr 2013 17:39:29 +0000 (13:39 -0400)]
Remove usage of the deprecated getAttributeNode() unless a support test warrants it. Fixes #12072.

11 years agoFix #13743. Remove deprecated support.boxModel. Close gh-1231.
Michał Gołębiowski [Sun, 7 Apr 2013 12:42:42 +0000 (14:42 +0200)]
Fix #13743. Remove deprecated support.boxModel. Close gh-1231.

add myself to AUTHORS.txt

11 years agoFix #13741. Make wrap/unwrap methods optional; close gh-1236.
Michał Gołębiowski [Mon, 8 Apr 2013 21:40:08 +0000 (23:40 +0200)]
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.

move size() test to unit/deprecated;
don't use size() in other tests;
make 2 unit tests actually fire;
code cleanup

11 years agoFollowup #13779: Backwards-compatible unit test
Richard Gibson [Wed, 17 Apr 2013 16:23:44 +0000 (12:23 -0400)]
Followup #13779: Backwards-compatible unit test

11 years agoFix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domMan...
Richard Gibson [Sun, 2 Dec 2012 05:14:25 +0000 (00:14 -0500)]
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domManip. Close gh-1051.
(cherry picked from commit 03db1ada2cc223edf545c5a452e55062647837fa)

11 years agoFixes #13779. Remove nodes in document order
Rick Waldron [Wed, 17 Apr 2013 02:26:22 +0000 (22:26 -0400)]
Fixes #13779. Remove nodes in document order

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson [Wed, 3 Apr 2013 17:17:02 +0000 (13:17 -0400)]
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.

11 years agoFurther spacing & code style corrections.
Michał Gołębiowski [Mon, 15 Apr 2013 17:26:34 +0000 (19:26 +0200)]
Further spacing & code style corrections.

11 years agoCorrect spacing
Michał Gołębiowski [Mon, 15 Apr 2013 17:13:08 +0000 (19:13 +0200)]
Correct spacing

11 years agoUpdate Sizzle: src attribute in IE7. Fixes #13777.
Timmy Willison [Mon, 15 Apr 2013 14:43:29 +0000 (10:43 -0400)]
Update Sizzle: src attribute in IE7. Fixes #13777.

11 years agoAdd onevar to jshintrc, but remove the option for linting the concatenated file
Timmy Willison [Tue, 9 Apr 2013 16:48:34 +0000 (12:48 -0400)]
Add onevar to jshintrc, but remove the option for linting the concatenated file

11 years agoUpdate Sizzle: jshintrc
Timmy Willison [Tue, 9 Apr 2013 16:40:50 +0000 (12:40 -0400)]
Update Sizzle: jshintrc

11 years agoUpdate jshintrc to conform to new style guide. Conform to onevar and unused in tests...
Timmy Willison [Tue, 9 Apr 2013 15:45:09 +0000 (11:45 -0400)]
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

Conflicts:
src/.jshintrc
src/data.js
test/unit/attributes.js
test/unit/core.js
test/unit/data.js
test/unit/event.js
test/unit/manipulation.js
test/unit/queue.js
test/unit/traversing.js
test/unit/wrap.js

11 years agoFix #13754: Require element.style for support tests
Richard Gibson [Tue, 9 Apr 2013 13:59:43 +0000 (09:59 -0400)]
Fix #13754: Require element.style for support tests

11 years agoFix #13393. Avoid IE9 activeElement of death.
Dave Methvin [Tue, 9 Apr 2013 01:33:25 +0000 (21:33 -0400)]
Fix #13393. Avoid IE9 activeElement of death.

(Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408)

Conflicts:
src/event.js

11 years agoAdjust the return value of the tabIndex propHook to match the spec. Fixes #13752.
Oleg Gaidarenko [Tue, 9 Apr 2013 01:33:17 +0000 (21:33 -0400)]
Adjust the return value of the tabIndex propHook to match the spec. Fixes #13752.

11 years agoUpdate Sizzle: pick IE over Chrome this time. Supplements #13378.
Timmy Willison [Mon, 8 Apr 2013 19:37:58 +0000 (15:37 -0400)]
Update Sizzle: pick IE over Chrome this time. Supplements #13378.

11 years agoRevert "Update Sizzle: use documentElement in focus selector. Fixes #13378."
Timmy Willison [Mon, 8 Apr 2013 19:36:52 +0000 (15:36 -0400)]
Revert "Update Sizzle: use documentElement in focus selector. Fixes #13378."

This reverts commit ae7efb6bc2a6e29f798e6906d217c1e7f2445c29.

11 years agoUpdate Sizzle: use documentElement in focus selector. Fixes #13378.
Timmy Willison [Mon, 8 Apr 2013 18:17:01 +0000 (14:17 -0400)]
Update Sizzle: use documentElement in focus selector. Fixes #13378.

11 years agoRef #12652: Allow overriding native .click() suppression
Richard Gibson [Sun, 7 Apr 2013 02:56:03 +0000 (22:56 -0400)]
Ref #12652: Allow overriding native .click() suppression

11 years agoNo ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
Michał Gołębiowski [Sun, 7 Apr 2013 11:48:46 +0000 (13:48 +0200)]
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.

11 years agoRef #13554: Move redundant methods to event-alias.js. Close gh-1225.
Michał Gołębiowski [Mon, 4 Mar 2013 02:22:11 +0000 (03:22 +0100)]
Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.
(cherry picked from commits 8ca9f931ec311b6f73990eac7665451a28bceac3 84a94acae1ed7d65d91df235985e433d34486dc3 100d3c351604e1f9641098da2e78678b4e6d9cdf)

11 years agoNo ticket: fix indentation. Close gh-1224.
Michał Gołębiowski [Sun, 7 Apr 2013 03:48:48 +0000 (05:48 +0200)]
No ticket: fix indentation. Close gh-1224.

11 years agoFix indentation issue with last cherry-pick.
Dave Methvin [Sat, 6 Apr 2013 20:50:36 +0000 (16:50 -0400)]
Fix indentation issue with last cherry-pick.

11 years agoFix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin [Fri, 5 Apr 2013 12:57:01 +0000 (08:57 -0400)]
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.

(Cherry picked from 1b610266502490eab42a0b9ddfac2f93da0b0fe1)

11 years agoNo ticket: minor 1.x/2.x code standardization
Richard Gibson [Fri, 5 Apr 2013 05:16:32 +0000 (01:16 -0400)]
No ticket: minor 1.x/2.x code standardization

11 years agoFix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson [Wed, 27 Mar 2013 01:20:27 +0000 (21:20 -0400)]
Fix #13539: Utilize Sizzle hooks. Close gh-1215.

11 years agoRef 65a66489: oldIE handholding for native event tests
Richard Gibson [Thu, 4 Apr 2013 23:26:08 +0000 (19:26 -0400)]
Ref 65a66489: oldIE handholding for native event tests

11 years agoFix #12199. Handle iteration over inherited properties in oldIE. Close
Brandon Johnson [Thu, 4 Apr 2013 14:14:05 +0000 (10:14 -0400)]
Fix #12199. Handle iteration over inherited properties in oldIE. Close
gh-1196.

11 years agoFix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.
Michał Gołębiowski [Mon, 4 Mar 2013 04:20:25 +0000 (05:20 +0100)]
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.

11 years agoRemove doesNotIncludeMarginInBodyOffset from support checks.
Dave Methvin [Thu, 4 Apr 2013 01:44:40 +0000 (21:44 -0400)]
Remove doesNotIncludeMarginInBodyOffset from support checks.

11 years agoRemove an unused support check, correct a comment. Close gh-1212.
Michał Gołębiowski [Tue, 26 Mar 2013 03:48:47 +0000 (04:48 +0100)]
Remove an unused support check, correct a comment. Close gh-1212.

11 years agoUpdate grunt-contrib-jshint to 0.3.0, ref gh-1204.
Michał Gołębiowski [Wed, 13 Mar 2013 23:23:36 +0000 (00:23 +0100)]
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.

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

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

Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3

Conflicts:
src/exports.js

11 years agoNo ticket: fix build date formatting
Richard Gibson [Mon, 1 Apr 2013 17:02:57 +0000 (13:02 -0400)]
No ticket: fix build date formatting
(cherry picked from commit 5b59a63b2b9247b326c654ca941a1dfe77914024)

11 years agoNo ticker: grunt_compare_size options. Close gh-1210. 1383/head 1402/head 1432/head 1581/head
Tom Fuertes [Mon, 25 Mar 2013 04:47:46 +0000 (23:47 -0500)]
No ticker: grunt_compare_size options. Close gh-1210.
(cherry picked from commit 1f530e286755416369f4452d20f5ab6bb175451d)

11 years agoNo ticket: Grunt changes from 2.0 selector-native
Dave Methvin [Wed, 27 Feb 2013 02:59:08 +0000 (21:59 -0500)]
No ticket: Grunt changes from 2.0 selector-native
(cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93)

11 years agoUse semver versions for our in-between versions as well. Also update Sizzle.
Timmy Willison [Sat, 23 Mar 2013 19:22:49 +0000 (15:22 -0400)]
Use semver versions for our in-between versions as well. Also update Sizzle.

http://semver.org/

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.

11 years agoUpdate Sizzle: now uses built files
Timmy Willison [Tue, 19 Mar 2013 19:55:37 +0000 (15:55 -0400)]
Update Sizzle: now uses built files

11 years agoUpdate copyright year
Timmy Willison [Tue, 19 Mar 2013 19:35:59 +0000 (15:35 -0400)]
Update copyright year

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

11 years agoupdated Grunt to 0.4.1
Michał Gołębiowski [Mon, 18 Mar 2013 16:58:53 +0000 (12:58 -0400)]
updated Grunt to 0.4.1

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 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.

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 agoTry these dependencies since they work for 2.0
Dave Methvin [Wed, 27 Feb 2013 04:17:13 +0000 (23:17 -0500)]
Try these dependencies since they work for 2.0

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

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.
(cherry picked from commit 31478b90128a60585c087bee57d31148677a99cd)

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 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 21:06:09 +0000 (16:06 -0500)]
No ticket: reduce support.js

11 years agoFix #13505: Yet another detached add patch
Richard Gibson [Mon, 25 Feb 2013 04:24:06 +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:15:53 +0000 (21:15 -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

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
(cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)

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

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

11 years agoFix #13463: Update copyright
Richard Gibson [Sun, 17 Feb 2013 14:30:21 +0000 (09:30 -0500)]
Fix #13463: Update copyright

11 years agoFix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.
Richard Gibson [Sun, 27 Jan 2013 16:36:04 +0000 (11:36 -0500)]
Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.

11 years agoNo ticket: keep jquery.min.js.gz under 32K
Richard Gibson [Tue, 12 Feb 2013 05:45:35 +0000 (00:45 -0500)]
No ticket: keep jquery.min.js.gz under 32K

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.
(cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f)

11 years agoRef #13316: Sync all test documents on full vs. minified source.
Richard Gibson [Fri, 8 Feb 2013 05:20:33 +0000 (00:20 -0500)]
Ref #13316: Sync all test documents on full vs. minified source.

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 ago2013!
Dave Methvin [Tue, 5 Feb 2013 00:59:13 +0000 (19:59 -0500)]
2013!

11 years agoUpdating the source version to 1.9.2pre
Dave Methvin [Tue, 5 Feb 2013 00:56:34 +0000 (19:56 -0500)]
Updating the source version to 1.9.2pre

11 years agoTagging the 1.9.1 release.
Dave Methvin [Tue, 5 Feb 2013 00:56:06 +0000 (19:56 -0500)]
Tagging the 1.9.1 release.

11 years agoFix #13356. Clean up after load/ready handlers. Close gh-1152.
Oleg [Tue, 22 Jan 2013 17:58:41 +0000 (21:58 +0400)]
Fix #13356. Clean up after load/ready handlers. Close gh-1152.

11 years agoFix #13310. Get the right display value for disconnected nodes. Close gh-1155.
Oleg [Fri, 1 Feb 2013 12:57:50 +0000 (16:57 +0400)]
Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.

11 years agoFix #13089. Only apply zoom to IE6/7 body.
Dave Methvin [Sun, 3 Feb 2013 18:54:38 +0000 (13:54 -0500)]
Fix #13089. Only apply zoom to IE6/7 body.

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

11 years agoRef #12846 and 3b6d8941d8. Fix unit test for IE6.
Dave Methvin [Sun, 3 Feb 2013 03:18:33 +0000 (22:18 -0500)]
Ref #12846 and 3b6d8941d8. Fix unit test for IE6.

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.

11 years agoFix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Oleg [Tue, 29 Jan 2013 00:04:58 +0000 (04:04 +0400)]
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.

Change uglify-js options for compressor
Change variables initialization sequence for some declarations

11 years agoChange variables initialization sequence for some declarations
Oleg [Fri, 25 Jan 2013 02:26:16 +0000 (06:26 +0400)]
Change variables initialization sequence for some declarations

11 years agoAgain, magic fixing for previous commit.
Timmy Willison [Thu, 31 Jan 2013 01:52:06 +0000 (20:52 -0500)]
Again, magic fixing for previous commit.