Commit graph

34 commits

Author SHA1 Message Date
Vladimir Ajgl
e5d5ec363c update of czech translations and documentation 2012-01-21 12:35:38 +01:00
Grischa Brockhaus
2ff3595d1a xmlrpc: Upgraded to version 1.48 2012-01-20 11:30:07 +01:00
Grischa Brockhaus
6515938d07 xml-rpc:
* WordPress delivers id's as strings not as int's for wp_getCategories
and wp.getTags. Doing this now, too, as the Blackberry client crashes if
not done like that.
* wp.getOptions returned a wrong structure.
* wp.getPostStatusList, wp.getPageStatusList and wp.getTemplates added
* wp.getComment returned success instead of comment id
* added wp.getComment (needed by BB client)
2012-01-20 11:24:01 +01:00
Grischa Brockhaus
8993cf8225 xml-rpc: delete article from WP iOS fixed 2012-01-15 21:32:45 +01:00
Grischa Brockhaus
62ceb07887 xml-rpc: asure login name for comment author (optional) 2012-01-15 21:14:22 +01:00
Grischa Brockhaus
f05b8a2294 xml-rpc: Signal SPAM or HAM to antispam plugins, so they can learn. 2012-01-15 21:14:22 +01:00
Grischa Brockhaus
b4279a1c37 xml-rpc:
* Choose media dir for client uploads in the configuration.
* debug log marked as such: client won't work with it.
* ignores.
2012-01-15 21:14:21 +01:00
Grischa Brockhaus
477bb8761c xml-rpc:
* Supports MORE while saving an article
* Autoconverter for plain text articles was always off now.
2012-01-15 21:14:21 +01:00
Grischa Brockhaus
5a50129a4b xml-rpc:
* AutoConvert of article text optional
* WP iOS did a wrong call while editing post. Made the interface beave
nice on it.
2012-01-15 21:14:21 +01:00
Grischa Brockhaus
bd35400775 xml-rpc: newPost, editPost. Hand over keywords (tags) as if they would
have been added by editor. Some plugins need this.
2012-01-15 21:14:21 +01:00
Grischa Brockhaus
cafd8ef240 xml-rpc: when creating or editing a post, the plugin tries to detect, if
the text is plain or filled with p and br tags. If plain it adds p's
using a function stolen from the nl2br plugin.
2012-01-15 21:14:21 +01:00
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