From 074d2839c00aeb1400021e2cdbe432e87e0397b9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 14:56:04 -0700 Subject: doc update --- doc/html/identity_8php.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/html/identity_8php.html') diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index f6ac35171..21f0c8136 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -241,6 +241,8 @@ Functions

create_sys_channel() Create a system channel - which has no account attached

+

Referenced by check_config(), and what_next().

+
@@ -382,7 +384,7 @@ Functions
-

Referenced by create_sys_channel(), and get_theme_uid().

+

Referenced by check_config(), create_sys_channel(), and get_theme_uid().

-- 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/identity_8php.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc/html/identity_8php.html') diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 21f0c8136..5b67a15f8 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -120,6 +120,8 @@ Functions    get_sys_channel ()   + is_sys_channel ($channel_id) +   channel_total ()    create_identity ($arr) @@ -384,7 +386,7 @@ Functions @@ -503,6 +505,24 @@ Functions
Returns
boolean true or false
+ + + +
+
+ + + + + + + + +
is_sys_channel ( $channel_id)
+
+ +

Referenced by zot_feed().

+
-- 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/identity_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/identity_8php.html') diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 5b67a15f8..b6c444ed1 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -759,7 +759,7 @@ Functions
Returns
string

'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else

-

Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), viewconnections_content(), widget_bookmarkedchats(), and widget_suggestedchats().

+

Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), format_hashtags(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), viewconnections_content(), widget_bookmarkedchats(), and widget_suggestedchats().

-- 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/identity_8php.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc/html/identity_8php.html') diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index b6c444ed1..019174afb 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -164,6 +164,8 @@ Functions    get_channel_by_nick ($nick)   + identity_selector () + 

Function Documentation

@@ -386,7 +388,7 @@ Functions @@ -455,6 +457,21 @@ Functions

Referenced by create_identity().

+ + + +
+
+ + + + + + + +
identity_selector ()
+
+
@@ -759,7 +776,7 @@ Functions
Returns
string

'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else

-

Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), format_hashtags(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), viewconnections_content(), widget_bookmarkedchats(), and widget_suggestedchats().

+

Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), format_hashtags(), get_plink(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), widget_bookmarkedchats(), and widget_suggestedchats().

-- cgit v1.2.3