From d17c15a9924240e31bc3a921ea15eac47087b43c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Nov 2014 05:14:53 -0800 Subject: doc updates --- doc/html/items_8php.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index f8fb60dc3..cfe6a12b6 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -242,8 +242,8 @@ Functions    first_post_date ($uid, $wall=false)   - list_post_dates ($uid, $wall) -  + list_post_dates ($uid, $wall, $mindate) +   posted_dates ($uid, $wall)    fetch_post_tags ($items, $link=false) @@ -311,7 +311,7 @@ Functions

$item['route'] contains a comma-separated list of xchans that sent the current message, somewhat analogous to the * Received: header line in email. We can use this to perform loop detection and to avoid sending a particular item to any "upstream" sender (they already have a copy because they sent it to us).

-

Referenced by process_delivery().

+

Referenced by process_delivery().

@@ -997,7 +997,7 @@ Functions
-

Referenced by list_post_dates(), and posted_dates().

+

Referenced by list_post_dates(), and posted_dates().

@@ -1492,7 +1492,7 @@ Functions
-

Referenced by consume_feed(), diaspora_asphoto(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_reshare(), event_store_item(), impel_init(), import_post(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), and subthread_content().

+

Referenced by consume_feed(), diaspora_asphoto(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_reshare(), event_store_item(), impel_init(), import_post(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), refimport_content(), reflect_comment_store(), and subthread_content().

@@ -1520,7 +1520,7 @@ Functions
-

Referenced by impel_init(), import_post(), item_post(), photos_post(), tagrm_content(), tagrm_post(), and update_imported_item().

+

Referenced by impel_init(), import_post(), item_post(), photos_post(), refimport_content(), reflect_comment_store(), tagrm_content(), tagrm_post(), and update_imported_item().

@@ -1588,7 +1588,7 @@ Functions - +
@@ -1602,7 +1602,13 @@ Functions - + + + + + + + @@ -2008,7 +2014,7 @@ Functions

tgroup_check($uid,$item)

This function is called pre-deliver to see if a post matches the criteria to be tag delivered. We don't actually do anything except check that it matches the criteria. This is so that the channel with tag_delivery enabled can receive the post even if they turn off permissions for the sender to send their stream. tag_deliver() can't be called until the post is actually stored. By then it would be too late to reject it.

-

Referenced by process_delivery().

+

Referenced by process_delivery().

-- cgit v1.2.3
 $wall $wall,
 $mindate