Commits
User selector
Commit History
Commits on Feb 17, 2012
Deprecate ancient "debugging" tools.
Show description for ee01523committed
Commits on Jan 31, 2012
Re-purpose wp_die() for ajax responses.
Show description for 25eac27committed
Commits on Jan 8, 2012
Lose EOF ?>. Clean up EOF newlines. fixes #12307
Show description for 2b186b0committed
Commits on Apr 17, 2011
Introduce a special wp_die handler for XMLRPC requests to ensure we send an XML response.
Show description for 321ab74committedDon't do SSL discovery for every RSD request. APP endpoint already respects the SSLness of the site. Fixes #15960.
Show description for 462cb55committed
Commits on Nov 6, 2010
Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315
Show description for 1626139committed
Commits on Nov 2, 2010
Rename new classes to match our coding standards. Fixes #15280.
Show description for 804b3a0committed
Commits on Oct 26, 2010
No Admin Bar for XML-RPC requests.
Show description for bac7033committed
Commits on Sep 23, 2010
Complete the move to a seperate class file for #14820 props filosofo.
Show description for bf13c19committed
Commits on Sep 5, 2010
fix wp_getAuthors in xmlrpc.php. See #14572 and [15566]
Show description for 9344ecccommitted
scribu
Commits on Sep 2, 2010
This file was mistakenly labeled as being GPLv2-only. fixes #14727
Show description for 400c32dcommitted
Commits on Jul 14, 2010
If category already exists, return its ID. Restores previous behavior. fixes #14067 for 3.1
Show description for 70358dccommitted
Commits on May 3, 2010
Provide a context to wp_handle_upload to differentiate between upload and sideload. props technosailor, fixes #12740.
Show description for b2093dbcommitted
Commits on Apr 30, 2010
s/blog/site/ in even more places. props PeteMall, see #11644.
Show description for 2473cefcommitted
Commits on Apr 14, 2010
Deprecate set_current_user() in favor of wp_set_current_user().
Show description for b202c22committed
Commits on Mar 17, 2010
More pedantry. "Setup" is not a verb. http://notaverb.com/setup
Show description for 8bca813committed
Commits on Feb 24, 2010
Don't use private wpdb vars. See #11644
Show description for fb4b782committed
Commits on Feb 19, 2010
Fix double escaping in wp_getComments. Props josephscott. fixes #12281 for trunk
Show description for fbd6ccfcommitted
Commits on Feb 7, 2010
Call class function in xmlrpc.php, fixes #12155
Show description for c16facecommitted
Ron Rennick
Commits on Feb 5, 2010
Do not use deprecated user levels in XMLRPC (s/level_8/manage_options/). Props nacin. Fixes #10806
Show description for d8e395fcommitted
Commits on Jan 27, 2010
Cast length to int. Props josephscott. fixes #12046
Show description for 1709895committedapply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999
Show description for 27ae64ecommitted
Ron Rennick
Commits on Jan 26, 2010
Integrate wpmu_blogger_getUsersBlogs() directly into xmlrpc.php. see #11644
Show description for c8eb06acommitted
Commits on Jan 18, 2010
Coding standards, space after if
Show description for e2adfc8committed
Commits on Jan 15, 2010
Coding style
Show description for 20d3a58committed
Commits on Jan 8, 2010
Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644
Show description for b153c75committed
Commits on Dec 23, 2009
Use array calling style. Props Denis-de-Bernardy. see #6647
Show description for dcd3604committed
Commits on Dec 1, 2009
Don't show deleted Pages in wp.getPages results, props ryan, props Denis-de-Bernardy,fixes #11243
Show description for 55ea098committed
Commits on Sep 24, 2009
Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521
Show description for d11f390committed
Commits on Sep 17, 2009
Don't run content_save_pre filter twice for XMLRPC posts. Props redsweater. fixes #10802
Show description for 9a94997committed
Commits on Aug 20, 2009
Make the number of pages argument to wp.getPages properly optional. See #10659 props redsweater.
Show description for 7a83a96committedEnsure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for trunk props josephscott.
Show description for 6ef8544committed
Commits on Aug 8, 2009
Commits on Aug 6, 2009
Ensure that XMLRPC clients can tell the difference between unapproved and spam comments. Fixes #10510 props josephscott.
Show description for 4d26de2committed
Commits on Aug 4, 2009
Allow user registration to be enabled by an XMLRPC client. Fixes #10454 props josephscott.
Show description for 92cc16acommitted