summaryrefslogtreecommitdiffstatshomepage
path: root/wp-includes/js/jquery
Commit message (Collapse)AuthorAge
* 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
* jQuery.noConflict(). see [24781]. see #24821.Andrew Nacin2013-07-24
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24791 602fd350-edb4-49c9-b593-d223f7449a82
* Use production version of jQuery Migrate when not SCRIPT_DEBUG, which ↵Andrew Nacin2013-07-23
| | | | | | | | | | | | silences issues. Minify jQuery as well. These were both unminified for ease of debugging. fixes #24821. git-svn-id: https://develop.svn.wordpress.org/trunk@24781 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.10.2. props ocean90. fixes #24426.Andrew Nacin2013-07-03
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24546 602fd350-edb4-49c9-b593-d223f7449a82
* Update to jQuery 1.10.1. fixes #24426.Dominik Schilling (ocean90)2013-06-01
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24395 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-beta3-24372.bumpbot2013-05-26
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24372 602fd350-edb4-49c9-b593-d223f7449a82
* Remove deprecated jQuery API .browser in suggest.js. No need for a ↵Dominik Schilling (ocean90)2013-05-26
| | | | | | replacement since it works without too. see #22975. git-svn-id: https://develop.svn.wordpress.org/trunk@24371 602fd350-edb4-49c9-b593-d223f7449a82
* Update to jQuery 1.10.0. Still includes jQuery in original, unminified form, ↵Dominik Schilling (ocean90)2013-05-25
| | | | | | for ease of testing and bug reporting. fixes #24426. git-svn-id: https://develop.svn.wordpress.org/trunk@24364 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery Migrate 1.2.1. see #22975.Dominik Schilling (ocean90)2013-05-14
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24252 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.10.3. fixes #23370.Dominik Schilling (ocean90)2013-05-08
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24204 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery Color 2.2.1. fixes #22562.Dominik Schilling (ocean90)2013-04-10
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@23954 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.10.2.Andrew Nacin2013-04-03
| | | | | | | | props ocean90. fixes #23370. git-svn-id: https://develop.svn.wordpress.org/trunk@23892 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery Migrate 1.1.1. props ocean90. see #22975.Andrew Nacin2013-02-28
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@23516 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.10.1.Andrew Nacin2013-02-16
| | | | | | | | props ocean90. see #23370. git-svn-id: https://develop.svn.wordpress.org/trunk@23442 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.10.0.Andrew Nacin2013-02-15
| | | | | | | | | | | Some lingering issues with the edit/insert link dialog. props ocean90. see #23370. git-svn-id: https://develop.svn.wordpress.org/trunk@23423 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.9.1 and jQuery Migrate 1.1.0.Andrew Nacin2013-02-15
| | | | | | | | | | | Remains uncompressed for now, until we work out all 1.9.x issues. Fixes custom fields. props ocean90, wonderboymusic. see #22975. git-svn-id: https://develop.svn.wordpress.org/trunk@23421 602fd350-edb4-49c9-b593-d223f7449a82
* Remove BOM from jquery.query.js, fixes #23315Andrew Ozz2013-01-29
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@23356 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.9 final. jQuery Migrate 1.0. Uncompressed for now, while we iron ↵Andrew Nacin2013-01-15
| | | | | | | | | | out kinks. props jorbin. see #22975. git-svn-id: https://develop.svn.wordpress.org/trunk@23301 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery Migrate plugin to latest, fixing .toggle(boolean) usage. see ↵Andrew Nacin2012-12-17
| | | | | | #22975. git-svn-id: https://develop.svn.wordpress.org/trunk@23182 602fd350-edb4-49c9-b593-d223f7449a82
* Update to jQuery 1.9 Beta 1 in trunk (3.6-alpha).Andrew Nacin2012-12-17
| | | | | | | | | | | | | | Temporarily includes jQuery in original, unminified form, for ease of testing and bug reporting. jQuery 1.9 introduces a "migrate" script for deprecated and removed behavior. Warnings are issued for methods we should not be using, and should be fixed in core. These warnings are sent to the JavaScript console and are collected in `jQuery.migrateWarnings`. See http://blog.jquery.com/2012/12/17/jquery-1-9-beta-1-released/ for more. props ocean90, see #22975. git-svn-id: https://develop.svn.wordpress.org/trunk@23180 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.9.2. props ocean90. fixes #22563.Daryl Koopersmith2012-11-26
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@22833 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.8.3. fixes #22432.Andrew Nacin2012-11-15
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@22593 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.9.1Ryan Boren2012-11-03
| | | | | | | | Props ocean90 fixes #22290 git-svn-id: https://develop.svn.wordpress.org/trunk@22361 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery Masonry for uploaded custom headers. props zamoose. fixes #20346.Andrew Nacin2012-10-14
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@22228 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.9.0 final. see #21736.Andrew Nacin2012-10-11
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@22182 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.8.2. props ocean90, fixes #21957.Andrew Nacin2012-09-23
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21958 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.8.1 final. Also restores jQuery.noConflict(). props ocean90, fixes ↵Daryl Koopersmith2012-09-01
| | | | | | #21736. git-svn-id: https://develop.svn.wordpress.org/trunk@21695 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.8.1-not-quite-final. fixes #21736.Andrew Nacin2012-08-30
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21658 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.9 RC.Andrew Nacin2012-08-30
| | | | | | | | | | | | | Adds Tooltip, Menu, and Spinner. Autocomplete depends on Menu. Renames Effects files. 1.9 final is expected next week. see #21736. git-svn-id: https://develop.svn.wordpress.org/trunk@21657 602fd350-edb4-49c9-b593-d223f7449a82
* Set jQuery Color to be a dependency for wp-lists, rather than enqueueing it ↵Andrew Nacin2012-08-28
| | | | | | | | | | | | | | | | everywhere. Any plugin wishing to use jQuery color animations must set jquery-color as a dependency (or enqueue it). Remove the un-minified version of jQuery Color. props scribu. fixes #21692. git-svn-id: https://develop.svn.wordpress.org/trunk@21646 602fd350-edb4-49c9-b593-d223f7449a82
* Update jQuery Color Animations plugin to 2.1.0. Props gnarf. fixes #21692.Andrew Nacin2012-08-27
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21632 602fd350-edb4-49c9-b593-d223f7449a82
* Switch to .min for compressed JS and CSS files.Andrew Nacin2012-08-23
| | | | | | | | | | | | | | * This moves our "development" versions from .dev.js to .js (same for css). * The compressed version then moves from .js to .min.js (same for css). By switching to the standard .min convention, it sets expectations for developers, and works nicely with existing tools such as ack. fixes #21633. git-svn-id: https://develop.svn.wordpress.org/trunk@21592 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.8.0 and jQuery UI 1.8.23. Props c3mdigital. see #21532Ryan Boren2012-08-22
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21590 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.4-RC2-21036.bumpbot2012-06-09
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21036 602fd350-edb4-49c9-b593-d223f7449a82
* Fix comment hotkeys for FF and IE. Props azaozz, SergeyBiryukov. fixes #20885Ryan Boren2012-06-09
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@21035 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.8.20. fixes #20559.Andrew Nacin2012-04-30
| | | | | | | | Fixes placeholder sizes when sorting post and dashboard meta boxes. git-svn-id: https://develop.svn.wordpress.org/trunk@20660 602fd350-edb4-49c9-b593-d223f7449a82
* Remove touch-punch.dev.js, as .js is appropriate for an external, unmodified ↵Andrew Nacin2012-04-25
| | | | | | script. see #20014. git-svn-id: https://develop.svn.wordpress.org/trunk@20599 602fd350-edb4-49c9-b593-d223f7449a82
* Remove jQuery postMessage plugin, as it is no longer used (as of [20517]). ↵Daryl Koopersmith2012-04-18
| | | | | | see #19910. git-svn-id: https://develop.svn.wordpress.org/trunk@20518 602fd350-edb4-49c9-b593-d223f7449a82
* Restore semicolons to the end of jQuery UI files, as they are needed when ↵Andrew Nacin2012-04-17
| | | | | | concatenating the files together. Will be adjusted upstream as well. props ocean90. fixes #20466. git-svn-id: https://develop.svn.wordpress.org/trunk@20494 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery UI 1.8.19. props ocean90. fixes #20466.Andrew Nacin2012-04-17
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@20492 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.4-beta1-20434.bumpbot2012-04-11
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@20434 602fd350-edb4-49c9-b593-d223f7449a82
* Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, ↵Andrew Ozz2012-04-11
| | | | | | props georgestephanis, see #20014 git-svn-id: https://develop.svn.wordpress.org/trunk@20433 602fd350-edb4-49c9-b593-d223f7449a82
* Remove jQuery Masonry. Fully reverts [20060]. see #17242Ryan Boren2012-04-02
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@20340 602fd350-edb4-49c9-b593-d223f7449a82
* jQuery 1.7.2. props ocean90. fixes #20339.Andrew Nacin2012-04-01
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@20337 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.4-alpha-20061.bumpbot2012-03-01
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@20061 602fd350-edb4-49c9-b593-d223f7449a82
* Introduce jQuery Masonry. Use it to arrange header thumbnails on custom ↵Ryan Boren2012-03-01
| | | | | | header screen. Props aaroncampbell. fixes #17242 git-svn-id: https://develop.svn.wordpress.org/trunk@20060 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.4-alpha-19994.bumpbot2012-02-25
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@19994 602fd350-edb4-49c9-b593-d223f7449a82
* Add jQuery postMessage v 0.2. Dual licensed MIT/GPL. see #19910.Andrew Nacin2012-02-25
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@19992 602fd350-edb4-49c9-b593-d223f7449a82
* Compress CSS/JS using the latest version of YUI Compressor, 2.4.7. Removes ↵Andrew Nacin2012-02-01
| | | | | | final semicolon in a CSS declaration block. Previously, committers used 2.4.2. see #19592. git-svn-id: https://develop.svn.wordpress.org/trunk@19803 602fd350-edb4-49c9-b593-d223f7449a82
* Lose EOF ?>. Clean up EOF newlines. fixes #12307Ryan Boren2012-01-08
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@19712 602fd350-edb4-49c9-b593-d223f7449a82