Commit Graph

  • 750cbcbf2c Media: Set correct value for "Link Rel" field in Image Details modal. Sergey Biryukov 2017-08-31 11:16:56 +00:00
  • 856b9e31d5 Multisite: Remove an unnecessary if clause wrapping the added_existing_user filter. Felix Arntz 2017-08-30 19:52:59 +00:00
  • 06329dc35e Media: Ensure 'media_handle_upload()' returns 'WP_Error' on failure. Joe McGill 2017-08-30 15:03:08 +00:00
  • 2873bcd69c Docs: Clarify descriptions and parameter types for various user capability checking functions. John Blackbourn 2017-08-29 16:42:55 +00:00
  • 8e8969aa9c Customize: Prevent potential cache corruption when finding a secondary changeset post by UUID. Weston Ruter 2017-08-29 04:09:57 +00:00
  • a27cd850a2 Media: Upgrade MediaElement.js to 4.2.5-74e01a40 fixing missing mejs.MediaElement reference. Weston Ruter 2017-08-28 19:28:45 +00:00
  • 14ed6963a2 TinyMCE: fix cases where an additional empty link is created while updating an image with a link. Andrew Ozz 2017-08-26 16:34:00 +00:00
  • 93dd8e28be Formatting: In sanitize_title_with_dashes(), convert forward slash to hyphen on save. Sergey Biryukov 2017-08-25 23:27:55 +00:00
  • 481e055db2 Docs: Correct description for view_mode_post_types filter added in [35357]. Sergey Biryukov 2017-08-25 19:26:03 +00:00
  • a794678af4 Dashboard: Discontinue nonessential logging of Events API requests. Ian Dunn 2017-08-25 18:11:04 +00:00
  • b05a22066a Media: Prime post caches in 'wp_make_content_images_responsive()'. Joe McGill 2017-08-25 16:15:27 +00:00
  • c1694b35d4 Docs: improve JS docs for comment-reply.js Scott Taylor 2017-08-24 17:57:18 +00:00
  • 1d4fa31a99 Docs: improve JS docs for bookmarklet.js Scott Taylor 2017-08-24 17:54:22 +00:00
  • fc26b6e006 Widgets: Remove a duplicate require_once() for class-wp-widget-meta.php added in [40640]. Sergey Biryukov 2017-08-24 17:51:26 +00:00
  • eda1561563 Docs: improve JS docs for tags.js Scott Taylor 2017-08-24 17:51:19 +00:00
  • aec50e2859 Docs: improve JS docs for editor-expand.js Scott Taylor 2017-08-24 17:47:58 +00:00
  • f3363250d7 Widgets: Add grey background behind image widgets. Mel Choyce 2017-08-23 17:14:25 +00:00
  • 0549e9198a Docs: Clarify the expected usage of the $args parameter as an array in the DocBlock for apply_filters_deprecated(), including an example. Drew Jaynes 2017-08-23 15:51:21 +00:00
  • a6f8f9668b Build/Test tools: Use the latest in the 4.x and 6.x branches of PHPUnit when running tests on Travis. John Blackbourn 2017-08-22 16:08:33 +00:00
  • e7e9e5b3fb Build/Test tools: Remove usage of DOING_AJAX from the test suite, so all tests that expect either an Ajax request or a non-Ajax request can operate without being skipped. John Blackbourn 2017-08-22 15:07:42 +00:00
  • 3eff05cb88 Widgets: Correctly strip slashes from widget and sidebar names to allow namespaced widgets to function correctly. John Blackbourn 2017-08-22 14:51:47 +00:00
  • 0d407f3625 Login and Registration: Introduce a login_link_separator filter to allow the separator between links in the footer of the login screen to be filtered. John Blackbourn 2017-08-22 14:22:24 +00:00
  • 9990abec14 Plugins: Introduce singular capabilities for activating and deactivating individual plugins. John Blackbourn 2017-08-22 14:01:36 +00:00
  • 8df2151660 General: Improve terminology used when referring to installations of WordPress and its extensions. John Blackbourn 2017-08-22 11:51:11 +00:00
  • 0613540ea2 Media: Rename several attachment related parameters from $post_id to $attachment_id for clarity, and improve related documentation. John Blackbourn 2017-08-22 11:11:23 +00:00
  • 04b5965866 Introduce paged argument to WP_Comment_Query. Boone Gorges 2017-08-21 15:34:19 +00:00
  • 7157569a72 Docs: Fix a typo in the DocBlock description for add_shortcode() introduced in [41281]. Drew Jaynes 2017-08-20 20:37:47 +00:00
  • c3ff721c81 Docs: Clarify that get_comments_number() can return either a numeric string (for compatibility reasons) or 0 if the post doesn't exist. Drew Jaynes 2017-08-20 20:12:50 +00:00
  • d8c20f3a5b Docs: Improve the return description for get_post_format_slugs() to note that the array contains slugs as both keys and values. Drew Jaynes 2017-08-20 20:02:10 +00:00
  • 1eb7fadef4 Docs: Clarify that the second parameter passed to a shortcode callback is the shortcode content or null, rather than the content the shortcode was found in. Drew Jaynes 2017-08-20 19:55:24 +00:00
  • c93159d69c Shortcodes: Rename the $func parameter for add_shortcode() to $callback to improve clarity. Drew Jaynes 2017-08-20 19:47:20 +00:00
  • b90eb22176 Docs: Improve documentation for add_shortcode() by: Drew Jaynes 2017-08-20 19:43:58 +00:00
  • 70134f9544 Docs: Add a note to the register_taxonomy() DocBlock that the object types defined in $object_type when modifying an already-registered taxonomy will be overwritten. Drew Jaynes 2017-08-20 19:22:46 +00:00
  • 5d068e3149 Build/Test tools: Revert [41278] because the PHP 5.2 environment on Travis doesn't support OpenSSL, hence the tests fail. John Blackbourn 2017-08-20 12:58:59 +00:00
  • dcfe7794c6 Build/Test tools: Don't skip tests which rely on OpenSSL when the openssl extension isn't loaded. John Blackbourn 2017-08-20 12:30:26 +00:00
  • 214d92191d Build/Test Tools: Remove unneeded commas to fix JSHint error introduced in [41271]. Pascal Birchler 2017-08-20 09:12:36 +00:00
  • 6ebef9f76f Docs: Improve the usefulness and accuracy of the file header for wp-cron.php. Drew Jaynes 2017-08-20 04:36:39 +00:00
  • 8ceaf1e3a4 Docs: Add a missing return description for the deprecated get_screen_icon() function. Drew Jaynes 2017-08-20 04:03:55 +00:00
  • 9bf29bd7a0 Administration: Explicitly deprecate screen_icon() and get_screen_icon(), which were soft-deprecated in [26537] for 3.8.0. Drew Jaynes 2017-08-20 04:02:16 +00:00
  • 281d6c23f8 Docs: Explicitly deprecate the add_tab(), remove_tab(), and print_tab_image() methods for WP_Customize_Image_Control, originally soft-deprecated in 4.1. Drew Jaynes 2017-08-20 03:37:17 +00:00
  • fff123a8ea Docs: Document user object parameters for a variety of functions in wp-includes/user.php as WP_User type instead of the more generic object type. Drew Jaynes 2017-08-19 20:18:21 +00:00
  • 7ac4e811b4 Build/Test Tools: Add banner to minified CSS files Aaron Jorbin 2017-08-19 20:09:31 +00:00
  • 60a3676581 Media: bring the capability check in wp_ajax_crop_image() inline with those in wp_ajax_imgedit_preview() and wp_ajax_image_editor(). John Blackbourn 2017-08-19 13:29:03 +00:00
  • 5c12afb4e1 Multisite: Use correct capability for the Updates page in the network admin. Felix Arntz 2017-08-19 10:38:50 +00:00
  • f16b2a650e Role/Capability: Introduce capabilities dedicated to installing and updating language files. Felix Arntz 2017-08-18 18:30:28 +00:00
  • c56dd07a30 Post Thumbnails: Pass post ID to post_thumbnail_size filter. Felix Arntz 2017-08-18 18:18:51 +00:00
  • 677082be4b Widgets: Add tests for retrieve_widgets(). Konstantin Obenland 2017-08-18 15:03:43 +00:00
  • 6530f95d49 Docs: Improve JavaScript documentation in autosave.js. Adam Silverstein 2017-08-18 14:23:06 +00:00
  • 427cec893e Docs: Improve JavaScript documentation in color-picker.js. Adam Silverstein 2017-08-18 13:09:45 +00:00
  • e78fe9ec6d Tests: Rename ignored tests in multisite.xml. Gary Pendergast 2017-08-18 10:59:38 +00:00
  • 5ee7f7dfdb Tests: Rename ignored tests in phpunit.xml.dist. Gary Pendergast 2017-08-18 10:26:50 +00:00
  • 243053dfd3 Tests: Rename tests with underscore in the name Gary Pendergast 2017-08-18 09:57:12 +00:00
  • 66ee109e0a Widgets: Prevent visual Text widget from decoding encoded HTML. Weston Ruter 2017-08-17 23:36:53 +00:00
  • e0de3f6d1c TinyMCE: Add the default link plugin without enabling it. This makes it easy for WordPress plugins to use it at places where wplink is not suitable, for example when initializing the editor from JS. Andrew Ozz 2017-08-17 21:03:55 +00:00
  • 0fb490ee1a Filesystem: Introduce the pre_move_uploaded_file filter. Drew Jaynes 2017-08-16 21:58:12 +00:00
  • cbaa63caeb Canonical: Check first before attempting to include a 'path' value in the URL in strip_fragment_from_url(). Drew Jaynes 2017-08-16 21:10:39 +00:00
  • 1111c54b14 Customize: Harden color control's logic for obtaining default value to prevent JS error when non-string default supplied. Weston Ruter 2017-08-16 19:03:01 +00:00
  • 9cd6551e54 Options, Meta APIs: Update the multisite unit tests after [41254], [41164], and [41163]. John Blackbourn 2017-08-15 09:15:53 +00:00
  • dad257233c Options, Meta APIs: Require a confirmation link in an email to be clicked when an admin attempts to change the site admin email address. John Blackbourn 2017-08-14 20:12:23 +00:00
  • f585095db4 Users: Display the "Your email address has not been updated yet" message when a user changes their profile email address from within network admin. John Blackbourn 2017-08-14 19:41:35 +00:00
  • b0d06b1222 Widgets: Expose link URL input field in Image widget to avoid having to open media modal to discover. Weston Ruter 2017-08-14 17:55:24 +00:00
  • 242efb0a24 Widgets: Suppress PHP warnings raised by DOMDocument::loadHTML() in WP_Widget_Text::is_legacy_instance() which could appear in Text widget forms. Weston Ruter 2017-08-14 05:58:23 +00:00
  • 0e31ef4e2c Emoji: Update Twemoji to 2.5.0. Peter Wilson 2017-08-14 02:03:18 +00:00
  • 21f8256a27 Widgets: Add missing open class for expanded widgets in Customizer; utilize open class for expansion detection in Text and Media widgets. Weston Ruter 2017-08-13 06:24:28 +00:00
  • 8b6b45c96b Customize: Prevent attachment deletions from silently failing in media modals opened for Media widgets. Weston Ruter 2017-08-13 06:10:11 +00:00
  • a29068cb00 Customize: Prevent wide widgets from being displayed as wide when Customizer is displayed in mobile breakpoint. Weston Ruter 2017-08-13 05:54:07 +00:00
  • cc8cbb38c9 Customize: Update selector to add max-height/max-width for wide widgets to account for JS-driven Text widget and Media widgets. Weston Ruter 2017-08-13 05:41:34 +00:00
  • 3c8584e87f Widgets: Fix extensibility of Text widgets so that JS logic will initialize on subclassed widgets. Weston Ruter 2017-08-13 05:24:14 +00:00
  • b4a8af7e35 Customize: Prevent _delete_option_fresh_site() from hitting DB if fresh_site flag already cleared. Weston Ruter 2017-08-13 00:56:24 +00:00
  • 7bff33a6eb Customize: Fix PHP warning raised when deleting a setting from changeset via passing null as params in WP_Customize_Manager::save_changeset_post(). Weston Ruter 2017-08-12 21:20:23 +00:00
  • 440c8692e3 Multisite: Remove references to $wpdb->siteid and use get_current_network_id() instead. Felix Arntz 2017-08-12 13:10:24 +00:00
  • 9595e6c38b Multisite: Rename internal $site_id variables referencing networks to $network_id. Felix Arntz 2017-08-12 12:47:38 +00:00
  • 0979d6ebfb Media: Upgrade MediaElement.js from 4.2.3 to 4.2.5. Weston Ruter 2017-08-12 06:19:28 +00:00
  • 1306166cb9 Docs: Improve JavaScript documentation in audiovideo.manifest.js. Adam Silverstein 2017-08-11 20:36:19 +00:00
  • d570de32ca REST API: Always call rest_get_server() instead of accessing the $wp_rest_server global. James Nylen 2017-08-10 01:37:30 +00:00
  • d339af1bc1 Map nav menu locations on theme switch Konstantin Obenland 2017-08-09 21:03:16 +00:00
  • 9ab26b8800 Link Template: Allow the type argument to be passed through get_the_comments_pagination() as long as its value isn't array. Sergey Biryukov 2017-08-09 04:06:17 +00:00
  • 4a8779feb9 Docs: Correct @param type for $term_id in get_term_children(). Sergey Biryukov 2017-08-08 20:52:01 +00:00
  • 0e0e31d515 Media: Pass shortcode attributes to wp_audio_shortcode_class and wp_video_shortcode_class filters. Sergey Biryukov 2017-08-05 16:41:39 +00:00
  • fff8e29cbf External Libraries: Update jQuery Form (unused in core) to the latest version, 4.2.1. Drew Jaynes 2017-08-05 12:59:12 +00:00
  • 1f26d318ab Formatting: Introduce get_the_post_type_description() to allow post type archive descriptions to be formatted the same as author and term archives. John Blackbourn 2017-08-04 23:00:50 +00:00
  • db49a16f00 Plugins: Correct and improve docblocks for the various plugin_action_links filters on the Plugins screen. John Blackbourn 2017-08-04 22:14:37 +00:00
  • e45625b5b0 Multisite: Clarify descriptions of the wpmu_signup_blog_notification() and wpmu_signup_user_notification() functions. John Blackbourn 2017-08-04 14:20:21 +00:00
  • 3e5005c30c Media: Move the Tests_Media::test_video_shortcode_body() method so it runs before other tests in the class that depend on it. John Blackbourn 2017-08-04 14:05:27 +00:00
  • 14ff8eb16b REST API: Populate some missing tests from test cases which extend the controller test case. John Blackbourn 2017-08-04 13:55:04 +00:00
  • babec6d399 Menus: Visually hide the menu item edit link text in a consistent way. Andrea Fercia 2017-08-03 22:12:01 +00:00
  • 1e9777c220 REST API: Allow site administrators to edit user roles in multisite. Felix Arntz 2017-08-03 21:58:50 +00:00
  • 0dc1e0633b Multisite: Introduce a can_add_user_to_blog filter to prevent adding a user to a site. flixos90 2017-08-03 21:40:02 +00:00
  • 814e1f5530 REST API: Make jshint happy again after [41222]. Andrea Fercia 2017-08-03 20:35:38 +00:00
  • da5ece4d6d REST API: Exclude numeric parameters from regex parsing James Nylen 2017-08-03 19:54:56 +00:00
  • 4f4b7fd8d1 REST API: Add QUnit tests for api-request.js James Nylen 2017-08-03 19:46:48 +00:00
  • 17fe24286d General: Fix more instances of inconsistent parameters passed to various filters, plus fix some filter docs. John Blackbourn 2017-08-03 16:12:25 +00:00
  • a3dec5dd51 General: Fix a typo introduced in [41219]. John Blackbourn 2017-08-03 15:45:14 +00:00
  • 3aadc71579 General: Fix various instances of incorrect filter docs and incorrect filter and action parameters. John Blackbourn 2017-08-03 15:42:45 +00:00
  • 70027dd170 Docs: Add missing documentation for the $data parameter for WP_Http::browser_redirect_compatibility(). Drew Jaynes 2017-08-03 15:23:25 +00:00
  • 136aa0d6d0 General: Add missing parameters to instances of the the_permalink filter. John Blackbourn 2017-08-03 14:58:26 +00:00
  • 84ef824166 Docs: Add a missing docblock for the the_content_rss filter. John Blackbourn 2017-08-03 14:45:58 +00:00
  • 9f180065d6 Docs: Fix various filter documentation. John Blackbourn 2017-08-03 14:33:19 +00:00
  • 9296c9025a Networks and Sites: Display an indicator for the active theme or child theme when viewing a site's themes within Network Admin. John Blackbourn 2017-08-03 13:49:01 +00:00
  • 1a53140ba3 Users: Switch to using array style filters for the newly introduced filters in wp_password_change_notification() and wp_new_user_notification(). John Blackbourn 2017-08-03 13:20:38 +00:00