From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/item_8php.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/html/item_8php.html') diff --git a/doc/html/item_8php.html b/doc/html/item_8php.html index d4edd35b4..f914ddf03 100644 --- a/doc/html/item_8php.html +++ b/doc/html/item_8php.html @@ -28,7 +28,7 @@ - +

This is the POST destination for most all locally posted text stuff. This function handles status, wall-to-wall status, local comments, and remote coments that are posted on this site (as opposed to being delivered in a feed). Also processed here are posts and comments coming through the statusnet/twitter API. All of these become an "item" which is our basic unit of information. Posts that originate externally or do not fall into the above posting categories go through item_store() instead of this function.

Is this a reply to something?

+

fix naked links by passing through a callback to see if this is a red site (already known to us) which will get a zrl, otherwise link with url

When a photo was uploaded into the message using the (profile wall) ajax uploader, The permissions are initially set to disallow anybody but the owner from seeing it. This is because the permissions may not yet have been set for the post. If it's private, the photo permissions should be set appropriately. But we didn't know the final permissions on the post until now. So now we'll look for links of uploaded messages that are in the post and set them to the same permissions as the post itself.

Fold multi-line [code] sequences

Look for any tags and linkify them

-- cgit v1.2.3
The Red Project
@@ -335,6 +335,7 @@ Functions