From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/conversation_8php.html | 525 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 525 insertions(+) create mode 100644 doc/html/conversation_8php.html (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html new file mode 100644 index 000000000..ca7ea7573 --- /dev/null +++ b/doc/html/conversation_8php.html @@ -0,0 +1,525 @@ + + + + + + +The Red Project: include/conversation.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
conversation.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

if(!function_exists('item_extract_images'))
+if(!function_exists('item_redir_and_replace_images')) 
localize_item (&$item)
 
 count_descendants ($item)
 
 visible_activity ($item)
 
if(!function_exists('conversation')) best_link_url ($item)
 
if(!function_exists('item_photo_menu'))
+if(!function_exists('like_puller'))
+if(!function_exists('format_like')) 
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)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
add_children_to_list ( $children,
$arr 
)
+
+ +
+
+ +
+
+ + + + + + + + +
if (!function_exists('conversation')) best_link_url ( $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.
  • +
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
conv_sort ( $arr,
 $order 
)
+
+
+ +
+
+ + + + + + + + +
count_descendants ( $item)
+
+

Count the total of comments on this item and its desendants

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
find_thread_parent_index ( $arr,
 $x 
)
+
+ +
+
+ +
+
+ + + + + + + + +
format_location ( $item)
+
+ +

Referenced by Item\get_template_data().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
get_item_children ( $arr,
 $parent 
)
+
+ +
+
+ +
+
+ + + + + + + + +
if (!function_exists('item_extract_images')) if (!function_exists('item_redir_and_replace_images')) localize_item ($item)
+
+

Render actions localized

+ +

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

+ +
+
+ +
+
+ + + + + + + + +
prepare_page ( $item)
+
+ +

Referenced by page_content().

+ +
+
+ +
+
+ + + + + + + + +
render_location_default ( $item)
+
+ +
+
+ +
+
+ + + + + + + + +
sort_item_children ( $items)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_commented ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_created ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
sort_thr_created_rev ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
if (!function_exists('item_photo_menu')) if (!function_exists('like_puller')) if (!function_exists('format_like')) status_editor ( $a,
 $x,
 $popup = false 
)
+
+ +

Referenced by channel_content(), and network_content().

+ +
+
+ +
+
+ + + + + + + + +
visible_activity ( $item)
+
+ +

Referenced by Item\__construct(), and count_descendants().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index ca7ea7573..8a4047871 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -516,7 +516,7 @@ Functions - - - - + -- cgit v1.2.3 From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 917f30b5a..d72a0a386 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -220,7 +220,7 @@ Functions -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index d72a0a386..9bd56d992 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -28,7 +28,7 @@ - +
The Red Project
-- cgit v1.2.3 From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/conversation_8php.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 9bd56d992..1eb092607 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -112,18 +112,18 @@ $(document).ready(function(){initNavTree('conversation_8php.html','');}); - + - + - + @@ -180,7 +180,7 @@ Functions

Functions

if(!function_exists('item_extract_images'))
-if(!function_exists('item_redir_and_replace_images')) 
localize_item (&$item)
if(!function_exists('item_extract_images'))
+if(!function_exists('item_redir_and_replace_images')) 
localize_item (&$item)
 
 count_descendants ($item)
 
 visible_activity ($item)
 
if(!function_exists('conversation')) best_link_url ($item)
if(!function_exists('conversation')) best_link_url ($item)
 
if(!function_exists('item_photo_menu'))
-if(!function_exists('like_puller'))
-if(!function_exists('format_like')) 
status_editor ($a, $x, $popup=false)
if(!function_exists('item_photo_menu'))
+if(!function_exists('like_puller'))
+if(!function_exists('format_like')) 
status_editor ($a, $x, $popup=false)
 
 get_item_children ($arr, $parent)
 
- + @@ -220,7 +220,7 @@ Functions
if (!function_exists('conversation')) best_link_url if (!function_exists('conversation')) best_link_url (   $item)
@@ -316,7 +316,7 @@ Functions
- + @@ -463,7 +463,7 @@ Functions
if (!function_exists('item_extract_images')) if (!function_exists('item_redir_and_replace_images')) localize_item if (!function_exists('item_extract_images')) if (!function_exists('item_redir_and_replace_images')) localize_item ( $item)
- + -- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/conversation_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 1eb092607..d6b9673d2 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/conversation.php File Reference +The Red Matrix: include/conversation.php File Reference @@ -30,7 +30,7 @@ -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index d6b9673d2..ba7075c14 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -28,7 +28,7 @@
if (!function_exists('item_photo_menu')) if (!function_exists('like_puller')) if (!function_exists('format_like')) status_editor if (!function_exists('item_photo_menu')) if (!function_exists('like_puller')) if (!function_exists('format_like')) status_editor (   $a,
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- cgit v1.2.3 From 5c1f959c1828066358ec868ffb953e88f16195c6 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 May 2013 06:02:30 -0700 Subject: set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index ba7075c14..95305e6fa 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -220,7 +220,7 @@ Functions
-- cgit v1.2.3 From 765d6e0a97f135755d6ec1322f6e3272bc0ae620 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Jun 2013 16:54:58 -0700 Subject: push refresh messages, performance work on conversations and configs, doc updates --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 95305e6fa..838addbc4 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -220,7 +220,7 @@ Functions -- cgit v1.2.3 From e16d678aab5fc43027ff80beedf1609ae09d78b0 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Jun 2013 15:15:07 -0700 Subject: relocate tagadelic to include/taxonomy --- doc/html/conversation_8php.html | 253 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 230 insertions(+), 23 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 838addbc4..a2d4d76da 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -112,19 +112,28 @@ $(document).ready(function(){initNavTree('conversation_8php.html','');}); - - + + + + + + - - - - + + + + + + + + + + + + @@ -175,12 +184,12 @@ Functions - +

Functions

if(!function_exists('item_extract_images'))
-if(!function_exists('item_redir_and_replace_images')) 
localize_item (&$item)
 
 item_extract_images ($body)
 
 item_redir_and_replace_images ($body, $images, $cid)
 
 localize_item (&$item)
 
 count_descendants ($item)
 
 visible_activity ($item)
 
if(!function_exists('conversation')) best_link_url ($item)
 
if(!function_exists('item_photo_menu'))
-if(!function_exists('like_puller'))
-if(!function_exists('format_like')) 
status_editor ($a, $x, $popup=false)
 
 conversation (&$a, $items, $mode, $update, $page_mode= 'traditional')
 
 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)
- + @@ -188,11 +197,8 @@ Functions
if (!function_exists('conversation')) best_link_url best_link_url (   $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 conversation().

@@ -222,6 +228,57 @@ Functions

Referenced by channel_content(), display_content(), items_fetch(), network_content(), and search_content().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
conversation ($a,
 $items,
 $mode,
 $update,
 $page_mode = 'traditional' 
)
+
+

"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(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

+
@@ -265,6 +322,46 @@ Functions
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
format_like ( $cnt,
 $arr,
 $type,
 $id 
)
+
+ +

Referenced by Item\get_template_data().

+
@@ -281,7 +378,7 @@ Functions @@ -311,12 +408,122 @@ Functions - + +
+
+ + + + + + + + +
item_extract_images ( $body)
+
+ +

Referenced by localize_item().

+ +
+
+ +
+
+ + + + + + + + +
item_photo_menu ( $item)
+
+ +

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

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
item_redir_and_replace_images ( $body,
 $images,
 $cid 
)
+
+ +

Referenced by localize_item().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
like_puller ( $a,
 $item,
$arr,
 $mode 
)
+
+ +

Referenced by conversation().

+ +
+
+
- + @@ -326,7 +533,7 @@ Functions @@ -458,12 +665,12 @@ Functions - +
if (!function_exists('item_extract_images')) if (!function_exists('item_redir_and_replace_images')) localize_item localize_item ( $item)
- + @@ -506,7 +713,7 @@ Functions
if (!function_exists('item_photo_menu')) if (!function_exists('like_puller')) if (!function_exists('format_like')) status_editor status_editor (   $a,
-- cgit v1.2.3 From 39856f7cb1c15bd737d60581e0a54a061896f99d Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 14 Jul 2013 01:12:05 -0700 Subject: Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't. --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index a2d4d76da..f5adcdc38 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -695,7 +695,7 @@ Functions -- cgit v1.2.3 From 1d816ba90ad3408822dc64f294597273fd19bc57 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Aug 2013 03:45:40 -0700 Subject: basic email invitations - and doc update --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index f5adcdc38..8f47cbe36 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -226,7 +226,7 @@ Functions -- cgit v1.2.3 From c02a9301215ac146c26346ebc633d7c808cea5ee Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 01:20:34 -0700 Subject: move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin --- doc/html/conversation_8php.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 8f47cbe36..77e3a6a5e 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -226,7 +226,7 @@ Functions @@ -277,7 +277,7 @@ Functions
  • 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(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    +

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

    @@ -422,8 +422,6 @@ Functions
    -

    Referenced by localize_item().

    -
    @@ -474,8 +472,6 @@ Functions
    -

    Referenced by localize_item().

    -
    @@ -533,7 +529,7 @@ Functions @@ -695,7 +691,7 @@ Functions -- cgit v1.2.3 From 63c60b224c70ee9d09b8eb73bd11c44ca4a259fd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:10:25 -0700 Subject: provide mimetype selector on edit (pages and blocks) --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 77e3a6a5e..d8ae2be0c 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -691,7 +691,7 @@ Functions -- cgit v1.2.3 From c98605df370d8a1b9dcd264cbad35367e57f095e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Sep 2013 04:30:57 -0700 Subject: doc updates --- doc/html/conversation_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index d8ae2be0c..6ce2ab111 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -226,7 +226,7 @@ Functions @@ -709,7 +709,7 @@ Functions -- cgit v1.2.3 From c36fc59df30735b88ab55884f4411dedd3886f20 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 26 Oct 2013 01:27:19 -0700 Subject: doc updates --- doc/html/conversation_8php.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 6ce2ab111..a7d0e8932 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -122,8 +122,8 @@ Functions    visible_activity ($item)   - conversation (&$a, $items, $mode, $update, $page_mode= 'traditional') -  + conversation (&$a, $items, $mode, $update, $page_mode= 'traditional', $prepared_item= '') +   best_link_url ($item)    item_photo_menu ($item) @@ -198,7 +198,7 @@ Functions
    -

    Referenced by conversation().

    +

    Referenced by conversation().

    @@ -230,7 +230,7 @@ Functions - +
    @@ -262,7 +262,13 @@ Functions - + + + + + + + @@ -378,7 +384,7 @@ Functions
     $page_mode = 'traditional' $page_mode = 'traditional',
     $prepared_item = '' 
    @@ -438,7 +444,7 @@ Functions @@ -510,7 +516,7 @@ Functions
    -

    Referenced by conversation().

    +

    Referenced by conversation().

    @@ -529,7 +535,7 @@ Functions @@ -691,7 +697,7 @@ Functions @@ -709,7 +715,7 @@ Functions -- cgit v1.2.3 From 8eed3a10062818dd30f339139074be8e721546d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 2 Nov 2013 15:45:38 -0700 Subject: doc updates --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index a7d0e8932..2f91c0913 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -697,7 +697,7 @@ Functions -- cgit v1.2.3 From f9a622c44ef5160942f1199dd86cfa749b79e7bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Nov 2013 01:10:51 -0800 Subject: doc update --- doc/html/conversation_8php.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 2f91c0913..d6cb96481 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -553,8 +553,6 @@ Functions
    -

    Referenced by page_content().

    -
    -- cgit v1.2.3 From f6b43a0a7bc96e199fad8ad65e0aa63bd9a04f8b Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Nov 2013 11:52:26 -0800 Subject: doc updates --- doc/html/conversation_8php.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index d6cb96481..2f91c0913 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -553,6 +553,8 @@ Functions
    +

    Referenced by page_content().

    +
    -- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 2f91c0913..063e41c95 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -28,7 +28,7 @@ - + + + + +
    The Red Matrix
    -- cgit v1.2.3 From 90fff1de1c81eca9cdca8c41ec8083b72965b4a2 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Dec 2013 00:11:03 -0800 Subject: doc updates --- doc/html/conversation_8php.html | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 063e41c95..bc9198ee2 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -156,6 +156,10 @@ Functions
     
     prepare_page ($item)
     
     network_tabs ()
     
     profile_tabs ($a, $is_owner=False, $nickname=Null)
     

    Function Documentation

    @@ -537,6 +541,23 @@ Functions

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

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

    Referenced by network_content().

    +
    @@ -555,6 +576,40 @@ Functions

    Referenced by page_content().

    + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    profile_tabs ( $a,
     $is_owner = False,
     $nickname = Null 
    )
    +
    -- cgit v1.2.3 From 64b16f1e1ac303b476ffac891c99f6404bc04f53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Dec 2013 01:13:35 -0800 Subject: add construct_page hook --- doc/html/conversation_8php.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index bc9198ee2..98d877a3b 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -230,7 +230,7 @@ Functions @@ -287,7 +287,7 @@ Functions
  • 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(), community_content(), display_content(), item_post(), lastpost_content(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    +

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

    @@ -608,7 +608,7 @@ Functions @@ -752,7 +752,7 @@ Functions -- cgit v1.2.3 From 916f3e9afc0dcf7f4255bac917ed6236595c7e07 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Dec 2013 01:39:05 -0800 Subject: doc updates --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 98d877a3b..c2b005065 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -574,7 +574,7 @@ Functions
    -

    Referenced by page_content().

    +

    Referenced by home_content(), and page_content().

    -- 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/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index c2b005065..84e585f7f 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -574,7 +574,7 @@ Functions -- cgit v1.2.3 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/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 84e585f7f..3a5941931 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -287,7 +287,7 @@ Functions
  • 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(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    +

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

    -- cgit v1.2.3 From 2677ee0b49078646402409a64563392606dcc29d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Apr 2014 14:01:22 -0700 Subject: doc update --- doc/html/conversation_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 3a5941931..723c0f719 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -608,7 +608,7 @@ Functions -- cgit v1.2.3