.. |
actions
|
|
|
admin
|
Implement a priority system for Help Tabs to add them at specific positions.
|
2015-09-10 01:26:26 +00:00 |
ajax
|
Capabilities: Fall back to the edit_posts capability for orphaned comments.
|
2015-08-13 22:30:26 +00:00 |
attachment
|
|
|
canonical
|
|
|
category
|
In wp_list_categories() , 'current_category' should accept an array of values.
|
2015-08-29 19:45:35 +00:00 |
comment
|
After [33925], rename the unit test class to Tests_Comment_Meta_Cache to avoid collisions on the PHP 5.2 superhighway.
|
2015-09-05 22:29:59 +00:00 |
customize
|
Customizer: Fix failing tests on PHP 5.2 after [33488].
|
2015-07-31 13:01:16 +00:00 |
date
|
|
|
db
|
Remove svn:executable from test files.
|
2015-07-26 09:40:58 +00:00 |
dependencies
|
|
|
feed
|
Tests: Update Tests_Feed_RSS::test_items to expect new comment permalink structure.
|
2015-09-12 23:30:11 +00:00 |
filesystem
|
Require dependencies when appropriate in some unit test files.
|
2015-07-14 03:07:13 +00:00 |
formatting
|
Formatting: maintain the content of HTML comments when they contain <object> tags. Add more tests for wpaitop().
|
2015-09-08 22:54:08 +00:00 |
functions
|
|
|
general
|
|
|
http
|
Deprecate wp_get_http() - function isn't used anywhere (apart from itself).
|
2015-09-09 04:25:24 +00:00 |
image
|
After [33807], fix unit tests for PHP 5.2
|
2015-09-01 17:03:13 +00:00 |
import
|
Require dependencies when appropriate in some unit test files.
|
2015-07-14 03:07:13 +00:00 |
includes
|
Remove svn:executable from test files.
|
2015-07-26 09:40:58 +00:00 |
link
|
|
|
meta
|
|
|
multisite
|
Tests: Use a data provider when testing site flags in update_blog_details() .
|
2015-07-14 06:38:19 +00:00 |
option
|
After [33840], JS regex needs the g modifier.
|
2015-09-08 16:43:27 +00:00 |
pomo
|
|
|
post
|
Check if the $post_type passed to get_post_type_object() is a scalar value. Non-scalars were producing PHP warnings.
|
2015-09-14 00:02:05 +00:00 |
query
|
Allow setup_postdata() to accept a post ID.
|
2015-09-12 20:57:06 +00:00 |
rewrite
|
|
|
template
|
Tests: Update Site Icon tests to account for changes in [33605].
|
2015-08-11 18:41:01 +00:00 |
term
|
Add unit tests for get_term() .
|
2015-09-11 03:10:47 +00:00 |
theme
|
|
|
user
|
Fail gracefully when checking mapped cap against unregistered post type.
|
2015-09-12 21:26:57 +00:00 |
xmlrpc
|
After [33325], supply a missing post_type in ->mw_editPost() .
|
2015-08-13 15:27:57 +00:00 |
actions.php
|
|
|
adminbar.php
|
|
|
auth.php
|
Add 'wp_verify_nonce_failed' action that fires when nonce verification fails.
|
2015-08-26 00:05:11 +00:00 |
avatar.php
|
Remove svn:executable from test files.
|
2015-07-26 09:40:58 +00:00 |
basic.php
|
Tests: Check that readme.html is recommending an actively supported version of MySQL.
|
2015-09-08 03:23:29 +00:00 |
cache.php
|
|
|
canonical.php
|
|
|
category.php
|
In Walker_CategoryDropdown::start_el() , cast values to strings before deciding whether to append 'selected' attribute.
|
2015-08-21 01:10:34 +00:00 |
comment.php
|
Allow 'comment_agent' and 'comment_author_IP' to be set via wp_new_comment() .
|
2015-07-01 12:07:28 +00:00 |
compat.php
|
|
|
cron.php
|
|
|
db.php
|
WPDB: get_table_from_query() didn't find table names with hyphens in them.
|
2015-08-24 00:18:49 +00:00 |
dbdelta.php
|
Remove svn:executable from test files.
|
2015-07-26 09:40:58 +00:00 |
dependencies.php
|
|
|
file.php
|
|
|
filters.php
|
|
|
functions.php
|
|
|
kses.php
|
Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
|
2015-07-22 05:14:50 +00:00 |
l10n.php
|
|
|
link.php
|
Remove extraneous table join in get_adjacent_post() .
|
2015-09-12 20:33:07 +00:00 |
mail.php
|
Update PHPMailer to 5.2.10 from 5.2.7.
|
2015-07-08 17:15:02 +00:00 |
media.php
|
Ensure that attachment_url_to_postid() matches cross-scheme when front-end and back-end schemes are different.
|
2015-08-22 16:38:09 +00:00 |
meta.php
|
|
|
multisite.php
|
|
|
post.php
|
In wp_insert_post() , when setting $post_author , use isset() instead of ! empty() to allow 0 to be passed as the value for $post_author .
|
2015-09-12 18:53:56 +00:00 |
query.php
|
Better default values in WP_Query::get_queried_object() .
|
2015-09-12 03:36:12 +00:00 |
rewrite.php
|
|
|
shortcode.php
|
Add some more data for Shortcode unit tests.
|
2015-08-25 21:50:55 +00:00 |
taxonomy.php
|
Add Unit Tests for get_objects_in_term()
|
2015-07-12 20:12:19 +00:00 |
term.php
|
|
|
theme.php
|
Themes: Get the correct theme when template and stylesheet were both passed as arguments.
|
2015-08-30 21:44:38 +00:00 |
upload.php
|
|
|
url.php
|
|
|
user.php
|
Move wp_delete_user() tests to their own file.
|
2015-09-11 01:50:40 +00:00 |
walker.php
|
|
|
widgets.php
|
|
|