.. |
actions
|
|
|
admin
|
Permalinks: Ensure Pending Review Posts permalink posts link to the draft
|
2016-09-08 04:04:22 +00:00 |
ajax
|
Customize: Allow users to more seamlessly create page-based nav menus during customization.
|
2016-08-29 22:58:32 +00:00 |
attachment
|
Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static).
|
2015-10-17 19:24:20 +00:00 |
bookmark
|
In get_bookmarks() , don't cache if 'orderby=rand'.
|
2016-05-25 18:29:01 +00:00 |
canonical
|
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 |
category
|
Introduce required argument for wp_dropdown_categories() .
|
2016-05-19 02:38:33 +00:00 |
comment
|
Comments: Don't do direct SQL query when fetching decendants.
|
2016-08-30 14:48:00 +00:00 |
customize
|
Customize: Let static_front_page section be contextually active based on whether there are any published pages.
|
2016-09-20 00:46:54 +00:00 |
date
|
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
|
2015-10-17 18:02:16 +00:00 |
db
|
Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate.
|
2016-08-26 20:21:30 +00:00 |
dependencies
|
External Libraries: Update Backbone to version 1.3.3.
|
2016-06-16 09:26:06 +00:00 |
external-http
|
Unit Tests: move some oEmbed tests that can trigger HTTP calls to Tests_External_HTTP_OEmbed .
|
2015-10-15 01:28:05 +00:00 |
feed
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
filesystem
|
Require dependencies when appropriate in some unit test files.
|
2015-07-14 03:07:13 +00:00 |
formatting
|
I18N: Add support for Serbian crossed D in remove_accents() .
|
2016-09-23 00:06:24 +00:00 |
functions
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
general
|
Script Loader: Properly adjust tests missed in [38443].
|
2016-08-30 14:50:14 +00:00 |
hooks
|
Hooks: Add the new class WP_Hook , and modify hook handling to make use of it.
|
2016-09-08 03:54:13 +00:00 |
http
|
HTTP API: Revert changes to wp_parse_url() while PHP 5.2 errors are investigated.
|
2016-08-31 00:23:26 +00:00 |
image
|
Site Icon: There is no good reason for class-wp-site-icon.php to drop a global instance of itself whenever the file is loaded. The lone use of the global instance of WP_Site_Icon is in an AJAX action that provides virtually no way to override - the file is loaded immediately before the global is used.
|
2016-08-25 19:08:38 +00:00 |
import
|
Add wordpress-importer tests demonstrating slashed data behavior.
|
2016-08-19 13:26:04 +00:00 |
includes
|
Tests: Ensure that the default wp_die() handler can handle a WP_Error object.
|
2016-03-23 19:00:38 +00:00 |
l10n
|
I18N: Enable unloading of text domains that have been loaded just in time.
|
2016-06-23 14:47:44 +00:00 |
link
|
Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes.
|
2016-09-08 22:53:57 +00:00 |
load
|
Bootstrap: Enhance core's memory limit handling.
|
2016-07-08 14:36:37 +00:00 |
media
|
Remove unnecessary uniqueness check in get_attachment_taxonomies() .
|
2016-08-30 03:06:06 +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: Use get_sites() instead of a database lookup in get_id_from_blogname() .
|
2016-09-27 18:17:23 +00:00 |
oembed
|
Embeds: Add tests for the WP_Embed class.
|
2016-06-28 20:30:15 +00:00 |
option
|
Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate.
|
2016-08-26 20:21:30 +00:00 |
pomo
|
mbstring.func_overload test should be skipped properly.
|
2016-02-29 22:37:42 +00:00 |
post
|
Hooks: Add the new class WP_Hook , and modify hook handling to make use of it.
|
2016-09-08 03:54:13 +00:00 |
query
|
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
|
REST API: Enable sanitize_callback to return WP_Error.
|
2016-09-14 15:49:37 +00:00 |
rewrite
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
taxonomy
|
Allow attachment taxonomies to be fetched as objects.
|
2016-08-20 17:34:13 +00:00 |
term
|
Query: 'orderby=include' should support comma-separated lists.
|
2016-09-01 16:50:47 +00:00 |
theme
|
I18N: Remove the requirement to call load_plugin_textdomain() / load_theme_textdomain() .
|
2016-05-10 20:04:52 +00:00 |
user
|
Allow 'role' parameters to be passed to wp_dropdown_users() .
|
2016-09-25 17:44:24 +00:00 |
xmlrpc
|
Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate.
|
2016-08-26 20:21:30 +00:00 |
actions.php
|
Hooks: Add the new class WP_Hook , and modify hook handling to make use of it.
|
2016-09-08 03:54:13 +00:00 |
adminbar.php
|
Toolbar: Update links to the about page if current user can't access the dashboard of the current site.
|
2016-09-27 19:00:35 +00:00 |
auth.php
|
Security: Trigger a _doing_it_wrong() when check_ajax_referer() is called without its first parameter. This brings it inline with check_admin_referer() .
|
2016-08-28 17:14:52 +00:00 |
avatar.php
|
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
|
2015-10-17 18:02:16 +00:00 |
basic.php
|
Tests: Require Basic_Object and Basic_Subclass files earlier in call stack.
|
2016-08-30 14:32:04 +00:00 |
cache.php
|
Unit Tests: Change some @group annotations to @ticket .
|
2016-07-04 20:24:52 +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: Restrict the maximum characters for input fields within the comments template.
|
2016-01-13 01:24:46 +00:00 |
comment.php
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
compat.php
|
|
|
cron.php
|
Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate.
|
2016-08-26 20:21:30 +00:00 |
db.php
|
Database: Fall back to utf8 when utf8mb4 isn't supported.
|
2016-09-08 23:48:05 +00:00 |
dbdelta.php
|
Database: Normalise index names in dbDelta() .
|
2016-09-12 05:08:17 +00:00 |
dependencies.php
|
|
|
file.php
|
Tests: Merge the two different wp_normalize_path() tests.
|
2016-03-08 07:06:12 +00:00 |
filters.php
|
Hooks: Add the new class WP_Hook , and modify hook handling to make use of it.
|
2016-09-08 03:54:13 +00:00 |
functions.php
|
Unit tests: Don't change the memory_limit setting during tests.
|
2016-07-08 18:16:07 +00:00 |
kses.php
|
Formatting: Allow KSES custom elements with hyphens
|
2016-09-02 04:16:00 +00:00 |
l10n.php
|
L10n: Add unit tests for the override_load_textdomain filter.
|
2016-06-18 10:09:26 +00:00 |
link.php
|
Move get_adjacent_post() tests to their own file.
|
2015-12-23 19:38:29 +00:00 |
locale.php
|
I18N: Introduce tests for WP_Locale .
|
2016-01-13 23:49:52 +00:00 |
mail.php
|
Mail: Don't set Sender field when setting From.
|
2016-08-20 02:16:54 +00:00 |
media.php
|
Media: Improved media titles when created from filename.
|
2016-09-17 05:41:27 +00:00 |
meta.php
|
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
|
2015-10-17 18:02:16 +00:00 |
multisite.php
|
Initialise $_SERVER[ 'REMOTE_ADDR' ] during the test bootstrap so individual tests need not.
|
2015-09-15 08:04:33 +00:00 |
oembed.php
|
Embeds: Clarify some assertion failure messages and correct a test URL for Twitter timelines.
|
2016-09-02 22:52:48 +00:00 |
pluggable.php
|
Users: Deprecate the get_currentuserinfo() pluggable function.
|
2016-01-15 10:15:21 +00:00 |
post.php
|
Unit Tests:
|
2016-08-27 08:35:16 +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: Create the general wp_check_jsonp_callback() function for validating JSONP callback functions.
|
2016-06-06 21:33:30 +00:00 |
rewrite.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 |
shortcode.php
|
Shortcodes: Add the pre_do_shortcode_tag filter.
|
2016-09-02 00:09:42 +00:00 |
taxonomy.php
|
Hooks: Add the new class WP_Hook , and modify hook handling to make use of it.
|
2016-09-08 03:54:13 +00:00 |
template.php
|
Themes: Add the non-encoded form of the queried item slug to the template hierarchy when the slug contains non-ASCII characters.
|
2016-09-09 00:47:17 +00:00 |
term.php
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
theme.php
|
Comments: Commit tests missed in [35848].
|
2015-12-10 03:15:44 +00:00 |
upload.php
|
Correct some more tests which were using example.org instead of WP_TESTS_DOMAIN .
|
2016-02-26 00:25:10 +00:00 |
url.php
|
Refactor some janky URL tests into data providers for clarity and better error reporting.
|
2016-02-26 02:10:32 +00:00 |
user.php
|
Unit Tests:
|
2016-08-27 08:35:16 +00:00 |
walker.php
|
|
|
widgets.php
|
Widgets: Revert [37425] and [37427].
|
2016-06-06 21:50:29 +00:00 |
wp.php
|
Query: Add a WP::remove_query_var() helper function.
|
2016-01-05 20:56:10 +00:00 |