summaryrefslogtreecommitdiffstatshomepage
path: root/wp-includes/js
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
* Set audio player to width: 100% and avoid breaking the layout in iOS when we ↵Andrew Nacin2013-08-01
| | | | | | | | | | | fall back to a link. props markjaquith, davidjlaietta. fixes #24896. git-svn-id: https://develop.svn.wordpress.org/trunk@24948 602fd350-edb4-49c9-b593-d223f7449a82
* Update MediaElement.js to 2.13.0 build, which fixes issues WordPress ↵Andrew Nacin2013-08-01
| | | | | | reported. see #24183. git-svn-id: https://develop.svn.wordpress.org/trunk@24946 602fd350-edb4-49c9-b593-d223f7449a82
* Pass pluginPath to MediaElement.js, fixing playback when ME.js is served ↵Andrew Nacin2013-08-01
| | | | | | | | | | | through load-scripts.php. props ocean90, wonderboymusic, azaozz. fixes #24902. git-svn-id: https://develop.svn.wordpress.org/trunk@24940 602fd350-edb4-49c9-b593-d223f7449a82
* RTL fix for MediaElement.js video controls. Also filed upstream. fixes ↵Andrew Nacin2013-07-31
| | | | | | #24897. for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@24924 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.7-alpha-24912.bumpbot2013-07-31
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24912 602fd350-edb4-49c9-b593-d223f7449a82
* New build of MediaElement.js SWF. see #24183.Andrew Nacin2013-07-31
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24910 602fd350-edb4-49c9-b593-d223f7449a82
* Heartbeat: Reduce the heartbeat from 120 sec to 100 sec when the window ↵Andrew Nacin2013-07-31
| | | | | | | | | | | doesn't have the focus, to be shorter than the post lock expiration window. props azaozz. fixes #24894. git-svn-id: https://develop.svn.wordpress.org/trunk@24908 602fd350-edb4-49c9-b593-d223f7449a82
* New build of SWFUpload that ignores URL query strings.Andrew Nacin2013-07-29
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24880 602fd350-edb4-49c9-b593-d223f7449a82
* Update MediaElement.js SWF file from upstream. Fixes issues with controls. ↵Andrew Nacin2013-07-29
| | | | | | fixes #24183. git-svn-id: https://develop.svn.wordpress.org/trunk@24861 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.7-alpha-24851.bumpbot2013-07-29
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24851 602fd350-edb4-49c9-b593-d223f7449a82
* Avoid racing TinyMCE, which avoids the creation of unnecessary autosaves. ↵Andrew Nacin2013-07-29
| | | | | | props azaozz. see #7392. git-svn-id: https://develop.svn.wordpress.org/trunk@24849 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.7-alpha-24847.bumpbot2013-07-29
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24847 602fd350-edb4-49c9-b593-d223f7449a82
* Set the default internal search value for the link dialog to be the text ↵Helen Hou-Sandi2013-07-29
| | | | | | that is highlighted in the editor. props greuben. fixes #16276. git-svn-id: https://develop.svn.wordpress.org/trunk@24841 602fd350-edb4-49c9-b593-d223f7449a82
* Add "experimental" to heartbeat phpdoc, fixes #24855 for trunk.Andrew Ozz2013-07-28
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24818 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC2-24801.bumpbot2013-07-27
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24801 602fd350-edb4-49c9-b593-d223f7449a82
* Parse `attrs` before comparing to `attachment.attributes`. Small efficiency ↵Mark Jaquith2013-07-27
| | | | | | | | gain. Props garyc40. Fixes #24753. git-svn-id: https://develop.svn.wordpress.org/trunk@24800 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24793.bumpbot2013-07-24
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24793 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
* Autosave: Don't save an autosave unnecessarily when the post editor loads ↵Andrew Nacin2013-07-24
| | | | | | | | | | | | and TinyMCE is the default editor. Delete such useless autosaves when we detect them in edit-form-advanced.php. see #7392. git-svn-id: https://develop.svn.wordpress.org/trunk@24787 602fd350-edb4-49c9-b593-d223f7449a82
* Update MediaElement.js to a new 2.12.1 (untagged) build. see #24183.Andrew Nacin2013-07-24
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24786 602fd350-edb4-49c9-b593-d223f7449a82
* Media: Fix embedding of audio/video players when the file was just uploaded.Andrew Nacin2013-07-23
| | | | | | | | | | While uploading, we know an attachment's filename but not its mime type. Check specifically for extensions. Check for type as a convenience when it is available. fixes #24449. git-svn-id: https://develop.svn.wordpress.org/trunk@24784 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
* Compress scripts/styles: 3.6-RC1-24778.bumpbot2013-07-23
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24778 602fd350-edb4-49c9-b593-d223f7449a82
* Media: Add awareness to Attachment Display Settings that audio and video can ↵Andrew Nacin2013-07-23
| | | | | | | | | | | | | | be embedded. Also: * Add file length metadata to Attachment Details. * Round the kb/s bitrate on post.php. fixes #24449. git-svn-id: https://develop.svn.wordpress.org/trunk@24777 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24776.bumpbot2013-07-23
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24776 602fd350-edb4-49c9-b593-d223f7449a82
* Autosave:Andrew Nacin2013-07-23
| | | | | | | | | | | | | * Remove editor.js as a dependency for autosave.js, as it was in 3.5. * Remove heartbeat.js as an implicit dependency. * Abstract out the serialization of title/content/excerpt for comparisons. props azaozz. fixes #24756. git-svn-id: https://develop.svn.wordpress.org/trunk@24774 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24773.bumpbot2013-07-22
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24773 602fd350-edb4-49c9-b593-d223f7449a82
* Fix a media regression in [24110] that could cause duplicate models.Mark Jaquith2013-07-22
| | | | | | Props garyc40. Fixes #24753. See #24094, #23830. git-svn-id: https://develop.svn.wordpress.org/trunk@24771 602fd350-edb4-49c9-b593-d223f7449a82
* Update MediaElement.js to include i18n fixes that were accepted upstream. ↵Andrew Nacin2013-07-19
| | | | | | | | | | | Add strings to script-loader. props SergeyBiryukov. see #24183. git-svn-id: https://develop.svn.wordpress.org/trunk@24755 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24750.bumpbot2013-07-19
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24750 602fd350-edb4-49c9-b593-d223f7449a82
* Simplify heartbeat API.Andrew Nacin2013-07-19
| | | | | | | | | | | | * Move to a method to check connection errors, a better framework for future changes. * Remove start(), stop(), autostart. props carldanley. fixes #23216. git-svn-id: https://develop.svn.wordpress.org/trunk@24749 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24748.bumpbot2013-07-19
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24748 602fd350-edb4-49c9-b593-d223f7449a82
* Post type support for local autosaves. props azaozz. see #24756.Andrew Nacin2013-07-19
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24747 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24746.bumpbot2013-07-18
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24746 602fd350-edb4-49c9-b593-d223f7449a82
* Better 'Connection lost' notice that includes an indication of activity. ↵Andrew Nacin2013-07-18
| | | | | | fixes #24695. git-svn-id: https://develop.svn.wordpress.org/trunk@24743 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24742.bumpbot2013-07-18
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24742 602fd350-edb4-49c9-b593-d223f7449a82
* Fire wp_auth_check_load() from admin_enqueue_scripts instead of admin_init ↵Ryan Boren2013-07-18
| | | | | | | | | | | | | | | so that it can access the current screen object. Black list the update and upgrade screens. Allow plugins to white/black list screens via the wp_auth_check_load filter. Props nacin see #23295 git-svn-id: https://develop.svn.wordpress.org/trunk@24738 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-RC1-24717.bumpbot2013-07-16
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24717 602fd350-edb4-49c9-b593-d223f7449a82
* Only add the autosave notice to the first `<h2>` on the page.Mark Jaquith2013-07-16
| | | | | | Props azaozz. See #24755. git-svn-id: https://develop.svn.wordpress.org/trunk@24710 602fd350-edb4-49c9-b593-d223f7449a82
* Fix a comment typo in heartbeat.js, props mordauk, fixes #24745.Andrew Ozz2013-07-13
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24705 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-beta4-24697.bumpbot2013-07-13
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24697 602fd350-edb4-49c9-b593-d223f7449a82
* Logged out warnings:Andrew Ozz2013-07-12
| | | | | | | | | - Replace the Close button with an always visible "X" icon in the top/right corner. - Check if the user is still logged in every 3 min. by default. - Add 'wp_auth_check_interval' filter so the interval can be set from PHP. See #23295. git-svn-id: https://develop.svn.wordpress.org/trunk@24695 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-beta4-24694.bumpbot2013-07-12
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24694 602fd350-edb4-49c9-b593-d223f7449a82
* For an intermittent connection, only disable save and publish buttons when ↵Andrew Nacin2013-07-12
| | | | | | | | | | | the request times out. An error still means a we have a connection. props azaozz. see #24695. git-svn-id: https://develop.svn.wordpress.org/trunk@24691 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-beta4-24656.bumpbot2013-07-11
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24656 602fd350-edb4-49c9-b593-d223f7449a82
* Logged out warnings:Andrew Ozz2013-07-11
| | | | | | | | - Close the iframe immediately on successful login. - Catch iframe origin exceptions in WebKit when there is a server error or another page is loaded in the iframe. See #23295. git-svn-id: https://develop.svn.wordpress.org/trunk@24655 602fd350-edb4-49c9-b593-d223f7449a82
* Add file header to heartbeat.js, props DrewAPicture, fixes #24723Andrew Ozz2013-07-11
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24654 602fd350-edb4-49c9-b593-d223f7449a82
* Compress scripts/styles: 3.6-beta4-24653.bumpbot2013-07-11
| | | | git-svn-id: https://develop.svn.wordpress.org/trunk@24653 602fd350-edb4-49c9-b593-d223f7449a82
* Rename wp.xhr to wp.ajax to match admin-ajax.php (which it uses), ↵Andrew Nacin2013-07-11
| | | | | | jQuery.ajax (which it wraps), etc. see #24424. git-svn-id: https://develop.svn.wordpress.org/trunk@24652 602fd350-edb4-49c9-b593-d223f7449a82