From b5efa1a63a621856f4f12fbd938aa3230aa0d1a9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 17 Aug 2013 06:30:09 -0700 Subject: issue #82, posted order not working - also doc update --- doc/html/include_2menu_8php.html | 431 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 doc/html/include_2menu_8php.html (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html new file mode 100644 index 000000000..d9229d2de --- /dev/null +++ b/doc/html/include_2menu_8php.html @@ -0,0 +1,431 @@ + + + + + + +The Red Matrix: include/menu.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
menu.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 menu_fetch ($name, $uid, $observer_xchan)
 
 menu_render ($menu)
 
 menu_fetch_id ($menu_id, $channel_id)
 
 menu_create ($arr)
 
 menu_list ($channel_id)
 
 menu_edit ($arr)
 
 menu_delete ($menu_name, $uid)
 
 menu_delete_id ($menu_id, $uid)
 
 menu_add_item ($menu_id, $uid, $arr)
 
 menu_edit_item ($menu_id, $uid, $arr)
 
 menu_del_item ($menu_id, $uid, $item_id)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
menu_add_item ( $menu_id,
 $uid,
 $arr 
)
+
+ +

Referenced by mitem_post().

+ +
+
+ +
+
+ + + + + + + + +
menu_create ( $arr)
+
+ +

Referenced by menu_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
menu_del_item ( $menu_id,
 $uid,
 $item_id 
)
+
+ +

Referenced by mitem_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
menu_delete ( $menu_name,
 $uid 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
menu_delete_id ( $menu_id,
 $uid 
)
+
+ +

Referenced by menu_content(), and menu_delete().

+ +
+
+ +
+
+ + + + + + + + +
menu_edit ( $arr)
+
+ +

Referenced by menu_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
menu_edit_item ( $menu_id,
 $uid,
 $arr 
)
+
+ +

Referenced by mitem_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
menu_fetch ( $name,
 $uid,
 $observer_xchan 
)
+
+ +

Referenced by mitem_content(), and profile_sidebar().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
menu_fetch_id ( $menu_id,
 $channel_id 
)
+
+ +

Referenced by menu_content(), and mitem_init().

+ +
+
+ +
+
+ + + + + + + + +
menu_list ( $channel_id)
+
+ +

Referenced by menu_content().

+ +
+
+ +
+
+ + + + + + + + +
menu_render ( $menu)
+
+ +

Referenced by mitem_content(), and profile_sidebar().

+ +
+
+
+
+ -- cgit v1.2.3 From 381f457c3fae5dea1c76883837f18a70a55e6bb8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 24 Aug 2013 16:52:38 -0700 Subject: fix xchans more completely after a URL change --- doc/html/include_2menu_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index d9229d2de..ff4e76c14 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -358,7 +358,7 @@ Functions
-

Referenced by mitem_content(), and profile_sidebar().

+

Referenced by mitem_content(), and profile_sidebar().

@@ -422,7 +422,7 @@ Functions
-

Referenced by mitem_content(), and profile_sidebar().

+

Referenced by mitem_content(), and profile_sidebar().

-- cgit v1.2.3 From d43a7659854c4bb6052c05a932b257883ea72748 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 31 Aug 2013 04:19:26 -0700 Subject: more debugging on localize_item top find out why likes are not translated in notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object. --- doc/html/include_2menu_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index ff4e76c14..3bf0af685 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -358,7 +358,7 @@ Functions -- cgit v1.2.3 From 24dd15c2051bad20cad266e36227577cd8e46632 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Oct 2013 04:46:55 -0700 Subject: doc update --- doc/html/include_2menu_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 3bf0af685..271ad177b 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -422,7 +422,7 @@ Functions -- 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/include_2menu_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 271ad177b..d233c89f8 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_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/include_2menu_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index d233c89f8..75adcc316 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -358,7 +358,7 @@ Functions
@@ -422,7 +422,7 @@ Functions -- cgit v1.2.3 From 121ee48963f7da0aec45b94163d68f23a36c7744 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 27 Dec 2013 21:19:23 -0800 Subject: sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update. --- doc/html/include_2menu_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 75adcc316..d8ccbd4ba 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -422,7 +422,7 @@ Functions -- cgit v1.2.3 From 3869b16298041887d0c90c884ffb5b22df8d56e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 Jan 2014 14:35:32 -0800 Subject: prettyphoto (js|css) not found --- doc/html/include_2menu_8php.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index d8ccbd4ba..baf3b92f7 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('include_2menu_8php.html','');}); Functions  menu_fetch ($name, $uid, $observer_xchan)   + bookmarks_menu_fetch ($uid, $observer_xchan, $flags=MENU_BOOKMARK) +   menu_render ($menu)    menu_fetch_id ($menu_id, $channel_id) @@ -136,6 +138,38 @@ Functions  

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
bookmarks_menu_fetch ( $uid,
 $observer_xchan,
 $flags = MENU_BOOKMARK 
)
+
+ +
+
-- cgit v1.2.3 From 902c9b158528b03e6e31f8b7f16fa4a5b16f62cd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 31 Jan 2014 20:02:45 -0800 Subject: doc updates --- doc/html/include_2menu_8php.html | 52 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 38 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index baf3b92f7..4308e6884 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -114,16 +114,14 @@ $(document).ready(function(){initNavTree('include_2menu_8php.html','');}); Functions  menu_fetch ($name, $uid, $observer_xchan)   - bookmarks_menu_fetch ($uid, $observer_xchan, $flags=MENU_BOOKMARK) -   menu_render ($menu)    menu_fetch_id ($menu_id, $channel_id)    menu_create ($arr)   - menu_list ($channel_id) -  + menu_list ($channel_id, $flags=0) +   menu_edit ($arr)    menu_delete ($menu_name, $uid) @@ -138,38 +136,6 @@ Functions  

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bookmarks_menu_fetch ( $uid,
 $observer_xchan,
 $flags = MENU_BOOKMARK 
)
-
- -
-
@@ -424,7 +390,7 @@ Functions
- +
@@ -432,8 +398,18 @@ Functions - + + + + + + + + + + +
menu_list (  $channel_id)$channel_id,
 $flags = 0 
)
-- cgit v1.2.3 From fb49647993fec8f52e69801ce92a9882a4c95b1a Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Feb 2014 00:49:45 -0800 Subject: doc updates --- doc/html/include_2menu_8php.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 4308e6884..b3096e224 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -120,8 +120,8 @@ Functions    menu_create ($arr)   - menu_list ($channel_id, $flags=0) -  + menu_list ($channel_id, $name= '', $flags=0) +   menu_edit ($arr)    menu_delete ($menu_name, $uid) @@ -166,7 +166,7 @@ Functions
-

Referenced by mitem_post().

+

Referenced by bookmark_add(), and mitem_post().

@@ -184,7 +184,7 @@ Functions
-

Referenced by menu_post().

+

Referenced by bookmark_add(), and menu_post().

@@ -358,7 +358,7 @@ Functions @@ -390,7 +390,7 @@ Functions - +
@@ -400,6 +400,12 @@ Functions + + + + + + @@ -413,8 +419,9 @@ Functions
  $channel_id,
 $name = '',
+

If $flags is present, check that all the bits in $flags are set so that MENU_SYSTEM|MENU_BOOKMARK will return entries with both bits set. We will use this to find system generated bookmarks.

-

Referenced by menu_content().

+

Referenced by bookmark_add(), bookmarks_content(), and menu_content().

@@ -432,7 +439,7 @@ Functions -- cgit v1.2.3 From 064962ff82701d9d415a351a91354a0cdf949bd5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Feb 2014 12:25:27 -0800 Subject: doc and assets update. There is what seems to be a controversial powerpoint in this checkin. The powerpoint is of course *open source* even if powerpoint itself is not. The source file is available for your examination and revision. --- doc/html/include_2menu_8php.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index b3096e224..2fb579197 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -114,8 +114,8 @@ $(document).ready(function(){initNavTree('include_2menu_8php.html','');}); Functions  menu_fetch ($name, $uid, $observer_xchan)   - menu_render ($menu) -  + menu_render ($menu, $edit=false) +   menu_fetch_id ($menu_id, $channel_id)    menu_create ($arr) @@ -425,7 +425,7 @@ Functions - +
@@ -433,8 +433,18 @@ Functions - + + + + + + + + + + +
menu_render (  $menu)$menu,
 $edit = false 
)
-- cgit v1.2.3 From 46f0de7120d0773f361e08298c99ef804330adff Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Feb 2014 00:57:35 -0800 Subject: try to fix youtube mixed content warnings --- doc/html/include_2menu_8php.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'doc/html/include_2menu_8php.html') diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 2fb579197..b00d62faa 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -114,8 +114,8 @@ $(document).ready(function(){initNavTree('include_2menu_8php.html','');}); Functions  menu_fetch ($name, $uid, $observer_xchan)   - menu_render ($menu, $edit=false) -  + menu_render ($menu, $class='', $edit=false) +   menu_fetch_id ($menu_id, $channel_id)    menu_create ($arr) @@ -166,7 +166,7 @@ Functions
-

Referenced by bookmark_add(), and mitem_post().

+

Referenced by bookmark_add(), and mitem_post().

@@ -184,7 +184,7 @@ Functions
-

Referenced by bookmark_add(), and menu_post().

+

Referenced by bookmark_add(), and menu_post().

@@ -358,7 +358,7 @@ Functions @@ -421,11 +421,11 @@ Functions

If $flags is present, check that all the bits in $flags are set so that MENU_SYSTEM|MENU_BOOKMARK will return entries with both bits set. We will use this to find system generated bookmarks.

-

Referenced by bookmark_add(), bookmarks_content(), and menu_content().

+

Referenced by bookmark_add(), bookmarks_content(), menu_content(), and rbmark_content().

- +
@@ -435,6 +435,12 @@ Functions + + + + + + @@ -449,7 +455,7 @@ Functions
  $menu,
 $class = '',
-- cgit v1.2.3