Commit Graph

  • 7e4a6a4bf5 Customize: Harden site_icon control template to account for when full image size is missing. Weston Ruter 2017-03-23 06:12:01 +00:00
  • cafa85c014 Customize: Prevent links to customize.php from being generated which have query vars from wp_removable_query_args() present. Weston Ruter 2017-03-22 23:03:28 +00:00
  • 9528740aa3 Customize: Show notice in Widgets panel when there are additional widget areas not rendered in preview. Weston Ruter 2017-03-22 19:02:26 +00:00
  • 78a24d73a7 Twenty Seventeen: Use esc_attr_e() for translatable strings in HTML attributes. Sergey Biryukov 2017-03-22 03:51:07 +00:00
  • c248f03c61 Docs: Add description for $mode global in WP_MS_Sites_List_Table and WP_MS_Users_List_Table. Sergey Biryukov 2017-03-22 03:45:22 +00:00
  • 43a27ede8f Docs: Add description for $mode global in WP_Media_List_Table and WP_Posts_List_Table. Sergey Biryukov 2017-03-22 03:44:51 +00:00
  • 9dcc276ebc Docs: Add missing @global entry for list table view mode in WP_Screen::render_view_mode(). Sergey Biryukov 2017-03-22 03:44:27 +00:00
  • 964cf92a57 Docs: Add missing @global entry for list table view mode in wp_ajax_inline_save(). Sergey Biryukov 2017-03-22 03:44:10 +00:00
  • bf7d411330 REST API: Confirm the parent post object of an attachment exists in WP_REST_Posts_Controller::check_read_permission(). Rachel Baker 2017-03-20 04:29:50 +00:00
  • e6fda09261 Multisite: Handle sites cache invalidation more granularly for option updates. Felix Arntz 2017-03-19 16:21:38 +00:00
  • bba28d7f77 Customize: Fix failure to collapse expanded sections and panels that become deactivated. Weston Ruter 2017-03-19 00:03:36 +00:00
  • 5edb0d57ab Taxonomy: Add missing REST API properties to WP_Taxonomy class. Pascal Birchler 2017-03-18 15:24:18 +00:00
  • 22fbd05106 Posts, Post Types: Add missing REST API properties to WP_Post_Type class. Pascal Birchler 2017-03-18 15:16:28 +00:00
  • c34a5bc8c9 Themes: Add filter for excluding directories from being scanned for template files. Rachel Baker 2017-03-18 03:53:59 +00:00
  • 83de39a7fb Customize: Trailingslash the home nav menu item URL in starter content. Weston Ruter 2017-03-18 03:22:08 +00:00
  • d98ee0cd18 Docs: Fix typo in wp_parse_url() and _get_component_from_parsed_url_array() docblocks. Sergey Biryukov 2017-03-17 19:01:16 +00:00
  • cf84f5dde5 Docs: Add a missing return description for get_post_taxonomies(). Drew Jaynes 2017-03-17 17:26:27 +00:00
  • 11d556e42b List Tables: Hide 'Empty Trash' and 'Empty Spam' buttons when view is already empty. Pascal Birchler 2017-03-17 16:53:08 +00:00
  • e14051c031 Multisite: Ensure first page/post/comment content is not empty when setting up a new site. Pascal Birchler 2017-03-17 15:48:35 +00:00
  • eb7a3d1a2f Multisite: Remove restriction of minimum site name length in wpmu_validate_blog_signup(). Felix Arntz 2017-03-17 14:35:08 +00:00
  • 169c32723f Multisite: Provide unit tests for wpmu_validate_blog_signup(). Felix Arntz 2017-03-17 14:14:14 +00:00
  • 79cfdbd84c Improve querying for terms with falsey names and slugs. Boone Gorges 2017-03-16 02:03:53 +00:00
  • 24b221bd34 Streamline get_terms() parameter documentation. Boone Gorges 2017-03-16 01:34:52 +00:00
  • 3025ba4c8f Fix the formatting of $taxonomies parameter of 'wp_get_object_terms' filter. Boone Gorges 2017-03-14 18:41:26 +00:00
  • b9dd2c01f3 REST API: Fix DST handling in a test. James Nylen 2017-03-13 15:06:10 +00:00
  • 69399f4463 Improve wording of the AYS warning when permanently deleting uploads, tags, posts. azaozz 2017-03-11 19:32:08 +00:00
  • 2d52993e4f Docs: Correct the description for wp.updates.deleteTheme. Sergey Biryukov 2017-03-11 16:12:49 +00:00
  • 5e74056898 Tests: Use assertSame() for WP_Query 'orderby' tests. Boone Gorges 2017-03-11 03:07:27 +00:00
  • 824c50f8ae Don't run 'get_terms' filter when querying for terms within get_term_by(). Boone Gorges 2017-03-11 02:26:11 +00:00
  • 5d65051985 Build/Test tools: Don't install PHPUnit on the travis:js builds. Saves a couple of minutes of build time. John Blackbourn 2017-03-10 23:56:07 +00:00
  • 0a1782bb45 Twenty Seventeen: Correct grammar in 'Page Layout' control description. Sergey Biryukov 2017-03-10 23:34:39 +00:00
  • 0df4906f9a Build/Test tools: Get Travis builds working on HHVM again. John Blackbourn 2017-03-10 22:57:31 +00:00
  • 44b84f75e4 List Tables: After [38703], [38706], and [40118], adjust the jQuery selector to make the selection of a range of checkboxes work again. Andrea Fercia 2017-03-10 19:14:00 +00:00
  • f5fddde456 Build/Test tools: Don't attempt to report PHP's extensions when running HHVM jobs on Travis. It doesn't work. John Blackbourn 2017-03-10 15:30:33 +00:00
  • 44a5ef78d7 Docs: Remove the duplicate hook documentation for the newly introduced send_auth_cookies filter. John Blackbourn 2017-03-10 15:02:43 +00:00
  • f5f7736177 Build/Test tools: Don't override the wp_set_auth_cookie() and wp_clear_auth_cookie() functions. John Blackbourn 2017-03-10 14:32:31 +00:00
  • 509b17b6c9 Build/test tools: Add some more debugging to Travis and bring the format of the Xdebug fix inline with branches. John Blackbourn 2017-03-09 21:47:20 +00:00
  • 7ba64e2288 Build/Test Tools: On Travis CI install and use the node version which is specified in package.json. Dominik Schilling (ocean90) 2017-03-09 21:08:09 +00:00
  • 38f5797e3c Build/Test tools: Account for PHP 5.2 when using Composer to install PHPUnit. John Blackbourn 2017-03-09 20:53:37 +00:00
  • 8060823ff3 Canonical: Strip trailing punctuation from permalinks. Sergey Biryukov 2017-03-09 20:04:17 +00:00
  • 15ae03f4ab Build/Test tools: Explicitly use PHPUnit 5.7 for the PHP 7 builds on Travis. John Blackbourn 2017-03-09 19:13:25 +00:00
  • 754dd5c11e Docs: Correct @return type for calendar_week_mod(). Sergey Biryukov 2017-03-09 14:00:09 +00:00
  • 91e1ae2a70 Build/Test tools: Remove the unnecessary clone of the twentysixteen repo. John Blackbourn 2017-03-09 01:10:54 +00:00
  • 34759c5d65 Customize: Show title input placeholders for widgets that have default titles when rendered. Weston Ruter 2017-03-08 18:24:16 +00:00
  • 74e02a21b8 Build/Test tools: In Travis, skip some tests when not on trunk. John Blackbourn 2017-03-08 00:06:12 +00:00
  • 0060ffaa8c Build/Test tools: Revert [40239] due to unrelated changes. John Blackbourn 2017-03-08 00:04:05 +00:00
  • 868eba6850 Build/Test tools: In Travis, skip some tests when not on trunk. John Blackbourn 2017-03-08 00:00:47 +00:00
  • 8bbe6a0d50 REST API: Add gmt_offset and timezone_string to the base /wp-json response. James Nylen 2017-03-07 05:47:32 +00:00
  • e79e137c32 WP_Query: Add missing tests for combinations of orderby and include parameters. James Nylen 2017-03-07 05:26:51 +00:00
  • 154d0d15b7 Build/Test Tools: Call wp_head() and wp_footer() in the theme used during tests. John Blackbourn 2017-03-07 01:33:04 +00:00
  • d5b9305fa3 Press This: Verify intent before fetching in-page resources using Press This. John Blackbourn 2017-03-06 13:54:58 +00:00
  • ec30770c50 Strip control characters before validating redirect. Aaron D. Campbell 2017-03-06 13:37:43 +00:00
  • 47c966dffc Taxonomy: Correct the formatting of HTML entities when generating the screen reader text for tag removal. John Blackbourn 2017-03-06 13:13:57 +00:00
  • 4e13bc0bea Plugins: Add file check to plugin deletions. Aaron D. Campbell 2017-03-06 12:54:07 +00:00
  • ccfe51c3b9 Embeds: URL encode YouTube video IDs for broader compatibility. Dominik Schilling (ocean90) 2017-03-06 11:41:47 +00:00
  • e24a96c734 Validate video and audio metadata. jeremyfelt 2017-03-06 08:00:06 +00:00
  • e3996719d3 Taxonomy: When querying terms, ensure $taxonomies is an array. Boone Gorges 2017-03-03 03:01:39 +00:00
  • 5983e88ab1 Taxonomy: Improve 'Parent' label when editing taxonomy terms. Boone Gorges 2017-03-03 02:53:34 +00:00
  • d3e463cb84 Taxonomy: Take 'parent' into account when checking for terms with duplicate names. Boone Gorges 2017-03-03 02:49:13 +00:00
  • 8a2341335b Taxonomy: Improve precision of duplicate name checks when inserting terms. Boone Gorges 2017-03-03 02:39:09 +00:00
  • 242f4e5201 Improve formatting in wp_term_is_shared() docblock. Boone Gorges 2017-03-02 02:27:10 +00:00
  • 735424428c Tests: Starter content tests should use copies of images stored in /tmp. Boone Gorges 2017-03-02 02:25:05 +00:00
  • e799a8f4ca Build/Test Tools: Only attempt to disable Xdebug on stable builds of PHP. John Blackbourn 2017-02-28 00:03:18 +00:00
  • ca8ab8ae32 Build/Test Tools: Disable Xdebug when testing on Travis. John Blackbourn 2017-02-27 22:53:46 +00:00
  • 5349b0a08c Media: Skip PDF preview tests when image editor doens't support. Joe McGill 2017-02-27 17:50:21 +00:00
  • 9848a4a466 Media: Keep PDF previews from overwriting files. Joe McGill 2017-02-27 15:38:30 +00:00
  • 8e39edfdf6 Media: After [40123], Feature check setImageOrientation. Mike Schroder 2017-02-27 04:21:41 +00:00
  • 5ab0154647 Comments: When commenting on a draft post, display a friendly error message if the user can view the post. John Blackbourn 2017-02-27 00:22:02 +00:00
  • b33b5d1a28 Mail: Ensure entities in the site title are decoded when used in the body of the new user email. John Blackbourn 2017-02-26 22:19:48 +00:00
  • cc8b551d69 Media: Restore correct upload errors displaying after [37610]. Andrea Fercia 2017-02-26 18:14:07 +00:00
  • 5c99d4ae9c Media: Fix unit tests for MIME checks on multisite. Joe McGill 2017-02-26 16:05:25 +00:00
  • 7684a241b3 Media: Reduce failing uploads following 4.7.1. Joe McGill 2017-02-25 16:07:25 +00:00
  • cfe271d254 Media: Reset Exif orientation after rotate in WP_Image_Editor_Imagick. Mike Schroder 2017-02-25 05:25:40 +00:00
  • e5d5f1058e REST API: Fix behavior of sticky posts filter when no posts are sticky. James Nylen 2017-02-25 05:02:17 +00:00
  • c0ad5e4a50 REST API: Update the client test fixtures after changes to post formats. James Nylen 2017-02-25 04:45:52 +00:00
  • 162e1a6f2a REST API: Allow setting post formats even if they are not supported by the theme. James Nylen 2017-02-24 23:29:04 +00:00
  • 7d4cabb131 Plugins: After [38703], adjust the selector for checkbox selection to account for nested tables. Sergey Biryukov 2017-02-24 23:09:51 +00:00
  • e5ce2174fc TinyMCE: preserve empty image alt attributes. Andrew Ozz 2017-02-24 20:40:45 +00:00
  • ddc4850a04 REST API: JS client - QUnit tests for custom namespace route discovery. Adam Silverstein 2017-02-24 18:39:39 +00:00
  • 4414e3c20a REST API: Shim post_date_gmt for drafts / empty dates in the REST API. James Nylen 2017-02-24 18:14:21 +00:00
  • dbfd852fc2 Themes: enable browser history support in add new theme screen. Adam Silverstein 2017-02-24 17:47:30 +00:00
  • 0f9dd5f88f REST API: Do not allow access to users from a different site in multisite. Felix Arntz 2017-02-23 22:36:54 +00:00
  • f366757b55 REST API: Correctly parse body parameters for DELETE requests. James Nylen 2017-02-23 20:09:11 +00:00
  • 6a23c57ad5 REST API: Ensure that tests pass if extra endpoints are registered. James Nylen 2017-02-23 15:49:44 +00:00
  • 109f63fb6b Docs: Update the description of is_singular() and WP_Query::is_singular() to be parsed correctly by developer.wordpress.org. Sergey Biryukov 2017-02-23 10:29:27 +00:00
  • cf93e7996d Multisite: Use WP_Network_Query in WP_Network::get_by_path(). Felix Arntz 2017-02-22 10:41:20 +00:00
  • 83d27ba447 REST API: Fix multiple issues with setting dates of posts and comments. James Nylen 2017-02-21 18:17:32 +00:00
  • c31acbfe7e About page: Remove autoplay and loop attributes on "Theme Starter Content", "Edit Shortcuts", and "Video Headers" videos, originally added as a part of [39512]. SergeyBiryukov 2017-02-20 13:00:19 +00:00
  • 22a410e1c5 Customize: Update the introduced version in the docs for the get_header_video_url filter to 4.7.3. dd32 2017-02-20 06:46:34 +00:00
  • e13e8bab1c Customize: Prevent vertical clipping of thumbnail in header image customizer control. westonruter 2017-02-20 00:09:37 +00:00
  • bf6a689c65 REST API: Include the status property in view context responses from the Posts endpoints. rachelbaker 2017-02-19 04:31:12 +00:00
  • 127f243bfe REST API: Skip generating the client test fixtures in multisite mode. jnylen0 2017-02-18 19:29:24 +00:00
  • 0d73b031c8 JavaScript: when starting Backbone history, stop if previously started. adamsilverstein 2017-02-17 21:59:37 +00:00
  • 0efaf5ddc5 REST API: JavaScript client - improve route discovery for custom namespaces. Adam Silverstein 2017-02-17 20:53:57 +00:00
  • c39fa0ff22 I18N: Update translators comment after [40072]. Pascal Birchler 2017-02-17 10:20:38 +00:00
  • c49b9ea9c2 I18N: Fix broken sprintf() after [40067]. Pascal Birchler 2017-02-17 10:14:12 +00:00
  • 82f99ca927 Media: Avoid PHP Warnings in get_post_galleries() when processing empty [gallery] shortcodes and avoid returning the incorrect results when the global $post does not match the provided post ID. Dion Hulse 2017-02-17 06:45:31 +00:00
  • bfeda161b7 HTTP API: Restore backwards compatibility with the http_api_curl filter - it expects that the handle parameter is passed as a reference, however [39212] missed that. Dion Hulse 2017-02-17 05:05:03 +00:00
  • 332244f7fb I18N: Remove <code> tags from translatable strings in wp-includes/customize/class-wp-customize-custom-css-setting.php. Sergey Biryukov 2017-02-17 02:22:40 +00:00
  • 900c67ed46 REST API: Skip generating the client test fixtures in PHP 5.2 and 5.3. James Nylen 2017-02-17 00:12:49 +00:00