Commits
User selector
Commit History
Commits on Oct 17, 2022
Grouped backports to the 5.3 branch.
Show description for cb637adcommitted
Commits on Sep 24, 2021
Build/Test Tools: Fix test forward-compatibility layer.
Show description for 87c39b8committed
Commits on Sep 21, 2021
Build/Test Tools: Introduce the PHPUnit Polyfills package for easier cross branch testing.
Show description for a8d651dcommitted
Commits on Apr 15, 2021
Grouped merges for 5.3.7.
Show description for dbef4bccommitted
Commits on Mar 26, 2021
Build/Test Tools: Backport GitHub Action and build improvements to the 5.3 branch.
Show description for eaa90f2committed
Commits on Feb 5, 2021
Build/Test Tools: Fix tests after [50190].
Show description for 7c10d2ecommitted
Commits on Jan 30, 2021
Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
Show description for b08e122committed
Commits on Oct 29, 2020
General: WordPress updates
Show description for 97826e5committed
Commits on Jul 14, 2020
Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors.
Show description for 4ab0e17committed
Commits on Jun 10, 2020
General: Backport several commits for release.
Show description for d24440fcommitted
Commits on Apr 29, 2020
Customize: Add additional filters to Customizer to prevent JSON corruption.
Show description for 42cbfc7committed
Commits on Mar 22, 2020
Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for 1f715b0committed
Commits on Feb 19, 2020
Tests: Correct assertions in `test_site_dates_are_gmt()`.
Show description for ad24423committedTests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
Show description for 19acd07committed
Commits on Jan 29, 2020
Media: Make sure `attachment_url_to_postid()` performs a case-sensitive search for the uploaded file name.
Show description for bb0d1c4committedEditor: Add unit tests for v5.3.1 block serialization functions.
Show description for f6b9637committedBuild/Test Tools: Pass the `TRAVIS_BRANCH` and `TRAVIS_PULL_REQUEST` environment variables along to the Docker container.
Show description for 629bdb9committed
Commits on Dec 17, 2019
Tests: Use delta comparison in test_should_fall_back_to_last_post_modified() to avoid race conditions.
Show description for 986254ccommittedUpload: Fix the final file name collision test in `wp_unique_filename()` when uploading a file with upper case extension and limit it to run for each file in the directory + 1. Add a unit test to c…
Show description for 0adf2abcommittedUpload:
Show description for 962dfc2committedDate/Time: Ensure that `get_feed_build_date()` correctly handles a modified post object with invalid date.
Show description for 1c4ab73committedDate/Time: In `wp_insert_post()`, when checking the post date to set `future` or `publish` status, use a proper delta comparison.
Show description for 4311862committed
Commits on Dec 12, 2019
Prevent stored XSS in the block editor.
Show description for 505dd6acommittedUpdate `wp_kses_bad_protocol()` to recognize `:` on uri attributes,
Show description for b197546committedPrevent stored XSS through wp_targeted_link_rel().
Show description for 1f7f3f1committed
Commits on Dec 9, 2019
Menus: Avoid a PHP warning in `add_submenu_page()` when the same value is passed for both `$parent_slug` and `$menu_slug` parameters.
Show description for 1775d3fcommittedDate/Time: XML-RPC: Сalculate the proper offset for GMT in `wp.newPost`, `wp.editComment`, `mw.newPost`, `mw.editPost` when `post_date` or `comment_date` is set.
Show description for 398e10dcommittedDate/Time: When determining whether to decline the month name in `wp_maybe_decline_date()`, take word boundaries into account.
Show description for a626f2ecommittedUpload: fix `wp_unique_filename()` to prevent name collisions with existing or future image sub-size file names, and add unit tests.
Show description for 1459e32committed
Commits on Nov 28, 2019
Date/Time: Make `get_permalink()` more resilient against PHP timezone changes.
Show description for 8717beccommittedKSES: Add support for gradient backgrounds.
Show description for e387958committed
Commits on Nov 25, 2019
Date/Time: Remove `mysql2date()` usage in `get_feed_build_date()` to ensure the output includes correct timezone offset.
Show description for a8a6a1fcommitted
Commits on Nov 12, 2019
Bundled Themes: Update copyright year in `readme.txt`.
Show description for fa56af8committed
Commits on Nov 11, 2019
Tests: Fix a typo in an inline comment introduced in [46568].
Show description for f3d44decommitted
Commits on Oct 25, 2019
Date/Time: Remove incomplete and redundant test for `get_post_time()` added in [46580].
Show description for 8c98131committed