Commit Graph

  • fc6ae7b5f6 Script loader: Prevent DB errors during Multisite install. Peter Wilson 2022-01-18 23:45:40 +00:00
  • 196361bae5 Editor: @wordpress package updates. Tonya Mork 2022-01-18 21:32:03 +00:00
  • 94d6cee2e2 Docs: Fix typos in some DocBlocks. Sergey Biryukov 2022-01-18 20:27:39 +00:00
  • a3f8b57a1f Update @wordpress packages Robert Anderson 2022-01-18 03:37:47 +00:00
  • 25391f0a4f Editor: Explicitly load remote block patterns in the block and site editor screens. Tonya Mork 2022-01-17 22:40:51 +00:00
  • 19e61fb14f Administration: Revert [51946]. Tonya Mork 2022-01-17 19:53:32 +00:00
  • 1a400e4ff2 Twenty Twenty-Two: Sync updates from GitHub from RC3. Jeff Ong 2022-01-17 15:42:50 +00:00
  • 4cd6ffcf3d i18n: Contextualize "light" color translation strings. Jb Audras 2022-01-17 15:36:14 +00:00
  • e57bd841f0 Upgrade/Install: Check if the disk_free_space() function exists before calling it. Sergey Biryukov 2022-01-17 11:39:35 +00:00
  • a0b1f27de6 Coding Standards: Rename the $val variable to $site for clarity in WP_MS_Users_List_Table::column_blogs(). Sergey Biryukov 2022-01-16 08:38:50 +00:00
  • 815759d6f3 Coding Standards: Use strict comparison in wp-admin/includes/class-wp-ms-users-list-table.php. Sergey Biryukov 2022-01-16 08:14:39 +00:00
  • 9603988369 Docs: Miscellaneous docblock corrections in REST API and Sitemaps API. Jb Audras 2022-01-15 21:20:57 +00:00
  • 6c22dffb87 Coding Standards: Use strict comparison in wp-admin/includes/class-wp-users-list-table.php. Sergey Biryukov 2022-01-15 20:47:06 +00:00
  • ff33d84f86 Administration: Replace "Current theme" with "Active theme" in user facing strings. Jb Audras 2022-01-15 08:42:56 +00:00
  • bdfa786d88 Docs: Typo correction in WP_REST_Response class docblocks. Jb Audras 2022-01-14 21:13:09 +00:00
  • e70b0f7c3d Tests: Avoid duplicate queries in some WP_Query tests. Sergey Biryukov 2022-01-14 17:50:52 +00:00
  • bde79ae542 Upgrade/Install: Typo correction in a Core_Upgrader class inline comment. Jb Audras 2022-01-14 15:12:32 +00:00
  • 10817e6a20 XML-RPC: Fix typos in some XMLRPC related docblocks. Jb Audras 2022-01-14 14:43:38 +00:00
  • 8631739e5d Media: Add a missing / in post thumbnail lazy loading regex. Jb Audras 2022-01-14 11:00:35 +00:00
  • ea1fe31f02 Media: Typo correction in wp_image_maybe_exif_rotate docblock. Jb Audras 2022-01-13 19:12:42 +00:00
  • 7f2ddd0ae6 Docs: Correct description for two HTTP API functions: Sergey Biryukov 2022-01-13 01:03:01 +00:00
  • b38c2fb5e9 Administration: Fix an erroneous translators comment after changeset [52569]. Jb Audras 2022-01-12 23:43:56 +00:00
  • aaf689a48f Tests: Trac ticket number correction after changeset [52569]. Jb Audras 2022-01-12 23:29:03 +00:00
  • 3685f95eb6 Administration: Ensure an integer is used for menu priority in add_menu_page(). Jb Audras 2022-01-12 23:23:41 +00:00
  • 0b010f16c9 Coding Standards: Remove an extra variable in get_author_posts_url(). Sergey Biryukov 2022-01-12 11:15:15 +00:00
  • 7bec2e6c5a Help/About: Update the About section for 5.9. Kelly Choyce-Dwan 2022-01-11 18:34:34 +00:00
  • 1c54371c45 Administration: Update design of the Dashboard welcome panel. Kelly Choyce-Dwan 2022-01-11 18:25:38 +00:00
  • f44030b140 Script Loader: Fix a variable typo in wp_enqueue_block_style. David Baumwald 2022-01-11 17:14:54 +00:00
  • 1e7d559444 Editor: Fix enqueueing additional styles in wp_enqueue_block_style() to print only when blocks render. Tonya Mork 2022-01-11 15:57:09 +00:00
  • 0c516fc131 Twenty Twenty-Two: Sync updates from GitHub for RC 2. Jeff Ong 2022-01-11 15:56:25 +00:00
  • d085349cf5 Site Editor: Fix typo in home template translatable description. Tonya Mork 2022-01-11 15:16:37 +00:00
  • 6dc3ff47d2 Database: Add missing AS after INNER JOIN in some queries. Sergey Biryukov 2022-01-11 04:10:03 +00:00
  • 5820220945 Update packages to include these bug fixes from Gutenberg: Robert Anderson 2022-01-11 03:11:06 +00:00
  • 2aff2a60fc Fix: Update some default presets in use by default themes to the new format. Jorge Costa 2022-01-10 18:27:45 +00:00
  • 16e0165cf0 Fix: WordPress default presets aren't loaded for all themes. Jorge Costa 2022-01-10 17:27:46 +00:00
  • df3f14819c Build/Test Tools: Re-enable E2E tests for the 5.8 branch. David Baumwald 2022-01-10 16:43:54 +00:00
  • 07fcd416b8 Help/About: Correction in "Managing Themes" HelpHub Docs link. Jb Audras 2022-01-10 08:48:37 +00:00
  • 42b4e39c6d Coding Standards: Correct alignment in get_block_editor_settings(). Sergey Biryukov 2022-01-10 01:54:24 +00:00
  • 52cc52a8f4 Help/About: Change the HTML title of Themes Screen and add related HelpHub Docs link. Jb Audras 2022-01-09 23:12:06 +00:00
  • 34edb06d59 Coding Standards: Use strict comparison in wp-admin/themes.php. Sergey Biryukov 2022-01-08 01:20:13 +00:00
  • 6ef47e555f Upgrade/Install: Fix parameter count in error call when an automatic core upgrade fails. David Baumwald 2022-01-07 17:53:27 +00:00
  • 25073cf976 Coding Standards: Use strict comparison in wp-admin/revision.php. Sergey Biryukov 2022-01-07 16:45:24 +00:00
  • d831c042d6 Taxonomy: Typo correction in context used for the navigation link block title. Jb Audras 2022-01-07 11:19:08 +00:00
  • 482936752a Tests: Update qUnit test fixtures after [52535]. Jb Audras 2022-01-06 23:23:23 +00:00
  • d1ef2e431f REST API: Typo correction in a link description object. Jb Audras 2022-01-06 22:57:06 +00:00
  • b9bb489d1d Coding Standards: Use strict comparison in wp-admin/plugin-install.php. Sergey Biryukov 2022-01-06 21:17:39 +00:00
  • 6223e0cf1e Formatting: Correctly encode ASCII characters in post slugs. Jonathan Desrosiers 2022-01-06 17:08:18 +00:00
  • bc34e6fb13 Upgrade/Install: Avoid using unserialize() unnecessarily. Jonathan Desrosiers 2022-01-06 17:04:51 +00:00
  • 8dd5aec97f Query: Improve sanitization within WP_Meta_Query. Jonathan Desrosiers 2022-01-06 17:03:14 +00:00
  • e0ff6d86f4 Query: Improve sanitization within WP_Tax_Query. Jonathan Desrosiers 2022-01-06 17:01:11 +00:00
  • 1ae653ef36 Help/About: Change the Learn WP link in the about page. Jb Audras 2022-01-06 09:16:48 +00:00
  • 0c9d7c645c Help/About: Correction on the documentation link about adding new themes. Jb Audras 2022-01-05 22:13:43 +00:00
  • 0cd255c856 Upgrade/Install: Make first comment URLs translatable. Sergey Biryukov 2022-01-05 21:05:12 +00:00
  • 580e57a6e0 Login and Registration: Remove aria-expanded from "Generate Password" button. David Baumwald 2022-01-05 17:35:44 +00:00
  • 6ca73cb648 Build/Test Tools: Add the 5.9 branch to the workflow for testing branches. Tonya Mork 2022-01-04 21:29:57 +00:00
  • 1ba5187119 Trunk is now 6.0-alpha. Sergey Biryukov 2022-01-04 20:52:38 +00:00
  • 96713b9292 Post WordPress 5.9 RC1 version bump. Sergey Biryukov 2022-01-04 20:39:55 +00:00
  • 5d03c091fc WordPress 5.9 RC1. Sergey Biryukov 2022-01-04 20:13:33 +00:00
  • c6e3bf9c9f Help/About: Use "refactoring" noun form in WordPress 5.9 About Page. Tonya Mork 2022-01-04 19:48:21 +00:00
  • 35fe153695 Administration: Add missing texture image for Welcome panel & About page. Kelly Choyce-Dwan 2022-01-04 19:16:03 +00:00
  • e6a82a7561 Administration: Refresh the Dashboard Welcome panel. Kelly Choyce-Dwan 2022-01-04 19:11:24 +00:00
  • 7009488561 HTTP API: Improve docs for wp_remote_retrieve_header function return value. David Baumwald 2022-01-04 18:52:43 +00:00
  • 7d4b63b317 Coding Standard: Remove empty space at end of inline comment in _add_default_theme_supports(). Tonya Mork 2022-01-04 18:47:42 +00:00
  • ba7d3a52b1 Themes: Make block themes support HTML5 by default. Tonya Mork 2022-01-04 18:38:52 +00:00
  • e1e9bd5657 Help/About: WordPress 5.9 About Page. Kelly Choyce-Dwan 2022-01-04 18:33:42 +00:00
  • 107050f7a3 Embeds: Fix oEmbed host script enqueueing on block-based themes. Jb Audras 2022-01-04 15:22:40 +00:00
  • 18aa343ec2 REST API: Add unit tests for the 404 template slug handler. Jb Audras 2022-01-04 14:23:56 +00:00
  • 4581fbea5a Login and registration: Rename login_language_switcher_args to login_language_dropdown_args. Jb Audras 2022-01-04 08:28:51 +00:00
  • bd08b22127 Update @wordpress packages Robert Anderson 2022-01-04 05:37:25 +00:00
  • 568bef0985 Revisions: Improve _set_preview for case when autosave is missing. Jb Audras 2022-01-04 00:18:11 +00:00
  • 12621e0228 Login and registration: Rename two filters related to language dropdown for better consistency. Jb Audras 2022-01-03 22:12:52 +00:00
  • f80d2c6240 Coding Standards: Use strict comparison in wp-admin/options.php. Sergey Biryukov 2022-01-03 21:26:48 +00:00
  • 57189ab42d Twenty Twenty-Two: Sync updates from GitHub for RC 1. Jb Audras 2022-01-03 20:24:59 +00:00
  • e46a60d840 External Libraries: Update jQuery hoverIntent to version 1.10.2. Tonya Mork 2022-01-03 15:01:28 +00:00
  • f7929047a3 Coding Standards: Use strict comparison in wp-admin/options-reading.php. Sergey Biryukov 2022-01-02 16:45:34 +00:00
  • 19ce57fc10 Happy New Year! 🎄 Sergey Biryukov 2022-01-01 00:13:18 +00:00
  • 6e5510417e Users: Use the "Posts" post type general name to contextualize the string used in Users posts count column label. Jb Audras 2021-12-31 15:28:25 +00:00
  • a1abc11ce6 Build/Test Tools: Update PHPCompatibilityWP to version 2.1.3. Sergey Biryukov 2021-12-31 13:53:19 +00:00
  • c1b78cc2dd Tests: Add a unit test for the recommended MariaDB version in readme.html. Sergey Biryukov 2021-12-30 16:27:48 +00:00
  • 0c36c370de Docs: Further corrections and improvements to the inline documentation for wpdb. John Blackbourn 2021-12-29 23:12:28 +00:00
  • ce3d66c7c9 Docs: Miscellaneous inline documentation improvements. John Blackbourn 2021-12-29 17:26:26 +00:00
  • 5450faf3ec Tests: Correct the check for the recommended MySQL version in readme.html. Sergey Biryukov 2021-12-29 16:34:12 +00:00
  • bea9caa26f General: Bump the recommended MySQL and MariaDB versions in readme.html. Sergey Biryukov 2021-12-28 17:36:27 +00:00
  • 15769c4edc Plugins: Escape the WordPress.org plugin page URL in the Plugin Installation modal. Sergey Biryukov 2021-12-27 16:04:57 +00:00
  • 5b9406e3a7 Tests: Separate the tests for recommended PHP and MySQL versions in readme.html Sergey Biryukov 2021-12-26 23:40:50 +00:00
  • 3df7a80c88 Login and Registration: Use secondary button style for the Language switcher. Jb Audras 2021-12-25 11:35:09 +00:00
  • fb18ff6a50 Docs: Typo correction in validate_file() comments. Jb Audras 2021-12-25 11:15:32 +00:00
  • 181ea0fe87 Administration: Make sure the $customize_url variable is always defined in the admin menu. Sergey Biryukov 2021-12-25 03:30:27 +00:00
  • 9298fba4b2 Toolbar: Show the Customize link on front end when using a block theme if any plugins use the Customizer. Sergey Biryukov 2021-12-25 03:15:16 +00:00
  • 8492387809 External Libraries: Update the SimplePie library to version 1.5.8. Sergey Biryukov 2021-12-24 18:04:10 +00:00
  • 81f4ca8727 Build/Test Tools: Allow the PHPCS plugin in Composer configuration. Sergey Biryukov 2021-12-23 20:10:29 +00:00
  • 0ece92545e Build/Test Tools: Restore the https URL for browserify-aes. Sergey Biryukov 2021-12-23 17:01:58 +00:00
  • f020b00c96 Docs: Typo correction in wp_get_layout_style() introduced in 5.9. Jb Audras 2021-12-22 23:18:46 +00:00
  • 7f222a7159 Editor: Add missing default template areas to the post/page editor settings. Sergey Biryukov 2021-12-22 12:58:42 +00:00
  • e45483fe8a Post WordPress 5.9 Beta 4 version bump. Sergey Biryukov 2021-12-21 21:13:13 +00:00
  • 63a2a71068 WordPress 5.9 Beta 4. Sergey Biryukov 2021-12-21 20:31:45 +00:00
  • 6cba70d5e4 Administration: Add "File" to Theme/Plugin Editor menu names and relocate "Plugin File Editor" to Tools for block themes. Tonya Mork 2021-12-21 20:04:54 +00:00
  • 839a0bcf06 Coding Standards: Remove unwanted whitespaces after [52404]. Jb Audras 2021-12-21 18:58:57 +00:00
  • b8f7405450 Login and registration: Add a filter to allow to disable the Login screen language dropdown. Jb Audras 2021-12-21 18:50:36 +00:00
  • 998eb6a98d Docs: Improve the @since 5.9.0 note for WP_Theme_JSON::PRESETS_METADATA. Sergey Biryukov 2021-12-21 10:18:28 +00:00