Commit Graph

  • 5f936ab3dd Smooth out some display and race condition issues with the media modal loading spinner. props kadamwhite, gcorne. see #24859. Helen Hou-Sandi 2014-03-12 21:06:30 +00:00
  • 395b466fb7 Revert [27203], restore JIT color scheme stylesheets. Restores [27111]. Andrew Nacin 2014-03-12 16:11:38 +00:00
  • 96b39f3363 Avoid a notice in trackback_rdf() if user agent is not set. Sergey Biryukov 2014-03-12 12:53:49 +00:00
  • 8fc52817b9 TinyMCE modals: re-enable the Close button in charmap, fix arrows in listboxes, add and position dashicons to the menu (when visible), see #26952 Andrew Ozz 2014-03-12 08:18:56 +00:00
  • 61bc04deff Change string "Create Playlist" to "Create Audio Playlist." Open new tickets for individual issues. Scott Taylor 2014-03-12 04:39:28 +00:00
  • 36df368171 In WP_Query::get_queried_object(), account for pre_get_posts by checking for tag when tag_id isn't present. Tags still need to be rolled up into tax_query. Add a unit test confirming expected query vars during and after pre_get_posts. Scott Taylor 2014-03-12 04:07:41 +00:00
  • 0336d4c265 wpLink: bring back the Cancel link, improve responsive styles, see #26952 Andrew Ozz 2014-03-12 03:06:11 +00:00
  • 3a126c0452 Use correct variable in themes JS, fixes themes.php. Andrew Nacin 2014-03-12 00:28:26 +00:00
  • f3629139a5 Correct the "View Post" button link when changing a post slug. Fixes #16477. Props aubreypwd. John Blackbourn 2014-03-11 22:59:03 +00:00
  • f45c06c09c Avoid searching HTML tags when searching plugins and themes. Fixes #27136. Props enej. John Blackbourn 2014-03-11 22:23:51 +00:00
  • 961899214e Present a normal admin page when bailing out of the Plugin Editor screen. Fixes #27067. Props SergeyBiryukov. John Blackbourn 2014-03-11 22:13:05 +00:00
  • b7fbb777e9 Add missing hyperlink styles to the login screen. Fixes #27245. John Blackbourn 2014-03-11 20:50:55 +00:00
  • 11f58c181f Avoid unintentional overriding of .spinner styles for HiDPI displays. Sergey Biryukov 2014-03-11 19:41:22 +00:00
  • 28dd458547 Avoid a warning in wpdb::db_connect(). before_needle parameter of strstr() was added in PHP 5.3. Sergey Biryukov 2014-03-11 19:26:02 +00:00
  • 1a769c0e11 Remove duplicate description of WP_List_Table class. Sergey Biryukov 2014-03-11 16:22:44 +00:00
  • 6aa60cf530 Assign correct variable. Andrew Nacin 2014-03-11 13:23:14 +00:00
  • 1f5eec43cd A nice round commit number for a beta 1. Andrew Nacin 2014-03-11 07:53:15 +00:00
  • 96176b269d Bring the theme browsing experience from 3.8 to the theme installer. First pass. Andrew Nacin 2014-03-11 07:46:27 +00:00
  • a9b6b9339f JS linting for [27497]. Andrew Nacin 2014-03-11 04:19:25 +00:00
  • 6f2544944f Add header image uploads with cropping to the customizer. Andrew Nacin 2014-03-11 04:12:17 +00:00
  • a186292eba wpLink: better structural and responsive styles, see #26952 Andrew Ozz 2014-03-11 03:35:52 +00:00
  • a927982d0c wpLink: set max-height to 500px (like before) and vertically center the modal (except in IE8), see #26952 Andrew Ozz 2014-03-11 02:35:04 +00:00
  • 7812a3fa77 wpLink: stop using UI dialog, restyle the modal, add better responsive behaviour. Fix UI dialog styling to match the rest of the admin styling. Props avryl, see #26952 Andrew Ozz 2014-03-11 00:03:54 +00:00
  • 020ba8e15a Revert [27492]. see #27112. Andrew Nacin 2014-03-10 23:29:49 +00:00
  • f36e40de2c Add widget customizer tests missing from [27419]. see #27112. Andrew Nacin 2014-03-10 23:04:53 +00:00
  • 6308a3c93d Fix docs for the deactivate_$plugin and deactivated_plugin hooks. Drew Jaynes (DrewAPicture) 2014-03-10 21:33:54 +00:00
  • b005551879 A string was missing its translation wrapper in the Underscore template for video details. Scott Taylor 2014-03-10 00:18:12 +00:00
  • 7770275918 Add a class, wp-playlist-playing, to the currently loaded track when tracks are displayed. Add some subtle styles for light and dark playlist themes. Scott Taylor 2014-03-10 00:14:42 +00:00
  • c2cd0d6215 Add a filter and document it: playlist_styles. Allows users to roll their own playlist themes. Scott Taylor 2014-03-09 23:36:57 +00:00
  • 975cf5574a Update the UI styles for Playlist Settings. Scott Taylor 2014-03-09 23:18:06 +00:00
  • c87fc83bf8 Playlists: Scott Taylor 2014-03-09 22:44:22 +00:00
  • bfbb7ee78a Adjust the height of the header and footer in the Find Posts modal on the Media Library screen, see #26952 Andrew Ozz 2014-03-09 22:19:36 +00:00
  • 517de7ea31 Allow for custom authentication handlers for all requests. Andrew Nacin 2014-03-09 15:22:13 +00:00
  • e4bb7b0e8c Editor: Show 'View Post' for any post the author can read. Andrew Nacin 2014-03-09 13:52:08 +00:00
  • 292f70aba3 Admin Menu: Set default value of $icon_url in add_menu_page() to dashicons-admin-generic, fixes #26630. Dominik Schilling (ocean90) 2014-03-09 11:12:35 +00:00
  • d39e5ecafd Video editing in the media modal: Scott Taylor 2014-03-09 10:31:36 +00:00
  • 29e2d9f66a Since audio and video shortcodes don't point at actual attachments, don't persist the library's selection. Move the media instructions in the block that scrolls. Scott Taylor 2014-03-09 06:23:18 +00:00
  • 7361703264 Add wp.media.view.MediaFrame.MediaDetails, which wp.media.view.MediaFrame.AudioDetails and media.view.MediaFrame.VideoDetails extend. The subclasses subsequently only need to set createStates() and bindHandlers(), as well as any missing toolbar views. Scott Taylor 2014-03-09 06:04:29 +00:00
  • 3c8d2a99f2 Audio/Video shortcodes in the media modal: Scott Taylor 2014-03-09 05:24:10 +00:00
  • 8064f5dbc4 In wp.media.model.PostAudio and wp.media.model.PostVideo, use Underscore's unset method when clearing out properties when the attachment changes. Scott Taylor 2014-03-09 01:05:48 +00:00
  • 67512aa18a Audio/Video shortcodes in the media modal: Scott Taylor 2014-03-09 01:00:53 +00:00
  • f6d9b60cd0 Add context to an internal HTTP API hook. Andrew Nacin 2014-03-08 21:53:51 +00:00
  • 036cb74d46 Add unit tests for searching by relevance. Andrew Nacin 2014-03-08 21:26:26 +00:00
  • 5fde82be76 Better standardize parameter value types in PHPDocs where both a post ID or WP_Post would be acceptable. Drew Jaynes 2014-03-08 19:31:51 +00:00
  • f225973b62 Allow $crop in add_image_size() to receive crop anchors (top, left, right, bottom, center). Andrew Nacin 2014-03-08 06:13:27 +00:00
  • ab7960e009 I am having a bad day. see #13265. Andrew Nacin 2014-03-08 04:19:24 +00:00
  • 928a972fb5 Rename the new page_templates filter to theme_page_templates, and pass it a post object for proper context. Andrew Nacin 2014-03-08 04:18:30 +00:00
  • 4cf6fc1a99 Use SSL when linking to WordPress.org. see #27115. Andrew Nacin 2014-03-08 04:13:28 +00:00
  • 89241aee8d Widgets dashicons update. Andrew Nacin 2014-03-08 03:37:10 +00:00
  • 5d48091e5d Remove lame debugging. see #23057. Andrew Nacin 2014-03-08 03:15:49 +00:00
  • 750fe42507 Normalize $reassign in wp_delete_user() to ensure the hooks receive consistent values. Andrew Nacin 2014-03-08 03:15:06 +00:00
  • ccebc9746a Use correct function name. see [27374]. Sergey Biryukov 2014-03-08 02:44:58 +00:00
  • 53c76ed168 Limit the drag/drop upload only to newer browsers (IE10+), add a fullscreen dropzone in DFW mode, props kovshenin, see #19845 Andrew Ozz 2014-03-08 01:34:04 +00:00
  • 28b34b3811 Fix docblock formatting in [27462]. see #23057. Sergey Biryukov 2014-03-08 01:25:28 +00:00
  • e925502c25 Pass $reassign parameter to 'delete_user' and 'deleted_user' actions. Sergey Biryukov 2014-03-08 01:22:51 +00:00
  • 65ac1e6f2d Adjust .find-box-inside responsive style, props avryl, see #26952 Andrew Ozz 2014-03-08 00:46:03 +00:00
  • c88f6ba1e9 Set minimum z-index for the TinyMCE modals and adjust the z-index in DFW, see #26952 azaozz 2014-03-08 00:40:03 +00:00
  • 613b28cc81 Remove a cache-busting hack from Tests_Term_getTerms::test_get_terms_exclude_tree(). It is no longer necessary after #14485 and #25711. Scott Taylor 2014-03-07 19:35:55 +00:00
  • 3010c5aa20 In get_terms(), leverage get_term_children() over _get_term_children() when making sure to show empty terms that have children in a hierarchical taxonomy while avoiding duplicates. Scott Taylor 2014-03-07 19:29:01 +00:00
  • 666cd37087 get_term_children() returns an array of IDs, not objects. The docs have been updated to reflect this. Scott Taylor 2014-03-07 19:15:11 +00:00
  • dfc11a170b On second thought, allow posts_per_rss to be set in pre_get_posts to override the posts_per_rss option. There are backwards compatibility concerns otherwise. Scott Taylor 2014-03-07 18:58:33 +00:00
  • 65932f71fd When setting posts_per_page in WP_Query::get_posts(), check for is_feed() in the same place where posts_per_page is set when it is not already set. Previously, when is_feed() was true, posts_per_page would be arbitrarily overwritten. This fix allows posts_per_page to be set during pre_get_posts when is_feed() is true and not be overwritten. Scott Taylor 2014-03-07 18:32:40 +00:00
  • a8bc73c543 When MEDIA_TRASH is true, show the proper context in the attachment-details sidebar. Without this fix, it always showed "Delete Permanently." Scott Taylor 2014-03-07 16:41:49 +00:00
  • 69cf45e4dd JSHint addendum to [27450]. Scott Taylor 2014-03-07 08:43:54 +00:00
  • 0143c2d90a Videos in the media modal: Scott Taylor 2014-03-07 08:31:57 +00:00
  • 5e5caca113 TinyMCE editimage: show the toolbar on mouseup to avoid accidental clicks on the buttons, fixes #24409 Andrew Ozz 2014-03-07 06:33:06 +00:00
  • 43a8fb1bd2 Support the autoplay attribute, even when the plugin type for a MediaElement instance is Flash. In the media modal, wp.media.view.VideoDetails and wp.media.view.AudioDetails now extend a unified wp.media.view.MediaDetails class which contains all of the player creation and destruction logic. The remove() method mimics the mejs.MediaElementPlayer.remove() method, but does not re-add the audio/video tag to the DOM. The MEjs method is especially problematic when the tag has autoplay="true" and the view has been detached but not destroyed. Scott Taylor 2014-03-07 05:51:25 +00:00
  • 5a13b572cb TinyMCE: add Ctrl+K, the "de-facto standard" shortcut to open wpLink, fixes #27305 Andrew Ozz 2014-03-07 03:09:00 +00:00
  • 142b5208fa Remove the box-shadow from the separator in the right sidebar of the media modal. Scott Taylor 2014-03-07 02:45:18 +00:00
  • bb00c66c6a TinyMCE: - Restore the "link" button state to disabled by default and enabled when text or image is selected. - Remove the (recently added) default link plugin, not needed for wpLink. See #27309 Andrew Ozz 2014-03-07 02:01:07 +00:00
  • 207da4064a Be more specific about which themes we want to jshint. props jorbin. fixes #27308. Helen Hou-Sandi 2014-03-06 23:41:18 +00:00
  • 55e1b4c982 At long last, a first pass at bringing the image editor into the media modal. props gcorne, DH-Shredder, tomauger. see #21811. Helen Hou-Sandi 2014-03-06 22:54:32 +00:00
  • 95b13bb758 Add missing Dashicons classes to Network Admin menu, see #26630. Dominik Schilling (ocean90) 2014-03-06 22:51:53 +00:00
  • ad3f6ef9d9 Call the correct remove() method on the MEjs instance when exiting the media modal. Scott Taylor 2014-03-06 20:12:39 +00:00
  • b727bef3f3 Twenty Fourteen: Add a .button class. Andrew Nacin 2014-03-06 19:53:42 +00:00
  • 4bbd5ef1d6 maybe_regenerate_attachment_metadata() is now wp_maybe_generate_attachment_metadata(). Andrew Nacin 2014-03-06 19:33:32 +00:00
  • e1773d3a18 Cleanup audio/video shortcodes in the media modal: Scott Taylor 2014-03-06 19:05:11 +00:00
  • ff3c96208a In get_site_by_path(), avoid passing $paths through prepare(). If a path contains a %, we end up with problems. see #27003. Andrew Nacin 2014-03-06 18:17:32 +00:00
  • 15533d1d1f Add a loading indicator to the Media Library. Scott Taylor 2014-03-06 17:45:26 +00:00
  • 00b00312b3 Revisions: Restore [24929] which was reverted in [26072]. Dominik Schilling (ocean90) 2014-03-06 16:49:08 +00:00
  • 2862cb85d8 Make widget customizer code pass JSHint. Scott Taylor 2014-03-06 16:44:56 +00:00
  • 99e98b3e93 We shall pledge to run jshint before committing. Scott Taylor 2014-03-06 16:05:48 +00:00
  • 745f24b2d4 Use wp_get_attachment_url() instead of the GUID when getting header image URLs. Fixes #27222. Props Kopepasah. John Blackbourn 2014-03-06 15:54:17 +00:00
  • 5a3f52fe39 Inline documentation for hooks in wp-includes/class-wp-customize-manager.php. Drew Jaynes 2014-03-06 14:10:04 +00:00
  • ce4ed49390 Inline documentation for hooks in wp-includes/class-wp-customize-setting.php. Drew Jaynes 2014-03-06 14:03:23 +00:00
  • 6ec45726ac Inline documentation for hooks in wp-includes/class-wp-customize-control.php. Drew Jaynes 2014-03-06 13:50:32 +00:00
  • d9c9ea73ec Inline documentation for hooks in wp-admin/includes/class-wp-theme-install-list-table.php. Drew Jaynes 2014-03-06 13:43:59 +00:00
  • 1937332add Add has-post-thumbnail as a post class. Andrew Nacin 2014-03-06 06:05:58 +00:00
  • 0074157b8d TinyMCE: add the <hr> plugin and button, see #27159 Andrew Ozz 2014-03-06 00:53:40 +00:00
  • 3efb4694ab TinyMCE: remove border-radius and padding from placeholder images, props avryl, see #27106 Andrew Ozz 2014-03-06 00:28:57 +00:00
  • e3b214f047 TinyMCE: when parsing [caption] and the width attribute is missing, recreate it from the image tag width, fixes #23103 Andrew Ozz 2014-03-06 00:12:08 +00:00
  • 1de1f27249 Admin Menu: Use .dashicons-before as default $img_class. Dominik Schilling (ocean90) 2014-03-05 23:21:11 +00:00
  • 19ac705e60 Deprecate format_to_post() and remove its filter. Fixes #25526. Props simonwheatley John Blackbourn 2014-03-05 22:47:02 +00:00
  • 54ea3a0cfd Allow get_page_by_path() and get_page_by_title() to accept an array of post types. Fixes #24763. Props zbtirrell. John Blackbourn 2014-03-05 22:25:31 +00:00
  • f00a18712f Update the list of HTTP status code descriptions. Fixes #16914. Props sirzooro and hakre for the original patches. John Blackbourn 2014-03-05 22:00:29 +00:00
  • 7a6744a93c Ensure that all a/v attribute names have a leading space when the tags are dynamically-generated via Underscore templates. Scott Taylor 2014-03-05 21:45:13 +00:00
  • 5efb7cde7e Add a timestamp to the urls passed to <audio> and <video> in the modal to ensure that cached view instances aren't referenced by MEjs. Pause the player when closing the controller's modal. Scott Taylor 2014-03-05 21:36:32 +00:00
  • f12d7bb35c Add widget management to the customizer. Andrew Nacin 2014-03-05 20:40:36 +00:00
  • 8f1a77a070 Introduce a .dashicons-before CSS class. Dominik Schilling (ocean90) 2014-03-05 20:03:33 +00:00
  • dd59bb2a62 Remove trailing whitespace in dashicons.css. Dominik Schilling (ocean90) 2014-03-05 19:27:04 +00:00