Commits
User selector
Commit History
Commits on Feb 8, 2021
Build/Test Tools: Backport the local Docker environment to the 3.7 branch.
Show description for 1cd7f23committed
Commits on Jan 30, 2021
Tests: Use `skipTestOnTimeout()` in more HTTP tests.
Show description for 8dd5611committed
Commits on Oct 29, 2020
General: WordPress updates
Show description for 6dd8966committed
Commits on Jun 10, 2020
General: Backport several commits for release.
Show description for a2da9b0committed
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for 9514552committed
Commits on Mar 22, 2020
When asserting microtime output as a number, make it a number.
Show description for 76352facommittedBuild/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for c5e9f85committed
Commits on Feb 22, 2020
Build/Test Tools: Fix the Travis CI build for the 3.7 branch.
Show description for 12a717fcommitted
Commits on Dec 12, 2019
Update `wp_kses_bad_protocol()` to recognize `:` on uri attributes,
Show description for 9a81d0ccommitted
Commits on Oct 14, 2019
Backporting several bug fixes.
Show description for 6721c68committed
Commits on Sep 4, 2019
Fix for URL sanitization in `wp_kses_bad_protocol_once()`.
Show description for 3ae989dcommittedRemove _convert_urlencoded_to_entities() from the get_the_content() callback.
Show description for 2d23701committed
Commits on Oct 31, 2017
Database: Restore numbered placeholders in `wpdb::prepare()`.
Show description for 3ce2cd9committed
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for 35395cecommittedDatabase: Hardening for `wpdb::prepare()`
Show description for f44ebb4committed
Commits on Mar 6, 2017
Strip control characters before validating redirect.
Show description for 9183d7ccommitted
Commits on Jan 5, 2017
Media: Improved media titles when created from filename.
Show description for 10b9277committed
Commits on Jun 21, 2016
Media: Improve handling of extensionless filenames.
Show description for 71d3cd2committed
Commits on Feb 2, 2016
Better validation of the URL used in HTTP redirects.
Show description for 4194086committed
Commits on Sep 10, 2015
WPDB: `get_table_from_query()` didn't find table names with hyphens in them.
Show description for 4c0d7fdcommitted
Commits on Aug 4, 2015
Fix `do_shortcode('<[shortcode]')` edge case.
Show description for f86b572committed
Commits on Jul 31, 2015
Backport r33469 and r33470 to 3.7.
Show description for 7aa8907committed
Commits on Jul 23, 2015
Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
Show description for a6c8e18committedCapabilities: When creating an auto-draft, ensure that the current user still has permission to do so.
Show description for d1c5425committed
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 8100ec8committedWPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
Show description for 6e48594committedWPDB: 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 2849f22committed
Commits on Apr 23, 2015
Commits on Apr 21, 2015
Commits on Apr 20, 2015
In Multisite, prevent plugins from unintentionally switching sites. Merge of [32173] to the 3.7 branch.
Show description for 099dee5committedClean up some edge cases in `sanitize_sql_orderby()`. Merge of [32164] to the 3.7 branch.
Show description for 4dddb75committedMerge the query sanity checks from #21212 to the 3.7 branch.
Show description for 8fe5faacommitted
Commits on Apr 19, 2015
Backport the PHPUnit test fixes from [31622] to the 3.7 branch.
Show description for efa7f7bcommitted
Commits on Nov 20, 2014
Prevent high resource usage when hashing large passwords. props mdawaffe, pento
Show description for c54aff3committed