aboutsummaryrefslogtreecommitdiffstats
path: root/util/wp
Commit message (Collapse)AuthorAgeFilesLines
* moved post_to_red to its own project ( https://github.com/friendica/wptored ↵friendica2014-10-252-532/+0
| | | | ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
* Added "if(!function_exists('xpost_to_html2bbcode'))"tonnerkiller2014-08-161-64/+68
| | | | | | | | This function name is also used by post to friendica plugin Both functions seem to be identical. If you have both plugins installed you get an error because of the identical function name This will avoid the attempt to load the function a second time in case it was already loaded by the post to friendica plugin
* fix bad translation of blockquote in wordpress ("post_to_red") pluginfriendica2014-06-251-4/+4
|
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-041-1/+1
|
* undo last change to comment_email - these are checked for validityfriendica2013-12-021-1/+1
|
* ensure that every imported channel has a primary hublocfriendica2013-12-021-1/+1
|
* add categories and optional backlink to exported WP postsfriendica2013-12-011-7/+28
|
* channel wasn't getting savedfriendica2013-11-291-0/+2
|
* synchronise deletion of comments between red and wpfriendica2013-11-281-0/+33
|
* add photos to red-to-wordpress commentsfriendica2013-11-271-0/+20
|
* add xmlrpc method for importing red commentsfriendica2013-11-271-0/+81
|
* add terms and categories, fix a delivery loop (stops at one cycle but we ↵friendica2013-11-261-1/+1
| | | | don't need a post coming back that we just sent out).
* link the plugins at both ends so that each can discover a post that was ↵friendica2013-11-261-11/+6
| | | | imported/exported to/from the other and keep track of updates accordingly
* delete from the wp side as well as from the red sidefriendica2013-11-261-14/+38
|
* api fixesfriendica2013-11-261-1/+10
|
* wp-to-red: now supports editing, titles, and native permalinksfriendica2013-11-251-3/+8
|
* wordpress publish hook was called before the meta storage hook so the plugin ↵friendica2013-11-241-5/+14
| | | | would only work on edited posts. This may be a wordpress version issue because you'd think somebody would've noticed it before.
* Add some message_id meta information for wordpress posts so we'll know where ↵friendica2013-11-241-1/+5
| | | | to send comments
* wordpress-to-red cross-posting tool ported from Friendicafriendica2013-11-242-0/+325