| [6308]
|
westi
|
Allow wp-links-opml.php to return the links for just one category. Fixes #5295 props vrypan.
|
| [6297]
|
westi
|
Add documentation for wp_version_check(). Fixes #5233 props darkdragon.
|
| [6291]
|
westi
|
Fix the require_once in install-helper.php so that it works when included from a plugin. Fixes #5090
|
| [6278]
|
westi
|
Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys.
|
| [6275]
|
westi
|
Use a for loop where it's more appropriate. Fixes #5234 props darkdragon and DD32.
|
| [6274]
|
westi
|
Add @since to the new phpdoc relates #5181 and [6273]
|
| [6273]
|
westi
|
Refactor atom support to share code. Fixes #5181 props rubys
|
| [6266]
|
westi
|
Set the Sender on emails as well as from. Fixes #5007 for 2.3.1 props mattyrob
|
| [6265]
|
westi
|
Set the Sender on emails as well as from. Fixes #5007 for trunk props mattyrob
|
| [6262]
|
westi
|
Add Atom to the RSD. Fixes #5213 props rubys.
|
| [6261]
|
westi
|
Fix atom version number in the classic theme. Relates #5213 props rubys
|
| [6251]
|
westi
|
Fix typo in call to $wpdb->update. Fixes #5206 props zamoose
|
| [6228]
|
westi
|
Add is_page_template() function to allow theme developers to detect that they are is a page template. Fixes #3335
|
| [6227]
|
westi
|
Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker
|
| [6202]
|
westi
|
Move the WLW manifest related files to have proper WordPress naming scheme.
|
| [6201]
|
westi
|
Define $constaint is all cases in get_attachment_icon() to fix E_NOTICE. Fixed #5159 props richcon.
|
| [6200]
|
westi
|
Add documentation of _wp_filter_build_unique_id(). Fixed #5053 props darkdragon.
|
| [6199]
|
westi
|
Move all calls to mysql_ functions to withiWPDB so that t we don't expect any mysql stuff when we are using a custo$wpdb class. Fixes #5127
props ComputerGuru.
|
| [6198]
|
westi
|
Move database class loading to a shared function to ensure all of WordPress is wp-content/wp-db.php aware. Fixes #5128 props ComputerGuru.
|
| [6197]
|
westi
|
Remove accidental change to tags 2.3
|
| [6196]
|
westi
|
Move database class loading to a shared function to ensure all of WordPress is wp-content/wp-db.php aware. Fixes #5128 props ComputerGuru.
|
| [6195]
|
westi
|
Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
|
| [6194]
|
westi
|
Ensure we have the default category id. Fixes #5150 for branches/2.3
|
| [6193]
|
westi
|
Ensure we have the default category id. Fixes #5150 for trunk
|
| [6181]
|
westi
|
s/WPDEBUG/WP_DEBUG/g Fixes #5033
|
| [6179]
|
westi
|
Enable developers to turn on notices from wp-config.php. Relates #3155. Fixes #5033 props Ozh.
|
| [6178]
|
westi
|
Add string descriptions to the translations of the user roles. Fixes #5102 props RanYanivHartstein
|
| [6177]
|
westi
|
We're working on bleeding edge 2.4 stuff now
|
| [6176]
|
westi
|
Update version for branches 2.3 fixes #5099
|
| [6118]
|
westi
|
Set svn:eol-style on a few files.
|
| [6113]
|
westi
|
Switch to is_callable instead of function_exists to allow for class based importer plugins. Fixes #4614
|
| [6096]
|
westi
|
Allow plugins to sanitize there own options easily.
|
| [6095]
|
westi
|
Ensure the parentlink is trailingslashed when building the url - don't trim / off the front. Fixes #2801 props Libertus
|
| [6094]
|
westi
|
Consolidate shared code in get_userdata and get_userdatabylogin. Fixes #2134 props johnjosephbachir
|
| [6093]
|
westi
|
Make the atom feed updated field actually tell you when the post was updated. Fixes #4816 props lapcat.
|
| [6084]
|
westi
|
Allow the wp_mail filter to change the passed data. Fixes #4511 props ryan.
|
| [6082]
|
westi
|
Ensure (next|previous)_post_link always have some content even when the post title is blank. Fixes #1835, props johnbillion
|
| [6078]
|
westi
|
Fix tab order when edit comments. Props Nazgul fixes #4726
|
| [6072]
|
westi
|
Add importer for Bunny's Technorati Tags plugin. Fixes #4931
|
| [6033]
|
westi
|
Improve desriptions for I18N strings. Fixes #4906 props nbachiyski
|
| [6024]
|
westi
|
Fix admin css link when installing in a directory. Fixes #4877
|
| [6019]
|
westi
|
Change queries in get_{next|previous}_post so that plugins can INNER JOIN on other tables with an ID column. Fixes #4822 props Cimmo.
|
| [6017]
|
westi
|
Switch to require_once for wp-includes/db.php when it exists. Fixes #4597 props intoxination.
|
| [6016]
|
westi
|
urlencode the theme name and stylesheet name in the activate links so as to support directories with + in the name. Fixes #3279.
|
| [6009]
|
westi
|
Inform the user when cookies are disabled and login fails. Fixed #2039 props tellyworth.
|
| [6003]
|
westi
|
Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.
|
| [6002]
|
westi
|
Enable full translation of the Tags description. Fixes #4885 props nbachiyski.
|
| [6001]
|
westi
|
Fix RDF feeds to not contain invalid tag "category". Fixed #4643 props kztk
|
| [5987]
|
westi
|
Ensure we always show the current version in the footer if the last update check failed. Fixes #4867 props Viper007Bond
|
| [5971]
|
westi
|
CSS fix for IE7 so that the login button is in the box. Fixed #4828 props intoxination.
|
| [5970]
|
westi
|
Remove dead code. Fixed #4791 props filosofo
|
| [5969]
|
westi
|
Add utf8->ascii mappings for icelandic letters. Fixes #4739 props einare
|
| [5968]
|
westi
|
Fix xhtml output for RSS widget when feed contains no items. Fixed #4671 props brettz95 and Nazgul
|
| [5961]
|
westi
|
Globalise wp_version so Magpie can use it. props Nazgul, hakre. Fixes #3996 for 2.2.3
|
| [5960]
|
westi
|
Ensure we flush the recent entries widget cache after a post has been deleted. Fixes #4825 props donncha
|
| [5959]
|
westi
|
Pass through the function argument so rules can actually be added to the top of the stack, props santos
|
| [5932]
|
westi
|
Enable plugins to override the cockney replace array, fixes #4804 for 2.0.12 props andihit
|
| [5931]
|
westi
|
Enable plugins to override the cockney replace array, fixes #4804 for 2.2.3 props andihit
|
| [5930]
|
westi
|
Enable plugins to override the cockney replace array, fixes #4804 props andihit
|
| [5929]
|
westi
|
Allow upload of all Open Office document types props nbachiyski fixes #4615
|
| [5928]
|
westi
|
Fix plugin basename for Windows servers. Fixes #3002 for 2.2.x props Ozh
|
| [5927]
|
westi
|
Give the view links in post/page listings the view class rather than the edit class, fixes #4058 props rgovostes
|
| [5924]
|
westi
|
Fix plugin basename for Windows servers. Fixes #3002 props Ozh
|
| [5810]
|
westi
|
Only enable gzip compression if it is not enabled in php.ini. Fixes #4426
|
| [5809]
|
westi
|
Update .htaccess file when rewrite rules are deleted if it exists.
Fixes #4018
|
| [1276]
|
westi
|
Meta Queries: Add a test case to validate that when generating the meta query SQL for an empty value array we don't generate invalid SQL.
See #22096
|
| [1272]
|
westi
|
Terms: Add a test case for #24189 which shows the invalid caching in action.
|
| [1250]
|
westi
|
Pluggable Functions: Add some tests for passwords with trailing and leading spaces.
See #23494.
|
| [1243]
|
westi
|
Formatting: New test cases for a few core formatting functions which call htmlspecialchars without providing any charset info.
As of PHP5.4 the default charset for htmlspecialchars is changed to UTF-8 which means that iso-8859-1 data gets eaten.
See: #23688
|
| [1214]
|
westi
|
Revisions: Add a new test for a force save filter in wp_save_post_revision
Also Update the tests to have correct ordering, be less complex and use things like assertCount.
See #7392 and #9843
|
| [1212]
|
westi
|
Revisions: Test the capability checks used in wp-admin/revision.php against how we expect them to behave both with a built-in and a custom post type
See #16847 - Trying to explore CPTs and Custom Capabilities with revisions edit/view/restore
|
| [1211]
|
westi
|
Revisions: When we are trying to save a new revision we shouldn't save one if the previous version was the same.
See #7392 and #9843 props adamsilverstein
|
| [1210]
|
westi
|
Revisions: Add a test case which checks the _edit_last postmeta value after a revision restore
Also validates some of the things to be fixed for the off-by-one issues with authorship.
See: #20982, #16215
Props adamsilverstein for the original patch.
|
| [1150]
|
westi
|
Update the tests in [1147] to include real post_IDs for the cases where we are updating an existing post. See #WP22417.
|
| [1147]
|
westi
|
Posting Caps: Add some initial tests for _wp_translate_postdata() relating to basic functionality. Relates to #WP22417.
|
| [1137]
|
westi
|
XMLRPC: Fix up the new test from [1133] so that it correctly tests the bug.
Previously the test created a post that the test user couldn't edit and so the Post Editing failed.
See #WP22220
|
| [1119]
|
westi
|
Revert [1118] - I don't think these new tests are for the correct behaviour, we need to discuss and review more
See: http://core.trac.wordpress.org/ticket/21977#comment:6
|
| [1098]
|
westi
|
XMLRPC: Add a test case for #WP22320 to check the metaweblog.getRecentPosts return when the user has no posts. Props redsweater.
|
| [1097]
|
westi
|
Posts/Users: Add tests for a proposed enhancement to count_many_users_posts() to make the return data more cachable.
When the new argument is passed and set to true then we will only count publicly viewable posts and so the returned data can be cached.
See #WP21431
|
| [1096]
|
westi
|
Actions/Filters: Add a test case for filter removal during processing. See #WP21169.
|
| [1033]
|
westi
|
XMLRPC: Add some simple test cases for supporting searching in wp.getPosts. See #WP21623
|
| [1027]
|
westi
|
Posts: Improve the tests for invalid dates to test both return paths and make sure that we only return a WP_Error when requested to do so. See #WP17180
|
| [1026]
|
westi
|
Posts: Add a simple test case for wp_insert_post rejecting invalid dates. See #WP17180 props jkudish
|
| [1007]
|
westi
|
Multisite: First set of tests for is_email_address_unsafe from #WP21570 props mdawaffe.
|
| [983]
|
westi
|
Comments: Don't create a post we aren't using. Props nbachiyski.
|
| [981]
|
westi
|
Comments: Use the Factory to create our test comment for us. Props nbachiyski.
|
| [980]
|
westi
|
Comments: Don't overtest by including extra assertions that test things other than the point of this test case.
Props nbachiyski for reminding me I was testing too much and adding test noise.
|
| [979]
|
westi
|
Comments: Add some simple comment query test cases for the functionality added by #WP21101.
Tests the new "comment_approved" query var works to filter the result of the call to get_comments.
|
| [727]
|
westi
|
Rename TestCleanUrl class to TestEscUrl class to reflect the newer name for this function.
|
| [726]
|
westi
|
Add simple esc_url test cases for square brackets in urls. Some we expect it to encode and some we expect it to leave alone. See #WP16859
|
| [725]
|
westi
|
Add some simple make_clickable test cases for urls where the user has not already encoded the square brackets in the url. See #WP16859.
|
| [606]
|
westi
|
XMLRPC: Mark this test against the trac ticket that maxcutler kindly raised for the bug.
|
| [598]
|
westi
|
Themes: Add some test cases for constucting WP_Theme objects with good and bad information to test the issues in #WP20313.
|
| [595]
|
westi
|
XMLRPC: Add mw_newPost test for creating pages.
|
| [594]
|
westi
|
XMLRPC: Add a mw_editPost test case for the inability to change post_type using this api.
|
| [593]
|
westi
|
XMLRPC: Add test cases for mw_editPost based on the wp_editPost ones.
Bugs found:
* Feature image setting doesn't work
* mw_editPost eats content if you don't set all the fields or rejects the edit with a 500 error.
|
| [592]
|
westi
|
XMLRPC: Add test cases for mw_newPost based on the wp_newPost ones.
Bugs Found:
* New featured image code doesn't work.
* You can set the post_author to an invalid value.
|
| [591]
|
westi
|
Add some test cases for the old get_theme_data function for themes in the root and subdirectories.
|
| [569]
|
westi
|
KSES: Start writing some tests for #WP20210 to check for allowing stanard attributes on all allowed elements.
|
| [568]
|
westi
|
XMLRPC: Add getOptions test case for feature image support in current theme.
|