summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/js/jquery
Commit message (Collapse)AuthorAge
* Once upon a midnight dreary, while I coded, weak and weary,Gary Pendergast2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In many a strange and curious file of forgotten lore— While I pondered, blaming Nacin, my notifications suddenly awakened, As of someone quietly DMing;—DMing me, I can’t ignore. “’Tis some contributor,” I muttered, “DMing me an idea or four— Only this and nothing more.” Ah, distinctly I remember, at WordCamp US, last December; A mad proposal nearly laid me—down out cold—upon the floor. Curious, I listened closely;—to a plan I agreed with, mostly— A way to make our JavaScript—JavaScript which was a chore— Maintainable, extendable, for the future, is what I saw. Guten-ready for evermore. Open here I switch to Slack, when, with many a patch and hack, In there stepped Omar, a JavaScript developer hardcore; Pronouncing all the changes fit; ready now to be commit; “There’s nothing else for us to do,” DMing me, “It’s done!” he swore— “No longer random guessing at which file need next be explored— Let’s move on, we’re all aboard.” Moved all together, grouped and managed, in folders all is packaged, The code had all been cleaned and tidied, important parts moved to the fore, “Though this change be useful here,” I said, “it is too large, I fear, We couldn’t manage such a patch, we’ve done nothing like this before— Tell me where doth go this change, change to make our codebase soar!” Quoth Omar, “In WordPress Core.” Props omarreis for shepherding this significant change. Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc. I make no apologies for this commit message. Fixes #43055. git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery Form (unused in core) to the latest ↵Drew Jaynes2017-08-05
| | | | | | | | | version, 4.2.1. Fixes #41565. git-svn-id: https://develop.svn.wordpress.org/trunk@41233 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update Minified version of jquery.masonry.jsAaron Jorbin2016-08-18
| | | | | | | | | WordPress maintains the minified version of jquery.masonry.js since there is no official build, however it has been excluded from grunt's minification process. This adds a minification task to grunt, adds it to the precommit hook for JS, minifies the file, and bumps the version on jquery.masonry.min.js. The change to the non minified version was introduced in [38261]. Fixes #37720. See #37666. git-svn-id: https://develop.svn.wordpress.org/trunk@38276 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update Masonry shim to prevent error using isAnimated optionAaron Jorbin2016-08-15
| | | | | | | | | | | | | The isAnimated option throws an error and causes Masonry to stop functioning. Masonry.prototype.options is no longer defined in 3.3.2, this.options is and does the same. Masonry was updated to 3.3.2 in [37891]. Reported upstream: https://github.com/desandro/masonry-v2-3-shim/pull/1 Props stephenharris, ocean90, azaozz for testing and second sign off. See #37666, #32802. git-svn-id: https://develop.svn.wordpress.org/trunk@38261 602fd350-edb4-49c9-b593-d223f7449a82
* Remove `svn:executable` property from Requests and some other files.Dominik Schilling2016-07-13
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@38049 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.4.Dominik Schilling (ocean90)2016-05-23
| | | | | | | | | | Release post: https://blog.jquery.com/2016/05/20/jquery-1-12-4-and-2-2-4-released/ Changelog: https://github.com/jquery/jquery/compare/1.12.3...1.12.4 See [37433]. Fixes #36533. git-svn-id: https://develop.svn.wordpress.org/trunk@37526 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery Migrate to 1.4.1Aaron Jorbin2016-05-20
| | | | | | | | | | | | http://blog.jquery.com/2016/05/19/jquery-migrate-1-4-1-released-and-the-path-to-jquery-3-0/ Unquoted selectors for attribute selectors should function once again (and output a warning so that plugins and themes using them can update). Fixes #36892 git-svn-id: https://develop.svn.wordpress.org/trunk@37472 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.4-pre.Dominik Schilling (ocean90)2016-05-13
| | | | | | | | | | | This version includes a fix for the media library which didn't open under certain conditions. The issue was tracked upstream as "Specific table CSS style breaks `.is(':visible')`", see https://github.com/jquery/jquery/issues/3065. Also fixed: "Element which is not in page is still :visible in IE8", see https://github.com/jquery/jquery/issues/3043. Changelog: https://github.com/jquery/jquery/compare/1.12.3...376caf4d See #36533. git-svn-id: https://develop.svn.wordpress.org/trunk@37433 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.3.Aaron Jorbin2016-04-06
| | | | | | | | | | | | | | Sing it with me: jQuery fixed two issues, now you can get them with WP 4.5. Release Post: http://blog.jquery.com/2016/04/05/jquery-1-12-3-and-2-2-3-released/ Changelog: https://github.com/jquery/jquery/compare/1.12.2...1.12.3 Fixes #35380. Props ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@37164 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery Migrate to 1.4.0.Dominik Schilling (ocean90)2016-03-23
| | | | | | | | Changes: https://github.com/jquery/jquery-migrate/compare/1.3.0...1.4.0 Fixes #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@37072 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.2.Dominik Schilling (ocean90)2016-03-23
| | | | | | | | | Release post: http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/ Changelog: https://github.com/jquery/jquery/compare/1.12.1...1.12.2 See #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@37070 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.1.Dominik Schilling (ocean90)2016-02-24
| | | | | | | | | Release post: http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/ Changelog: https://github.com/jquery/jquery/compare/1.12.0...1.12.1 Fixes #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@36680 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery: Replace use of the `.load()` method for the "load" event with `.on( ↵Dominik Schilling (ocean90)2016-01-13
| | | | | | | | | | | 'load', handler )`. The shortcut is deprecated since jQuery 1.8. See http://api.jquery.com/load-event/. See #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@36287 602fd350-edb4-49c9-b593-d223f7449a82
* External Libraries: Update jQuery to 1.12.0 and jQuery Migrate to 1.3.0.Dominik Schilling (ocean90)2016-01-13
| | | | | | | | | | | | | | jQuery: * Release post: http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/ * Changes: https://github.com/jquery/jquery/compare/1.11.3...1.12.0 jQuery Migrate: * Release post: http://blog.jquery.com/2016/01/13/jquery-migrate-1-3-0-released/ * Changes: https://github.com/jquery/jquery-migrate/compare/1.2.1...1.3.0 See #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@36285 602fd350-edb4-49c9-b593-d223f7449a82
* Set `svn:eol-style` to native on "jquery-migrate.js" and ↵Dominik Schilling (ocean90)2016-01-13
| | | | | | "jquery-migrate.min.js". git-svn-id: https://develop.svn.wordpress.org/trunk@36284 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery to 1.11.3:Scott Taylor2015-06-27
| | | | | | | | | | | | | | http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/ Changelog: * https://github.com/jquery/jquery/issues?q=milestone%3A1.11.3%2F2.1.4 * https://github.com/jquery/jquery/compare/1.11.2...1.11.3 Props peterwilsoncc. Fixes #32794. git-svn-id: https://develop.svn.wordpress.org/trunk@32978 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery UI to 1.11.4.Dominik Schilling (ocean90)2015-03-11
| | | | | | | | | | | Changelog: * https://jqueryui.com/changelog/1.11.4/ * https://github.com/jquery/jquery-ui/compare/1.11.3...1.11.4 props scott.gonzalez for arranging this release. fixes #31597, #30998. git-svn-id: https://develop.svn.wordpress.org/trunk@31716 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery UI to 1.11.3.Dominik Schilling (ocean90)2015-02-27
| | | | | | | | | | Changelog: * http://jqueryui.com/changelog/1.11.3/ * https://github.com/jquery/jquery-ui/compare/1.11.2...1.11.3 fixes #31473. git-svn-id: https://develop.svn.wordpress.org/trunk@31569 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery to 1.11.2.Dominik Schilling (ocean90)2015-02-27
| | | | | | | | | | | Changelog: * https://github.com/jquery/jquery/issues?q=milestone%3A1.11.2%2F2.1.3 * https://github.com/jquery/jquery/compare/1.11.1...1.11.2 props HarishChaudhari. fixes #31423. git-svn-id: https://develop.svn.wordpress.org/trunk@31567 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery UI to 1.11.2.Dominik Schilling (ocean90)2014-10-16
| | | | | | | | Changelog: http://jqueryui.com/changelog/1.11.2/ see #29833. git-svn-id: https://develop.svn.wordpress.org/trunk@29920 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery UI to 1.11.1.Dominik Schilling (ocean90)2014-10-07
| | | | | | | | | | | | | | | | | Because jQUI's build process no longer provides individual minified files we need some additional changes: * Rename all files, remove the "jquery.ui." prefix. Add old files to `$_old_files`. * Add and use non-minified files in /src. * Add grunt task to minify jQuery UI files. * (Non-minified files will not be shipped.) Changelogs: * http://jqueryui.com/changelog/1.11.0/ * http://jqueryui.com/changelog/1.11.1/ props Fab1en, ocean90. fixes #29833. git-svn-id: https://develop.svn.wordpress.org/trunk@29847 602fd350-edb4-49c9-b593-d223f7449a82
* Fix unexpected replacement of a previous tag when selecting a tag from ↵Sergey Biryukov2014-06-26
| | | | | | | | | autosuggest results. props camdensegal. fixes #28471. git-svn-id: https://develop.svn.wordpress.org/trunk@28851 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery to 1.11.1.Dominik Schilling (ocean90)2014-05-02
| | | | | | fixes #28103. git-svn-id: https://develop.svn.wordpress.org/trunk@28238 602fd350-edb4-49c9-b593-d223f7449a82
* Update suggest.min.js for [26333].Dominik Schilling (ocean90)2014-04-02
| | | | | | | see #26110, #27599. fixes #27621. git-svn-id: https://develop.svn.wordpress.org/trunk@27911 602fd350-edb4-49c9-b593-d223f7449a82
* Preserve comments in Masonry shim. see [27780], see #27510.Andrew Nacin2014-03-27
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@27781 602fd350-edb4-49c9-b593-d223f7449a82
* Update minified jQuery Masonry shim. see [27779], see #27510.Andrew Nacin2014-03-27
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@27780 602fd350-edb4-49c9-b593-d223f7449a82
* Update Masonry v2/v3 shim from upstream.Andrew Nacin2014-03-27
| | | | | | | | props kovshenin. see #27510. git-svn-id: https://develop.svn.wordpress.org/trunk@27779 602fd350-edb4-49c9-b593-d223f7449a82
* Add jquery.masonry.min.js. fixes #25351.Andrew Nacin2014-03-04
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@27389 602fd350-edb4-49c9-b593-d223f7449a82
* Update the Masonry JavaScript library to version 3.Andrew Nacin2014-02-25
| | | | | | | | | | | | | | The new script handle is 'masonry'. The old 'jquery-masonry' handle is the official shiv that sits on top of the v3 library. While v3 no longer depends on jQuery, a theme or plugin may have bee n implicitly loading jQuery though Masonry, rather than additionally declaring it as a dependency for themselves. Thus, the shiv is separate. Themes should switch to 'masonry' and declare jQuery as a dependency on their own if they need it. Upgrade guide: http://masonry.desandro.com/appendix.html#upgrading-from-v2. imagesLoaded remai ns included with Masonry here. props shelob9. fixes #25351. git-svn-id: https://develop.svn.wordpress.org/trunk@27271 602fd350-edb4-49c9-b593-d223f7449a82
* Update to jQuery UI 1.10.4. fixes #26884.Dominik Schilling (ocean90)2014-01-24
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@27028 602fd350-edb4-49c9-b593-d223f7449a82
* Update to jQuery 1.11.0. fixes #26926.Dominik Schilling (ocean90)2014-01-24
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@27027 602fd350-edb4-49c9-b593-d223f7449a82
* Comment moderation shortcuts:Andrew Ozz2014-01-02
| | | | | | | | - Fix "toggle checkboxes" (shift+x). - Add noDisable selector and use it to stop disabling the shortcuts when a select-comment checkbox is focused. See #26755. git-svn-id: https://develop.svn.wordpress.org/trunk@26889 602fd350-edb4-49c9-b593-d223f7449a82
* Suggest.js: Trigger change event when value is selected.Dominik Schilling (ocean90)2013-11-23
| | | | | | | props obenland. fixes #26110. git-svn-id: https://develop.svn.wordpress.org/trunk@26333 602fd350-edb4-49c9-b593-d223f7449a82
* Fix JSHint errors in 5 files.Andrew Nacin2013-11-15
| | | | | | | | props seanchayes. fixes #26015, #26020, #26019, #26034, #26022. git-svn-id: https://develop.svn.wordpress.org/trunk@26200 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery Form to 3.37.0 (unused in WP core).Andrew Nacin2013-09-16
| | | | | | | | props usermrpapa. fixes #23944. git-svn-id: https://develop.svn.wordpress.org/trunk@25462 602fd350-edb4-49c9-b593-d223f7449a82
* Remove sourceMappingURL from jquery.min.js.Andrew Nacin2013-08-21
| | | | | | | | | props Jayjdk. fixes #24994. git-svn-id: https://develop.svn.wordpress.org/trunk@25072 602fd350-edb4-49c9-b593-d223f7449a82
* New develop.svn.wordpress.org repository based on the old core.svn repository.Andrew Nacin2013-08-07
* All WordPress files move to a src/ directory. * New task runner (Grunt), configured to copy a built WordPress to build/. * svn:ignore and .gitignore for Gruntfile.js, wp-config.php, and node.js. * Remove Akismet external from develop.svn. Still exists in core.svn. * Drop minified files from src/. The build process will now generate these. props koop. see #24976. and see http://wp.me/p2AvED-1AI. git-svn-id: https://develop.svn.wordpress.org/trunk@25001 602fd350-edb4-49c9-b593-d223f7449a82