From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: doc update --- doc/html/items_8php.html | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 72b939468..115c975fc 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -214,10 +214,10 @@ Functions    drop_items ($items)   - drop_item ($id, $interactive=true) -  - delete_item_lowlevel ($item) -  + drop_item ($id, $interactive=true, $stage=DROPITEM_NORMAL) +  + delete_item_lowlevel ($item, $stage=DROPITEM_NORMAL) +   first_post_date ($uid, $wall=false)    posted_dates ($uid, $wall) @@ -626,7 +626,7 @@ Functions - +
@@ -634,17 +634,27 @@ Functions - + + + + + + + + + + +
delete_item_lowlevel (  $item)$item,
 $stage = DROPITEM_NORMAL 
)
-

Referenced by drop_item().

+

Referenced by drop_item().

- +
@@ -658,7 +668,13 @@ Functions - + + + + + + + @@ -668,7 +684,7 @@ Functions
 $interactive = true $interactive = true,
 $stage = DROPITEM_NORMAL 
@@ -1015,7 +1031,7 @@ Functions
-

Referenced by onepoll_run(), and zot_import().

+

Referenced by externals_run(), onepoll_run(), and zot_import().

@@ -1221,7 +1237,7 @@ Functions
-

Referenced by event_store(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), and subthread_content().

+

Referenced by event_store(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), and subthread_content().

@@ -1543,7 +1559,7 @@ Functions
-

Referenced by delete_imported_item(), item_store(), and item_store_update().

+

Referenced by delete_imported_item(), item_content(), item_store(), and item_store_update().

@@ -1589,7 +1605,7 @@ Functions
-

Referenced by consume_feed(), and process_delivery().

+

Referenced by consume_feed(), and process_delivery().

-- cgit v1.2.3 From f832e5958594a942060766993625893f22beb59e Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Apr 2014 15:24:45 -0700 Subject: doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. --- doc/html/items_8php.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 115c975fc..b56f79a3a 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -116,6 +116,8 @@ Functions    can_comment_on_post ($observer_xchan, $item)   + add_source_route ($iid, $hash) +   red_zrl_callback ($matches)    red_escape_zrl_callback ($matches) @@ -248,6 +250,34 @@ Functions

Referenced by get_item_elements(), get_mail_elements(), item_store(), and item_store_update().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
add_source_route ( $iid,
 $hash 
)
+
+ +

Referenced by process_delivery().

+
-- cgit v1.2.3