Commits
User selector
Commit History
Commits on Feb 8, 2021
Build/Test Tools: Backport the local Docker environment to the 3.9 branch.
Show description for 49dc537committed
Commits on Jan 30, 2021
Tests: Use `skipTestOnTimeout()` in more HTTP tests.
Show description for a6fbe05committed
Commits on Oct 29, 2020
General: WordPress updates
Show description for 888845fcommitted
Commits on Jun 10, 2020
General: Backport several commits for release.
Show description for 2c700e2committed
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for bfb4d3acommitted
Commits on Mar 22, 2020
When asserting microtime output as a number, make it a number.
Show description for c2ec22dcommittedBuild/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for 928e893committedEmbeds: Remove the external oEmbed tests for YouTube.
Show description for 638e4c0committed
Commits on Feb 20, 2020
Build/Test Tools: Fix the Travis CI build for the 3.9 branch.
Show description for 5e0edd6committed
Commits on Dec 12, 2019
Update `wp_kses_bad_protocol()` to recognize `:` on uri attributes,
Show description for 36e0be8committed
Commits on Oct 14, 2019
Backporting several bug fixes.
Show description for 413aedccommitted
Commits on Sep 4, 2019
Fix for URL sanitization in `wp_kses_bad_protocol_once()`.
Show description for db633b0committedRemove _convert_urlencoded_to_entities() from the get_the_content() callback.
Show description for 2334bc8committed
Commits on Oct 31, 2017
General: Remove the version number from the readme file in the 4.
Show description for 99fb303committedDatabase: Restore numbered placeholders in `wpdb::prepare()`.
Show description for 9f3e171committed
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for 4e77a54committedDatabase: Hardening for `wpdb::prepare()`
Show description for 7af6b60committed
Commits on Mar 8, 2017
Build/Test tools: In Travis, skip some tests when not on trunk.
Show description for 6e9b29ecommitted
Commits on Mar 6, 2017
Strip control characters before validating redirect.
Show description for d6814c8committed
Commits on Jan 5, 2017
Media: Improved media titles when created from filename.
Show description for 4cb18b3committed
Commits on Jun 21, 2016
Media: Improve handling of extensionless filenames.
Show description for 700e988committed
Commits on Feb 2, 2016
Better validation of the URL used in HTTP redirects.
Show description for 6bfb463committed
Commits on Sep 10, 2015
WPDB: `get_table_from_query()` didn't find table names with hyphens in them.
Show description for 583d9b8committed
Commits on Aug 4, 2015
Fix `do_shortcode('<[shortcode]')` edge case.
Show description for bf2be70committed
Commits on Jul 31, 2015
Backport r33469 and r33470 to 3.9.
Show description for 9af1ce5committed
Commits on Jul 23, 2015
Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
Show description for d248539committedCapabilities: When creating an auto-draft, ensure that the current user still has permission to do so.
Show description for d75b64acommitted
Commits on May 6, 2015
WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
Show description for 7ec06bdcommittedWPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
Show description for 7751b40committedWPDB: When checking that a string can be sent to MySQL, we shouldn't use `mb_convert_encoding()`, as it behaves differently to MySQL's character encoding conversion.
Show description for c2ed7aacommitted
Commits on Apr 23, 2015
Commits on Apr 21, 2015
WPDB: When deciding if a query needs extra sanity checking based on collation, return early when we can. Merges [32232] and [32233] to the 3.9 branch.
Show description for a66e748committedAdd some unit tests missed in [32182] to the 3.9 branch.
Show description for 0b9e5c8committed
Commits on Apr 20, 2015
In Multisite, prevent plugins from unintentionally switching sites. Merge of [32173] to the 3.9 branch.
Show description for 3b13cbfcommitted