From 0501bab7dc5982f94924e19192c1d523a45085aa Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Feb 2014 23:51:43 -0800 Subject: doc update --- doc/html/items_8php.html | 58 ++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 36 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index dbe9f62b0..1ff5877f6 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -144,6 +144,8 @@ Functions    import_author_xchan ($x)   + import_author_rss ($x) +   encode_item ($item)    map_scope ($scope) @@ -218,8 +220,6 @@ Functions    posted_dates ($uid, $wall)   - posted_date_widget ($url, $uid, $wall) -   fetch_post_tags ($items, $link=false)    zot_feed ($uid, $observer_xchan, $mindate) @@ -1097,6 +1097,24 @@ Functions

Referenced by fix_private_photos().

+ + + +
+
+ + + + + + + + +
import_author_rss ( $x)
+
+ +

Referenced by import_author_xchan().

+
@@ -1358,38 +1376,6 @@ Functions

Referenced by api_channel_stream(), poke_init(), tagger_content(), and thing_init().

- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
posted_date_widget ( $url,
 $uid,
 $wall 
)
-
-
@@ -1416,7 +1402,7 @@ Functions
-

Referenced by posted_date_widget(), and widget_archive().

+

Referenced by widget_archive().

@@ -1481,7 +1467,7 @@ Functions
-

red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't.

+

red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't. Remove any existing zid= param which may have been pasted by mistake - and will have the author's credentials. zid's are dynamic and can't really be passed around like that.

-- cgit v1.2.3 From 16c2aa042fade698ece5dcb67cde10ff8155bd65 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 14:30:24 -0800 Subject: doc update --- doc/html/items_8php.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 1ff5877f6..72b939468 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -210,6 +210,8 @@ Functions    item_expire ($uid, $days)   + retain_item ($id) +   drop_items ($items)    drop_item ($id, $interactive=true) @@ -838,7 +840,7 @@ Functions @@ -1469,6 +1471,24 @@ Functions

red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't. Remove any existing zid= param which may have been pasted by mistake - and will have the author's credentials. zid's are dynamic and can't really be passed around like that.

+
+ + +
+
+ + + + + + + + +
retain_item ( $id)
+
+ +

Referenced by item_expire().

+
-- cgit v1.2.3