Commit Graph

  • 71d333f660 In the QuickPress media modal, use the new post id when a post is published. Ryan Boren 2012-12-03 07:17:10 +00:00
  • 594bbe90df When settting a featured image, move the currently selected image to the beginning of the library if it doesn't exist within the attachments loaded so far. Ryan Boren 2012-12-03 07:04:34 +00:00
  • 077dea75f7 Compress scripts/styles: 3.5-RC2-22992. bumpbot 2012-12-03 06:53:58 +00:00
  • 7ad3d2410c Show a spinner when attachment details are saved. Ryan Boren 2012-12-03 06:37:49 +00:00
  • c21e4809c3 Show Select Files button the first time the media modal is opened. Ryan Boren 2012-12-03 06:32:25 +00:00
  • 8adec7a437 Do not save an initial revision for a post created through the auto-draft mechanism. Prevents a bogus revision, often with the title 'Auto Draft'. Restores pre-auto-draft behavior made obvious by XML-RPC's implementation of both auto-drafts and the subsequent wp.getRevisions method. fixes #22687. see #22686. Andrew Nacin 2012-12-03 06:28:28 +00:00
  • c164b8e2c4 Compress scripts/styles: 3.5-RC2-22988. bumpbot 2012-12-03 05:42:30 +00:00
  • 9cdc4de444 Add random and reverse sorting options to gallery settings. Ryan Boren 2012-12-03 05:32:25 +00:00
  • a347195dca In Firefox, style placeholder text a dark gray since the browser doesn't do it for us. props helenyhou, fixes #22689. Andrew Nacin 2012-12-03 05:17:23 +00:00
  • 6b0e365fc0 Media: Don't add menu_order to newly uploaded attachments, to match 3.4 behavior. Reverts a bit of [22967]. props koopersmith. fixes #22607. Andrew Nacin 2012-12-03 04:54:03 +00:00
  • 558d134c6b Update gallery editing to work with the modal changes. Add nice handling for default states. Ryan Boren 2012-12-03 04:38:10 +00:00
  • 86a0b9ad45 Media: Prevent the compat view from wrapping around the attachment details. Allow the filename to break-word. props koopersmith, SergeyBiryukov. fixes #22667. Andrew Nacin 2012-12-03 04:15:32 +00:00
  • 40e9cce21d When creating a network, use get_home_path() to calculate where .htaccess (or web.config) lives. fixes #22639. Andrew Nacin 2012-12-03 03:42:02 +00:00
  • 81a083e180 Remove errant space. Andrew Nacin 2012-12-03 02:59:04 +00:00
  • e517a360cd Correctly calculate the location of wp-config.php, used in the instructions for setting up a network. see #22639. Andrew Nacin 2012-12-03 02:54:29 +00:00
  • f88b538001 Bring Featured Images back into the main media dialog. Andrew Nacin 2012-12-03 02:38:10 +00:00
  • 8a6d1c5b89 Prevent small thumbnails from being upscaled. props helenyhou. fixes #22681. Daryl Koopersmith 2012-12-03 00:42:26 +00:00
  • b32e926551 Customizer: Ensure that the 'Collapse' button is styled properly (overridding the admin button style). props helenyhou. fixes #22684. Andrew Nacin 2012-12-03 00:42:11 +00:00
  • 8cd2af059b Media templates: Make sure we have a width and height before printing dimensions. We don't calculate dimensions for icons. fixes #22680. Andrew Nacin 2012-12-02 21:53:45 +00:00
  • 30066d6553 Compress scripts/styles: 3.5-RC2-22975. bumpbot 2012-12-02 19:49:31 +00:00
  • a83710408f wp.media instead of just media. props alexkingorg, see #22676. Andrew Nacin 2012-12-02 19:24:22 +00:00
  • 23f78b14df Compress scripts/styles: 3.5-RC2-22973. bumpbot 2012-12-02 16:57:38 +00:00
  • 5c611cde9d Use wp.media, not media, in media-editor.js. see #22676. Andrew Nacin 2012-12-02 16:55:58 +00:00
  • dff51dff56 Compress scripts/styles: 3.5-RC2-22971. bumpbot 2012-12-02 16:50:10 +00:00
  • f2b9e1a090 SimplePie: Return nothing and throw an error in SimplePie_Sanitize when DOMDocument is disabled. Andrew Nacin 2012-12-02 16:43:12 +00:00
  • 1839a359b9 Add wp_enqueue_media action to the function of the same name. props koopersmith, fixes #22678. Andrew Nacin 2012-12-02 16:33:20 +00:00
  • 7d0efc4012 Avoid leaking the 'media' var into the global JS namespace. props koopersmith, fixes #22676. Andrew Nacin 2012-12-02 16:32:47 +00:00
  • d8e714d6e3 Allow the 'Uploaded to this post' view to be sorted, saving the resulting order as menu_order. Andrew Nacin 2012-12-02 16:06:31 +00:00
  • 976342549d Compress scripts/styles: 3.5-RC2-22966. bumpbot 2012-12-02 04:35:23 +00:00
  • 14bd848ee5 In the media modal, show the Link To: url. Ryan Boren 2012-12-02 00:43:08 +00:00
  • efe3a45b76 Namespace the dashboard widget nonce to avoid collisions with plugins. Ryan Boren 2012-12-02 00:12:43 +00:00
  • 511cb0ec93 Directly access post_status instead of using get_post_status() when checking for auto-draft status. Attachments with their inherit post_status were getting the auto-draft status of their parent when using get_post_status(). This caused some things to display improperly on the edit attachment page. Ryan Boren 2012-12-01 23:12:30 +00:00
  • d3ab1fe6b8 Remove stray single quote in attachment_submit_meta_box(). props Yogi T. fixes #22674. Andrew Nacin 2012-12-01 18:59:16 +00:00
  • 5a1ca22cca Compress scripts/styles: 3.5-RC2-22961. bumpbot 2012-12-01 02:56:11 +00:00
  • f9b0b72ffc Responsive and RTL css improvements or the media modal. Ryan Boren 2012-12-01 02:53:53 +00:00
  • 229c5c9be3 Media: Add -webkit-overflow-scrolling for a smoother mobile/iOS experience. Andrew Nacin 2012-12-01 01:44:15 +00:00
  • ce238d39ef Compress scripts/styles: 3.5-RC2-22958. bumpbot 2012-11-30 17:41:19 +00:00
  • 0996e3d153 Resolve race conditions in Attachments.more(). Ryan Boren 2012-11-30 16:45:43 +00:00
  • 303f2bd2ff Resolve race conditions in Attachments.more(). Provides for smoother refreshes when searching and properly cleans out content components. Ryan Boren 2012-11-30 16:41:38 +00:00
  • b80e435481 Compress scripts/styles: 3.5-RC2-22955. bumpbot 2012-11-30 15:54:16 +00:00
  • 780c0ec85b Properly pass WordPress uploading errors to wp.Uploader. Ryan Boren 2012-11-30 15:40:09 +00:00
  • 98d7fb5e28 Compress scripts/styles: 3.5-RC2-22953. TinyMCE updated. bumpbot 2012-11-30 15:20:51 +00:00
  • 06b9663f58 Refine media state machine methods. Ryan Boren 2012-11-30 15:19:11 +00:00
  • d7ec10376b Update the "Uploaded to this post" filter view when uploading new files. Ryan Boren 2012-11-30 15:11:44 +00:00
  • e06828a6c4 Add a create_posts check to _wp_translate_postdata(). Move the edit_post check to the top of the function. Ryan Boren 2012-11-30 14:03:47 +00:00
  • 74f9eabbd0 Compress scripts/styles: 3.5-RC2-22949. bumpbot 2012-11-30 13:52:16 +00:00
  • c53137f535 Scope button classes so they can be used on the frontend without interfering with theme styles. Ryan Boren 2012-11-30 13:40:59 +00:00
  • 5178ac86cb RTL fixes for media and color picker. Ryan Boren 2012-11-30 13:34:16 +00:00
  • be096cf4a5 Pressing escape now closes the media modal. props koopersmith, see #22502. Andrew Nacin 2012-11-30 08:37:17 +00:00
  • 17622c2daa Improve switching between browser and upload state. Ryan Boren 2012-11-30 06:01:47 +00:00
  • 020dfbc71a Compress scripts/styles: 3.5-RC2-22944. bumpbot 2012-11-30 05:39:13 +00:00
  • 870250e617 Correctly insert images at caret position in IE8/7. Ryan Boren 2012-11-30 04:54:09 +00:00
  • e746a5dbb5 In the edit image modal, move Title to the advanced section and move Caption above Alt. Ryan Boren 2012-11-30 04:09:17 +00:00
  • d34177f831 Remove focus outline from admin bar elements. Ryan Boren 2012-11-30 02:29:36 +00:00
  • 405868616c ImageOptim for uplaoder icons. see #22610 Ryan Boren 2012-11-30 02:18:07 +00:00
  • b44ab8213f Fix image alignment of the remove (X) icons in the media modal. Ryan Boren 2012-11-30 02:17:14 +00:00
  • 6b972a4c53 In the media modal, ensure modal events are always fired on its frame. This ensures restoreThickbox() and thus tbRemove() are called properly when clicking the close button of the modal. Ryan Boren 2012-11-30 01:55:37 +00:00
  • 3c145e0d49 In the add media modal, fallback back to caption if alt is not set. Falback to title if neither caption nor alt are set. Ryan Boren 2012-11-30 01:38:41 +00:00
  • 8bd536e6cc Update the readme to 3.5. props xibe, fixes #22647. Andrew Nacin 2012-11-30 00:57:07 +00:00
  • addc12cbf0 Update permalink structure input when selecting a structure with the radio buttons. Ryan Boren 2012-11-30 00:01:26 +00:00
  • f3da142f01 Nonces for dashboard controls. Andrew Nacin 2012-11-30 00:01:02 +00:00
  • cdce6a366e Introduce API to add back the description field in the new media popup. Ryan Boren 2012-11-29 23:52:30 +00:00
  • a792f59b19 Compress scripts/styles: 3.5-RC2-22928. bumpbot 2012-11-29 22:09:26 +00:00
  • 5c0e068d3f Send the alt attribute when sending attachments to the editor. fixes #22640. Andrew Nacin 2012-11-29 21:23:55 +00:00
  • 4a91b43ab2 3.5-RC2. Andrew Nacin 2012-11-29 19:31:56 +00:00
  • 8eb663ed3c Media help. props DrewAPicture, merty, Ipstenu. fixes #22451. Andrew Nacin 2012-11-29 17:51:54 +00:00
  • 990f02a136 Compress scripts/styles: 3.5-RC1-22924. bumpbot 2012-11-29 17:00:38 +00:00
  • 6fbf7fcfbf Revert accidental bits from r22919. see #22628 Ryan Boren 2012-11-29 16:58:08 +00:00
  • 972a3b7e43 Compress scripts/styles: 3.5-RC1-22922. bumpbot 2012-11-29 16:17:06 +00:00
  • a26c25a8bc Map the create_posts post type cap to upload_files for attachments. Ryan Boren 2012-11-29 16:14:07 +00:00
  • 49b230b82a Icons for select, deselect, and window close in the media modal. Ryan Boren 2012-11-29 14:36:12 +00:00
  • 3ad110f078 Icons for select, deselect, and window close in the media modal. Ryan Boren 2012-11-29 13:33:57 +00:00
  • 3861f2bd9e Update TinyMCE Spellchecker plugin to 2.0.6.1. Andrew Nacin 2012-11-29 02:45:16 +00:00
  • 1119f34331 Use jQuery .html() when processing HTML. Andrew Nacin 2012-11-29 02:42:06 +00:00
  • 69f1ab8b9c Verify attachment parent during upload. Andrew Nacin 2012-11-29 02:39:34 +00:00
  • caa083d2b4 Remove XML-RPC's blogger::getTemplate and setTemplate. They are not supported and do nothing. Andrew Nacin 2012-11-29 02:35:39 +00:00
  • de104a1ea6 Compress scripts/styles: 3.5-RC1-22913. bumpbot 2012-11-29 01:37:15 +00:00
  • 5c04a9daef In the gallery editor, don't stomp on custom shortcode attributes. Ryan Boren 2012-11-29 01:06:21 +00:00
  • a50c33bc44 Fix disabling of the link manager on upgrade from 3.4.2 when there are no links. Andrew Nacin 2012-11-29 00:37:30 +00:00
  • c8abb2071b In wp_list_bookmarks(), don't stomp the categorize argument. Fixes categorized display in the links widget. Ryan Boren 2012-11-28 23:19:03 +00:00
  • 0e62b927c3 Compress scripts/styles: 3.5-RC1-22909. bumpbot 2012-11-28 22:58:34 +00:00
  • 5aac5cb3de Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714. Andrew Nacin 2012-11-28 22:28:20 +00:00
  • 4e51b43ad3 Media modal: Don't fire two AJAX calls on settings update. Ryan Boren 2012-11-28 22:27:13 +00:00
  • cb529c080a Adjust size of the 'Clear List' list table button. Fix placement of other buttons next to bulk actions. props johnbillion, SergeyBiryukov, fixes #22621. Andrew Nacin 2012-11-28 22:20:45 +00:00
  • f2c4ad72d6 Media in Internet Explorer: ensure we save the caret bookmark for IE in TinyMCE for the right instance, fixes #22446 Andrew Ozz 2012-11-28 21:45:10 +00:00
  • c121dfb0fc Explicitly check for version 2.2.0 or higher of the Imagick PHP module, to ensure we can call queryFormats() statically. props DH-Shredder, fixes #22308. Andrew Nacin 2012-11-28 21:41:44 +00:00
  • fdfa14f185 Reorganize and polish the About WordPress 3.5 screen. Offer strings for translation. Andrew Nacin 2012-11-28 21:00:09 +00:00
  • bb1760e226 Route uploads through async-upload.php instead of admin-ajax.php. Ryan Boren 2012-11-28 20:17:57 +00:00
  • 8925a2cf34 Compress scripts/styles: 3.5-RC1-22901. bumpbot 2012-11-28 18:58:34 +00:00
  • b60b857268 Use create_posts whenever linking to post-new.php. props johnbillion. fixes #16714. Andrew Nacin 2012-11-28 18:24:11 +00:00
  • 2ebf4fb23c Twenty Twelve: change form input selectors to only reset non-textual input types, allowing for broader support for newer HTML5 input types. Also add better {{{button}}} support. Fixes #20579. Lance Willett 2012-11-28 18:17:38 +00:00
  • cd3696b902 Twenty Eleven: style a few more common input types. See #20579 and #21757. Lance Willett 2012-11-28 18:04:17 +00:00
  • 67891fed5c Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579. Lance Willett 2012-11-28 17:49:43 +00:00
  • ad3203f15f Twenty Twelve: only use comment thread indentation when above the first breakpoint, to avoid super-narrow indented comments in small screens. Closes #21405. Lance Willett 2012-11-28 17:43:46 +00:00
  • 2520705252 Media: Rename the dialog to 'Add Media' from 'Insert Media' to match the button. see #21390. Andrew Nacin 2012-11-28 17:18:50 +00:00
  • d6f636d353 Some IE7 CSS hacks for media to fix the gallery view. props lessbloat. fixes #22609. Andrew Nacin 2012-11-28 17:17:43 +00:00
  • e1b8f42f4d Compress scripts/styles: 3.5-RC1-22893. bumpbot 2012-11-28 04:58:34 +00:00
  • af63ca6803 Check if the object is empty, as objects are always truthy. props koopersmith. see #22593. Andrew Nacin 2012-11-28 04:41:24 +00:00
  • 82622db77e In the gallery shortcode, handle mapping of "ids" to include and orderby before the post_gallery filter. see #21816. fixes #22617. Andrew Nacin 2012-11-28 03:51:27 +00:00
  • 19e522e83b Compress scripts/styles: 3.5-RC1-22890. bumpbot 2012-11-28 02:33:43 +00:00