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/acl__selectors_8php.html | 289 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 289 insertions(+) create mode 100644 doc/html/acl__selectors_8php.html (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html new file mode 100644 index 000000000..f47e41f3f --- /dev/null +++ b/doc/html/acl__selectors_8php.html @@ -0,0 +1,289 @@ + + + + + + +The Red Project: include/acl_selectors.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
acl_selectors.php File Reference
+
+
+ + + + +

+Namespaces

namespace  acl_selectors
 
+ + + + + + + + + +

+Functions

 group_select ($selname, $selclass, $preselected=false, $size=4)
 
 contact_select ($selname, $selclass, $preselected=false, $size=4, $privmail=false, $celeb=false, $privatenet=false, $tabindex=null)
 
 fixacl (&$item)
 
 populate_acl ($user=null, $celeb=false)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
contact_select ( $selname,
 $selclass,
 $preselected = false,
 $size = 4,
 $privmail = false,
 $celeb = false,
 $privatenet = false,
 $tabindex = null 
)
+
+ +

Referenced by message_content().

+ +
+
+ +
+
+ + + + + + + + +
fixacl ($item)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
group_select ( $selname,
 $selclass,
 $preselected = false,
 $size = 4 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
populate_acl ( $user = null,
 $celeb = false 
)
+
+
+
+
+ + + + -- 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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index f47e41f3f..ba2a6da3f 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -280,7 +280,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index c32f548a9..af457c824 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -28,7 +28,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index f14b7e184..13b61c28c 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -28,7 +28,7 @@
The Red Project
-- 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/acl__selectors_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index af457c824..f14b7e184 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/acl_selectors.php File Reference +The Red Matrix: include/acl_selectors.php File Reference @@ -30,7 +30,7 @@
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- 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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 13b61c28c..470be4754 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 470be4754..38197078b 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 38197078b..ae1c249d9 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index ae1c249d9..67752af0d 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 67752af0d..d16051349 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_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/acl__selectors_8php.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index d16051349..337a2fc68 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -124,8 +124,8 @@ Functions
 
 fixacl (&$item)
 
 populate_acl ($user=null, $celeb=false)
 
 populate_acl ($defaults=null, $unused=false)
 

Function Documentation

@@ -246,7 +246,7 @@ Functions - +
@@ -254,13 +254,13 @@ Functions - + - + -- 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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 337a2fc68..b0bf3be67 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,7 @@ Functions
populate_acl (  $user = null, $defaults = null,
 $celeb = false $unused = false 
-- 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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index b0bf3be67..92e6c4d4a 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -188,7 +188,7 @@ Functions
-

Referenced by message_content().

+

Referenced by mail_content().

-- cgit v1.2.3 From 3298768d957421743eaa56dec5381141ab094d53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Jan 2014 00:47:40 -0800 Subject: directory creation error, display localtimes on cloud webpage, doc updates --- doc/html/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 92e6c4d4a..d0d283649 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,7 @@ Functions -- 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/acl__selectors_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index d0d283649..bc3bbfae3 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,7 @@ Functions -- cgit v1.2.3 From 5968bc7f8635b476834e7fb71d95800b9c152fdd Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jun 2014 16:04:00 -0700 Subject: moods not working in other languages + doc updates --- doc/html/acl__selectors_8php.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/acl__selectors_8php.html') diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index bc3bbfae3..0af07998b 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -124,8 +124,8 @@ Functions    fixacl (&$item)   - populate_acl ($defaults=null, $unused=false) -  + populate_acl ($defaults=null, $show_jotnets=true) + 

Function Documentation

@@ -246,7 +246,7 @@ Functions - +
@@ -260,7 +260,7 @@ Functions - + -- cgit v1.2.3
 $unused = false $show_jotnets = true