Commit Graph

332 Commits

Author SHA1 Message Date
friendica 25f067c954 add categories and optional backlink to exported WP posts 2013-12-01 14:06:45 -08:00
friendica b707495b50 channel wasn't getting saved 2013-11-29 03:10:15 -08:00
friendica df66c510c9 allow zot-info to return results for address= with webbies or naked nicknames 2013-11-29 00:57:47 -08:00
Olivier Migeot 2239d472e5 Plurals for conversation.php 2013-11-28 12:24:37 +01:00
friendica aab9b30d03 synchronise deletion of comments between red and wp 2013-11-28 00:16:13 -08:00
friendica 21e465e48a add photos to red-to-wordpress comments 2013-11-27 20:56:08 -08:00
friendica b67347d9a0 add xmlrpc method for importing red comments 2013-11-27 16:32:17 -08:00
friendica fd57b63c1d add terms and categories, fix a delivery loop (stops at one cycle but we don't need a post coming back that we just sent out). 2013-11-26 21:21:40 -08:00
friendica 64b71a231b link the plugins at both ends so that each can discover a post that was imported/exported to/from the other and keep track of updates accordingly 2013-11-26 18:33:49 -08:00
friendica ef53c72a70 delete from the wp side as well as from the red side 2013-11-26 17:02:49 -08:00
friendica 6f6fcddfc3 api fixes 2013-11-26 16:38:48 -08:00
friendica cbe096dd90 wp-to-red: now supports editing, titles, and native permalinks 2013-11-25 14:20:57 -08:00
friendica 2b47d36a11 wordpress publish hook was called before the meta storage hook so the plugin would only work on edited posts. This may be a wordpress version issue because you'd think somebody would've noticed it before. 2013-11-24 23:15:07 -08:00
friendica c63a18a250 Add some message_id meta information for wordpress posts so we'll know where to send comments 2013-11-24 20:28:51 -08:00
friendica ac3ae83a16 wordpress-to-red cross-posting tool ported from Friendica 2013-11-24 18:03:12 -08:00
tuscanhobbit 2c6e1b7aee replaced rhash icon 2013-11-23 20:01:11 +01:00
friendica 34f8b21511 init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries) 2013-11-22 11:52:38 -08:00
friendica eb3a563410 redbasic - set pixel dimensions of conversation top author photo and reply author photos. Hint: if you set these to something like 64px and 32px respectively and reduce the main font-size to say 0.9em, young people won't complain as much about the "ugly dated UI". You see they're used to companies squeezing every pixel out of the screen (more room for advertising) and they don't yet have bad eyes so they can still read teeny stuff. Big fonts and pictures are for old folks that need glasses and make young people complain about the "dated" interface. It's a sure sign that you're going to find old folks here and not many young adults or teens. What's missing at the moment is that if you shrink these photos, the "item-photo-menu" arrow is no longer in the bottom corner of the picture, but might be outside the photo. Will have to see if there's a way to dynamically position this based on the size. 2013-11-15 01:11:03 -08:00
friendica 97a109eed4 doc update 2013-11-09 12:15:34 -08:00
friendica 8eed3a1006 doc updates 2013-11-02 15:45:38 -07:00
friendica fe3e294f4c string update 2013-10-26 01:28:05 -07:00
friendica 3772682204 Put a status editor on the display page if you're logged in. This fixes issue #113 and also provides the ability to reshare from that page. 2013-10-18 14:25:55 -07:00
friendica a3b358d025 wrong app name 2013-10-16 00:17:16 -07:00
friendica 7cd1bd59b2 bug 175 - categories not updated when editing 2013-10-11 20:44:13 -07:00
friendica ff7182f441 fix a bunch of post editing bugs - though this consolidates some disparate code and may create some new bugs due to regression 2013-10-04 04:47:41 -07:00
friendica 8fe5575469 string update 2013-09-28 04:40:57 -07:00
friendica a44e15dc2c rev update 2013-09-20 05:44:12 -07:00
friendica 3354abfd42 add -C cfgfile option to shred to allow multiple configurations. I just added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all. 2013-09-17 01:31:46 -07:00
friendica 9bff739d96 several oauth fixes - shred doesn't completely work yet, but it also doesn't completely NOT work, so at least there's some improvement 2013-09-16 21:35:52 -07:00
friendica 83e086edcd doc update, put more telemetry on notifier and try to ensure that private posts have recipients. 2013-09-13 04:51:55 -07:00
friendica 63c60b224c provide mimetype selector on edit (pages and blocks) 2013-09-06 03:10:25 -07:00
friendica d43a765985 more debugging on localize_item top find out why likes are not translated in notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object. 2013-08-31 04:19:26 -07:00
friendica 381f457c3f fix xchans more completely after a URL change 2013-08-24 16:52:38 -07:00
friendica b5efa1a63a issue #82, posted order not working - also doc update 2013-08-17 06:30:09 -07:00
friendica 258d8e3189 util/pconfig - if you understand util/config you'll understand this; if you don't you won't 2013-08-14 20:47:04 -07:00
friendica 89ad8ad80f string parse error extracting one particular string 2013-08-09 04:00:34 -07:00
friendica c02a930121 move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin 2013-08-09 01:20:34 -07:00
friendica 1d816ba90a basic email invitations - and doc update 2013-08-02 03:45:40 -07:00
friendica 53118a4352 add gz to access denied files to block rotated logs from public access 2013-07-26 03:50:46 -07:00
friendica ade8174750 private pokes - perhaps a little *too* private. 2013-07-19 01:20:51 -07:00
friendica 39856f7cb1 Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't. 2013-07-14 01:12:05 -07:00
friendica 6e880cfd49 use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF 2013-07-07 17:22:40 -07:00
friendica 28e0665cad doc update, plus possible fix to "complex delivery chains" issue. Basically when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members. 2013-06-29 02:04:44 -07:00
friendica e16d678aab relocate tagadelic to include/taxonomy 2013-06-21 15:15:07 -07:00
friendica 765d6e0a97 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07:00
friendica ee1ecd8ea2 remove uploaded import file once we're done with it. 2013-06-08 16:29:56 -07:00
friendica 25a55219ec quick and dirty (real dirty) template doco 2013-06-03 16:39:50 -07:00
friendica 6cafab10e6 fix pager, doc update 2013-06-03 16:29:33 -07:00
friendica 5c1f959c18 set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed 2013-05-24 06:02:30 -07:00
friendica f2de266ce6 doc update plus fix the "only to those in my address book" permission 2013-05-18 01:25:54 -07:00