Commit Graph

  • 8a26f7d2d9 Twenty Twenty-One: Remove extra brackets from :last-child CSS pseudo-class. Sergey Biryukov 2020-12-31 07:36:24 +00:00
  • 35e4b004f0 Tests: Disable update checks while running REST API plugin installation tests. Sergey Biryukov 2020-12-30 19:02:03 +00:00
  • c32b13d2e7 Docs: Second pass at replacing Codex URLs with a corresponding HelpHub or DevHub article. Sergey Biryukov 2020-12-29 20:12:42 +00:00
  • ce9d7aa464 Editor: Trigger the tinymce-editor-init custom jQuery event on DOM ready. Otherwise TinyMCE may initialize earlier and handlers attached on DOM ready may not get triggered. Fixes making the editor menu "sticky" and setting/resetting some screen options on the old Edit Post screen. Andrew Ozz 2020-12-29 13:19:14 +00:00
  • 505e08e2c4 Export: Add post_modified and post_modified_gmt fields to the generated WXR export file. Sergey Biryukov 2020-12-28 15:24:37 +00:00
  • f6042ffc5b Site Health: Check that WordPress is installed before scheduling the HTTPS cron. Gary Pendergast 2020-12-28 01:43:18 +00:00
  • 5321a2f082 Site Health: Add WP_MEMORY_LIMIT constant to debug info. Sergey Biryukov 2020-12-27 19:25:48 +00:00
  • b16def4d1d Accessibility: Upgrade/Install: Add more contrast to input borders during installation. Sergey Biryukov 2020-12-26 19:52:48 +00:00
  • 0f33f289e8 Docs: Correct the type of the $user parameter in WP_REST_Users_Controller::prepare_links(). Sergey Biryukov 2020-12-25 14:52:25 +00:00
  • 54b6981355 Posts, Post Types: Correct the check for term IDs to be queued for lazy-loading term meta. Sergey Biryukov 2020-12-24 11:19:29 +00:00
  • e78d988aa2 Security, Site Health: Detect HTTPS support and encourage switching. Felix Arntz 2020-12-23 19:11:20 +00:00
  • a0a03bfb6e Build/Test: Send Code Coverage reports to Codecov. Aaron Jorbin 2020-12-23 18:17:51 +00:00
  • d2c8fae049 Tests: Correct @ticket references in tests/query/invalidQueries.php. Sergey Biryukov 2020-12-23 15:04:54 +00:00
  • 34d29e3c69 Twenty Nineteen: Correct @since version for twentynineteen_excerpt_more(). Sergey Biryukov 2020-12-23 15:03:33 +00:00
  • 6da93c4588 Query: Add bad path tests with invalid WP_Query parameters. Peter Wilson 2020-12-23 03:03:56 +00:00
  • 254131d009 Query: Revert post-type specific capability changes. Peter Wilson 2020-12-23 03:01:00 +00:00
  • 99cef3f100 Build/Test Tools: Remove the TravisCI configuration file. Jonathan Desrosiers 2020-12-22 20:59:16 +00:00
  • 7b1e52b973 Bundled Themes: Bump the versions of Twenty Twenty-One and Twenty Nineteen. Jonathan Desrosiers 2020-12-22 18:17:55 +00:00
  • 4ccfb0a084 Twenty Nineteen: Add the block-patterns tag to the appropriate SASS file. Jonathan Desrosiers 2020-12-22 18:13:21 +00:00
  • 516c843734 Twenty Twenty-One: Set a maximum width on inputs. Kelly Choyce-Dwan 2020-12-22 16:51:55 +00:00
  • 2c3c216752 Twenty Twenty-One: Improve strings found in post navigations for easier translating. Jonathan Desrosiers 2020-12-22 16:13:51 +00:00
  • c7be6359b4 Twenty Twenty-One: Only load IE specific polyfills when actually using Internet Exploreer. Jonathan Desrosiers 2020-12-22 15:42:14 +00:00
  • acbbbd18b3 Twenty Twenty-One: Improve striped table styling in Dark Mode. Jonathan Desrosiers 2020-12-22 15:00:49 +00:00
  • 96555f949a Tests: Use shared post fixture in comment template tests. Sergey Biryukov 2020-12-22 07:42:23 +00:00
  • 7ef5a65f44 XML-RPC: Emit an appropriate HTTP status code when an error is returned in response to an XML-RPC request. John Blackbourn 2020-12-21 20:21:12 +00:00
  • 6c7bb97313 Twenty Twenty-One: Do not specify loading=“eager” for single post thumbnails. Jonathan Desrosiers 2020-12-21 18:37:47 +00:00
  • 9027e7c489 Docs: Move locale filter documentation to the canonical place. Sergey Biryukov 2020-12-21 18:24:53 +00:00
  • af5bab23ab Docs: Move sanitize_file_name filter documentation to the canonical place. Sergey Biryukov 2020-12-21 18:23:21 +00:00
  • 3202790820 Build/Test Tools: Don't mark the Tests_Cache::test_flush() test as risky when running the test suite with an object cache in place. John Blackbourn 2020-12-21 17:49:20 +00:00
  • 51f9a54c9d XML-RPC: Fix a type error when requesting the menu field of a taxonomy. John Blackbourn 2020-12-21 17:09:50 +00:00
  • b43ebc51e8 Twenty Twenty-One: Allow local anchor links to be used in primary navigation. Jonathan Desrosiers 2020-12-21 15:03:40 +00:00
  • 3d43e57237 Blocks: Align with Gutenberg the name of generated asset handle for core blocks Greg Ziółkowski 2020-12-21 11:37:30 +00:00
  • 91a6444e50 Tests: Revert use of shared post fixture in comment template tests. Peter Wilson 2020-12-21 03:33:48 +00:00
  • 9fa63c38ef Tests: Use shared post fixture in comment template tests. Peter Wilson 2020-12-21 03:15:59 +00:00
  • c88cbe35e8 Query: Correct some coding standards after [49843]. Peter Wilson 2020-12-21 02:54:43 +00:00
  • f141418a5f Query: Correct some coding standards after [49843]. John Blackbourn 2020-12-21 00:31:54 +00:00
  • 00dd0ba3b0 Upload: Introduce the {$action}_overrides filter that allows the overrides parameter for file uploads and file sideloads to be filtered. John Blackbourn 2020-12-20 16:13:23 +00:00
  • 99cfb00d13 Mail: Introduce a pre_wp_mail filter to allow short-circuiting the wp_mail() function without having to override the pluggable function. John Blackbourn 2020-12-20 15:07:23 +00:00
  • b04671e52f Query: Ensure the author archive title always shows the name of the queried author, regardless of whether there are results. John Blackbourn 2020-12-20 14:35:58 +00:00
  • a706d9e189 Docs: Use a canonical form of "knowledgeable" in readme.html. Sergey Biryukov 2020-12-20 12:56:42 +00:00
  • 457b20ebce Docs: Fix typo in getCursorMarkerSpan() DocBlock in js/_enqueues/wp/editor/base.js. SergeyBiryukov 2020-12-20 12:30:02 +00:00
  • 93c504a57a Twenty Ten: Correct $post_title variable name in loop-attachment.php. Sergey Biryukov 2020-12-19 20:43:49 +00:00
  • 6bd2959638 Twenty Twenty-One: Clarify a sentence in readme.txt. Sergey Biryukov 2020-12-19 20:34:44 +00:00
  • eddd3ae02d Docs: Update the reference to Appearance → Theme Editor admin menu item in the inline documentation. Sergey Biryukov 2020-12-18 15:44:26 +00:00
  • 3109b32fc9 Build/Test Tools: Support the use of MariaDB in the local Docker environment. Jonathan Desrosiers 2020-12-18 15:27:33 +00:00
  • 3723941a9c Build/Test Tools: Run the Ajax test group for multisite. Jonathan Desrosiers 2020-12-18 14:38:28 +00:00
  • 8bc7e0c0e5 Build/Test Tools: Generate a code coverage report using GitHub Actions. Jonathan Desrosiers 2020-12-18 00:28:27 +00:00
  • c0f76faef8 Coding Standards: Minor fixes following [49830]. Peter Wilson 2020-12-18 00:26:21 +00:00
  • 1930427d30 Coding Standards: Minor fixes following [49830]. Peter Wilson 2020-12-18 00:17:32 +00:00
  • 5fa4c984fd Twenty Nineteen: Add "Continue reading" link for post excerpts. Sergey Biryukov 2020-12-17 18:19:48 +00:00
  • f7ced48ad8 Query: Respect post-type specific capabilities when querying for multiple post types. Boone Gorges 2020-12-17 16:15:38 +00:00
  • a100f27473 Twenty Twenty-One: Correct @since inline documentation tags. Jonathan Desrosiers 2020-12-17 14:55:37 +00:00
  • 3d9c9b9447 Twenty Twenty-One: Make text within code blocks readable in Dark Mode. Jonathan Desrosiers 2020-12-17 14:20:22 +00:00
  • a35f9fda65 Twenty Twenty-One: Prevent <iframe> embeds from being too narrow. Jonathan Desrosiers 2020-12-17 14:03:37 +00:00
  • f228a4bc6f Build/Test Tools: Save changes resulting from npm install. Jonathan Desrosiers 2020-12-17 13:57:18 +00:00
  • 8505c99a1b Media: Enable lazy-loading of iframes by adding the loading="lazy" attribute to iframe tags on the front-end. Felix Arntz 2020-12-16 21:17:24 +00:00
  • 3f12f0e77c Editor: Fix improper triggering of the "Are you sure" prompt when navigating away from the old, "classic" Edit Post screen and there are no changes. Was triggered when there is an instance of TinyMCE in the Excerpt postbox. Andrew Ozz 2020-12-16 15:23:35 +00:00
  • 2ea3033c0d Feed: Replace join() with implode() for safety. Ian Dunn 2020-12-16 14:03:56 +00:00
  • 55c1f81e49 Media: Fix the template for the "Align" and "Link To" fields in the media modal when inserting an image from URL. Andrew Ozz 2020-12-16 12:43:44 +00:00
  • 4595dcf7f9 Feed: Merge multiple header values to avoid fatal error. Ian Dunn 2020-12-16 00:49:32 +00:00
  • 378c2058a0 Docs: Correct the documentation for the map_meta_cap() function and its filter. John Blackbourn 2020-12-15 22:16:03 +00:00
  • 34dff0e768 Twenty Twenty-One: Fix typos in some inline comments. Sergey Biryukov 2020-12-15 13:26:07 +00:00
  • 8eda4984e1 Twenty Twenty-One: Bring back PostCSS config. Kelly Choyce-Dwan 2020-12-14 16:47:37 +00:00
  • 6bd675869c Twenty Twenty-One: Correct the DocBlock for map-deep-set() Sass function. Sergey Biryukov 2020-12-14 15:20:33 +00:00
  • ce8da7e6e3 Twenty Twenty-One: Use a more specific link for Dark Mode instructions. Sergey Biryukov 2020-12-13 18:38:25 +00:00
  • 707d5df176 Build/Test Tools: Allow code coverage reports to be generated when running tests as a multisite. Jonathan Desrosiers 2020-12-12 20:07:55 +00:00
  • f2c287aaee Build/Test Tools: Remove PHPUnit 3.6.x specific settings from the multisite configuration. Jonathan Desrosiers 2020-12-12 18:06:45 +00:00
  • 11e82a441b Twenty Twenty-One: Fix typos in some inline comments. Sergey Biryukov 2020-12-12 15:01:52 +00:00
  • 5928678ab9 Twenty Twenty-One: Correct version in file-header.scss. Sergey Biryukov 2020-12-12 14:55:27 +00:00
  • f4f7afb65a Twenty Nineteen: Add images for use in block patterns. Kelly Choyce-Dwan 2020-12-11 16:53:12 +00:00
  • c167a9425c Docs: Document the usage of $wpdb global in WP_Query::get_posts() and ::set_found_posts(). Sergey Biryukov 2020-12-11 16:51:15 +00:00
  • 24f6120e90 Build/Test Tools: Update several NPM packages. Jonathan Desrosiers 2020-12-11 14:03:50 +00:00
  • 37f8276a18 Docs: Various docblock improvements. John Blackbourn 2020-12-10 23:57:29 +00:00
  • 81b89682c3 Docs: Various docblock corrections. John Blackbourn 2020-12-10 23:51:52 +00:00
  • 6267e412f1 Upgrade/Install: Remove a duplicate description for the upgrader_overwrote_package action. John Blackbourn 2020-12-10 23:36:11 +00:00
  • f92fdb1f78 Docs: Fix some docblock issues introduced in 5.6. John Blackbourn 2020-12-10 23:25:26 +00:00
  • 14cda0388b Build/Test Tools: Reestablish the codebase as a Git repo before reporting test results. Jonathan Desrosiers 2020-12-10 19:17:28 +00:00
  • fe1a25f89f Docs: Fix typo in some DocBlocks. Sergey Biryukov 2020-12-10 18:10:12 +00:00
  • 668581d0f3 Build/Test Tools: Inline documentation updates for the PHPUnit workflow. Jonathan Desrosiers 2020-12-10 15:28:09 +00:00
  • e86d912e3c Build/Test Tools: Enable reporting of results to WordPress.org. Jonathan Desrosiers 2020-12-10 14:18:12 +00:00
  • 2a46c3987f Build/Test Tools: Use NodeJS 14 in GitHub Action workflows. Jonathan Desrosiers 2020-12-09 20:55:42 +00:00
  • cf909e11d3 Build/Test Tools: Disable GitHub Action workflow runs triggered on push for forks and mirrors. Jonathan Desrosiers 2020-12-09 20:05:01 +00:00
  • 6e2ba3bca7 Build/Test Tools: Update package-lock.json file with several package updates. Jonathan Desrosiers 2020-12-09 19:31:26 +00:00
  • 7460614634 Build/Test Tools: Remove the Appveyor configuration file. Jonathan Desrosiers 2020-12-09 13:33:11 +00:00
  • 83d9b86dc6 Update $_old_files for 5.6. Helen Hou-Sandi 2020-12-08 21:48:22 +00:00
  • ee7ba3a9f0 App Passwords: Ensure redirection description is shown on mobile devices. Timothy Jacobs 2020-12-08 20:26:12 +00:00
  • 804db75453 Help/About: Use CDN URLs for About page images. Kelly Choyce-Dwan 2020-12-08 17:00:37 +00:00
  • e328e26de3 Docs: Fix typo in references to WP_Error in some DocBlocks. Sergey Biryukov 2020-12-08 11:49:23 +00:00
  • 34e25034dd App Passwords: Store the "in use" option in the main network options. Timothy Jacobs 2020-12-07 15:57:03 +00:00
  • ae9911c355 Bundled Themes: Bump theme versions ahead of WordPress 5.6. Sergey Biryukov 2020-12-07 15:53:19 +00:00
  • 175b23e00a Twenty Twenty-One: Use esc_url() for the WordPress.org link in footer.php. Sergey Biryukov 2020-12-07 14:15:24 +00:00
  • 92f14987fb Twenty Twenty-One: Use consistent HTML comments after closing HTML tags. Sergey Biryukov 2020-12-07 14:05:44 +00:00
  • f51bcff2f1 Twenty Twenty-One: Fix the nesting of the main element. Sergey Biryukov 2020-12-06 16:20:10 +00:00
  • a6e1d392f2 Docs, Tests: Correctly capitalize JavaScript. Peter Wilson 2020-12-06 02:19:56 +00:00
  • 85bc0628b4 Tests: Correct @ticket references in some test files. Sergey Biryukov 2020-12-05 15:49:25 +00:00
  • 38361be8e6 App Passwords: Prevent conflicts when Basic Auth is already used by the site. Timothy Jacobs 2020-12-04 21:42:52 +00:00
  • 8724f546c9 Media: Return WP_Error when cropping with bad input to avoid fatal. Ian Dunn 2020-12-04 21:39:30 +00:00
  • 2b0e2d62a2 Database: Check the correct value for displaying the "Successfully repaired table" or "Failed to repair" messages on Database Repair screen. Sergey Biryukov 2020-12-04 15:48:15 +00:00
  • babba89dd8 App Passwords: Ensure the Created At and Last Used dates are properly translated. Timothy Jacobs 2020-12-03 21:04:05 +00:00
  • cac678f807 Multisite: Cache absolute dirsize paths to avoid PHP 8 fatal. Ian Dunn 2020-12-03 20:37:43 +00:00