Commit Graph

  • 32a6ac3918 Customize: Improve styling of date/time Customizer control. Weston Ruter 2017-10-02 17:33:10 +00:00
  • e8e027e7a6 Plugin Editor: Remove plugins_loaded from being re-triggered in plugin_sandbox_scrape(). Weston Ruter 2017-10-02 17:06:46 +00:00
  • ef14cd1952 Customize: Fix WP_Customize_Date_Time_Control to be re-usable for plugins and custom settings. Weston Ruter 2017-10-02 04:11:50 +00:00
  • 1059c44025 Emoji: Refactor browser support tests. Peter Wilson 2017-10-02 03:59:50 +00:00
  • 28b28b581a Multisite: Deprecate is_user_option_local(). Jeremy Felt 2017-10-02 03:37:29 +00:00
  • 3fbb8ed287 Customize: Add infrastructure for trashing/reverting of unpublished changes; introduce full-screen OverlayNotification for trashing and theme install/preview. Weston Ruter 2017-10-02 03:36:18 +00:00
  • 8db1a09d09 Docs: Clarify docs for hooked count/date updates Jeremy Felt 2017-10-02 03:19:17 +00:00
  • d271e5d356 Multisite: Only update a site's post count when post types of post are updated. Jeremy Felt 2017-10-02 03:08:18 +00:00
  • e7c17229df Multisite: Use get_networks() instead of a direct query in get_admin_users_for_domain(). Jeremy Felt 2017-10-02 03:05:47 +00:00
  • d16b885730 Database: Fix some PHP errors introduced in [41662]. Gary Pendergast 2017-10-02 02:44:48 +00:00
  • b4a6de9997 Database: Throw a notice if wpdb::prepare() is called with an incorrect number of arguments Gary Pendergast 2017-10-02 02:10:14 +00:00
  • e02c481487 Multisite: Use get_current_blog_id() instead of $wpdb->blogid. Jeremy Felt 2017-10-02 01:43:48 +00:00
  • ea23ff3422 Docs: Clarify the docs for wpdb::prepare(). Gary Pendergast 2017-10-02 00:21:06 +00:00
  • 38d5112c25 Build/Test Tools: Add ms-files test group to sub-task list. Jeremy Felt 2017-10-01 22:15:16 +00:00
  • 7a414342df Accessibility: Improve the Theme Details modal accessibility. Andrea Fercia 2017-10-01 13:47:29 +00:00
  • 625773bd8b REST API JavaScript Client: improve support for model deletion/trash. Adam Silverstein 2017-10-01 13:06:43 +00:00
  • a0692f9597 Editor: Use editor.$ to improve removeSelectionMarker(). Andrew Ozz 2017-10-01 10:32:58 +00:00
  • d36c32e299 Editor: pass the DOM library instance instead of a (fake) editor instance to getCursorMarkerSpan(). Andrew Ozz 2017-10-01 09:41:23 +00:00
  • 84daf097a0 Multisite: Fix wp_get_users_with_no_role() possibly including users with a role on a different site. Felix Arntz 2017-09-30 04:09:11 +00:00
  • 761c45157e Multisite: Fix count_users() possibly querying incorrect roles when passed a different site ID. Felix Arntz 2017-09-30 03:53:27 +00:00
  • 75c4cb98f4 Multisite: Display correct roles in Network > Site Users screen for sites other than the main site. Felix Arntz 2017-09-30 03:19:26 +00:00
  • 6e74a9bf23 Embeds: Cache oEmbeds in an oembed_cache custom post type instead of postmeta when there is no global $post. Weston Ruter 2017-09-30 01:14:34 +00:00
  • 743494b654 Customize: Remove unused JS variables to fix JSHint. Weston Ruter 2017-09-29 22:03:15 +00:00
  • d2540cfa06 Customize: Improve interactions between the Themes panel and Publish Settings section. Weston Ruter 2017-09-29 21:51:42 +00:00
  • c35fe07703 Customize: Introduce a new experience for discovering, installing, and previewing themes within the customizer. Weston Ruter 2017-09-29 20:12:19 +00:00
  • 6d399d4de8 Build/Test tools: Partially revert [41367] as gd and exif aren't actually required to run WordPress. John Blackbourn 2017-09-29 19:56:33 +00:00
  • b076026362 Editor: improve attaching a callback on editor init. Andrew Ozz 2017-09-29 19:11:08 +00:00
  • 6b72687e10 Editor: Improve keeping text selection when switching between Visual and Text modes. Andrew Ozz 2017-09-29 17:49:43 +00:00
  • cc08743ec5 Posts, Post Types: Correct test_submitting_comment_to_trashed_post_returns_error(). Sergey Biryukov 2017-09-29 15:09:39 +00:00
  • 1d022678bb TinyMCE: fix "flickering inline toolbar" in Chrome in RTL mode by not showing tooltips while an inline toolbar is shown. Andrew Ozz 2017-09-29 14:24:19 +00:00
  • e549a6c53c Posts, Post Types: In wp_delete_post(), wp_trash_post(), wp_untrash_post(), and wp_delete_attachment(), standardize on WP_Post as a return value and internal representation of the post data. Sergey Biryukov 2017-09-29 13:35:42 +00:00
  • 3edd5dac38 I18N: Use a consistent pattern for translator comments for placeholders in wp-admin/includes/dashboard.php. Sergey Biryukov 2017-09-29 11:43:27 +00:00
  • 13b5f8272a I18N: Use a consistent pattern for translator comments for placeholders in Customizer and widget strings. Sergey Biryukov 2017-09-29 11:41:06 +00:00
  • b8d32950e7 I18N: Improve i18n in help text for Custom HTML widget and Additional CSS section. Sergey Biryukov 2017-09-29 11:09:13 +00:00
  • fa754724e1 Posts, Post Types: Introduce pre_trash_post and pre_untrash_post filters to allow for short-circuiting wp_trash_post() and wp_untrash_post(). Sergey Biryukov 2017-09-29 10:18:11 +00:00
  • 58140009e5 Build/Test tools: Update the WP_PHPUnit_Util_Getopt class for PHP 7.2 compatibility. John Blackbourn 2017-09-28 23:14:26 +00:00
  • 4277df991d Build/Test tools: Update some test cases in anticipation of code formatting corrections. John Blackbourn 2017-09-28 22:55:54 +00:00
  • c8ff7f6592 Embeds: In switched state, restore previous state if no post ID is found. Dominik Schilling (ocean90) 2017-09-28 16:28:46 +00:00
  • bbf0683deb External Libraries: Update the Text_Diff_Engine_native class for PHP 7.2 compatibility. John Blackbourn 2017-09-28 13:58:23 +00:00
  • 345aac85a6 Docs: Update the documentation for wpdb::prepare() Gary Pendergast 2017-09-28 11:44:30 +00:00
  • d93dcaf75f Setup: Hide database errors while testing the table prefix. Gary Pendergast 2017-09-28 07:57:22 +00:00
  • 98cdd162b2 Post Editor: Keep text selection between Visual and Text modes Gary Pendergast 2017-09-28 06:44:09 +00:00
  • 199aa17cda Database: Add support for connecting to IPv6 hosts Gary Pendergast 2017-09-28 05:36:34 +00:00
  • f5c4c69bf1 Database: Don't quote placeholders in queries going through $wpdb->prepare() Gary Pendergast 2017-09-28 04:31:05 +00:00
  • bd85b7a39b Options: Add new alloptions and pre_cache_alloptions filters. Gary Pendergast 2017-09-28 00:22:48 +00:00
  • a92bb89f4f Customize: Introduce drafting and scheduling for Customizer changesets. Weston Ruter 2017-09-27 22:24:37 +00:00
  • 621a95a23f Multisite: Improve initializing available roles when switch sites. Felix Arntz 2017-09-27 21:43:59 +00:00
  • 8be3b4f729 Multisite: Initialize a user's roles correctly when setting them up for a different site. Felix Arntz 2017-09-27 21:09:11 +00:00
  • 0ef31b8de5 Users: Remove the failing tests added in [41613] while they're investigated. John Blackbourn 2017-09-27 17:41:31 +00:00
  • def5c946f5 Accessibility: Update and standardize the admin screen-reader-text CSS class. Andrea Fercia 2017-09-27 17:26:58 +00:00
  • 3e27644b97 Accessibility: Improve the sidebar toggles in the Widgets screen. Andrea Fercia 2017-09-27 16:28:59 +00:00
  • 35ebd35801 TinyMCE: disable the tests for wptextpatterns plugin in PhantomJS. Andrew Ozz 2017-09-27 16:21:24 +00:00
  • cc4c7757c9 Upgrade/Install: Update unit tests after [41611]. Pascal Birchler 2017-09-27 15:14:53 +00:00
  • e5e17a4eff Taxonomy: Introduce a back_to_items taxonomy label. John Blackbourn 2017-09-27 14:38:40 +00:00
  • 301ecdabe4 Options, Meta APIs: Require a confirmation link in an email to be clicked when a user attempts to change the network admin email address on Multisite. John Blackbourn 2017-09-27 14:16:21 +00:00
  • 9d23f61503 Embeds: Documentation alignment following [41615]. John Blackbourn 2017-09-27 13:26:53 +00:00
  • c2e30ec382 Embeds: Add support for Amazon Kindle instant previews. John Blackbourn 2017-09-27 13:25:06 +00:00
  • a80aeeb5dc Users: There is not, in fact, 12345 users on every WordPress installation. John Blackbourn 2017-09-27 13:06:37 +00:00
  • 1507df9d59 Users: Introduce the concept of a large site in order to speed up the Users screen when there are many users. John Blackbourn 2017-09-27 13:03:03 +00:00
  • 0c1d3f62f3 Upgrade/Install: Fix updating plugins on the Add Plugins screen. Pascal Birchler 2017-09-27 11:59:01 +00:00
  • 135ca36a69 Upgrade/Install: Show new version number when updating a theme on Multisite. Pascal Birchler 2017-09-27 09:43:07 +00:00
  • 4a6ecbfcd0 Themes: Adjust unit test after [41607]. Pascal Birchler 2017-09-27 08:52:34 +00:00
  • 0becc4b8db Plugins: Fix version number in docblock after [41608]. Pascal Birchler 2017-09-27 08:51:25 +00:00
  • dfaa7de8fb Plugins: Improve error messages on plugins screen. Pascal Birchler 2017-09-27 08:45:46 +00:00
  • 1935d9a2d1 Themes: Adjust translated string after [41601]. Pascal Birchler 2017-09-27 08:37:49 +00:00
  • 80bd8ac220 Embeds: Maintain switched state when embedding a post on Multisite. Pascal Birchler 2017-09-27 08:35:16 +00:00
  • 2ff224a044 Standardise on performing api.WordPress.org requests over SSL when possible, falling back to non-SSL when appropriate. This also standardises the User-Agent used when communicating with WordPress.org, allowing for more consistent version detection. Dion Hulse 2017-09-27 07:59:14 +00:00
  • 1545e58ea6 TinyMCE: update to 4.6.7, changelog: https://www.tinymce.com/docs/changelog/#version467september182017. Andrew Ozz 2017-09-26 21:14:28 +00:00
  • 9cbcab9457 Customize: Dismiss all autosaved auto-drafts for user and not just the one suggested when dismissing restoration notification. Weston Ruter 2017-09-26 20:32:46 +00:00
  • 6cf89abee8 Customizer: Improve small-screen styles in Widgets panel. Mel Choyce 2017-09-26 19:04:47 +00:00
  • b3b2ac2a55 Themes: Report theme as broken that sets itself as its parent. Pascal Birchler 2017-09-26 08:53:20 +00:00
  • 14b593d669 Embeds: Improve performance when embedding a post on Multisite. Pascal Birchler 2017-09-26 08:39:57 +00:00
  • dd065164f4 Embeds: Switch the Imgur oEmbed endpoint to use SSL as the HTTP version has been deprecated. Dion Hulse 2017-09-26 08:32:21 +00:00
  • f8f263cdb9 Permalinks: Change structure tag button state more reliably. Pascal Birchler 2017-09-26 08:23:07 +00:00
  • 2f878162a1 Customize: Extend changesets to support autosave revisions with restoration notifications, and introduce a new default linear history mode for saved changesets (with a filter for opt-in to changeset branching). westonruter 2017-09-26 07:37:02 +00:00
  • 06c32bb17c Multisite: Fix documentation issues for domain_exists(). Felix Arntz 2017-09-26 00:11:56 +00:00
  • d6a58eec48 Code Editors: Update the current file highlight to use notice styling. Weston Ruter 2017-09-25 21:45:57 +00:00
  • d33ab87371 Widgets: Merge orphaned widgets on theme switch Konstantin Obenland 2017-09-25 16:18:31 +00:00
  • db2f3a9b1a Twenty Seventeen: Add Docker Hub icon to supported social links. Sergey Biryukov 2017-09-25 13:48:48 +00:00
  • 97b8b37c04 Twenty Seventeen: Add Periscope icon to supported social links. Sergey Biryukov 2017-09-25 13:13:17 +00:00
  • 0ddcbb75aa I18N: Add translator comments for placeholders in WP_REST_Controller strings. Sergey Biryukov 2017-09-25 10:26:26 +00:00
  • 666912edf9 Widgets: Introduce Gallery widget for displaying image galleries. Weston Ruter 2017-09-25 06:27:32 +00:00
  • 5c959aa5d8 Posts, Post Types: Pass the order parameter to get_{$adjacent}_post_sort filter. Sergey Biryukov 2017-09-24 23:00:08 +00:00
  • b6c4a2309d I18N: Replace code fragments in translatable strings for rest_trash_not_supported errors with a placeholder. Sergey Biryukov 2017-09-24 22:28:56 +00:00
  • d3f791728f I18N: Replace method name in a translatable string in WP_REST_Controller::register_routes() with a placeholder. Sergey Biryukov 2017-09-24 22:03:01 +00:00
  • 8b16d8976f Accessibility: CodeMirror editing areas minor improvements. Andrea Fercia 2017-09-24 15:59:56 +00:00
  • be2166126d Plugins: Restore "Clear List" button functionality for recently active plugins. Sergey Biryukov 2017-09-24 15:15:35 +00:00
  • 27f3b55999 Retire Press This and extract it to a plugin. First run. Andrew Ozz 2017-09-24 14:21:42 +00:00
  • 97564616e1 I18N: Allow for post custom field name in the_meta() to be translated, e.g. to insert a non-breaking space before the colon. Sergey Biryukov 2017-09-24 11:27:17 +00:00
  • 5346347de7 Customize: Remove unnecessary call to refresh() a CodeMirror instance upon focus in Code Editor control. Weston Ruter 2017-09-23 18:45:49 +00:00
  • 81551b9e36 Posts, Post Types: Pass $post parameter to post_submitbox_start, attachment_submitbox_misc_actions, media_submitbox_misc_sections, audio_submitbox_misc_sections filters. Sergey Biryukov 2017-09-23 17:06:40 +00:00
  • 9fc9372d57 Twenty Sixteen: After [41343], add missing space to if condition in twentysixteen_content_image_sizes_attr(). Sergey Biryukov 2017-09-23 12:24:13 +00:00
  • 4994c77b28 I18N: Remove HTML tags from translatable strings in wp-activate.php. Sergey Biryukov 2017-09-23 12:20:39 +00:00
  • de9ab629eb Login and Registration: Replace home URL in password reset email with the site name to avoid confusing the user with multiple links. Sergey Biryukov 2017-09-23 11:43:28 +00:00
  • 338cb64a6a Customize: Tweak "New Custom HTML Widget" pointer text to be a bit less informal and more inclusive. Sergey Biryukov 2017-09-23 11:25:56 +00:00
  • bc23b8840d Quick/Bulk Edit: Remove duplicate inline-edit-{$screen->post_type} CSS class from Quick Edit table rows. Sergey Biryukov 2017-09-23 11:01:45 +00:00
  • 784d983f59 XML-RPC: Update the string in test_parent_for_nonhierarchical() to match the string added in [41574]. Sergey Biryukov 2017-09-23 08:19:54 +00:00
  • 5af4552f6d I18N: Merge two similar "Cannot set parent term" error strings. Sergey Biryukov 2017-09-22 22:07:35 +00:00
  • b9f3ed82d6 Docs: Add @access private entries for _get_component_from_parsed_url_array() and _wp_translate_php_url_constant_to_key(). Sergey Biryukov 2017-09-22 21:59:55 +00:00
  • 1d172096cc I18N: Merge two similar error strings. Sergey Biryukov 2017-09-22 20:54:25 +00:00