From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/conversation_8php.html | 779 ++++++++++++++++++++++++++++++++++++ 1 file changed, 779 insertions(+) create mode 100644 doc/old/html/conversation_8php.html (limited to 'doc/old/html/conversation_8php.html') diff --git a/doc/old/html/conversation_8php.html b/doc/old/html/conversation_8php.html new file mode 100644 index 000000000..723c0f719 --- /dev/null +++ b/doc/old/html/conversation_8php.html @@ -0,0 +1,779 @@ + + + + + + +The Red Matrix: include/conversation.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
conversation.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 item_extract_images ($body)
 
 item_redir_and_replace_images ($body, $images, $cid)
 
 localize_item (&$item)
 
 count_descendants ($item)
 
 visible_activity ($item)
 
 conversation (&$a, $items, $mode, $update, $page_mode= 'traditional', $prepared_item= '')
 
 best_link_url ($item)
 
 item_photo_menu ($item)
 
 like_puller ($a, $item, &$arr, $mode)
 
 format_like ($cnt, $arr, $type, $id)
 
 status_editor ($a, $x, $popup=false)
 
 get_item_children ($arr, $parent)
 
 sort_item_children ($items)
 
 add_children_to_list ($children, &$arr)
 
 conv_sort ($arr, $order)
 
 sort_thr_created ($a, $b)
 
 sort_thr_created_rev ($a, $b)
 
 sort_thr_commented ($a, $b)
 
 find_thread_parent_index ($arr, $x)
 
 format_location ($item)
 
 render_location_default ($item)
 
 prepare_page ($item)
 
 network_tabs ()
 
 profile_tabs ($a, $is_owner=False, $nickname=Null)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
add_children_to_list ( $children,
$arr 
)
+
+ +
+
+ +
+
+ + + + + + + + +
best_link_url ( $item)
+
+ +

Referenced by conversation().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
conv_sort ( $arr,
 $order 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
conversation ($a,
 $items,
 $mode,
 $update,
 $page_mode = 'traditional',
 $prepared_item = '' 
)
+
+

"Render" a conversation or list of items for HTML display. There are two major forms of display:

+
    +
  • Sequential or unthreaded ("New Item View" or search results)
  • +
  • conversation view The $mode parameter decides between the various renderings and also figures out how to determine page owner and other contextual items that are based on unique features of the calling module.
  • +
+ +

Referenced by channel_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

+ +
+
+ +
+
+ + + + + + + + +
count_descendants ( $item)
+
+

Count the total of comments on this item and its desendants

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
find_thread_parent_index ( $arr,
 $x 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
format_like ( $cnt,
 $arr,
 $type,
 $id 
)
+
+ +

Referenced by Item\get_template_data().

+ +
+
+ +
+
+ + + + + + + + +
format_location ( $item)
+
+ +

Referenced by conversation(), and Item\get_template_data().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
get_item_children ( $arr,
 $parent 
)
+
+ +
+
+ +
+
+ + + + + + + + +
item_extract_images ( $body)
+
+ +
+
+ +
+
+ + + + + + + + +
item_photo_menu ( $item)
+
+ +

Referenced by conversation(), and Item\get_template_data().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
item_redir_and_replace_images ( $body,
 $images,
 $cid 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
like_puller ( $a,
 $item,
$arr,
 $mode 
)
+
+ +

Referenced by conversation().

+ +
+
+ +
+
+ + + + + + + + +
localize_item ($item)
+
+

Render actions localized

+ +

Referenced by api_format_items(), conversation(), format_notification(), Item\get_template_data(), and notification().

+ +
+
+ +
+
+ + + + + + + +
network_tabs ()
+
+ +

Referenced by network_content().

+ +
+
+ +
+
+ + + + + + + + +
prepare_page ( $item)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
profile_tabs ( $a,
 $is_owner = False,
 $nickname = Null 
)
+
+
+ +
+
+ + + + + + + + +
render_location_default ( $item)
+
+ +
+
+ +
+
+ + + + + + + + +
sort_item_children ( $items)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_commented ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_created ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_created_rev ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
status_editor ( $a,
 $x,
 $popup = false 
)
+
+
+ +
+
+ + + + + + + + +
visible_activity ( $item)
+
+
+
+
+ -- cgit v1.2.3