From 7f0bd5a6e5f8963ebf0c48f7919b5b7dc420390c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 31 Oct 2014 05:05:31 -0700 Subject: doc updates --- doc/html/items_8php.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index ffba36cd4..f8fb60dc3 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -248,8 +248,8 @@ Functions    fetch_post_tags ($items, $link=false)   - zot_feed ($uid, $observer_xchan, $mindate) -  + zot_feed ($uid, $observer_xchan, $arr) +   items_fetch ($arr, $channel=null, $observer_hash=null, $client_mode=CLIENT_MODE_NORMAL, $module= 'network')    update_remote_id ($channel, $post_id, $webpage, $pagetitle, $namespace, $remote_id, $mid) @@ -803,7 +803,7 @@ Functions
-

Referenced by identity_basic_export(), notifier_run(), and zot_feed().

+

Referenced by identity_basic_export(), notifier_run(), and zot_feed().

@@ -939,7 +939,7 @@ Functions
-

Referenced by block_content(), bookmarks_init(), channel_content(), display_content(), editpost_content(), event_store_item(), events_content(), home_content(), identity_basic_export(), item_expire(), items_fetch(), network_content(), notifier_run(), page_content(), search_content(), tag_deliver(), widget_item(), and zot_feed().

+

Referenced by block_content(), bookmarks_init(), channel_content(), display_content(), editpost_content(), event_store_item(), events_content(), home_content(), identity_basic_export(), item_expire(), items_fetch(), network_content(), notifier_run(), page_content(), photos_post(), search_content(), tag_deliver(), tagrm_content(), tagrm_post(), widget_item(), and zot_feed().

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

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

+

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

@@ -2144,7 +2144,7 @@ Functions - +
@@ -2164,7 +2164,7 @@ Functions - + @@ -2174,7 +2174,7 @@ Functions
 $mindate $arr 
-

Referenced by zotfeed_init().

+

Referenced by zot_process_message_request(), and zotfeed_init().

-- cgit v1.2.3 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 @@ -1520,7 +1520,7 @@ Functions @@ -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