Commits
User selector
Commit History
Commits on Dec 8, 2010
Herr Direktor von Leerzeichen ist nicht zufrieden!
Show description for 2055238committedImprove the capabilites checking in the XMLRPC code.
Show description for 4275202committed
Commits on Jul 14, 2010
If category already exists, return its ID. Restores previous behavior. fixes #14067 for 3.0.1
Show description for f3c00d4committed
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
Commits on Jul 4, 2009
Add 'rpc' context to siteurl which obeys ADMIN and LOGIN forced SSL. see #10330
Show description for 8f79506committed
Commits on Jul 1, 2009
Use SSL links to xmlrpc and app when admin ssl is forced.
Show description for 7d4ce1ccommitted
Commits on Jun 23, 2009
Pass delimiter to preg_quote(). Props Denis-de-Bernardy. see #9955
Show description for f2baa06committedReturn correct date in date_created_gmt field. Props josephscott. fixes #10244 for trunk
Show description for adf22ffcommitted
Commits on Jun 6, 2009
Use array instead of query string notation. Prop dd32, kamiyeye. fixes #10047
Show description for 687bf92committed
Commits on May 18, 2009
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
Show description for f0336cfcommitted
Commits on May 14, 2009
Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
Show description for c4f78adcommitted
Commits on May 5, 2009
Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
Show description for 3bf18aacommitted
Commits on Apr 17, 2009
Use comments_open() and pings_open(). Props coffee2code. fixes #9557
Show description for 1c97a58committed