Commit Graph

  • 2aa8e490e0 Tests: Move helper functions in Tests_Image_Functions to more appropriate places. Sergey Biryukov 2022-06-13 16:42:17 +00:00
  • c33e34d8a5 Tests: Rename classes in phpunit/tests/option/ per the naming conventions. Sergey Biryukov 2022-06-13 15:24:11 +00:00
  • cde9366b3a Tests: Add a unit test for PHP 8.1 deprecation notice in wp_user_settings(). Sergey Biryukov 2022-06-13 15:20:02 +00:00
  • 26d3ef0bf0 Tests: Use more consistent wording when referring to PHP deprecation notices. Sergey Biryukov 2022-06-13 14:51:33 +00:00
  • 2f8a627bd1 Tests: Use a consistent URL in HTTP response cookie tests. Sergey Biryukov 2022-06-12 15:16:09 +00:00
  • 793fa4185d Code Modernization: Pass correct default value to setcookie() in wp_user_settings(). Sergey Biryukov 2022-06-12 11:09:21 +00:00
  • 32cbb46a21 Tests: Rename classes in phpunit/tests/user/ per the naming conventions. Sergey Biryukov 2022-06-11 15:48:31 +00:00
  • be413a98e9 Tests: Re-initialize WP_Rewrite before running wp_list_authors() tests. Sergey Biryukov 2022-06-11 15:34:35 +00:00
  • 3308ae7e4f Tests: Rename the test file and class for wp_list_authors() tests. Sergey Biryukov 2022-06-11 13:41:45 +00:00
  • 7e0bb191fb Query: Add a hook to filter author full name from wp_list_authors(). Jb Audras 2022-06-10 18:21:28 +00:00
  • b855e63693 REST API: Improve post cache priming in WP_REST_Post_Search_Handler class. Jonny Harris 2022-06-10 15:45:45 +00:00
  • 8903b4a981 Docs: Use typed array notation in some post function DocBlocks: Sergey Biryukov 2022-06-10 15:20:16 +00:00
  • de009085a9 Query: Some documentation and test improvements for update_post_author_caches(): Sergey Biryukov 2022-06-10 15:15:07 +00:00
  • aff6a79b27 Prime users cache in WP_Query and post REST API controller. Jonny Harris 2022-06-10 13:37:52 +00:00
  • f52d476bc6 Media: Some documentation and test improvements for wp_img_tag_add_decoding_attr(): Sergey Biryukov 2022-06-09 16:19:39 +00:00
  • 270259115c Media: Add decoding="async" to image attributes. Peter Wilson 2022-06-09 05:29:57 +00:00
  • fc121d69e9 Tests: Correct an assertion in wp_rand() tests. Sergey Biryukov 2022-06-08 13:17:27 +00:00
  • 89cc0f5d95 Tests: Move the tests for individual pluggable functions into their own directory. Sergey Biryukov 2022-06-07 14:44:00 +00:00
  • e907a66546 Tests: Use more descriptive names for wp_rand() test methods. Sergey Biryukov 2022-06-07 12:01:09 +00:00
  • 342a473e06 Text Changes: Improve consistency of admin error notices in wp-admin/options.php. Jb Audras 2022-06-07 05:28:08 +00:00
  • b4c750afe4 Twenty-Twenty: Fix a width/alignement issue on "Wide Line" Separator style variation. Jb Audras 2022-06-07 05:21:20 +00:00
  • 68f5aa6ea4 Docs: Use third-person singular verbs for function descriptions in the Core Translation API. Jb Audras 2022-06-07 05:16:30 +00:00
  • a147212892 General: Ensure wp_rand() returns 0 when $min and $max values are equal to 0. Jb Audras 2022-06-06 22:48:21 +00:00
  • d9c7980834 Docs: Various fixes in wp-includes/pluggable.php docblocks, as per documentation standards. Jb Audras 2022-06-06 22:33:15 +00:00
  • ea687badfd Twenty-Twenty: Fix paragraph block alignment issues when used on a RTL website. Jb Audras 2022-06-06 21:40:56 +00:00
  • 7971c1bf9b Twenty-Twenty: Improve Quote block style consistency between front and back-end. Jb Audras 2022-06-06 13:29:03 +00:00
  • 35da365282 Docs: Correct method reference format in some DocBlocks. Sergey Biryukov 2022-06-06 10:49:22 +00:00
  • 60e80c1fd9 Build/Test Tools: Correctly confirm the previous workflow run was triggered by a push event. Jonathan Desrosiers 2022-06-05 19:43:50 +00:00
  • 50fab6f6b4 Tests: Update the URL to the documentation on GitHub Actions environment variables. Sergey Biryukov 2022-06-05 14:04:39 +00:00
  • 47e7c8e01a Build/Test Tools: Prevent inaccurate “fixed” notifications in Slack. Jonathan Desrosiers 2022-06-05 09:29:53 +00:00
  • 80ca807a96 Tests: Don't overwrite image metadata in a wp_calculate_image_srcset() test for zero width. Sergey Biryukov 2022-06-04 18:03:56 +00:00
  • d67674512e Tests: Consistently pass the $force_delete parameter to wp_delete_attachment(). Sergey Biryukov 2022-06-04 13:39:17 +00:00
  • 82d1e32a10 Tests: Clean up test images before performing assertions in image resize tests. Sergey Biryukov 2022-06-04 12:55:15 +00:00
  • 0389ecd120 Docs: Replace "updated" with "deleted" in wpdb::delete @return description. Jb Audras 2022-06-04 12:13:18 +00:00
  • c08eca3589 Tests: Add some test cases for path_join() with Windows paths. Sergey Biryukov 2022-06-03 15:05:28 +00:00
  • 27963429a1 General: Remove redundant ltrim() from path_join(). Sergey Biryukov 2022-06-02 15:29:26 +00:00
  • ab3848ae12 Twenty-Twenty: Alignment fix on Separator Block editor styles. Jb Audras 2022-06-02 15:08:33 +00:00
  • f2697ea042 Text Changes: Improve consistency of admin error notices. Jb Audras 2022-06-02 15:03:39 +00:00
  • 153a886eaf Tests: Add unit tests for path_join(). Sergey Biryukov 2022-06-02 14:58:38 +00:00
  • b654298687 Docs: Use third-person singular verbs for method descriptions in wp-includes/post.php, as per docs standards. Jb Audras 2022-06-02 10:53:45 +00:00
  • b316c8b25f General: Replace all esc_url_raw() calls in core with sanitize_url(). Sergey Biryukov 2022-06-01 18:12:25 +00:00
  • c59af567e5 Tests: Require the zip PHP extension in block templates export file test. Sergey Biryukov 2022-06-01 14:16:39 +00:00
  • f9d3aac7af I18N: Use consistent context for the "Add New" string when referring to media. Sergey Biryukov 2022-05-31 18:37:26 +00:00
  • e4ed73e980 Formatting: Make sanitize_url() the recommended function for sanitizing a URL. Sergey Biryukov 2022-05-31 15:15:58 +00:00
  • 91dc2d1b42 Media: Add support for WebP images in the Thickbox library. Sergey Biryukov 2022-05-30 14:52:00 +00:00
  • a53b828af9 Docs: Explicitly declare some globals for clarity. Sergey Biryukov 2022-05-29 15:33:12 +00:00
  • 4e83085806 Quick/Bulk Edit: Check the show_in_quick_edit taxonomy property when processing the data for bulk edited posts. Sergey Biryukov 2022-05-27 15:49:24 +00:00
  • 15deb80e50 Budled themes: Revert the Twenty Ten theme version to 3.6. Peter Wilson 2022-05-25 02:49:12 +00:00
  • fd1234b0c2 Help/About: Add cache busting string to video thumbnail. Peter Wilson 2022-05-25 02:17:54 +00:00
  • 9e561b22b3 Help/About: Finalise links on about page. Peter Wilson 2022-05-23 23:51:30 +00:00
  • ad4a3ad33e Coding Standards: Correct alignment in various files. Sergey Biryukov 2022-05-23 20:38:02 +00:00
  • e09ff2cf7d Upgrade/Install: Update $_old_files for 6.0. Sergey Biryukov 2022-05-23 17:00:56 +00:00
  • 525327e822 Administration: Fix image overlap in Dashboard welcome panel. Kelly Choyce-Dwan 2022-05-23 16:46:06 +00:00
  • cd8e14638e Docs: Use third-person singular verbs for method descriptions in wp-includes/class-wp-roles.php, per the documentation standards. Sergey Biryukov 2022-05-23 14:59:44 +00:00
  • bc161e6c82 General: Bump the recommended MariaDB version in readme.html. Sergey Biryukov 2022-05-23 14:20:47 +00:00
  • 1d62e1f2fb Tests: Improve the assertions in recommended MySQL and MariaDB version tests. Sergey Biryukov 2022-05-23 14:07:47 +00:00
  • 214d4a9073 Build/Test Tools: Temporarily skip MariaDB version test. Tonya Mork 2022-05-23 13:30:13 +00:00
  • edf3f48e04 Build/Test Tools: Fix comments odd/even instabilities (test leaks). Tonya Mork 2022-05-23 11:54:28 +00:00
  • 2c06c9afd5 Query: Check if $wp_query is set in query loop functions. Sergey Biryukov 2022-05-22 15:15:47 +00:00
  • 7cb5d2e869 Docs: Correct the type for WP_Post::$post_category and ::$tags_input. Sergey Biryukov 2022-05-21 12:05:49 +00:00
  • 1590e8e0c8 Build/Test Tools: Link to a specific run attempt in GitHub Action Slack notifications. Jonathan Desrosiers 2022-05-20 17:40:12 +00:00
  • 5a49274a92 Code Modernization: Replace phpversion() function calls with PHP_VERSION constant. Sergey Biryukov 2022-05-20 17:36:23 +00:00
  • 674ed76aa1 Docs: Add missing documentation for fallback_gap_value param Greg Ziółkowski 2022-05-20 15:33:02 +00:00
  • 4d5ea37063 Editor: Update WordPress packages for 6.0 RC 4 Greg Ziółkowski 2022-05-20 14:31:00 +00:00
  • af8844c287 Editor: Fix opinionated block styles loading in editor Greg Ziółkowski 2022-05-20 11:40:07 +00:00
  • 29b78bd679 Bundled themes: Bump versions for WordPress 6.0 release. Peter Wilson 2022-05-20 01:47:29 +00:00
  • 72bc35114b Themes: Accept valid block themes. Peter Wilson 2022-05-20 00:47:45 +00:00
  • 96d6eae601 Accessibility: List Tables: Hide the Comments column icon and title attribute from screen readers. Sergey Biryukov 2022-05-19 15:52:03 +00:00
  • 0b6bc9a386 Site Editor: Include style parameter in home template redirect. Peter Wilson 2022-05-19 02:25:09 +00:00
  • 93b8f3d245 Docs: Add missing documentation for some Customize class properties: Sergey Biryukov 2022-05-18 15:22:15 +00:00
  • 73b96891f4 Twenty Twenty-Two: Fix typo in Dark Footer pattern docblock. Jb Audras 2022-05-18 12:55:27 +00:00
  • 19abcf2c46 Help/About: Ensure about page shows current header. Peter Wilson 2022-05-18 02:59:11 +00:00
  • 590ca0ff94 Users: Fail gracefully when checking mapped capabilities without providing the required object ID. Sergey Biryukov 2022-05-17 18:59:24 +00:00
  • f6775703e1 Editor: Return additional block patterns to server-generated settings Greg Ziółkowski 2022-05-17 14:36:22 +00:00
  • f83810fd8d Editor: Update WordPress packages for 6.0 RC 3 Greg Ziółkowski 2022-05-17 13:28:58 +00:00
  • 0be18df792 Theme: Use a better method to determine the theme name during export Greg Ziółkowski 2022-05-17 12:08:15 +00:00
  • 7e1610cf37 Users: Fix misalignment of new user password toggle button on mobile. Jb Audras 2022-05-16 22:35:12 +00:00
  • cfc71d580f Tests: Use a data provider in the test for conditional tags returning early if $wp_query is not set. Sergey Biryukov 2022-05-16 14:09:41 +00:00
  • 0cd735bc01 Twenty Twenty-One: Add a missing HTML comment to indicate the end of .post-thumbnail section. Jb Audras 2022-05-15 22:32:59 +00:00
  • a11fd0614d Coding Standards: Fix params indentation in pre_get_network_by_path hook docblock. Jb Audras 2022-05-15 20:30:46 +00:00
  • 92e77c6793 Docs: Use third-person singular verbs for function descriptions in the WP_Network class. Jb Audras 2022-05-15 20:26:08 +00:00
  • 183dc1a347 Tests: Expand the test for conditional tags returning early if $wp_query is not set. Sergey Biryukov 2022-05-15 15:55:11 +00:00
  • 3da312a954 Query: Check if $wp_query is set in is_main_query(). Sergey Biryukov 2022-05-14 15:08:58 +00:00
  • 44cd1981b9 Database: Use generic references to a database server in ms_not_installed(). Sergey Biryukov 2022-05-13 12:19:35 +00:00
  • 0907c144a8 Docs: Replace Codex URL with a corresponding HelpHub article in the Additional CSS section in Customizer. Sergey Biryukov 2022-05-12 17:55:30 +00:00
  • e7962e19ad Taxonomy: Set use_desc_for_title to false by default in wp_list_categories() Jb Audras 2022-05-12 14:04:59 +00:00
  • 0366002fcf Menus: Replace "drop down" (noun) with "dropdown" in a few strings. Sergey Biryukov 2022-05-11 13:20:13 +00:00
  • 4083456e42 Twenty Twenty-One: i18n fix for privacy policy section title. Jb Audras 2022-05-11 08:44:35 +00:00
  • c70e76772c Editor: Use stricter assertions in comment template tests. Tonya Mork 2022-05-10 21:28:18 +00:00
  • c25f79f21a Administration: Update design of the Dashboard welcome panel. Kelly Choyce-Dwan 2022-05-10 16:43:44 +00:00
  • 41ec9fc4e8 Help/About: Update the About section for 6.0. Kelly Choyce-Dwan 2022-05-10 16:31:30 +00:00
  • 619693e75f Editor: Update WordPress packages for 6.0 RC 2 (part 2) Greg Ziółkowski 2022-05-10 15:55:57 +00:00
  • 7912e9f631 Editor: Update WordPress packages for 6.0 RC 2 Greg Ziółkowski 2022-05-10 14:47:10 +00:00
  • 0ddfd1aa04 Coding Standards: Restore the $pieces variable for SQL clauses in query classes. Sergey Biryukov 2022-05-10 11:19:51 +00:00
  • 0c506aabc0 Coding Standards: Restore the $pieces variable in WP_Query::get_posts(). Sergey Biryukov 2022-05-10 11:15:28 +00:00
  • a80c501fb7 Users: Improve WP_User_Query tests following [53362]. Peter Wilson 2022-05-10 05:47:35 +00:00
  • f42475145f Media: Remove error suppression in wp_filesize(). Peter Wilson 2022-05-10 05:00:15 +00:00
  • fc4ac1f123 Tests: Move get_inline_data() tests to a more appropriate place. Sergey Biryukov 2022-05-09 17:56:36 +00:00
  • 90f953603b Query: Restore late compact() call for the posts_clauses_request filter. Sergey Biryukov 2022-05-09 13:49:29 +00:00
  • a6eec99e46 Quick/Bulk Edit: Additional tests for showing taxonomies. Peter Wilson 2022-05-09 00:32:39 +00:00