Commit graph

150 commits

Author SHA1 Message Date
Ian 4a2fe2d257 clean CVS header 2012-01-19 09:39:30 +01:00
Ian c549b003b7 guestbook sidebar plugin: fixed show unapproved events 2012-01-19 09:35:32 +01:00
Garvin Hicking 378cb0da3c Automagic XML sync 2012-01-16 03:55:41 +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 5b8eb1cf93 Automagic XML sync 2012-01-13 04:54:10 +01:00
Vladimir Ajgl 2803035573 update of czech translations 2012-01-12 22:28:32 +01:00
Garvin Hicking 91b99d8b64 use github instead of viewcvs, thanks to ophian 2012-01-12 11:05:43 +01:00
Garvin Hicking d355bdc808 Automagic XML sync 2012-01-12 03:53:59 +01:00
onli 90f41bd767 0.4.5: xmlrpc added, classify-fix 2012-01-11 16:05:13 +01:00
Garvin Hicking dc5b894a58 Automagic XML sync 2012-01-11 13:26:06 +01:00
Grischa Brockhaus 21c78bdd3f spam_bayes:
* In the analysis window the referer and author was not displayed
(correctly).
* xmlrpc events (commented out atm): ham and spam
2012-01-10 00:10:37 +01:00
Ian 47bae9f036 whitespace and naming cleanup 2012-01-09 20:23:34 +01:00
Ian afdc5f06e1 dashboard 0.6.6: fixed missing global $serendipity in comments function 2012-01-09 19:58:20 +01:00
Garvin Hicking 63ca01b366 Automagic XML sync 2012-01-09 03:55:56 +01:00
onli e07d905305 0.4.4: troja & cleanup 2012-01-08 20:56:13 +01:00
Garvin Hicking b6b11b993b Automagic XML sync 2012-01-08 03:47:32 +01:00
Garvin Hicking 1225608f63 revert some [tag] vs. %5Btag%5D changes.
The gist is this: Use [tag] inside <form> tags. Use %5B/%5D when used within a href attribute.
2012-01-07 23:54:55 +01:00
Garvin Hicking 8fd57d9714 Automagic XML sync 2012-01-07 03:48:48 +01:00
Ian f888450a06 bugfixed and reverted the comments query call,
since serendipity_fetchComments() can be used only with 1.6 and up (as older version miss the select 'status' field)
2012-01-06 15:24:47 +01:00
Garvin Hicking df65839026 dutch update by eric 2012-01-06 10:50:34 +01:00
Garvin Hicking 1ce93220ae Automagic XML sync 2012-01-05 03:59:46 +01:00
Ian 3b638ba503 dashboard 0.6.4: bugfix renamed var 2012-01-04 15:35:13 +01:00
Garvin Hicking fa8125fdf1 Automagic XML sync 2012-01-04 04:01:53 +01:00
Grischa Brockhaus ccaa6947ad dashboard: reverted to v.0.6.3, as it was not released yet 2012-01-04 00:47:49 +01:00
Grischa Brockhaus 6f8b518471 serendipity_event_dashboard:
* let it look to github instead of svn berlios
* cleaned up the updatecheck code flow a little to make it
better readable
2012-01-04 00:35:34 +01:00
Matthias Gutjahr d0b8898652 Dashboard, added $limit parameter. 2012-01-03 20:08:56 +01:00
Matthias Gutjahr 5552e73b8a Dashboard, added missing $limit. Thx Ian & Grischa 2012-01-03 20:06:12 +01:00
Matthias Gutjahr ae2a583689 Take comment status 'confirm' into account 2012-01-03 19:04:46 +01:00