Commits
User selector
Commit History
Commits on Feb 8, 2021
Build/Test Tools: Backport the local Docker environment to the 3.8 branch.
Show description for d6cf63fcommitted
Commits on Jan 30, 2021
Tests: Use `skipTestOnTimeout()` in more HTTP tests.
Show description for 96e450bcommitted
Commits on Oct 29, 2020
General: WordPress updates
Show description for 39b3c90committed
Commits on Jun 10, 2020
General: Backport several commits for release.
Show description for 10b3092committed
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for 8523309committed
Commits on Mar 22, 2020
When asserting microtime output as a number, make it a number.
Show description for cdef2fccommittedBuild/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for a0aad8ecommitted
Commits on Feb 21, 2020
Build/Test Tools: Fix the Travis CI build for the 3.8 branch.
Show description for 410959ccommitted
Commits on Dec 12, 2019
Update `wp_kses_bad_protocol()` to recognize `:` on uri attributes,
Show description for 04ee416committed
Commits on Oct 14, 2019
Backporting several bug fixes.
Show description for 763fb86committed
Commits on Sep 4, 2019
Fix for URL sanitization in `wp_kses_bad_protocol_once()`.
Show description for a17a542committedRemove _convert_urlencoded_to_entities() from the get_the_content() callback.
Show description for 4633224committed
Commits on Oct 31, 2017
General: Remove the version number from the readme file in the 3.8 branch.
Show description for 6e4a475committedDatabase: Restore numbered placeholders in `wpdb::prepare()`.
Show description for 75dc1decommitted
Commits on Sep 19, 2017
Database: Hardening to bring `wpdb::prepare()` inline with documentation.
Show description for aae0ac9committedDatabase: Hardening for `wpdb::prepare()`
Show description for 43dfc15committed
Commits on Mar 6, 2017
Strip control characters before validating redirect.
Show description for de53438committed
Commits on Jan 5, 2017
Media: Improved media titles when created from filename.
Show description for 53554afcommitted
Commits on Jun 21, 2016
Media: Improve handling of extensionless filenames.
Show description for 4e20d03committed
Commits on Feb 2, 2016
Better validation of the URL used in HTTP redirects.
Show description for cfdde3bcommitted
Commits on Sep 10, 2015
WPDB: `get_table_from_query()` didn't find table names with hyphens in them.
Show description for f1668b7committed
Commits on Aug 4, 2015
Fix `do_shortcode('<[shortcode]')` edge case.
Show description for ca02f73committed
Commits on Jul 31, 2015
Backport r33469 and r33470 to 3.8.
Show description for 15c7d7ccommitted
Commits on Jul 23, 2015
Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
Show description for c3a8db4committedCapabilities: When creating an auto-draft, ensure that the current user still has permission to do so.
Show description for ab5a71bcommitted
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 32c8c7ccommittedWPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
Show description for 7175622committedWPDB: 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 86e1daecommitted
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.8 branch.
Show description for e126d7ccommittedAdd some unit tests missed in [32186] to the 3.8 branch.
Show description for 8432c8ecommitted
Commits on Apr 20, 2015
In Multisite, prevent plugins from unintentionally switching sites. Merge of [32173] to the 3.8 branch.
Show description for e8c701bcommittedClean up some edge cases in `sanitize_sql_orderby()`. Merge of [32164] to the 3.8 branch.
Show description for d4bc929committedMerge the query sanity checks from #21212 to the 3.8 branch.
Show description for 1b44d8bcommitted