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 From 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 15 Nov 2014 14:03:28 -0800 Subject: doc updates --- doc/html/items_8php.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index cfe6a12b6..b6fe1692b 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -148,15 +148,15 @@ Functions - + - + - + - + - + @@ -180,9 +180,9 @@ Functions - + - + -- cgit v1.2.3 From c785b5a90cbc1b5b62e95794cb001abc7609dc12 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 22 Nov 2014 12:25:49 -0800 Subject: doc updates --- doc/html/items_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index b6fe1692b..dd6387ee1 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -939,7 +939,7 @@ Functions
 $wall $wall,
 $mindate 
 
 title_is_body ($title, $body)
 
 get_item_elements ($x)
 get_item_elements ($x)
 
 import_author_xchan ($x)
 import_author_xchan ($x)
 
 import_author_diaspora ($x)
 import_author_diaspora ($x)
 
 import_author_rss ($x)
 import_author_rss ($x)
 
 import_author_unknown ($x)
 import_author_unknown ($x)
 
 encode_item ($item, $mirror=false)
 
 
 encode_mail ($item)
 
 get_mail_elements ($x)
 get_mail_elements ($x)
 
 get_profile_elements ($x)
 get_profile_elements ($x)
 
 get_atom_elements ($feed, $item, &$author)
 
-- cgit v1.2.3