.. |
actions
|
Build/Test Tools: Continue eliminating randomness in tests.
|
2016-10-09 01:29:04 +00:00 |
admin
|
Media: Ensure WP_Screen sets post type on wp-admin/upload.php.
|
2017-05-19 18:28:58 +00:00 |
ajax
|
Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur.
|
2017-04-23 22:11:52 +00:00 |
attachment
|
|
|
bookmark
|
In get_bookmarks() , don't cache if 'orderby=rand'.
|
2016-05-25 18:29:01 +00:00 |
canonical
|
Revert [40256] for now as some tests are failing in some environments.
|
2017-05-12 22:49:48 +00:00 |
category
|
Taxonomy: Introduce get_term_parents_list() .
|
2016-12-09 16:09:31 +00:00 |
comment
|
Comments: Ensure the correct comment ID is passed to the get_comment_author_url filter.
|
2017-07-24 22:02:45 +00:00 |
customize
|
Customize: Prevent edge case fatal error when attempting to save changes to a changeset that had previously been corrupted.
|
2017-07-06 07:04:11 +00:00 |
date
|
Date/Time: Improve date_i18n() timezone tests.
|
2016-11-08 22:31:51 +00:00 |
db
|
Tests: Restore the database connection earlier when switching test groups.
|
2016-12-21 04:58:47 +00:00 |
dependencies
|
Build/Test Tools: Utilise assertFileExists() and assertFileNotExists() in more places.
|
2016-11-08 23:49:11 +00:00 |
external-http
|
Build/Test Tools: Don't skip tests when php.net or dev.mysql.com are unreachable.
|
2017-04-22 18:44:18 +00:00 |
feed
|
Build/Test Tools: Remove ancient UT ticket handling.
|
2017-04-22 19:38:42 +00:00 |
filesystem
|
|
|
formatting
|
Emoji: Fix some failing unit tests in PHP 5.2 and 5.3.
|
2017-07-14 11:49:34 +00:00 |
functions
|
Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls() .
|
2017-07-24 10:02:52 +00:00 |
general
|
Themes: Improve the theme Custom Logo accessibility.
|
2017-05-22 20:28:43 +00:00 |
hooks
|
Build/Test Tools: Begin eliminating unnecessary randomness in tests.
|
2016-10-09 01:11:14 +00:00 |
http
|
Build/Test Tools: Remove more skipped tests that should actually be failures if their conditions aren't satisfied.
|
2017-04-22 19:42:12 +00:00 |
image
|
Media: Use a filename instead of a URL in image header tests to avoid triggering an outbound HTTP request causing an ImageMagick exception on some configurations.
|
2017-07-07 00:06:36 +00:00 |
import
|
Build/Test Tools: Clarify the error message when running the test suite without the WordPress Importer plugin present in the test suite.
|
2017-07-27 14:00:16 +00:00 |
includes
|
Tests: Reset post-related globals after each test.
|
2016-09-30 03:15:36 +00:00 |
l10n
|
Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups.
|
2017-05-01 20:34:10 +00:00 |
link
|
Multisite: Introduce a self_admin_url filter to adjust the URL to an administration panel.
|
2017-07-14 23:00:55 +00:00 |
load
|
Bootstrap: Enhance core's memory limit handling.
|
2016-07-08 14:36:37 +00:00 |
media
|
Revert [40842] due to failing tests.
|
2017-05-25 18:27:08 +00:00 |
menu
|
Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively.
|
2016-09-11 18:45:59 +00:00 |
meta
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
multisite
|
Multisite: Improve caching in WP_Network_Query by ignoring the $fields argument.
|
2017-07-17 20:15:27 +00:00 |
oembed
|
REST API: Always add index.php to the REST URL when pretty permalinks are disabled.
|
2017-07-25 00:49:22 +00:00 |
option
|
Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups.
|
2017-05-01 20:34:10 +00:00 |
pomo
|
|
|
post
|
Menus: Make sure current-menu-parent and current-menu-ancestor classes are properly set for parent items of post type archive submenu items.
|
2017-07-05 21:30:30 +00:00 |
query
|
Introduce $comment_count param for WP_Query .
|
2017-07-01 11:24:26 +00:00 |
rest-api
|
REST API: Update the fixture data for wp-api.js tests.
|
2017-07-26 03:52:41 +00:00 |
rewrite
|
Tests: Restore the database connection earlier when switching test groups.
|
2016-12-21 04:58:47 +00:00 |
taxonomy
|
Allow attachment taxonomies to be fetched as objects.
|
2016-08-20 17:34:13 +00:00 |
term
|
Taxonomy: Avoid duplicates when querying for terms in taxonomies registered with $args parameter.
|
2017-07-13 13:40:39 +00:00 |
theme
|
Themes: Skip tests if ReflectionMethod::setAccessible is unavailable
|
2017-05-23 22:15:08 +00:00 |
user
|
Users: Ensure that users with no role on a site are taken into consideration when listing users on Multisite.
|
2017-07-25 00:23:44 +00:00 |
widgets
|
Widgets: Improve notice in Text widget's legacy mode.
|
2017-07-24 23:10:06 +00:00 |
xmlrpc
|
Add term meta support to XML-RPC addTerm and editTerm endpoints.
|
2017-06-18 10:39:12 +00:00 |
actions.php
|
Build/Test Tools: Continue eliminating randomness in tests.
|
2016-10-09 01:29:04 +00:00 |
adminbar.php
|
Users: Correct a permission check when showing the User item in the + New admin toolbar menu.
|
2017-05-07 17:41:24 +00:00 |
auth.php
|
Build/Test Tools: Add an extra WP_Error assertion when testing a valid user activation key. This provides a better failure message if the assertion does fail.
|
2016-11-27 01:24:58 +00:00 |
avatar.php
|
|
|
basic.php
|
Build/Test: Revert that failing test.
|
2017-05-11 00:15:05 +00:00 |
cache.php
|
Multisite: Remove unused site-lookup global cache group.
|
2017-03-28 21:07:22 +00:00 |
canonical.php
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
category.php
|
Move wp_dropdown_categories() tests into their own file.
|
2016-05-19 02:22:59 +00:00 |
comment-submission.php
|
Comments: When commenting on a draft post, display a friendly error message if the user can view the post.
|
2017-02-27 00:22:02 +00:00 |
comment.php
|
Allow metadata to be updated via wp_update_comment() .
|
2017-07-01 13:35:38 +00:00 |
compat.php
|
|
|
cron.php
|
Cron API: Introduce wp_unschedule_hook() to clear all events attached to a hook.
|
2017-06-30 00:21:49 +00:00 |
db.php
|
Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur.
|
2017-04-23 22:11:52 +00:00 |
dbdelta.php
|
Tests: Use utf8mb4 max index length when creating keys.
|
2017-03-27 19:33:55 +00:00 |
dependencies.php
|
|
|
file.php
|
Build/Test Tools: Begin eliminating unnecessary randomness in tests.
|
2016-10-09 01:11:14 +00:00 |
filters.php
|
Plugins: Add a current_priority() method to WP_Hook .
|
2016-12-02 07:09:33 +00:00 |
functions.php
|
Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups.
|
2017-05-01 20:34:10 +00:00 |
kses.php
|
KSES: Support 'tag' => true as a shorthand for 'tag' => array() in wp_kses_attr() .
|
2017-05-11 19:22:17 +00:00 |
l10n.php
|
I18N: In wp_dropdown_languages() rename the new show_site_locale_default argument to show_option_site_default .
|
2016-11-21 16:14:01 +00:00 |
link.php
|
|
|
locale.php
|
I18N: Introduce a locale-switching function.
|
2016-10-26 15:35:58 +00:00 |
mail.php
|
Mail: Set a better error code when triggering wp_mail_failed .
|
2016-11-02 04:26:18 +00:00 |
media.php
|
Media: Restrict appending loop parameter to Vimeo URLs specifically and not all external URLs in Video widget (via shortcode).
|
2017-06-09 19:28:12 +00:00 |
meta.php
|
Build/Test Tools: Begin eliminating unnecessary randomness in tests.
|
2016-10-09 01:11:14 +00:00 |
multisite.php
|
|
|
pluggable.php
|
|
|
post.php
|
Widgets: Remove the title attributes used in the Tag cloud widget.
|
2017-05-22 20:23:49 +00:00 |
query.php
|
Built/Test Tools: Unify the way the permastructure is set when used in conjunction with re-registering the initial taxonomies. This ensure that rewrite rules for taxonomies are consistently available.
|
2016-09-26 17:01:48 +00:00 |
rest-api.php
|
REST API: Always add index.php to the REST URL when pretty permalinks are disabled.
|
2017-07-25 00:49:22 +00:00 |
rewrite.php
|
Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups.
|
2017-05-01 20:34:10 +00:00 |
shortcode.php
|
Shortcodes: Allow using single quotes for empty value attributes.
|
2017-07-11 00:53:33 +00:00 |
taxonomy.php
|
Cache results in get_objects_in_term() .
|
2017-06-22 03:18:18 +00:00 |
template.php
|
Posts, Post Types: Revert [40558] pending investigation.
|
2017-04-30 11:18:43 +00:00 |
term.php
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
theme.php
|
Customize: Keep alive auto-drafts created for page/post stubs when parent changeset is updated, and delete when changeset is garbage-collected.
|
2017-05-16 05:36:25 +00:00 |
upload.php
|
Build/Test Tools: Remove ancient UT ticket handling.
|
2017-04-22 19:38:42 +00:00 |
url.php
|
|
|
user.php
|
Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address.
|
2017-07-27 02:09:51 +00:00 |
walker.php
|
|
|
widgets.php
|
Widgets: Revert [37425] and [37427].
|
2016-06-06 21:50:29 +00:00 |
wp.php
|
|
|