aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/item_8php.html
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-17 06:30:09 -0700
committerfriendica <info@friendica.com>2013-08-17 06:30:09 -0700
commitb5efa1a63a621856f4f12fbd938aa3230aa0d1a9 (patch)
tree98dfb5250ceea0cb208696cfc46f480694649c35 /doc/html/item_8php.html
parenta8dd7280b33008d5100b6d8020640673abf5a78a (diff)
downloadvolse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.tar.gz
volse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.tar.bz2
volse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.zip
issue #82, posted order not working - also doc update
Diffstat (limited to 'doc/html/item_8php.html')
-rw-r--r--doc/html/item_8php.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/item_8php.html b/doc/html/item_8php.html
index 899bbda68..5ace8bb7b 100644
--- a/doc/html/item_8php.html
+++ b/doc/html/item_8php.html
@@ -333,7 +333,7 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>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 <a class="el" href="items_8php.html#a8ef003b2bc2dc4816bdcf5800aec1049">item_store()</a> instead of this function. </p>
+<p>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 <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a> instead of this function. </p>
<p>Is this a reply to something?</p>
<p>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</p>
<p>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.</p>