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/security_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/security_8php.html') diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 267d175c2..fba933b97 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -359,7 +359,7 @@ Functions

Profile owner - everything is visible

Authenticated visitor. Unless pre-verified, check that the contact belongs to this $owner_id and load the groups the visitor belongs to. If pre-verified, the caller is expected to have already done this and passed the groups into this function.

-

Referenced by channel_content(), items_fetch(), lastpost_content(), and zot_feed().

+

Referenced by channel_content(), items_fetch(), lastpost_content(), pdl_selector(), and zot_feed().

-- cgit v1.2.3 From 96ad49b1b831d0f4e3660330750e9484eb9238bd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Sep 2013 05:43:30 -0700 Subject: doc updates --- doc/html/security_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/security_8php.html') diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index fba933b97..75ee842cd 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -303,7 +303,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/security_8php.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'doc/html/security_8php.html') diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 75ee842cd..c5f363bce 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -134,6 +134,8 @@ Functions   if(!function_exists('init_groups_visitor')) stream_perms_api_uids ($perms_min=PERMS_SITE)   + stream_perms_xchans ($perms_min=PERMS_SITE) + 

Function Documentation

@@ -415,7 +417,7 @@ Functions
-

Referenced by display_content().

+

Referenced by display_content(), and search_content().

@@ -433,7 +435,25 @@ Functions + + +
+
+ + + + + + + + +
stream_perms_xchans ( $perms_min = PERMS_SITE)
+
+ +

Referenced by display_content(), and search_content().

-- cgit v1.2.3