Commit graph

23 commits

Author SHA1 Message Date
Grischa Brockhaus
f8a4d4daef xml-rpc:
* fixes while testing with WP iOS
* configurable if the interface should fake a WP version when asked
* configurable debug log.
* less dbug, more ob_start, ob_clean
2012-01-15 21:14:20 +01:00
Grischa Brockhaus
93bc98d5ac xml-rpc:
* fixed wp.getComments(). Was not working with bugfixed s9y 1.7
* wp.editComment now really edits the comment (not only
approve/moderate)
* entryhooks xmlrpc_comment_spam, xmlrpc_comment_pending,
xmlrpc_comment_approve for plugins (i.e. Bayes)
2012-01-15 21:14:20 +01:00
Grischa Brockhaus
708db48ee9 xml-rpc:
* Fixed wp.getCategories crashing the WP iOS client
* Added configuration info about the XML-RPC URL of the blog.
2012-01-15 21:14:20 +01:00
Grischa Brockhaus
bdb01291fe xmlrpc: add wp stuff to mt.supportedMethods, fixed entry password
setting, assured user may not edit others article if he does not have
the permission.
2012-01-15 21:14:20 +01:00
Grischa Brockhaus
b7b2669291 xmlrpc: (after testing with some apple clients)
* wp.getCategories: added missing attributes
* metaWeblog.setPostCategories fixed
2012-01-15 21:14:19 +01:00
Grischa Brockhaus
ce7b0d9198 xml-rpc: support for article passwords, better geocoords handling 2012-01-15 21:14:19 +01:00
Grischa Brockhaus
93af49caf7 xml-rpc: wp.getOptions, wp.getComments, wp.deleteComment, wp.editComment
(moderation only), wp.newComment, wp.getTags, wp.getPages
(empty array for now) implemented.
2012-01-15 21:14:19 +01:00
Grischa Brockhaus
4f885191b3 xml-rpc:
* Added geo data to the plugin_api::hook_event xmlrpc_updertEntry
* put metaWeblog_getRecentPosts and metaWeblog_getPost RPC Value
creation in one function as they use the same metainfos
* Added categories to metaWeblog post fetching
* Added geodatas to metaWeblog post fetching
2012-01-15 21:14:19 +01:00
Grischa Brockhaus
1e9c7bf9af xml-rpc:
* getRecentPosts: permaLink as complete URL, added date_created_gmt
* mt_editpost: universal_fix_entry lost allow_comment / moderate state.
2012-01-15 21:14:19 +01:00
Grischa Brockhaus
a9eb8ec65c xml-rpc: wp.getPostFormats 2012-01-15 21:14:18 +01:00
Grischa Brockhaus
c165cb0771 xml-rpc: implemented wp.newCategory 2012-01-15 21:14:18 +01:00
Grischa Brockhaus
eac84e4457 xml-rpc: wp.uploadFile and patch for newPost removing object entitiy 2012-01-15 21:14:18 +01:00
Grischa Brockhaus
a2bd73f912 xml-rpc:
* added wp.getCategories
* fixed metaWeblog_newPost with categories (didn't work for many
writers)
2012-01-15 21:14:18 +01:00
Grischa Brockhaus
a2a72e7eda xmlrpc: switched on debugging 2012-01-15 21:14:17 +01:00
Grischa Brockhaus
e2ea35901d xmlrpc: switched on WP compatibility again 2012-01-15 21:14:17 +01:00
Garvin Hicking
ab02bb4af4 Remove $Id$ 2011-12-25 10:07:20 +01:00
Garvin Hicking
8da2bdc422 We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00
Grischa Brockhaus
7babc407dd xml_rpc: Undid the PEARL loading patch again. After a discussion we
found out, that the bundled PEAR might be outdated and it is much more
easy to deliver security fixes if the PEAR is loaded from plugin path.
2011-12-21 13:08:28 +01:00
Grischa Brockhaus
34acf8f41a XML_RPC: Load PEAR modules from bundled_libs, if found there, else from
plugin directory.
2011-12-21 12:45:03 +01:00
Grischa Brockhaus
ebe4ea9444 xml-rpc: added fresh version of PEAR XML RPC 2011-12-20 01:42:03 +01:00
Grischa Brockhaus
1f626bea20 Wrong Checkin redone 2011-12-14 03:28:58 +01:00
Grischa Brockhaus
348acff01d XML RPC: WordPress AddOns 2011-12-14 03:12:26 +01:00
Garvin Hicking
516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00