Commits
User selector
Commit History
Commits on Aug 15, 2021
Date/Time: Use delta comparison in `get_gmt_from_date()` tests to avoid race conditions.
Show description for 54496bfcommitted
Commits on Feb 12, 2021
Build/Test Tools: Add an object cache drop-in to the 4.4 branch.
Show description for 751caeccommitted
Commits on Jan 30, 2021
Tests: Move `skipTestOnTimeout()` to a more appropriate location, for consistency with other branches.
Show description for 12bc77dcommittedTests: Use `skipTestOnTimeout()` in more HTTP tests.
Show description for 6307192committed
Commits on Oct 29, 2020
General: WordPress updates
Show description for 5475e9ecommitted
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for 63cc1a6committed
Commits on Mar 22, 2020
Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for 69cacb4committedEmbeds: Remove the external oEmbed tests for YouTube.
Show description for 6ee70aacommitted
Commits on Dec 12, 2019
Update `wp_kses_bad_protocol()` to recognize `:` on uri attributes,
Show description for c8a62facommitted
Commits on Oct 14, 2019
Backporting several bug fixes.
Show description for 3f12403committed
Commits on Sep 4, 2019
Fix for URL sanitization in `wp_kses_bad_protocol_once()`.
Show description for 0696850committedImprove handling the existing `rel` attribute in `wp_rel_nofollow_callback()`.
Show description for fcffda2committedRemove _convert_urlencoded_to_entities() from the get_the_content() callback.
Show description for dc2184ecommitted
Commits on Mar 25, 2019
Build/Test tools: Backport the fixed tests for `wp_normalize_path()` from the 4.5 branch into 4.4.
Show description for 52eb3fbcommitted
Commits on Oct 31, 2017
General: Remove the version number from the readme file in the 4.4 branch.
Show description for cd94945committedDatabase: Restore numbered placeholders in `wpdb::prepare()`.
Show description for ad4bd52committedBuild/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase::setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out()` and `Tests_Ajax_TagSearch::test_no_results()`.
Show description for 3e606eccommitted
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for a003655committedDatabase: Hardening for `wpdb::prepare()`
Show description for a577ca8committed
Commits on May 16, 2017
Customize: Fix phpunit tests after [40704] due to logic inversion error.
Show description for a007b51committed
Commits on Mar 8, 2017
Build/Test tools: In Travis, skip some tests when not on trunk.
Show description for 7822315committed
Commits on Mar 6, 2017
Strip control characters before validating redirect.
Show description for 68cd7a8committed
Commits on Jan 5, 2017
Media: Improved media titles when created from filename.
Show description for 2043bfecommitted
Commits on Jul 1, 2016
Database: `dbDelta()` will no longer try to downgrade the size of `TEXT` and `BLOB` columns.
Show description for b8b3a3acommitted
Commits on Jun 21, 2016
Media: Improve handling of extensionless filenames.
Show description for ccd5d3ecommittedEmbeds: Improve performance when embedding a post from the current site.
Show description for 2d2185bcommitted
Commits on Jun 6, 2016
Revert [37642].
Show description for 2aa2ea5committedTests: Move `wp_set_object_terms()` tests to their own file.
Show description for cba33d0committed
Commits on Mar 30, 2016
Adjust unit tests to account for change in [37145].
Show description for 5ee244ecommittedEmbeds: Improve how iframes are loaded after being initially hidden.
Show description for 56ebd53committed
Commits on Mar 25, 2016
Query: Ignore search terms consisting of a single dash.
Show description for 6e42697committed
Commits on Feb 2, 2016
Better validation of the URL used in HTTP redirects.
Show description for 9d1455bcommitted
Commits on Jan 20, 2016
Customizer: Prevent erroneously directing user to login screen when closing.
Show description for efa391dcommittedComments: Ignore hierarchy in pagination calculation when comment threading is disabled.
Show description for 92f2281committedComments: Respect all post-related filters in `WP_Comment_Query`.
Show description for bd88063committed