aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/item_8php.html
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-18 21:06:31 -0700
committerfriendica <info@friendica.com>2013-04-18 21:06:31 -0700
commit9e22ec928b9534ea9db0d18bf685fb0d357fbad2 (patch)
treeead4a783349f8f81f59aea50adf3789a7f62ae25 /doc/html/item_8php.html
parent0fbb3b6a97e51fbfc02e56f3651d4bf9fdd0575c (diff)
downloadvolse-hubzilla-9e22ec928b9534ea9db0d18bf685fb0d357fbad2.tar.gz
volse-hubzilla-9e22ec928b9534ea9db0d18bf685fb0d357fbad2.tar.bz2
volse-hubzilla-9e22ec928b9534ea9db0d18bf685fb0d357fbad2.zip
more umbilical cutting
Diffstat (limited to 'doc/html/item_8php.html')
-rw-r--r--doc/html/item_8php.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
- <td id="projectlogo"><img alt="Logo" src="fred-48.png"/></td>
+ <td id="projectlogo"><img alt="Logo" src="r!-64.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">The Red Project
</div>
@@ -335,6 +335,7 @@ Functions</h2></td></tr>
</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>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>
<p>Fold multi-line [code] sequences</p>
<p>Look for any tags and linkify them</p>