Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#18444 closed task (blessed) (fixed)

Retrieve a list of taxonomies in XML-RPC

Reported by: nprasath002's profile nprasath002 Owned by: westi's profile westi
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: XML-RPC Keywords: has-patch
Focuses: Cc:

Description


Attachments (2)

wp.getTaxonomies.patch (2.5 KB) - added by nprasath002 14 years ago.
wp.getTaxonomies.2.patch (2.0 KB) - added by maxcutler 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @maxcutler
13 years ago

  • Cc max@… added

Updated patch formatting. Added a 'prepare_taxonomy' function for formatting the response that will be shared with wp.getTaxonomy (#18443).

I changed the method to return all fields except the update_callback. Having all of the fields is very useful to the mobile apps and other potential users, and I don't think the bandwidth savings is all that meaningful. If necessary we can add a 'fields' parameter like we're doing on #18433 for posts.

#2 @westi
13 years ago

  • Milestone changed from Awaiting Review to 3.4
  • Owner set to westi
  • Status changed from new to accepted
  • Type changed from feature request to task (blessed)

Working on this for our second xmlrpc new feature cycle for 3.4 - tracking progress for all tax stuff on #18438

#3 @maxcutler
13 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

New bugs or enhancements on new tickets.

Note: See TracTickets for help on using tickets.