Commit Graph

  • 4832d8d933 Embeds: Who put this REST API infrastructure in my WordPress? Gary Pendergast 2015-10-29 22:50:13 +00:00
  • 4b10def07e Correctly populate the user_id field for comments when a user submits a comment while logged in. John Blackbourn 2015-10-29 21:28:39 +00:00
  • 170d361287 REST API: Use correct version in _doing_it_wrong() call. Sergey Biryukov 2015-10-29 20:11:22 +00:00
  • 42e7bfd9b5 REST API: Add missing translator comments for deprecated function and argument strings. Sergey Biryukov 2015-10-29 19:03:47 +00:00
  • 391b67356a Embeds: Include post name in "Continue reading" links to provide a readable link for screenreaders. Sergey Biryukov 2015-10-29 13:20:04 +00:00
  • 78a2cf3db6 Rename internal variable in set_transient(). Sergey Biryukov 2015-10-29 11:51:21 +00:00
  • 198ad14ffd Embeds: Tweak a string added in [35429], and add a translator comment. Gary Pendergast 2015-10-29 11:41:32 +00:00
  • 01f507a051 Embeds: Tweak the "embed not found" message, based on the Twenty Sixteen 404 template. Gary Pendergast 2015-10-29 11:09:39 +00:00
  • 9b47d5fcd6 Shortcodes: Tweak the error messages added in [34745]. Gary Pendergast 2015-10-29 10:31:31 +00:00
  • 347b0bf108 Media: Improve the headings hierarchy in the Media Views for better accessibility. Andrea Fercia 2015-10-28 23:07:08 +00:00
  • 63b27d209a Responsive images: add inline docs for private functions. Andrew Ozz 2015-10-28 21:54:04 +00:00
  • 501fef30d6 Bump 4.4 Beta 2. Scott Taylor 2015-10-28 20:47:40 +00:00
  • 1cf714aa3d 4.4-beta2 Scott Taylor 2015-10-28 20:31:36 +00:00
  • f4bba7cf95 Multisite: Restore displaying the Toolbar on wp-signup.php while logged-in. Drew Jaynes 2015-10-28 20:29:19 +00:00
  • 21f7dddfe4 Buttons: Screen Options/Help shouldn't have active styling. Helen Hou-Sandi 2015-10-28 20:25:45 +00:00
  • 6c243567cf Buttons: More consistent focus styling. Helen Hou-Sandi 2015-10-28 20:16:43 +00:00
  • e52a0d4e7f Dashboard: cleanup after [35414]. Scott Taylor 2015-10-28 20:07:16 +00:00
  • 2fadc857de Responsive images: - Check if wp_get_attachment_metadata() has returned an array to prevent errors when using SVGs. - Only add the srcset attribute if there will be a sizes attribute. - Better filter names. - Some more inline docs fixes. Andrew Ozz 2015-10-28 20:00:14 +00:00
  • 430d5b13be Thickbox: spinner should disappear when loading is done. Scott Taylor 2015-10-28 18:18:42 +00:00
  • f1ca28c2ab Don't specify an offset default in get_posts(). Boone Gorges 2015-10-28 18:17:27 +00:00
  • ad471ac474 Admin Menu: after [34861], prevent adjacent separators. Scott Taylor 2015-10-28 18:05:05 +00:00
  • 2b11f8cc1c Mail: in wp_notify_postauthor() and wp_notify_moderator(), ensure that special chars aren't HTML-encoded in the email message body. Scott Taylor 2015-10-28 18:02:41 +00:00
  • 83f90bf851 Dashboard: make tags used for headings more semantic. Scott Taylor 2015-10-28 17:56:22 +00:00
  • c1aa66cd52 List the possible values for the dynamic portion of the {type}_template hook. John Blackbourn 2015-10-28 14:05:04 +00:00
  • 855ba2518b Responsive images: - Introduce wp_calculate_image_srcset() that replaces wp_get_attachment_image_srcset_array() and is used as lower level function for retrieving the srcset data as array. - Use the new function when generating srcset and sizes on the front-end. This is faster as no (other) image API functions are used. - Change the wp_get_attachment_image_srcset(). Now it is meant for use in templates and is no longer used in core. - A few logic fixes and improvements. - Some names changed to be (hopefully) more descriptive. - Fixed/updated tests. Andrew Ozz 2015-10-28 05:40:04 +00:00
  • 21532e1f7f Settings: Don't display Site Address field description if WP_HOME is defined and the field is disabled. Sergey Biryukov 2015-10-28 04:53:56 +00:00
  • fb109971e4 Update Random_Compat to master. This update mostly concerns OpenSSL being unusable on PHP 5.3~5.3.3. See #28633, #34409 Dion Hulse 2015-10-28 01:11:57 +00:00
  • 60f6db0c06 Embeds: Provide a site icon via srcset for HiDPI screens. Dominik Schilling (ocean90) 2015-10-27 20:59:37 +00:00
  • 88cdbb6a49 Embeds: Replace hardcoded error messages with get_status_header_desc( $http_code ). Dominik Schilling (ocean90) 2015-10-27 20:43:00 +00:00
  • 1353016c4f Docs: Standardize the file header for wp-admin/includes/ms-deprecated.php. Drew Jaynes 2015-10-27 20:07:45 +00:00
  • 9387dff5af Embeds: Add a CDATA and HTML comment wrapper around the JavaScript included in the embed HTML. This ensures that user agents which naively strip unwanted tags, without also stripping the content within those tages (for example, Slack), don't show the embed as a mess of JavaScript. Gary Pendergast 2015-10-26 23:54:04 +00:00
  • c608146996 After [35402], don't unnecessary run wp_get_attachment_metadata(), wp_get_attachment_image_srcset(), and wp_get_attachment_image_sizes() in wp_img_add_srcset_and_sizes(). Sergey Biryukov 2015-10-26 18:41:31 +00:00
  • aeca8fcfd8 After [35402], don't unnecessary run wp_get_attachment_image_srcset() and wp_get_attachment_image_sizes() in wp_get_attachment_image() if srcset is passed as an argument. Sergey Biryukov 2015-10-26 18:40:01 +00:00
  • c1db6a9a56 Docs: Add a @subpackage tag to the file header for wp-admin/includes/ms-admin-filters.php. Drew Jaynes 2015-10-26 18:05:52 +00:00
  • 9b29cf2574 Remove assignments from conditions in wp_get_attachment_image() and wp_img_add_srcset_and_sizes(). Sergey Biryukov 2015-10-26 16:28:27 +00:00
  • 558984a8ab Docs: After [34453], correct inline comments in wp_get_attachment_image_sizes(). Sergey Biryukov 2015-10-26 16:16:52 +00:00
  • 0dd41231fa Docs: After [35399], correct $class parameter type and description for post_class filter. Sergey Biryukov 2015-10-26 15:11:53 +00:00
  • d8ddd686d5 In get_post_class(), ensure that we always coerce the class list passed to the function to an array, even when it's empty. Sergey Biryukov 2015-10-26 15:08:47 +00:00
  • 8a105470b4 Docs: Correct $class parameter type and description for body_class filter. Sergey Biryukov 2015-10-26 15:02:53 +00:00
  • ee4e4b8ff2 Embeds: Rename TinyMCE wpoembed plugin to wpembed. Sergey Biryukov 2015-10-26 14:49:25 +00:00
  • fa29612530 Customizer: Remove the no more used add-menu-item-loading spinner. Andrea Fercia 2015-10-26 13:58:53 +00:00
  • 6d8ecd2fd6 Embeds: Move the embed iframe script to the footer, as it isn't being run until DOMContentLoaded is fired. Gary Pendergast 2015-10-26 05:49:51 +00:00
  • 887e88d7d0 Docs: Fix a typo in the print_embed_scripts() function header. Gary Pendergast 2015-10-26 05:18:48 +00:00
  • 95be0b747f Docs: Add missing DocBlocks for the $type and $sidebar_id properties, and summaries for the to_json() and render_content() methods in WP_Widget_Area_Customize_Control. Drew Jaynes 2015-10-25 19:57:46 +00:00
  • ab7d3bd104 Post 4.4-beta1 version bump. Sergey Biryukov 2015-10-25 15:18:03 +00:00
  • 07041ae87c Customizer: remove the title attribute from the Preview html element while loading. Andrea Fercia 2015-10-25 15:13:32 +00:00
  • 1836e14bf2 Fix the @author doc param encoding in Text/Diff/Engine/string so the file is recognized as UTF-8, not ISO-8859-1. Scott Taylor 2015-10-24 22:44:36 +00:00
  • b4c270030f Customize: move WP_Customize_Control subclasses to wp-includes/customize, they load in the exact same place. Scott Taylor 2015-10-24 18:56:07 +00:00
  • 707cc2ae9e Use correct placeholders for translator comments added in [35303]. Dominik Schilling (ocean90) 2015-10-24 18:49:11 +00:00
  • 62b00c70cc Docs: Add a version to the file header for wp-admin/includes/revision.php. Drew Jaynes 2015-10-24 18:28:10 +00:00
  • c43245e29d Customize: move WP_Customize_Panel subclass to wp-includes/customize, it loads in the exact same place. Scott Taylor 2015-10-24 18:24:21 +00:00
  • 625514655e Customize: move WP_Customize_Section subclasses to wp-includes/customize, they load in the exact same place. Scott Taylor 2015-10-24 18:20:25 +00:00
  • 9f0076436b Editor: After [33927], make sure user_can_richedit() returns true for Microsoft Edge. Sergey Biryukov 2015-10-24 18:12:10 +00:00
  • 8541ba7907 Customize: move WP_Customize_Setting subclasses to wp-includes/customize, they load in the exact same place. Scott Taylor 2015-10-24 18:10:17 +00:00
  • a18feed6bd Nav Menus: show custom post type Archive item at the top of the View All tab for the post type on the legacy Nav Menu screen. Scott Taylor 2015-10-24 17:45:11 +00:00
  • a97bf5b2ca Docs: Change variable name in WP_Customize_Widgets::filter_customize_dynamic_setting_args() DocBlock to match the actual variable. Sergey Biryukov 2015-10-24 14:41:19 +00:00
  • 9da02a9155 Remove unused variable in _WP_Editors::editor(). Sergey Biryukov 2015-10-24 14:31:05 +00:00
  • a001771ec4 Site Icon: Introduce get_site_icon_url filter for the icon URL. Sergey Biryukov 2015-10-23 21:16:30 +00:00
  • 2c1f21190d Responsive Images: fix typo in r35358. Andrew Ozz 2015-10-23 17:37:35 +00:00
  • fd19ba9cde After [34891] and [35376], add new labels to changelog entries. Sergey Biryukov 2015-10-23 16:53:29 +00:00
  • c7cc7c44fe After [34891], rename new post type and taxonomy label keys to match the default strings. Sergey Biryukov 2015-10-23 16:47:57 +00:00
  • 46ae6f1892 Docs: Syntax fixes for deprecating WP_Http::parse_url(). Drew Jaynes 2015-10-23 15:42:51 +00:00
  • d842c03e02 Docs: Correct the type and description of $post parameter passed to the attachment_fields_to_save filter. Sergey Biryukov 2015-10-23 13:00:11 +00:00
  • bcb1e8eda2 Docs: Use consistent naming and capitalization of menu names in add_submenu_page() wrappers. Sergey Biryukov 2015-10-23 12:01:11 +00:00
  • f8fa5c0e53 In WP_Locale::init(), replace space as a thousands separator with a non-breaking space. Sergey Biryukov 2015-10-23 11:50:37 +00:00
  • f935d4c26b Updates: Add a generic failure case to the ajax update endpoint for when the WP_Error value hasn't been found. dd32 2015-10-23 07:34:02 +00:00
  • 8c33fe770e Use wp_parse_url() in esc_url() to avoid parsing bugs in < PHP 5.4.7. Dion Hulse 2015-10-23 05:56:25 +00:00
  • cacd015856 WP_HTTP: Promote the WP_HTTP::parse_url() method to a more generic wp_parse_url() function. Dion Hulse 2015-10-23 05:53:05 +00:00
  • 743fe671f1 Comments: Use a full URL rather than a relative one for links which can contain IPv6 addresses to avoid an issue where the URL was being eaten by escaping functions. Dion Hulse 2015-10-23 05:13:27 +00:00
  • f70e623991 XMLRPC: Revert the changes to WP_XMLRPC_UnitTestCase in [35366] as they weren't required. Dion Hulse 2015-10-23 04:49:08 +00:00
  • 75ab50c70e XMLRPC: Prevent authentication from occuring after a failed authentication attmept in any single XML-RPC call. Dion Hulse 2015-10-23 04:45:10 +00:00
  • 3a992e266f Update to Random_Compat 1.0.9. This update includes fixes for Windows support & libSodium support, and removes the Throwable Polyfill due to PHP7 incompatibilities. Dion Hulse 2015-10-23 04:21:01 +00:00
  • b89670b0f6 Update variable naming after [35279]. Dion Hulse 2015-10-23 02:00:21 +00:00
  • 21b29ebf5e Bump grunt-contrib-jshint to 0.11.3 Aaron Jorbin 2015-10-23 01:09:03 +00:00
  • a77a05447c 4.4-beta1 Scott Taylor 2015-10-22 21:44:57 +00:00
  • c6354d6bfd Plugins: after [35151], set default $restrict_network_* values to prevent notices. Scott Taylor 2015-10-22 19:55:30 +00:00
  • 9aba8ef2aa Options: remove old 'gzipcompression' and 'advanced_edit' options. Scott Taylor 2015-10-22 19:48:38 +00:00
  • 68c5efb7f3 Docs: Add a proper file header to wp-admin/includes/continents-cities.php. Drew Jaynes 2015-10-22 19:42:23 +00:00
  • 5aa7a8ce78 Responsive Images: limit the size of images included in srcset attributes. Introduce max_srcset_image_width filter to adjust the limit. Andrew Ozz 2015-10-22 19:30:12 +00:00
  • 7adf6e9125 List tables: Move the view mode switcher into screen options for posts. Helen Hou-Sandi 2015-10-22 19:24:10 +00:00
  • a37f75eb87 oEmbed: add Reddit Comments as a provider Scott Taylor 2015-10-22 18:16:12 +00:00
  • 6a3b784104 Media: in wp_get_attachment_image_sizes(), to streamline and for performance: Scott Taylor 2015-10-22 16:45:37 +00:00
  • a19a0e6e72 oEmbed: if SimpleXMLElement does not exist, return an HTTP Error 501 Not implemented response. Scott Taylor 2015-10-22 16:37:31 +00:00
  • ff49cc7ebf REST API: don't load wp-admin/includes/admin.php on every request. Scott Taylor 2015-10-22 16:28:40 +00:00
  • 54c840dc04 Docs: Correct description for _wp_post_revision_fields() arguments. Sergey Biryukov 2015-10-22 12:16:48 +00:00
  • 1691563872 Force the REST API URL to use https for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL. John Blackbourn 2015-10-22 00:07:36 +00:00
  • 82cb793355 Initialise $_SERVER['SERVER_NAME'] during the test bootstrap to avoid individual tests having to do it. John Blackbourn 2015-10-21 23:51:45 +00:00
  • 2e1b898077 Revert [34352], pending investigation. John Blackbourn 2015-10-21 23:05:43 +00:00
  • 5f8d0870a2 Remove the explicit Imagick extension test. John Blackbourn 2015-10-21 22:40:48 +00:00
  • 2c3c286b84 Correctly use WP_TESTS_EMAIL in email tests. John Blackbourn 2015-10-21 22:33:53 +00:00
  • 20eb6402fd Correct some more tests which were using example.org instead of WP_TESTS_DOMAIN. John Blackbourn 2015-10-21 22:21:51 +00:00
  • 63748f2d67 Provide a more helpful failure message when Imagick isn't installed. Skipping the tests isn't really an option because Imagick's presence affects several other tests too. John Blackbourn 2015-10-21 22:10:43 +00:00
  • 289973f078 Remove the failing test_rest_url_scheme() test while it's investigated. John Blackbourn 2015-10-21 22:06:41 +00:00
  • bdffdf0eb6 Plugins: Improve the "Install Now" button vertical alignment in the Plugin Details modal dialog. Andrea Fercia 2015-10-21 21:54:42 +00:00
  • 672782f0a6 Force the REST API URL to use https for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL. John Blackbourn 2015-10-21 20:37:56 +00:00
  • f447d2f5bf TinyMCE: - Sanitize and render HTML in captions when showing a gallery preview (wpView). - Encode/escape HTML entered in the text field in the wpLink dialog. Andrew Ozz 2015-10-21 20:37:54 +00:00
  • 9e865f51a8 RIP #21759b, the old WordPress Blue. Helen Hou-Sandi 2015-10-21 18:35:05 +00:00
  • 1a7298861b Comments: Introduce two new filters, notify_moderator and notify_post_author, both of which make it possible to selectively override site notification email settings for new comments. Drew Jaynes 2015-10-21 18:34:06 +00:00
  • ac3edc61fd Press This: Improve the "choose tags" button focus style. Andrea Fercia 2015-10-21 18:33:46 +00:00
  • 05356ff7dc Options: Hide the week starts on setting for installs that have the default setting already. Dominik Schilling (ocean90) 2015-10-21 17:38:44 +00:00