Commit Graph

  • f593d8532a Tests: Restore the database connection earlier when switching test groups. Gary Pendergast 2016-12-21 04:58:47 +00:00
  • 4b984b763d Taxonomy: Ensure that mods to query vars in pre_term_query callbacks have an effect. Boone Gorges 2016-12-21 03:01:32 +00:00
  • 6c714ab73c Twenty Seventeen: Hardens the logic for calling featured image in header.php David A. Kennedy 2016-12-20 22:59:28 +00:00
  • 87ed10d7ec Twenty Seventeen: Ensure functions in customize-controls.js don't count on Customizer sections always being present David A. Kennedy 2016-12-20 22:16:35 +00:00
  • 460c358859 Customize: Fix visible edit shortcuts for wp_nav_menu() instances using the menu arg (such as in the Custom Menu widget) instead of the theme_location arg. Weston Ruter 2016-12-20 22:04:22 +00:00
  • 130adf0dc2 REST API: Improve the rest_*_collection_params filter docs and fix the terms filter. James Nylen 2016-12-20 01:36:47 +00:00
  • 8bbfc6ef28 REST API: Fix PHP warnings when get_theme_support( 'post-formats' ) is not an array. James Nylen 2016-12-20 00:55:04 +00:00
  • 9705ad5510 Editor: Let the Add New link disappear in DFW mode. Ella van Dorpe 2016-12-17 10:22:49 +00:00
  • 665d60d680 Twenty Seventeen: Improves code readability and code standards in files David A. Kennedy 2016-12-16 22:07:41 +00:00
  • 1f48d453d8 Media: Allow PDF fallbacks filter to process custom sizes. Joe McGill 2016-12-16 20:29:26 +00:00
  • bad6ddc45d Customize: Bump wp_custom_css_cb from running at wp_head priority 11 to 101 to ensure Custom CSS overrides other CSS. Weston Ruter 2016-12-16 07:28:14 +00:00
  • a5bb301d0b Feeds: Replace the RSS2 lastBuildDate date field with the r date specifier. Dion Hulse 2016-12-16 06:41:45 +00:00
  • 939e806ef1 Feeds: Do not translate the lastBuildDate field in RSS feeds. Dion Hulse 2016-12-16 06:38:10 +00:00
  • 0abe687fe8 Media: Move a variable definition outside of conditionals to ensure it's always available. This fixes cases where the URL to a PDF preview may be incorrectly calculated when no thumbnails were generated for the PDF (and avoids a PHP Notice at the same time). Dion Hulse 2016-12-16 06:20:40 +00:00
  • 7503daedd1 WP-API: JavaScript client - fix setup of models used by wp.api.collections objects. Adam Silverstein 2016-12-15 12:53:26 +00:00
  • 79ded07a1a Editor: Remove target=_blank when unchecked in the link modal. Ella van Dorpe 2016-12-14 20:30:00 +00:00
  • ca92da24da General: Use interpolation instead of concatenation for all dynamic hook names. John Blackbourn 2016-12-14 04:17:38 +00:00
  • c0bb5e4972 Posts, Post Types: Ensure is_page_template() can only return true when viewing a singular post query. John Blackbourn 2016-12-14 03:42:58 +00:00
  • 2642833293 REST API: Add support for filename search in media endpoint. James Nylen 2016-12-13 14:08:24 +00:00
  • 03c947c7fd REST API: Allow sending an empty or no-op comment update. James Nylen 2016-12-13 13:52:49 +00:00
  • 25330a0220 Libraries: Update zxcvbn from version 1.0 to 4.4.1 Gary Pendergast 2016-12-13 11:22:28 +00:00
  • 9bf4440213 REST API: Do not include the password argument when getting media items James Nylen 2016-12-13 03:51:01 +00:00
  • 68b6a6197b REST API: Do not error on empty JSON body James Nylen 2016-12-13 03:33:14 +00:00
  • 012d1977e2 Taxonomy: Use get_term_link() instead of get_category_link() in get_term_parents_list(). Boone Gorges 2016-12-13 02:56:32 +00:00
  • bc2d2858f9 General: Correctly detect trailing newline when prepending. Ryan McCue 2016-12-13 02:47:07 +00:00
  • 32ed2a1ffa General: Remove most uses of create_function() Ryan McCue 2016-12-13 01:48:41 +00:00
  • b171b64d3c Tests: Use wp_delete_user() during teardown to delete a single site's user. Felix Arntz 2016-12-12 23:17:35 +00:00
  • b4317ea053 Multisite: Replace is_super_admin() with manage_network in get_dashboard_url(). Felix Arntz 2016-12-12 22:40:03 +00:00
  • 539b85406d Multisite: Handle capability check for removing oneself via map_meta_cap(). Felix Arntz 2016-12-12 21:41:44 +00:00
  • 87e6390895 Themes: Add missing square bracket in jQuery selector. Konstantin Obenland 2016-12-12 09:31:38 +00:00
  • 050eb4da17 Customize: Prevent navigation in preview when clicking on child elements of preview links that have non-previewable URLs. Weston Ruter 2016-12-12 08:08:08 +00:00
  • 9e70bab188 Remove the WordPress version number from readme.html. Dion Hulse 2016-12-12 08:00:24 +00:00
  • ae9854e338 Customize: Prevent edit shortcut from losing event handler after selective refresh. Weston Ruter 2016-12-12 07:52:00 +00:00
  • 24228daabf PDF Images: Avoid a PHP Warning when attempting to process a file without an extension. Dion Hulse 2016-12-12 06:18:30 +00:00
  • caa1f1f88d Taxonomy: Restore the ability to use string-based $args in wp_get_object_terms(). Dion Hulse 2016-12-12 05:46:37 +00:00
  • 1c84857edf Build/Test Tools: Facilitate SVN and Git being co-located in the same directory. Weston Ruter 2016-12-12 05:11:27 +00:00
  • de13e89608 Bootstrap: Re-initialize any hooks added manually by object-cache.php. Prior to 3.1 if a object cache dropin wanted to add actions, they needed to use $wp_filter directly. Dion Hulse 2016-12-12 01:28:34 +00:00
  • 7950b0e306 Options: Prevent unnecessary SQL updates by update_option. Peter Wilson 2016-12-11 21:42:12 +00:00
  • 260a88d009 REST API: Allow schema sanitization_callback to be set to null to bypass fallback sanitization functions. Rachel Baker 2016-12-11 21:25:40 +00:00
  • 3a3ebc76a3 Customize: Fix ability to shift-click on placeholder/pre-saved nav menu items in preview to focus on corresponding control. Weston Ruter 2016-12-10 23:46:33 +00:00
  • 1681d96a6d Customize: Deprecate page_home nav menu item starter content in favor of home_link; replace usage in Twenty Seventeen. Weston Ruter 2016-12-10 23:38:04 +00:00
  • e27098f5bd Customize: Trim whitespace for URLs supplied for external_header_video to prevent esc_url_raw() from making them invalid. Weston Ruter 2016-12-10 06:59:24 +00:00
  • 0369dea1e4 Customize: Prevent single quotes (apostrophes) in custom_css values from unexpectedly causing false positives for unbalanced character validation errors. Weston Ruter 2016-12-10 06:45:00 +00:00
  • be8caefd82 Customize: Fix inability to delete nav menus by preventing preview filters from being added during customize_save admin ajax request. Weston Ruter 2016-12-10 06:29:12 +00:00
  • 09df948303 Customize: Prevent scrolling custom_css textarea to top when pressing tab. Weston Ruter 2016-12-10 00:43:34 +00:00
  • d9ac66c910 Build/Test Tools: Remove some more randomness. John Blackbourn 2016-12-10 00:01:30 +00:00
  • 6db50cd8b2 Build/Test Tools: Reuse another fixture in the user capability tests. John Blackbourn 2016-12-09 23:35:55 +00:00
  • d06bd0172e Build/Test Tools: Remove commented out tests that have existed in an unimplemented state since the dawn of the test infrastructure. John Blackbourn 2016-12-09 23:11:28 +00:00
  • 7b7914a99f Accessibility: Remove inappropriate content from the Edit Categories and Edit Tags screens headings. Andrea Fercia 2016-12-09 20:49:49 +00:00
  • 25f40667d0 Accessibility: Remove inappropriate content from the Edit Comments screen heading. Andrea Fercia 2016-12-09 18:58:51 +00:00
  • c7b8c49bfc Accessibility: Remove inappropriate content from the Network screens headings. Andrea Fercia 2016-12-09 18:56:46 +00:00
  • 479a743307 Docs: Correct param definition for WP_Query::query(). boonebgorges 2016-12-09 16:22:02 +00:00
  • 77484a0f4a Taxonomy: Introduce get_term_parents_list(). Boone Gorges 2016-12-09 16:09:31 +00:00
  • 3caac42ac0 Customize: Collapse available nav menu items panel when clicking outside over preview or over existing items. Weston Ruter 2016-12-09 06:15:15 +00:00
  • 3669b47260 Customize: Allow (optional) url parameter to be omitted in intercepted calls to history.pushState() and history.replaceState() in customize preview. Weston Ruter 2016-12-09 01:58:18 +00:00
  • c8eafed944 Customize: Use esc_url_raw() instead of wp_json_encode() to eliminate extraneous slashes when outputting background image URL in CSS url(). Weston Ruter 2016-12-09 01:42:23 +00:00
  • 9c5d1f6011 Customize: Use selected user language for edit shortcuts in preview instead of site language. Weston Ruter 2016-12-08 19:31:37 +00:00
  • 07b8be1177 Allow apostrophes in email address during wp-login.php registration. Boone Gorges 2016-12-08 03:57:08 +00:00
  • d3aa41cf19 Accessibility: Remove inappropriate content from the Menus screen heading. Andrea Fercia 2016-12-07 23:46:22 +00:00
  • 2b2f5a5105 Accessibility: Remove inappropriate content from the old Edit Media screen heading. Andrea Fercia 2016-12-07 23:29:07 +00:00
  • 3760639b2c Accessibility: Remove inappropriate content from the Widgets screen heading. Andrea Fercia 2016-12-07 22:17:23 +00:00
  • fd4b770d7e Multisite: Replace is_super_admin() with update_core for update permissions. Felix Arntz 2016-12-07 22:13:34 +00:00
  • 6e02c370bf Multisite: Remove redundant is_super_admin() when checking for edit_others_posts. Felix Arntz 2016-12-07 22:08:52 +00:00
  • 7417527b4b Accessibility: Remove inappropriate content from the Edit User screen heading. Andrea Fercia 2016-12-07 22:07:14 +00:00
  • 0b9b3bc3f4 Accessibility: Remove inappropriate content from the Link Manager screens headings. Andrea Fercia 2016-12-07 20:17:56 +00:00
  • 29f6517e6c Accessibility: Remove inappropriate content from the Add Plugins screen heading. Andrea Fercia 2016-12-07 19:05:02 +00:00
  • 27bc2d9db6 Accessibility: Remove inappropriate content from the Plugins screen heading. Andrea Fercia 2016-12-07 18:47:47 +00:00
  • ee5b840228 Accessibility: Remove inappropriate content from the Users screen heading. Andrea Fercia 2016-12-07 18:28:49 +00:00
  • d986f9dcdc Toolbar: remove some unnecessary CSS lines. Andrea Fercia 2016-12-07 17:44:45 +00:00
  • a7c429cb53 Comments: Clean up unused code after [38446]. Boone Gorges 2016-12-07 15:51:08 +00:00
  • 93a5849d7e Users: Style the super admin message on the user editing screen as a notice, not a success message. John Blackbourn 2016-12-07 01:27:13 +00:00
  • 042451a9e1 Taxonomy: Correct the type for the first parameter of the the_category filter. John Blackbourn 2016-12-07 01:22:09 +00:00
  • 30076372d7 Accessibility: Improve keyboard accessibility avoiding confusing tab stops in the Media views. Andrea Fercia 2016-12-06 23:27:04 +00:00
  • 428548f388 Accessibility: Remove inappropriate content from the Themes screen heading. Andrea Fercia 2016-12-06 23:11:08 +00:00
  • 28b41784d1 Accessibility: Remove inappropriate content from the Add Themes screen heading. Andrea Fercia 2016-12-06 22:23:22 +00:00
  • 1856218978 Accessibility: Remove inappropriate content from the Media Library screens headings. Andrea Fercia 2016-12-06 22:17:03 +00:00
  • 27adb4849b About page: Update video and REST API reference URLs. Helen Hou-Sandi 2016-12-06 18:23:23 +00:00
  • e81cf1c088 Remove 4.7 cruft from $_old_files. Helen Hou-Sandi 2016-12-06 17:16:55 +00:00
  • 5149911a8d About page: Bump image versions because CDN caching. Helen Hou-Sandi 2016-12-06 07:12:06 +00:00
  • 6ab5c9b5b7 About page: Resposive images and CDN media URLs. Joe McGill 2016-12-06 06:54:12 +00:00
  • 4284ddfa05 About page: Imagery and beautification. Helen Hou-Sandi 2016-12-06 04:00:32 +00:00
  • 385dd3fece Customize: Prevent infinite full refresh from occurring when selective refresh falls back for a nav menu that has items excluded from rendering via filtering. Weston Ruter 2016-12-06 02:50:13 +00:00
  • 386a0ca669 Comments: Merge a similar string between comments.php, XML-RPC and the REST API comments controller. Dominik Schilling (ocean90) 2016-12-05 20:15:09 +00:00
  • c4bffeb619 Customize: Defer populating post_name for auto-draft posts in customized state until posts are published. Weston Ruter 2016-12-05 19:32:09 +00:00
  • 2253e42f06 Customize: Ensure changeset_uuid query param is removed from the customize.php window's location once a changeset has been published (committed) with starter content. Weston Ruter 2016-12-05 16:55:29 +00:00
  • 206b11aa40 Customize: Prevent posts/pages imported via starter content from being dropped when adding post/page stubs via nav menus and the dropdown-pages control. Weston Ruter 2016-12-05 16:46:59 +00:00
  • 01876b9888 Customize: Ensure textarea for Custom CSS displays as code (in LTR) when an RTL language is active. Weston Ruter 2016-12-05 13:54:58 +00:00
  • 89038700dd Default Themes: Update version numbers and readme files for 4.7 release David A. Kennedy 2016-12-04 23:26:11 +00:00
  • 977d0a1d66 Twenty Seventeen: Fix CSS specificity problem with CSS feature query for object-fit David A. Kennedy 2016-12-04 23:11:17 +00:00
  • 7c02c24e5f Role/Capability: Don't assign the delete_site capability to anyone on single site installs. John Blackbourn 2016-12-04 22:06:36 +00:00
  • 8948847eb1 Docs: Add inline documentation for image-edit.js. Adam Silverstein 2016-12-04 21:34:11 +00:00
  • 40668a1c63 Multisite: Replace is_super_admin() with manage_network for admin bar permissions. Felix Arntz 2016-12-04 21:20:44 +00:00
  • bc6b164d23 Comments: Merge similar strings between comments.php and the REST API comments controller. Rachel Baker 2016-12-04 20:31:27 +00:00
  • 33f442f17b REST API: Merge similar date strings in the revisions and comments controllers. Rachel Baker 2016-12-04 20:24:54 +00:00
  • d2a5f48449 REST API: Treat any falsy value as false in 'rest_allow_anonymous_comments'. James Nylen 2016-12-04 19:29:18 +00:00
  • 01a6118660 Users: Clarify the return value of get_current_user_id() for non-logged-in users. johnbillion 2016-12-04 19:23:53 +00:00
  • d69f3f4db7 Twenty Seventeen: Improve display of video header and header image in modern browsers David A. Kennedy 2016-12-04 19:15:02 +00:00
  • 53582841f9 Twenty Seventeen: Add specific font stack for Thai language David A. Kennedy 2016-12-04 19:05:23 +00:00
  • 6861a9aac0 Build/Test Tools: Correctly set up the current screen during list table tests so that they don't fail when run individually. John Blackbourn 2016-12-04 19:03:40 +00:00
  • b16f57240e Build/Test Tools: Specify exact node version in package.json. Andrew Nacin 2016-12-04 17:29:26 +00:00