..
actions
admin
Post Formats: In bulk_edit_posts()
, set post format before the post is updated, for consistency with edit_post()
.
2017-07-30 14:40:42 +00:00
ajax
Customize: Introduce drafting and scheduling for Customizer changesets.
2017-09-27 22:24:37 +00:00
attachment
bookmark
canonical
Revert [40256] for now as some tests are failing in some environments.
2017-05-12 22:49:48 +00:00
category
comment
Introduce paged
argument to WP_Comment_Query
.
2017-08-21 15:34:19 +00:00
customize
Customize: Introduce drafting and scheduling for Customizer changesets.
2017-09-27 22:24:37 +00:00
date
db
dependencies
editor
Editor: In _WP_Editors::wp_link_query
, allow filtering empty results.
2017-09-08 14:02:43 +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
General: Improve terminology used when referring to installations of WordPress and its extensions.
2017-08-22 11:51:11 +00:00
formatting
Formatting: In sanitize_title_with_dashes()
, convert forward slash to hyphen on save.
2017-08-25 23:27:55 +00:00
functions
Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls()
.
2017-07-24 10:02:52 +00:00
general
Allow usage of aria-current
in paginate_links()
.
2017-09-11 14:28:59 +00:00
hooks
Tests: Rename tests with underscore in the name
2017-08-18 09:57:12 +00:00
http
Build/Test Tools: Convert more test skipping into hard failures.
2017-09-11 00:37:55 +00:00
image
Build/Test Tools: Convert more test skipping into hard failures.
2017-09-11 00:37:55 +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
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
media
Revert [40842] due to failing tests.
2017-05-25 18:27:08 +00:00
menu
Map nav menu locations on theme switch
2017-08-09 21:03:16 +00:00
meta
multisite
Multisite: Introduce get_main_site_id()
.
2017-09-15 11:14:49 +00:00
oembed
Embeds: Maintain switched state when embedding a post on Multisite.
2017-09-27 08:35:16 +00:00
option
Options: Add new alloptions
and pre_cache_alloptions
filters.
2017-09-28 00:22:48 +00:00
pomo
post
Post Thumbnails: Pass post ID to post_thumbnail_size
filter.
2017-08-18 18:18:51 +00:00
query
Introduce $comment_count
param for WP_Query
.
2017-07-01 11:24:26 +00:00
rest-api
REST API: Populate some missing tests from test cases which extend the controller test case.
2017-08-04 13:55:04 +00:00
rewrite
taxonomy
term
Taxonomy: Force a DISTINCT
term query when result count matters.
2017-09-13 14:47:07 +00:00
theme
Themes: Adjust unit test after [41607].
2017-09-27 08:52:34 +00:00
user
Multisite: Improve initializing available roles when switch sites.
2017-09-27 21:43:59 +00:00
widgets
Widgets: Introduce Gallery widget for displaying image galleries.
2017-09-25 06:27:32 +00:00
xmlrpc
XML-RPC: Update the string in test_parent_for_nonhierarchical()
to match the string added in [41574].
2017-09-23 08:19:54 +00:00
actions.php
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
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
category.php
comment-submission.php
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
Database: Add support for connecting to IPv6 hosts
2017-09-28 05:36:34 +00:00
dbdelta.php
dependencies.php
file.php
filters.php
functions.php
Users: Remove the failing tests added in [41613] while they're investigated.
2017-09-27 17:41:31 +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
link.php
locale.php
mail.php
media.php
Media: Move the Tests_Media::test_video_shortcode_body()
method so it runs before other tests in the class that depend on it.
2017-08-04 14:05:27 +00:00
meta.php
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
rest-api.php
REST API: Always call rest_get_server()
instead of accessing the $wp_rest_server
global.
2017-08-10 01:37:30 +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
General: Avoid counting uncountable values when reading theme directories, and in some unit tests.
2017-07-27 16:59:36 +00:00
template.php
Posts, Post Types: Revert [40558] pending investigation.
2017-04-30 11:18:43 +00:00
term.php
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
Multisite: Initialize a user's roles correctly when setting them up for a different site.
2017-09-27 21:09:11 +00:00
walker.php
widgets.php
Widgets: Merge orphaned widgets on theme switch
2017-09-25 16:18:31 +00:00
wp.php