Commits
User selector
Commit History
Commits on Oct 17, 2022
Grouped backports to the 4.8 branch.
Show description for 4b9e254committed
Commits on Aug 15, 2021
Date/Time: Use delta comparison in `get_gmt_from_date()` tests to avoid race conditions.
Show description for 9f29efbcommitted
Commits on Feb 5, 2021
Build/Test Tools: Support NodeJS 14.x in the 4.8 branch.
Show description for 0bc61d0committed
Commits on Jan 30, 2021
Tests: Use `skipTestOnTimeout()` in more HTTP tests.
Show description for 3d2973bcommitted
Commits on Nov 6, 2020
Build/Test Tools: Backport the local Docker environment to the 4.8 branch.
Show description for 2006ef8committedTests: Fix an incorrect variable name in PDF tests.
Show description for 611e78dcommittedMedia: Improve and fix rotate/flip image tests.
Show description for daef06bcommitted
Commits on Oct 29, 2020
General: WordPress updates
Show description for 0df3359committed
Commits on Jul 14, 2020
Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors.
Show description for 00604eacommitted
Commits on Apr 29, 2020
Customize: Add additional filters to Customizer to prevent JSON corruption.
Show description for 541fefecommitted
Commits on Mar 22, 2020
Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for f5ad51acommittedEmbeds: Remove the external oEmbed tests for YouTube.
Show description for 2b06859committed
Commits on Dec 12, 2019
Ensure that a user can publish_posts before making a post sticky.
Show description for 07dfc25committed
Commits on Oct 14, 2019
Backporting several bug fixes.
Show description for 9ff06f7committed
Commits on Sep 4, 2019
Fix for URL sanitization in `wp_kses_bad_protocol_once()`.
Show description for d4546a8committedImprove handling the existing `rel` attribute in `wp_rel_nofollow_callback()`.
Show description for b9b28d8committedRemove _convert_urlencoded_to_entities() from the get_the_content() callback.
Show description for fb1553ecommitted
Commits on Dec 12, 2018
Media: Improve verification of MIME file types.
Show description for dd2ee81committed
Commits on Oct 31, 2017
Database: Restore numbered placeholders in `wpdb::prepare()`.
Show description for db3b666committedBuild/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 f6597fdcommitted
Commits on Sep 28, 2017
Build/Test tools: Update the `WP_PHPUnit_Util_Getopt` class for PHP 7.2 compatibility.
Show description for fa4df67committed
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for 0815288committedDatabase: Hardening for `wpdb::prepare()`
Show description for a48e605committedWidgets: Prevent visual Text widget from decoding encoded HTML.
Show description for b6ab792committedWidgets: Suppress PHP warnings raised by `DOMDocument::loadHTML()` in `WP_Widget_Text::is_legacy_instance()` which could appear in Text widget forms.
Show description for b6061d8committed
Commits on Aug 1, 2017
Emoji: Revert [41069] as the new Regular Expressions performance on balance significantly worse that the old ones.
Show description for 0c85b0acommitted
Commits on Jul 26, 2017
REST API: Update the fixture data for `wp-api.js` tests.
Show description for e61d6b7committed
Commits on Jul 25, 2017
REST API: Always add `index.php` to the REST URL when pretty permalinks are disabled.
Show description for 32f6d58committed
Commits on Jul 24, 2017
Widgets: Improve notice in Text widget's legacy mode.
Show description for a68b308committedWidgets: Rename Text widget's `legacy` mode to non-`visual` mode, restore boolean `filter` prop, and improve compatibility for `widget_text` filters applied in Custom HTML widget.
Show description for 2371a28committed
Commits on Jul 21, 2017
Commits on Jul 18, 2017
Widgets: Replace adding `balanceTags` on `widget_custom_html_content` filter in favor of just applying `widget_text` filters in Custom HTML widget.
Show description for 222b024committedWidgets: Discount shortcodes and leading/trailing line breaks for triggering Text widget legacy mode.
Show description for 97c04ebcommittedEmoji: Port the Twemoji regex to PHP.
Show description for c075343committed
Commits on Jul 14, 2017
Media: Restrict appending `loop` parameter to Vimeo URLs specifically and not all external URLs in Video widget (via shortcode).
Show description for ae13d3dcommitted