Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "if(!function_exists('xpost_to_html2bbcode'))" | tonnerkiller | 2014-08-16 | 1 | -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") plugin | friendica | 2014-06-25 | 1 | -4/+4 |
| | |||||
* | include re-organisation and more doco, post_to_red fix ampersands in categories | friendica | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | undo last change to comment_email - these are checked for validity | friendica | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | ensure that every imported channel has a primary hubloc | friendica | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | add categories and optional backlink to exported WP posts | friendica | 2013-12-01 | 1 | -7/+28 |
| | |||||
* | channel wasn't getting saved | friendica | 2013-11-29 | 1 | -0/+2 |
| | |||||
* | synchronise deletion of comments between red and wp | friendica | 2013-11-28 | 1 | -0/+33 |
| | |||||
* | add photos to red-to-wordpress comments | friendica | 2013-11-27 | 1 | -0/+20 |
| | |||||
* | add xmlrpc method for importing red comments | friendica | 2013-11-27 | 1 | -0/+81 |
| | |||||
* | add terms and categories, fix a delivery loop (stops at one cycle but we ↵ | friendica | 2013-11-26 | 1 | -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 ↵ | friendica | 2013-11-26 | 1 | -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 side | friendica | 2013-11-26 | 1 | -14/+38 |
| | |||||
* | api fixes | friendica | 2013-11-26 | 1 | -1/+10 |
| | |||||
* | wp-to-red: now supports editing, titles, and native permalinks | friendica | 2013-11-25 | 1 | -3/+8 |
| | |||||
* | wordpress publish hook was called before the meta storage hook so the plugin ↵ | friendica | 2013-11-24 | 1 | -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 ↵ | friendica | 2013-11-24 | 1 | -1/+5 |
| | | | | to send comments | ||||
* | wordpress-to-red cross-posting tool ported from Friendica | friendica | 2013-11-24 | 2 | -0/+325 |