Commit graph

62 commits

Author SHA1 Message Date
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim 22d4608f9f using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
onli 7c6e5b7a5d xmlrpc: Convert deprecated constructor for PHP 7 2019-02-11 18:39:23 +01:00
Garvin Hicking 666d5eeff3 Added wp.getProfile stub 2018-05-14 14:52:36 +02:00
Garvin Hicking 7cead4b526 Added wp.newPage 2017-05-10 14:38:23 +02:00
Garvin Hicking 2b9fdb4619 Added stub wp.deletePage dummy API function 2016-08-15 10:09:34 +02:00
Garvin Hicking b7402e1731 return properl xmlrpc 2016-08-08 12:28:40 +02:00
Garvin Hicking 2f5a60fc7e dummy func 2016-08-08 12:27:23 +02:00
Garvin Hicking ddeef8b05a * Added wp.getCommentStatusList API function 2016-07-14 14:58:43 +02:00
Garvin Hicking c01fa4554b Added wp.getPage API function (with empty response though, not supporting staticpage yet) 2016-07-13 10:36:18 +02:00
Garvin Hicking 26b13d8fa9 * Added wp.getPosts API function 2016-07-12 12:36:51 +02:00
Ian d1c02424e5 the other half of da04025 2014-11-29 15:51:17 +01:00
Ian da04025a7b remove utf-8 location of documentary files
which never becomes true
2014-11-29 13:53:49 +01:00
Garvin Hicking 6016eefd9d * Implement a kind of DOS protection, courtesy to a Drupal/WordPress commit:
90e884ad0f
2014-08-08 09:51:05 +02:00
Vladimír Ajgl 7842af973e czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
Vladimír Ajgl c5248f893e czech translations - cvs/snv tags removed 2013-12-27 20:04:36 +01:00
Garvin Hicking 80b1593707 also remove $Revision$ 2013-08-12 10:27:53 +02:00
Garvin Hicking 71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Grischa Brockhaus 19c130c8cf ESTRICT "static" patch 2012-06-20 01:28:14 +02:00
Grischa Brockhaus fc19cfc5d0 Compatibility fixes 2012-06-13 14:47:45 +02:00
Grischa Brockhaus 52d5d7b37b xmlrpc: dateModified attributes (delivered by WP) supported 2012-06-03 19:45:16 +02:00
Grischa Brockhaus 1341c2030a xmlrpc: Added date_modified and date_modified_gmt to metaBlog entries,
as WP sends them, too.
2012-06-03 19:45:15 +02:00
Grischa Brockhaus a1127c3ae5 xmlrpc: Extended PEAR library used by the plugin to support
system.multicall. This was needed for the new WP iOS client that is
calling this XMLRPC function blindly and without fallback.
2012-06-03 19:45:15 +02:00
Grischa Brockhaus 2633b26ce5 xmlrpc: ifttt fix. Some clients send tags as arrays instead of csv's.
Now we accept that, too.
2012-03-06 20:55:27 +01:00
Vladimir Ajgl 65cbf1c465 linebreaks converted from windows to unix style 2012-02-17 23:41:29 +01:00
Grischa Brockhaus 036914979e xml-rpc: Prepared release. 2012-01-28 00:00:46 +01:00
Grischa Brockhaus a77c857e50 xml-rpc: fixed comment fetching for S9Y 1.6.1 2012-01-27 13:38:11 +01:00
Grischa Brockhaus 8a3da9bda7 xml_rpc: Update comment fixed. 2012-01-27 13:38:11 +01:00
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