Commit Graph

  • 54a177910a Coding Standards: Remove unused global variables in various /wp-admin/includes/ files. Jb Audras 2023-08-31 14:43:36 +00:00
  • 9879434020 Build/Test Tools: Enable running the tests on PHP 8.3. Sergey Biryukov 2023-08-31 10:15:42 +00:00
  • a023fbce18 Upload: Add a MIME type exception for .docx generated by Google Docs. Jb Audras 2023-08-30 22:30:06 +00:00
  • 39db9a6775 Editor: Add relative time strings for the wp-date inline script output. Jb Audras 2023-08-30 22:09:20 +00:00
  • 98284ae792 HTTP API: Update WP_Http class to avoid PHP deprecation warnings. Jb Audras 2023-08-30 22:07:13 +00:00
  • bc92bb0cba General: Replace two esc_url_raw() calls in core with sanitize_url(). Colin Stewart 2023-08-30 20:23:18 +00:00
  • 973b4565ee HTML API: Stop processing HTML when encountering unsupported markup. Bernie Reiter 2023-08-30 15:37:33 +00:00
  • c6088bb590 Tests: Correct uses of ReflectionProperty::setValue() for static properties. Sergey Biryukov 2023-08-30 10:49:27 +00:00
  • e278fe3fcf Posts, Post Types: Avoid redundant SQL query in get_pages(). Joe McGill 2023-08-29 22:11:22 +00:00
  • 3d2f4d5a88 Posts, Post Types: Reinstate missing sort_column options in get_pages(). Joe McGill 2023-08-29 22:03:25 +00:00
  • ab5fd4d56a Site Health: fix check name used for REST API permission checks. Pascal Birchler 2023-08-29 15:39:13 +00:00
  • ec94944ae4 Media: Prevent warning if [caption] shortcode is used without attributes. Pascal Birchler 2023-08-29 15:33:43 +00:00
  • 61cd1a5210 External Libraries: Upgrade PHPMailer to version 6.8.1. Sergey Biryukov 2023-08-29 13:44:54 +00:00
  • 7c254c5510 Privacy: Improve docblocks for hooks and functions related to personal data export and erasure. John Blackbourn 2023-08-28 21:51:44 +00:00
  • 03290de92d External Libraries: Update jQuery to version 3.7.1. Aaron Jorbin 2023-08-28 17:12:46 +00:00
  • 7cf05166a6 XML-RPC: Remove unused wpdb global in wp_xmlrpc_server::mw_newMediaObject(). Sergey Biryukov 2023-08-28 14:35:50 +00:00
  • 13becfa68b Editor: Replace some accidental double setting up of tests with proper tearing down. John Blackbourn 2023-08-27 20:32:16 +00:00
  • 28cb706629 Users: Call add_user_meta() instead of update_user_meta() when adding metadata to a new user. John Blackbourn 2023-08-27 12:21:33 +00:00
  • 29c2f0154c Users: Remove unused wpdb global in check_password_reset_key(). Sergey Biryukov 2023-08-27 04:47:47 +00:00
  • 49f61a73d6 Database: Improve the documentation for various methods in the wpdb class. John Blackbourn 2023-08-26 18:09:07 +00:00
  • f71140438b Database: Remove support for the mysql extension. John Blackbourn 2023-08-26 13:01:05 +00:00
  • 7ed2467c3a Docs: Fix typo in a translator comment in _deprecated_class(). Sergey Biryukov 2023-08-26 04:47:09 +00:00
  • 7f38f687c4 Upgrade/Install: Add missing escaping function for get_option( 'home' ) in upgrade.php. Jb Audras 2023-08-25 05:42:43 +00:00
  • e0e36e63fe Docs: Improve PHPCS comments general consistency. Jb Audras 2023-08-25 05:09:09 +00:00
  • 73f7ecce4c Docs: Docblock improvements in _deprecated_class() function, as per docblocks standards. Jb Audras 2023-08-25 05:02:53 +00:00
  • 2f76410f8b Fix coding standards for Tests_Admin_wpUserSearch Drew Jaynes 2023-08-25 03:42:48 +00:00
  • 8fd9604f14 Properly deprecate both constructors in WP_User_Search. Drew Jaynes 2023-08-25 03:35:59 +00:00
  • 515634ffff Fix coding standards for translatable _deprecated_class() message strings Drew Jaynes 2023-08-25 03:33:25 +00:00
  • 4ef1036e69 Introduce a _deprecated_class() function. Drew Jaynes 2023-08-25 03:24:00 +00:00
  • a5e6100443 Coding Standards: Use strict comparison in wp-includes/class-wp-widget.php. Sergey Biryukov 2023-08-25 01:26:01 +00:00
  • a8a0bf0cc8 Build/Test Tools: Ensure database containers are prepared for commands. Jonathan Desrosiers 2023-08-24 21:02:47 +00:00
  • 218fbd91ab Block Editor: Update SVN props to ignore new asset files. Peter Wilson 2023-08-24 21:00:06 +00:00
  • a84270a1b0 Customizer: use the correct X-Robots-Tag header. Adam Silverstein 2023-08-24 20:48:40 +00:00
  • f085426605 Build Tools: Avoid doing copy:dynamic when running grunt watch when using --dev option. Weston Ruter 2023-08-24 20:40:24 +00:00
  • dfda67a587 Help/About: Match icon and text in Help for bulk edit button. Joe Dolson 2023-08-24 20:25:36 +00:00
  • e82474c536 REST API: Remove misleading comment in WP_REST_Blocks_Controller->get_item_schema. K. Adam White 2023-08-24 20:21:35 +00:00
  • 1f66a067d9 General: Use regular core button styles for page header actions. Timothy Jacobs 2023-08-24 20:14:04 +00:00
  • 095617ed94 Editor: Optimize wp_get_block_css_selector to remove array_merge calls for better performance. David Baumwald 2023-08-24 19:57:15 +00:00
  • b1f5563e31 Administration: Escape post type output as field attribute. Peter Wilson 2023-08-24 19:41:16 +00:00
  • 0c82e15d72 Performance: Add fallback for $script_uri to prevent firing plugins_url() unnecessarily. Anthony Burchell 2023-08-24 19:36:16 +00:00
  • 1fc1e9c888 Login and Registration: Improve test coverage for sign on related functions Aaron Jorbin 2023-08-24 19:12:33 +00:00
  • 0d04972be6 Build/Test: Revert unintentional .env change in [56449]. Joe Dolson 2023-08-24 17:33:04 +00:00
  • f435b0d272 Media: Add a filter to the get_available_post_mime_types() function to allow overriding its database query. John Blackbourn 2023-08-24 16:53:15 +00:00
  • 179ac0ccd2 Bundled Themes: Ensure that pull quotes are able to use the correct font size. Jake Spurlock 2023-08-24 16:14:54 +00:00
  • 1db31132eb Menus: Revert unintentional changes in [56449]. joedolson 2023-08-24 16:12:01 +00:00
  • b21d72b39d Menus: Fix proximity of controls to Save and Delete menus. Joe Dolson 2023-08-24 15:56:34 +00:00
  • c10caf93d5 Rewrite Rules: Prevent stampedes when flush_rewrite_rules() is called Joe McGill 2023-08-24 15:55:27 +00:00
  • 40df0ec5e2 Bundled Theme: Twenty Nineteen: Improve social media icon dimension attributes. Peter Wilson 2023-08-24 15:32:09 +00:00
  • 2cdaf29678 Plugins: Correctly display spaces in new plugins search results. Pascal Birchler 2023-08-24 15:25:24 +00:00
  • 81423c3ea6 Options, Meta APIs: Introduce prime_options() to load multiple options with a single database request. flixos90 2023-08-24 14:40:01 +00:00
  • c63e32fe8a Build/Tests: Tests_Formatting_MakeClickable should use data providors Aaron Jorbin 2023-08-24 14:33:28 +00:00
  • 416d1a8ddc Build/Test Tools: Implicitly pass secrets to the called workflow. Jonathan Desrosiers 2023-08-24 14:21:36 +00:00
  • 35f7b9ec72 Build/Test Tools: Change the version of Node.js in the Codespaces container. Jonathan Desrosiers 2023-08-24 14:07:53 +00:00
  • 222af98bbe Docs: Correct default post type in page_template_dropdown() docblock. Jb Audras 2023-08-24 13:39:25 +00:00
  • c2ae255fe1 Build/Test Tools: Merge pre-commit changes missed in [56439]. Jonathan Desrosiers 2023-08-24 13:28:26 +00:00
  • a00b04bae7 Build/Test Tools: Expand database testing to account for all supported versions and types. Jonathan Desrosiers 2023-08-24 13:08:40 +00:00
  • f0ff124fe9 Coding Standards: Use strict comparison in wp-includes/ms-site.php. Sergey Biryukov 2023-08-24 11:17:06 +00:00
  • f4b36d8941 Revisions: Add missing escaping function for $post_edit_link in wp-admin/revision.php. Jb Audras 2023-08-24 09:30:17 +00:00
  • 7faabe4015 Docs: Clarify post_date_column_time filter description. Jb Audras 2023-08-24 09:10:17 +00:00
  • 07b5588a88 Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. Jb Audras 2023-08-24 09:06:52 +00:00
  • e7dd83bf97 Docs: Wrap inline @see tags in curly braces. Jb Audras 2023-08-24 08:59:36 +00:00
  • ef0e58bf0f Docs: Add missing @param description in WP_Comment class. Jb Audras 2023-08-24 08:42:23 +00:00
  • bf00a673a5 Coding Standards: Use strict comparison in wp-includes/ms-files.php. Sergey Biryukov 2023-08-23 15:51:12 +00:00
  • 5a99ab468a Posts, Post Types: Remove redundant function calls in get_body_class(). Sergey Biryukov 2023-08-22 12:28:52 +00:00
  • 17e9e69bb6 Editor: Fix error handling of converting classic to block menus. Tonya Mork 2023-08-21 17:49:09 +00:00
  • f0d53f8100 Build/Test Tools: Update PHPUnit Polyfills to version 1.1.0. Sergey Biryukov 2023-08-21 15:53:04 +00:00
  • 9b8a0d22b0 Coding Standards: Use strict comparison in wp-admin/includes/meta-boxes.php. Sergey Biryukov 2023-08-20 00:08:49 +00:00
  • cfe5a1e0a8 Editor: update npm packages with critical bug fixes for 6.3.1. Isabel Brison 2023-08-19 23:20:25 +00:00
  • 5d466a4d4a Docs: Correct punctuation in some instances of the $crop parameter description. Sergey Biryukov 2023-08-19 00:08:32 +00:00
  • d1f72a6330 Revert the last use of str_starts_with() in update-core.php. Andrew Ozz 2023-08-18 23:23:33 +00:00
  • dde16aab1c Media: Standardise documentation of the $crop parameter for various media functions and methods. John Blackbourn 2023-08-18 17:54:41 +00:00
  • 9bb4369bc1 REST API: Correct the docblocks for various permission related methods. John Blackbourn 2023-08-18 17:44:29 +00:00
  • 7aee3d35fb Docs: Miscellaneous docblock corrections and improvements. John Blackbourn 2023-08-18 17:27:16 +00:00
  • 9110074a20 Themes: add wp_get_theme_data_custom_templates function. André 2023-08-18 13:20:56 +00:00
  • e42bd867bc Add missing @ to the return tag in the wp_get_theme_data_template_parts function. André 2023-08-18 13:16:13 +00:00
  • 79b01c6d81 Coding Standards: Improve variable names in wp_save_image(). Sergey Biryukov 2023-08-18 10:07:25 +00:00
  • 2acd0aca78 Administration: Invalid argument passed in additional_classes. Joe Dolson 2023-08-17 21:34:21 +00:00
  • 8ef111843b Administration: Apply admin notice functions in multisite. Joe Dolson 2023-08-17 21:01:17 +00:00
  • c60cfe92b4 Administration: Add function to standardize admin notices. Joe Dolson 2023-08-17 20:27:35 +00:00
  • 5b517ae3a6 Build/Test Tools: Revert Slack messaging changes. Jonathan Desrosiers 2023-08-17 17:56:06 +00:00
  • dca4cc00bd Build/Test Tools: Send a failure notice in Slack when a run fails to start. Jonathan Desrosiers 2023-08-17 17:34:06 +00:00
  • 7cd891845e Build/Test Tools: Use the correct variable for checking the previous conclusion. Jonathan Desrosiers 2023-08-17 17:17:23 +00:00
  • d3f193f741 Build/Test Tools: Don’t send a Slack notice when a workflow fails once. Jonathan Desrosiers 2023-08-17 16:59:49 +00:00
  • 2bd2a2fe84 Editor: Ensure defer loading strategy is only applied to a block's viewScript. Weston Ruter 2023-08-17 16:37:46 +00:00
  • cc828e2619 Build/Test Tools: Simplify the required prerequisite jobs for the failed-workflow job. Jonathan Desrosiers 2023-08-17 14:42:58 +00:00
  • 3131800198 Site Health: Correct the check for disk space available to safely perform updates. Sergey Biryukov 2023-08-17 11:16:08 +00:00
  • 8cd9907462 Coding Standards: Use strict comparison in wp-admin/includes/image-edit.php. Sergey Biryukov 2023-08-16 14:03:44 +00:00
  • 59a4df1339 Build/Test Tools: Measure additional load time metrics in performance tests. Pascal Birchler 2023-08-16 08:46:22 +00:00
  • 5fab140511 Editor: Use defer loading strategy for block view scripts. Weston Ruter 2023-08-16 00:13:45 +00:00
  • f6dde69ea3 Docs: Fix typo in duplicate hook references for views_{$this->screen->id}. Sergey Biryukov 2023-08-15 10:07:30 +00:00
  • f107073f39 Coding Standards: Use strict comparison in wp-admin/includes/class-wp-importer.php. Sergey Biryukov 2023-08-14 09:57:54 +00:00
  • 25443d3a7f Coding Standards: Bring more consistency to Last-Modified and ETag checks. Sergey Biryukov 2023-08-13 10:29:04 +00:00
  • 6929fd876f Coding Standards: Use strict comparison in wp-includes/cron.php. Sergey Biryukov 2023-08-12 12:00:27 +00:00
  • 0c96ba106c External Libraries: Update imagesLoaded to version 5.0.0. Jonathan Desrosiers 2023-08-11 18:16:25 +00:00
  • 78c78cb20b Editor: Only exclude auto-generated block files from coding standards checks. John Blackbourn 2023-08-11 17:01:32 +00:00
  • 5fa0387707 External Libraries: Update Backbone.js to version 1.5.0. Jonathan Desrosiers 2023-08-11 16:10:38 +00:00
  • dd764d3fe6 Build/Test Tools: Update all build tool related dependencies. Jonathan Desrosiers 2023-08-11 16:02:43 +00:00
  • 0ca83e91ab External Libraries: Update the whatwg-fetch polyfill library. Jonathan Desrosiers 2023-08-11 14:42:58 +00:00
  • 8d56facbeb Build/Test Tools: Update 3rd-party GitHub Actions. Jonathan Desrosiers 2023-08-11 13:03:21 +00:00
  • 25f00597ec Build/Test Tools: Update the README file to reflect new Node.js/npm versions. Jonathan Desrosiers 2023-08-11 12:47:42 +00:00