[wp-trac] [WordPress Trac] #20566: XML-RPC 3.4 methods cleanup
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 28 18:48:12 UTC 2012
#20566: XML-RPC 3.4 methods cleanup
------------------------------+---------------------
Reporter: nacin | Owner: nacin
Type: defect (bug) | Status: closed
Priority: high | Milestone: 3.4
Component: XML-RPC | Version: 3.4
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Changes (by nacin):
* owner: => nacin
* status: new => closed
* resolution: => fixed
Comment:
In [20632]:
{{{
#!CommitTicketReference repository="" revision="20632"
Clean up the XML-RPC 3.4 methods with regards to consistency and future
compatibility.
* Limit returned taxonomy and post type objects to a specific type-cast
whitelist of fields.
* Add $filter and $fields to wp.getTaxonomies to match the functionality
of wp.getPostTypes.
* Prevent the post type from being chnaged in _insert_post().
* Don't check post_type_supports() in _insert_post().
* Align handling of sticky posts with those of core.
* Force tags and categories to go through terms and terms_names, rather
than tags_input and post_category.
fixes #20566. props nacin, maxcutler.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20566#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list