Commit Graph

  • 9427bc4979 Respect the commenter decision when they have checked the checkbox to consent to cookies, and keep it checked when they reload the page or post another comment. Andrew Ozz 2018-03-09 15:56:25 +00:00
  • 03b3c61e36 Add Privacy Tools admin page under the Tools menu. Andrew Ozz 2018-03-09 15:03:59 +00:00
  • 94e44cd9ed Tests: Skip symlinked theme file tests if the links could not be created. Sergey Biryukov 2018-03-09 01:09:17 +00:00
  • 4fef5ff721 Accessibility: Underline the links in the Plugins descriptions and update notices. Andrea Fercia 2018-03-08 23:19:08 +00:00
  • 70f795bc74 Docs: Improve documentation for meta capability filters. Sergey Biryukov 2018-03-08 23:18:35 +00:00
  • 453ef7f1c6 Accessibility: Themes: use aria-current for the Walker_Nav_Menu current link. Andrea Fercia 2018-03-08 21:30:29 +00:00
  • 475a58b384 Accessibility: Insert Link modal: Improve keyboard interaction. Andrea Fercia 2018-03-08 20:57:44 +00:00
  • 19ed786c78 Filesystem API: Avoid an infinite loop in wp_mkdir_p() when trying to determine the parent folder with open_basedir restriction in effect. Sergey Biryukov 2018-03-08 19:31:59 +00:00
  • f6de9b77f8 General: In wp_debug_backtrace_summary(), normalize paths before replacement for better cross–platform compatibility. Sergey Biryukov 2018-03-08 17:07:04 +00:00
  • 257048ac71 Tests: Correct assertion in Tests_WP_Customize_Setting::test_constructor_with_args(). Sergey Biryukov 2018-03-08 16:37:59 +00:00
  • c6ecac6ad5 Docs: Improve JSDoc for wp-includes/js/media/controllers/gallery-add.js. Sergey Biryukov 2018-03-08 16:24:16 +00:00
  • 4933dff8c1 Docs: Remove copy/pasted default value description for $type in WP_Customize_Manager::add_setting(). Sergey Biryukov 2018-03-08 13:05:35 +00:00
  • a846684cfc Docs: Improve documentation for add_meta_boxes and do_meta_boxes actions. Sergey Biryukov 2018-03-08 03:56:50 +00:00
  • a1ce238e6f Docs: Document globals in wp-admin/revision.php as @global instead of @param. Sergey Biryukov 2018-03-08 03:52:24 +00:00
  • 9054719d29 Accessibility: Widgets: Make the "Available Widgets" section operable with a keyboard. Andrea Fercia 2018-03-07 22:26:39 +00:00
  • 77fbbbdbec Accessibility: Networks and Sites: mark the New Site required form fields as required. Andrea Fercia 2018-03-07 19:40:58 +00:00
  • 3a46cba430 Media: Correctly allow changing PDF thumbnail crop value. Mike Schroder 2018-03-07 01:18:08 +00:00
  • 0005ad91d6 Add a method to confirm user requests by email. First run. Andrew Ozz 2018-03-06 23:46:44 +00:00
  • 1a03159d26 Accessibility: Make the Widgets screen "Enable accessibility mode" link more discoverable. Andrea Fercia 2018-03-06 17:20:07 +00:00
  • cdcce1b9c6 Database: Add the query start time to logged query data. John Blackbourn 2018-03-05 22:53:40 +00:00
  • d83f786d3c Themes: Ensure the theme roots cache is cleared when registering a theme directory. John Blackbourn 2018-03-05 22:13:36 +00:00
  • b20dc7aaaf Docs: Standardise and correct documentation relating to parameters which accept plugin names. John Blackbourn 2018-03-05 21:49:53 +00:00
  • 3e182c7f71 Upgrade/Install: Fix the format of the upgrader_process_complete actions after [42343]. John Blackbourn 2018-03-05 21:43:25 +00:00
  • 0a63e2ed96 Accessibility: Change the "Show / Hide dismissed updates" link to a button. Andrea Fercia 2018-03-05 15:49:58 +00:00
  • ef84e589d2 Accessibility: Change the media upload "Dismiss error" link to a button. Andrea Fercia 2018-03-05 15:32:54 +00:00
  • 3fe0cb97a5 Help/About: Adjust capability checks formatting in help text on Dashboard screen for readability and consistency with similar checks in other files. Sergey Biryukov 2018-03-05 03:31:06 +00:00
  • 3ba6cf2894 Help/About: Remove popular plugins feed reference from help text on Dashboard screen, no longer relevant since [40607]. Sergey Biryukov 2018-03-05 03:16:05 +00:00
  • 366e736785 Help/About: Update "WordPress News" widget references in help text and inline documentation. Sergey Biryukov 2018-03-05 03:03:05 +00:00
  • 007a7caad4 Media: Recognize .ico files as displayable images on PHP 5.3+ and allow attachment meta data to be generated for them. Sergey Biryukov 2018-03-05 01:02:20 +00:00
  • 9de76899c1 Help/About: Correct the number of most recent drafts in help text on Dashboard screen. Sergey Biryukov 2018-03-05 00:23:34 +00:00
  • 2d37bd46ec Docs: Expand delete_theme() return value, fix typo in delete_plugins() return value. Sergey Biryukov 2018-03-04 22:06:46 +00:00
  • e0b16ef59c Docs: Use consistent description for $wp_filesystem global. Sergey Biryukov 2018-03-04 21:57:10 +00:00
  • fa1ce009b5 Docs: Clarify return values and improve DocBlock formatting for verify_file_md5(), unzip_file(), _unzip_file_ziparchive(), _unzip_file_pclzip(), copy_dir(), WP_Filesystem(). Sergey Biryukov 2018-03-04 21:42:12 +00:00
  • aae94227c6 Docs: Clarify download_url() return value, improve DocBlock formatting. Sergey Biryukov 2018-03-04 19:49:54 +00:00
  • 78fc54ca37 Docs: Clarify that wp_update_user() accepts an array as $userdata argument. Sergey Biryukov 2018-03-04 18:11:56 +00:00
  • 4edda96383 Filesystem API: Allow download_url() to return the response code and body on error as an additional WP_Error object data. Sergey Biryukov 2018-03-04 17:13:35 +00:00
  • 65d8fe578a Add a checkbox to the comment form so logged out users can opt-out of commenter cookies. Andrew Ozz 2018-03-04 16:40:43 +00:00
  • 37acff86ca Import: Avoid counting an uncountable type when reading arguments passed to a script. Dominik Schilling (ocean90) 2018-03-02 17:16:37 +00:00
  • 6d094f61bb Add pre-save content filter to make target=_blank always secure. Andrew Ozz 2018-03-02 14:41:04 +00:00
  • c3615b2688 Docs: Remove trailing whitespace in wp-includes/post.php. Dominik Schilling (ocean90) 2018-03-02 10:01:39 +00:00
  • e840759df5 Allow LIKE queries against the 'key' value in meta queries. Boone Gorges 2018-03-01 04:02:41 +00:00
  • 6e5a560be0 Accessibility: Change the comments "Quick Edit" and "Reply" links to buttons. Andrea Fercia 2018-02-28 22:36:00 +00:00
  • b15919c8dd Docs: Mark WP_Http::_dispatch_request() as deprecated. It's no longer used since [37428]. Sergey Biryukov 2018-02-28 03:47:14 +00:00
  • 617a87f114 Docs: Add description for register_admin_color_schemes(). Sergey Biryukov 2018-02-28 03:27:46 +00:00
  • 3f7b3865f4 XML-RPC: Unify permission error messages in wp_xmlrpc_server. Sergey Biryukov 2018-02-28 03:18:47 +00:00
  • c896326c55 External Libraries: Test for MEjs files in src instead of build. Ian Dunn 2018-02-28 00:25:08 +00:00
  • fde455a89f External Libraries: Test that MediaElement SWF files remain deleted. Ian Dunn 2018-02-27 14:37:15 +00:00
  • 1cc516f2e8 General: Introduce WP_Error::has_errors() method and use it where appropriate. Sergey Biryukov 2018-02-27 02:30:46 +00:00
  • 2f68ec5750 Build/Test Tools: Add watch:phpunit task. Ian Dunn 2018-02-27 00:31:33 +00:00
  • c625e2e7d9 Media: Remove unnecessary aria-required attribute from legacy (pre-3.5.0) media functions, added in [7888]. Sergey Biryukov 2018-02-26 23:09:57 +00:00
  • fb2e65d2b9 Comments: Remove unnecessary aria-required attribute from comment_form(), added with the function in [12810]. Sergey Biryukov 2018-02-26 20:49:13 +00:00
  • cb78bce02f Administration: Remove unnecessary capitalization when referencing to plugin/theme editors. Dominik Schilling (ocean90) 2018-02-26 19:34:56 +00:00
  • 74afab6950 Docs: Add missing @since entries for functions in wp-admin/image-edit.php. SergeyBiryukov 2018-02-26 18:37:02 +00:00
  • 282923aca6 Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies. Sergey Biryukov 2018-02-26 18:21:59 +00:00
  • 27e6766367 Docs: Fix typo in wp.customize.selectiveRefresh.placements() description. Sergey Biryukov 2018-02-26 17:51:37 +00:00
  • c6d5775840 Docs: Remove erroneous period in the description for esc_html__(). Pascal Birchler 2018-02-26 15:56:15 +00:00
  • 86c8a7c9e6 Docs: Remove erroneous @static notation from WP_Tax_Query::get_sql(), added in [32627]. Sergey Biryukov 2018-02-25 21:44:40 +00:00
  • ba26942df6 Docs: Remove erroneous @static notation from WP_Http::_dispatch_request(), added in [32650]. Sergey Biryukov 2018-02-25 21:34:09 +00:00
  • 1bd0df76cf Docs: Remove duplicated DocBlock for http_response hook in WP_Http::_dispatch_request(). Sergey Biryukov 2018-02-25 21:31:26 +00:00
  • 898a267e71 Twenty Fourteen: Remove redundant @access and @static notations from classes. Sergey Biryukov 2018-02-25 20:48:14 +00:00
  • ceb56b713b Docs: Remove @access notation from WP_Taxonomy::$meta_box_sanitize_cb. Sergey Biryukov 2018-02-25 20:37:51 +00:00
  • c89d25560b Docs: Remove @static notations from property DocBlocks in wp-admin/* and wp-includes/* classes. Sergey Biryukov 2018-02-25 20:31:33 +00:00
  • c6c4edb47a Docs: Remove @static notations from method DocBlocks in wp-includes/* classes. Sergey Biryukov 2018-02-25 20:21:37 +00:00
  • b8d62558a9 Docs: Remove @static notations from method DocBlocks in wp-admin/* classes. Sergey Biryukov 2018-02-25 20:05:09 +00:00
  • 168ee85775 Customizer: in menus, reset results when closing the 'add items' panel. Adam Silverstein 2018-02-25 18:47:46 +00:00
  • c95b962b77 Tests: Correct a "false positive" assertion in test_media_handle_upload_ignores_page_parent_for_directory_date(). Sergey Biryukov 2018-02-25 18:46:44 +00:00
  • 557103ede6 Tests: Avoid hardcoded domain name in test_media_handle_upload_uses_post_parent_for_directory_date(). Sergey Biryukov 2018-02-25 18:42:26 +00:00
  • d8a4215abb Unit Tests: add a DIR_TESTROOT constant to avoid relative paths. Adam Silverstein 2018-02-25 18:06:49 +00:00
  • d67a7c9b0b Fix eshint error since r42739. Adam Silverstein 2018-02-25 16:48:28 +00:00
  • c84a3d2df0 Media: grid view - correct placeholder positioning during uploads. Adam Silverstein 2018-02-25 16:40:33 +00:00
  • 32f5aacba7 Coding Standards: Fix code indent in unescape_invalid_shortcodes(). Sergey Biryukov 2018-02-25 16:35:58 +00:00
  • 74ccb68c56 Taxonomy: restore TagSearch unit tests and correct deprecated version string. Adam Silverstein 2018-02-25 16:27:57 +00:00
  • 83525467dc Comments: After [42703], make sure $args['type'] in paginate_comments_links() is always defined. Sergey Biryukov 2018-02-25 16:07:09 +00:00
  • 00b59e627d Docs: Correct description for WP_User::get_role_caps(). Sergey Biryukov 2018-02-25 15:38:13 +00:00
  • e0b18a023c Themes: Pre-translate theme names on Themes screen before sorting the array, to improve performance and avoid a warning in PHP 5.x. Sergey Biryukov 2018-02-25 13:17:12 +00:00
  • 6586a5c467 Build/Test Tools: Remove vendor file name entry from .gitignore. Sergey Biryukov 2018-02-25 11:29:25 +00:00
  • 3f4fe54b43 Menus: When checking if a Custom Link matches the current URL to add the current-menu-item class, check for decoded URL as well. Sergey Biryukov 2018-02-24 13:43:07 +00:00
  • ba351c550f Administration: Use HTTPS for dashboard_primary_feed URL. Sergey Biryukov 2018-02-24 09:29:17 +00:00
  • ba195e4353 REST API: Translate the taxonomy visibility description strings. Gary Pendergast 2018-02-22 00:58:12 +00:00
  • 1e3781cd71 REST API: Show taxonomy visibility settings. Gary Pendergast 2018-02-22 00:24:00 +00:00
  • 9377c9a873 Community Events Dashboard: Use wp_list_pluck rather than array_columns Aaron Jorbin 2018-02-21 23:27:00 +00:00
  • 827b9056c9 Accessibility: Change the terms "Quick Edit" link to a button. Andrea Fercia 2018-02-21 23:03:57 +00:00
  • 53a61339e4 Community Events Dashboard: Always show a WordCamp if one is coming up Aaron Jorbin 2018-02-21 23:00:50 +00:00
  • c729ca4171 Accessibility: Change the posts "Quick Edit" link to a button. Andrea Fercia 2018-02-21 22:30:34 +00:00
  • 9e31509293 Tests: Replace use of $this->server with rest_get_server() for better memory recycling. Sergey Biryukov 2018-02-21 16:24:30 +00:00
  • 05e88c58cd Cache API: Allow external object caches to gracefully degrade to the default object cache. Mark Jaquith 2018-02-21 14:58:14 +00:00
  • 36dd1e7735 Docs: Correct $id parameter type for old_slug_redirect_post_id filter. Sergey Biryukov 2018-02-21 09:34:33 +00:00
  • afc8a07071 Docs: Add a reference to get_pages() arguments in wp_dropdown_pages() and wp_list_pages(), as they both use the function internally. Sergey Biryukov 2018-02-19 22:23:58 +00:00
  • 21c6dabbc3 Docs: Correct documentation for Heartbeat filters. Sergey Biryukov 2018-02-19 21:45:03 +00:00
  • d002fde80e General: Further improve error messages following [42648]. Peter Wilson 2018-02-19 02:12:41 +00:00
  • b2b29b4431 I18N: Remove unused $start_of_week property from WP_Locale. Dominik Schilling (ocean90) 2018-02-18 16:31:57 +00:00
  • b99139814d Docs: Add filter docs for wp_refresh_nonces Kónståntîn Obénland 2018-02-17 04:41:58 +00:00
  • 7948dbf0c1 Database: If both WP_DEBUG and WP_DEBUG_DISPLAY are true, display a more specific error message in wpdb::bail(). Sergey Biryukov 2018-02-15 14:28:13 +00:00
  • 666507cb3f Docs: Improve JSDoc for for wp-admin/js/xfn.js. Anton Timmermans 2018-02-15 13:34:37 +00:00
  • dcc39fc4e7 Docs: Improve JSDoc for wp-admin/js/user-suggest.js. Anton Timmermans 2018-02-15 13:25:22 +00:00
  • 602724f7a8 Twenty Seventeen: Underline links in comments. Sergey Biryukov 2018-02-15 03:33:35 +00:00
  • 43ed92210c Docs: Move inline comments in wp_kses_split2() before the blocks they apply to. Sergey Biryukov 2018-02-14 11:45:56 +00:00
  • b252154091 Customize: Correct closing tags in customize_themes_print_templates(). Sergey Biryukov 2018-02-13 22:14:36 +00:00
  • 1b46470b75 Docs: Link to the "Conditional Tags" article in the Theme Developer Handbook from the descriptions for a variety of core conditional tag functions. Drew Jaynes 2018-02-13 16:53:44 +00:00
  • 6a81ffff31 Docs: Improve JSDoc for media/views/spinner.js. Anton Timmermans 2018-02-13 15:44:14 +00:00