Commit Graph

  • 98584d6e11 Build/Test Tools: Update QUnit and Sinon to the latest versions. Sergey Biryukov 2020-03-27 00:16:58 +00:00
  • bef2746334 REST API: Fix _fields filtering of registered rest fields. K. Adam White 2020-03-26 17:50:39 +00:00
  • 728a031767 Themes: Always list broken themes even if the user cannot take a corresponding action within the admin area. John Blackbourn 2020-03-26 17:48:07 +00:00
  • f5550907e1 Query: Introduce an action which gets fired when a 404 is triggered. John Blackbourn 2020-03-26 17:41:14 +00:00
  • d8c8058309 Coding Standards: Fix WPCS issues in wp-includes/class-wp-http-proxy.php. Sergey Biryukov 2020-03-26 07:18:20 +00:00
  • 0f9477d5e8 Docs: Add documentation for WP_Comments_List_Table::floated_admin_avatar(). Sergey Biryukov 2020-03-25 14:41:15 +00:00
  • 251fd685dd Comments: Fix title not updating when replying to a comment Robert Anderson 2020-03-25 04:53:06 +00:00
  • 36d112d1c8 Docs: Revert a type change for the $value parameter of WP_Dependencies::add_data() in [47170]. Sergey Biryukov 2020-03-24 20:54:38 +00:00
  • afe1b96db2 Help/About: Fix a typo on the about page and fix a link. Jorge Costa 2020-03-24 15:01:57 +00:00
  • 8e3d204e04 Docs: Update inline comment in Tests_DB::test_locale_floats(). Sergey Biryukov 2020-03-24 01:05:31 +00:00
  • 41027e3f8e Build/Test Tools: Introduce Install-changed. It keeps a hash of package.json and compares it when run. If it has any changes, it runs npm install. Andrew Ozz 2020-03-24 01:04:43 +00:00
  • 679fbbc422 Build/Test Tools: Fix PHPUnit bootstrap to install WP from /build when tests are run with npm run test, grunt test, grunt then phpunit, etc. Andrew Ozz 2020-03-24 00:18:29 +00:00
  • def0da1bbe Block Editor: Update WordPress Packages WordPress 5.4 RC 4. Jorge Costa 2020-03-23 23:38:27 +00:00
  • ad8d01a7e9 Docs: Add missing @since tags for WP_User_Request properties. Sergey Biryukov 2020-03-23 20:18:15 +00:00
  • 630ba8979a Administration: Add / character to <img> tag in WP_Plugin_Install_List_Table::display_rows(). Sergey Biryukov 2020-03-22 18:35:46 +00:00
  • f44d456a4b Upgrade/Install: Return a more appropriate HTTP response status code (409 Conflict) if the wp-config.php file already exists. Sergey Biryukov 2020-03-21 15:42:57 +00:00
  • 7c15916c28 Coding Standards: Fix WPCS issue in [47475]. Sergey Biryukov 2020-03-20 17:31:13 +00:00
  • e45a2eb99d Help/About: Add design for 5.4 About page. Sergey Biryukov 2020-03-20 17:11:35 +00:00
  • 827d77e341 Administration: Escape admin title on output after the admin_title filter runs, not before. Sergey Biryukov 2020-03-20 02:18:53 +00:00
  • 7ede058b16 Privacy: Correct bottom padding for table of contents on Privacy Policy Guide on smaller screens. Sergey Biryukov 2020-03-19 20:43:13 +00:00
  • b0889a7639 Post Formats: Pass post type to the disable_formats_dropdown filter in WP_Posts_List_Table::formats_dropdown(). Sergey Biryukov 2020-03-18 19:11:33 +00:00
  • baa9b2d1f0 Build Tools: Use the new combinedOutputFile setting for the updated DependencyExtractionWebpackPlugin and output script-loader-packages.php directly in wp-includes/assets/. Andrew Ozz 2020-03-18 04:48:19 +00:00
  • e7022adab2 Docs: Correct the description of $hard parameter in flush_rewrite_rules(). Sergey Biryukov 2020-03-17 19:32:45 +00:00
  • f5c0507910 Block Editor: Update WordPress Packages WordPress 5.4 RC 3. Jorge Costa 2020-03-16 22:05:14 +00:00
  • c8d918e476 Docs: Various docblock corrections and improvements. John Blackbourn 2020-03-16 18:38:03 +00:00
  • 0bed3c251a Tests: Use PUPPETEER_SKIP_CHROMIUM_DOWNLOAD environment variable instead of config setting. Sergey Biryukov 2020-03-16 12:23:01 +00:00
  • 5b88e2fa53 Menus: When adding a label for special pages in wp_setup_nav_menu_item() strip all HTML tags, as the label is escaped on output. Sergey Biryukov 2020-03-16 01:30:14 +00:00
  • 812c92e1e9 Administration: When editing a plugin or theme file, close any active PHP session. Sergey Biryukov 2020-03-15 19:43:50 +00:00
  • a2861f1277 Site Health: Run the first scheduled site health check a day after the initial site setup. Sergey Biryukov 2020-03-14 16:34:54 +00:00
  • c3156e6258 Toolbar: Move the logic for rendering the admin bar on wp_footer to wp_admin_bar_render(). Sergey Biryukov 2020-03-14 15:59:22 +00:00
  • 31dd2e70f0 General: Trim the input data in maybe_unserialize(), for consistency with is_serialized(). Sergey Biryukov 2020-03-13 21:12:01 +00:00
  • 13c5098f74 General: Move maybe_serialize() to a more appropriate place in the file, before maybe_unserialize(). SergeyBiryukov 2020-03-13 21:05:02 +00:00
  • 5ac6156507 Tests: Extract is_serialized() test cases into data providers; reuse them for maybe_serialize() and maybe_unserialize() tests. SergeyBiryukov 2020-03-13 20:39:02 +00:00
  • ed9d5c383f Database: Introduce wpdb::db_server_info() to retrieve full MySQL server information string as supplied by mysqli_get_server_info(). Sergey Biryukov 2020-03-12 15:53:01 +00:00
  • 60edf36394 REST API: Introduce "hex-color" JSON Schema format. Timothy Jacobs 2020-03-12 02:40:29 +00:00
  • a44943546c Tests: Download Chromium for e2e tests only. Sergey Biryukov 2020-03-11 02:01:20 +00:00
  • eba126609f Media: Introduce preflight filter to wp_delete_attachment(). Peter Wilson 2020-03-10 22:46:12 +00:00
  • 01ad44e871 Bundled Themes: Update calendar widget styles for 5.4 markup to fix the alignment of a single month link. Sergey Biryukov 2020-03-10 20:51:46 +00:00
  • 6095b4467a Help/About: Use consistent vertical whitespace between sections on Freedoms page. Sergey Biryukov 2020-03-10 20:37:59 +00:00
  • 94516bbb3f Block Editor: Update WordPress Packages WordPress 5.4 RC 2. Jorge Costa 2020-03-10 14:51:10 +00:00
  • 150a49a0b1 Bundled Themes: Twenty Twenty content font CSS selector is too important - updated. Ian Belanger 2020-03-09 19:46:27 +00:00
  • 4f06d9a2bb Help/About: Update and correct some strings for 5.4 About page. Sergey Biryukov 2020-03-09 00:09:25 +00:00
  • 77578e0869 Themes: Prevent tags in Theme Details modal from being partially hidden behind action buttons on smaller screens. Sergey Biryukov 2020-03-08 01:50:37 +00:00
  • f6ff42bee4 Administration: Add missing description for "Page title" element of the admin menu array. Sergey Biryukov 2020-03-08 00:16:36 +00:00
  • c227b20a0f Customize: Ensure color picker's Clear button is aligned properly. Sergey Biryukov 2020-03-07 01:11:38 +00:00
  • 72cb0ebff8 REST API: Fix typo in disable-custom-gradients theme feature description. Sergey Biryukov 2020-03-06 00:15:09 +00:00
  • b6ac7c4f87 Tests: Remove unnecessary use of wpdb_exposed_methods_for_testing in test_utf8mb3_post_saves_with_emoji(). Sergey Biryukov 2020-03-05 11:53:34 +00:00
  • 48df8c3646 General: Ensure get_tag_regex() always returns a string, to match the documented value. Sergey Biryukov 2020-03-04 12:03:32 +00:00
  • 7a4f9cc9a6 General: Correct the default value of the $defaults parameter in wp_parse_args() to match the documented type. Sergey Biryukov 2020-03-04 11:58:31 +00:00
  • 047f6e4bef Docs: Reorder @throws tags in WP_Customize_Nav_Menu_Setting and WP_Customize_Nav_Menu_Item_Setting for consistency with WP_Customize_Custom_CSS_Setting. Sergey Biryukov 2020-03-04 11:33:14 +00:00
  • b52783bc4f Docs: Add missing @throws tag to _wp_json_sanity_check() DocBlock. Sergey Biryukov 2020-03-04 11:32:52 +00:00
  • 55b3866749 Trunk is now 5.5 alpha Peter Wilson 2020-03-04 01:18:56 +00:00
  • 66f510bda0 Post WordPress 5.4 RC 1 version bump. Jorge Costa 2020-03-03 22:00:22 +00:00
  • d4f965278a WordPress 5.4 RC 1. Jorge Costa 2020-03-03 21:41:29 +00:00
  • 0ffce72ed0 Help/About: Add strings for 5.4 About page. Sergey Biryukov 2020-03-03 21:20:45 +00:00
  • ae5596bf0a Editor: Update WordPress packages to make editor full-screen by default. Jorge Costa 2020-03-03 20:43:49 +00:00
  • 60f78cd845 Privacy: Prevent unexpected scrolling when clicking the "Copy this section to clipboard" button on Privacy Policy Guide screen. Sergey Biryukov 2020-03-03 17:49:53 +00:00
  • 7dd3e6edd9 Media: Improve the appearance of image editor on small and medium screens. Sergey Biryukov 2020-03-03 17:19:55 +00:00
  • ac4de42983 Scripts: Use core-js url as polyfill for window.URL. Jorge Costa 2020-03-03 16:53:32 +00:00
  • 360c98280c Site Health: Fix typo in Site Health Status dashboard widget. Sergey Biryukov 2020-03-03 12:20:35 +00:00
  • cd84eaac26 Docs: Correct formatting of some DocBlocks in Plugin_Upgrader and Theme_Upgrader per the documentation standards. Sergey Biryukov 2020-03-03 11:38:00 +00:00
  • 288f5234e9 Site Health: Improve the strings in Site Health Status dashboard widget. Sergey Biryukov 2020-03-03 11:20:00 +00:00
  • e45162e496 Privacy: Fix the URLs and legacy redirects for the personal data export and erasure screens. John Blackbourn 2020-03-03 00:48:21 +00:00
  • e9c74d09c8 Privacy: Reintroduce consistency to the styling of suggested privacy text from core and plugins. John Blackbourn 2020-03-03 00:40:27 +00:00
  • b20dd081ba Editor: Revert a fix for incorrect usage of ID attributes on custom fields. John Blackbourn 2020-03-03 00:35:41 +00:00
  • 0fcbdc1e2d Upgrade/Install: Improved inline docs for the plugin and theme updater maintenance mode functionality. John Blackbourn 2020-03-03 00:27:52 +00:00
  • 8bee6a4860 Block Editor: Update WordPress Packages WordPress 5.4 RC 1. Jorge Costa 2020-03-02 23:19:06 +00:00
  • aca1a8aa3d Build Tools: Exclude the src/wp-includes/assets/ directory from copying when building. Its content is generated by Webpack and copied in another task. Andrew Ozz 2020-03-02 19:08:48 +00:00
  • ef878b59c9 Feeds: Remove an unreachable condition when generating archive feed links. John Blackbourn 2020-03-02 18:50:22 +00:00
  • 3c5d847872 Bundled Themes: Update calendar widget styles for 5.4 markup. Ian Belanger 2020-03-02 16:53:36 +00:00
  • 822167a42b Build/Test Tools: Bump devDependencies for WordPress 5.4. Sergey Biryukov 2020-03-02 01:52:29 +00:00
  • 98003a7546 Tests: Add a unit test to ensure the "Supported Versions" section of GitHub Security Policy always includes the latest stable branch. Sergey Biryukov 2020-03-02 01:11:29 +00:00
  • 3feb885ec3 Docs: Use more specific type in parameter descriptions for is_page(), is_single(), is_singular(), and their WP_Query counterpart methods. Sergey Biryukov 2020-03-01 17:27:03 +00:00
  • 6c33566c05 Docs: Synchronize parameter descriptions for conditional tags with their WP_Query counterpart methods. Sergey Biryukov 2020-03-01 17:19:58 +00:00
  • f327466200 Docs: Use more specific type in parameter description for wp_unslash(). Sergey Biryukov 2020-03-01 16:23:24 +00:00
  • a7c0d2c8fc Docs: Use more specific type in description for _WP_Dependency::$deps. Sergey Biryukov 2020-03-01 16:22:51 +00:00
  • ac6cb23470 Docs: Miscellaneous docs fixes and improvements. John Blackbourn 2020-03-01 10:38:00 +00:00
  • 78a6e4febb Docs: Use more specific types in parameter descriptions in place of mixed. John Blackbourn 2020-03-01 10:36:38 +00:00
  • ba57b0141c Docs: Correct the parameter documentation of the request_filesystem_credentials filter. John Blackbourn 2020-03-01 10:31:31 +00:00
  • 5f23c79b1d Privacy: Make the progress indicator for export and erasure visible even if not hovered over. Sergey Biryukov 2020-02-29 23:43:57 +00:00
  • b7bc6f7bb0 Docs: Correct and improve the docs for some media related functions. John Blackbourn 2020-02-29 16:47:44 +00:00
  • b4d0da91f7 Bundled Themes: Twenty Twenty searchform.php error. Ian Belanger 2020-02-28 20:54:42 +00:00
  • a00d79a07d Bundled Themes: Twenty Thirteen update calendar widget styles for 5.4 markup. Ian Belanger 2020-02-28 20:05:39 +00:00
  • b54d5925ce Docs: Improve documentation for WP_REST_Attachments_Controller. Sergey Biryukov 2020-02-28 12:29:53 +00:00
  • 697127203b Docs: Improve documentation for various metadata functions. Sergey Biryukov 2020-02-28 12:12:58 +00:00
  • ab4800b289 Coding Standards: Update PHPCS Composer plugin to v0.6.0. Sergey Biryukov 2020-02-28 01:38:58 +00:00
  • 559ccdda0c Twenty Twenty: Replace quotation marks in starter content with HTML entities. Sergey Biryukov 2020-02-27 21:58:54 +00:00
  • ef613db765 Docs: Add a reference to WP_Customize_Panel::__construct() for information on accepted arguments in WP_Customize_Manager::add_panel(). Sergey Biryukov 2020-02-27 20:34:49 +00:00
  • 19bdff7326 Docs: Add a reference to WP_Customize_Section::__construct() for information on accepted arguments in WP_Customize_Manager::add_section(). Sergey Biryukov 2020-02-27 20:27:45 +00:00
  • 33b88a7c7f Docs: Clarify the type of theme_supports argument in various Customizer classes. Sergey Biryukov 2020-02-27 20:21:35 +00:00
  • 9793244c74 Docs: Add a reference to WP_Customize_Setting::__construct() for information on accepted arguments in WP_Customize_Manager::add_setting(). Sergey Biryukov 2020-02-27 20:07:31 +00:00
  • bd71eb4b74 Docs: Use a consistent description for the $manager parameter in various Customizer class constructions. Sergey Biryukov 2020-02-26 15:31:19 +00:00
  • aab2667898 Docs: Add a @see reference to WP_Customize_Control::__construct() in child class constructors. Sergey Biryukov 2020-02-26 13:29:01 +00:00
  • bc5a7e9506 Build/Test Tools: Remove redundant Tests_Post_Types::register_post_type() helper method, use register_post_type() directly. Sergey Biryukov 2020-02-26 13:16:10 +00:00
  • 3a4faa975f Build Tools: Do not delete the (now committed) script-loader-packages.php file when running clean:js and copy it to /build. Fixes cases when running grunt watch or -dev where that file may be deleted and not recreated. Andrew Ozz 2020-02-26 05:13:05 +00:00
  • 0975f8e79b Post WordPress 5.4 Beta 3 version bump. Jorge Costa 2020-02-25 22:11:55 +00:00
  • 16aa8bbcce WordPress 5.4 Beta 3. Jorge Costa 2020-02-25 21:54:53 +00:00
  • 762dc39878 Block Editor: Update wp-includes/assets/script-loader-packages.php. Sergey Biryukov 2020-02-25 21:43:57 +00:00
  • 0347132f12 Privacy: Switch buttons in Next Steps column of privacy request tables to break-word for better legibility on various screen sizes. Sergey Biryukov 2020-02-25 20:59:08 +00:00
  • ccb7aec7fc Accessibility: Media: Hide the invisible "file upload button" on media views from assistive technologies. Sergey Biryukov 2020-02-25 20:42:19 +00:00