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

+Functions

 group_add ($uid, $name)
 
 group_rmv ($uid, $name)
 
 group_byname ($uid, $name)
 
 group_rmv_member ($uid, $name, $member)
 
 group_add_member ($uid, $name, $member, $gid=0)
 
 group_get_members ($gid)
 
 mini_group_select ($uid, $gid=0)
 
 group_side ($every="contacts", $each="group", $edit=false, $group_id=0, $cid= '')
 
 expand_groups ($a)
 
 member_of ($c)
 
 groups_containing ($uid, $c)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
expand_groups ( $a)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
group_add ( $uid,
 $name 
)
+
+ +

Referenced by create_identity(), and group_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
group_add_member ( $uid,
 $name,
 $member,
 $gid = 0 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
group_byname ( $uid,
 $name 
)
+
+
+ +
+
+ + + + + + + + +
group_get_members ( $gid)
+
+ +

Referenced by contactgroup_content(), and group_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
group_rmv ( $uid,
 $name 
)
+
+ +

Referenced by group_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
group_rmv_member ( $uid,
 $name,
 $member 
)
+
+ +

Referenced by contactgroup_content(), and group_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
group_side ( $every = "contacts",
 $each = "group",
 $edit = false,
 $group_id = 0,
 $cid = '' 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
groups_containing ( $uid,
 $c 
)
+
+ +

Referenced by group_side().

+ +
+
+ +
+
+ + + + + + + + +
member_of ( $c)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
mini_group_select ( $uid,
 $gid = 0 
)
+
+ +
+
+
+
+ + + + -- 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/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index dabb08a26..56abdb6a3 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -452,7 +452,7 @@ Functions - - - - + -- cgit v1.2.3 From 36bfe90882b9ca1268e6338281c8da28803ae3eb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Apr 2013 16:05:05 -0700 Subject: update doco --- doc/html/include_2group_8php.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 72500b064..8f51e5f95 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -118,6 +118,8 @@ Functions    group_byname ($uid, $name)   + group_rec_byhash ($uid, $hash) +   group_rmv_member ($uid, $name, $member)    group_add_member ($uid, $name, $member, $gid=0) @@ -218,7 +220,7 @@ Functions @@ -266,6 +268,34 @@ Functions

Referenced by contactgroup_content(), and group_content().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
group_rec_byhash ( $uid,
 $hash 
)
+
+ +

Referenced by new_contact().

+
-- 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/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 8f51e5f95..67398f1ce 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_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/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 74a8957df..59927bf02 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_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/include_2group_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 67398f1ce..74a8957df 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/group.php File Reference +The Red Matrix: include/group.php File Reference @@ -30,7 +30,7 @@
-
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/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 59927bf02..abad13e11 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -152,7 +152,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/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index abad13e11..4bd2fefa9 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -152,7 +152,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/include_2group_8php.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 4bd2fefa9..a14ed0d39 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('include_2group_8php.html','');}); - - + + @@ -156,7 +156,7 @@ Functions - +

Functions

 group_add ($uid, $name)
 
 group_add ($uid, $name, $public=0)
 
 group_rmv ($uid, $name)
 
 group_byname ($uid, $name)
@@ -170,7 +170,13 @@ Functions - + + + + + + + @@ -220,7 +226,7 @@ Functions
 $name $name,
 $public = 0 
@@ -248,7 +254,7 @@ Functions -- 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_2group_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index a14ed0d39..aa452e406 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -226,7 +226,7 @@ Functions @@ -300,7 +300,7 @@ Functions
-

Referenced by new_contact().

+

Referenced by new_contact().

-- 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/include_2group_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index aa452e406..eba6ee1ae 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -152,7 +152,7 @@ Functions @@ -272,7 +272,7 @@ Functions -- 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/include_2group_8php.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index eba6ee1ae..a491fc476 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -126,8 +126,8 @@ Functions    group_get_members ($gid)   - mini_group_select ($uid, $gid=0) -  + mini_group_select ($uid, $group= '') +   group_side ($every="contacts", $each="group", $edit=false, $group_id=0, $cid= '')    expand_groups ($a) @@ -226,7 +226,7 @@ Functions @@ -300,7 +300,7 @@ Functions
-

Referenced by new_contact().

+

Referenced by connections_post(), and new_contact().

@@ -456,7 +456,7 @@ Functions - +
@@ -470,7 +470,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_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index a491fc476..ba0123d14 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -28,7 +28,7 @@
 $gid = 0 $group = '' 
- +
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_2group_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index ba0123d14..21bff3376 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -300,7 +300,7 @@ Functions
@@ -408,7 +408,7 @@ 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/include_2group_8php.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 21bff3376..cc72d1a96 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -128,8 +128,8 @@ Functions    mini_group_select ($uid, $group= '')   - group_side ($every="contacts", $each="group", $edit=false, $group_id=0, $cid= '') -  + group_side ($every="contacts", $each="group", $edit=false, $group_id=0, $cid= '', $mode=1) +   expand_groups ($a)    member_of ($c) @@ -300,7 +300,7 @@ Functions @@ -366,7 +366,7 @@ Functions - +
@@ -398,7 +398,13 @@ Functions - + + + + + + + @@ -408,7 +414,7 @@ Functions
 $cid = '' $cid = '',
 $mode = 1 
@@ -436,7 +442,7 @@ Functions
-

Referenced by group_side().

+

Referenced by group_side().

-- 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/include_2group_8php.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index cc72d1a96..abd964b15 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -128,8 +128,8 @@ Functions    mini_group_select ($uid, $group= '')   - group_side ($every="contacts", $each="group", $edit=false, $group_id=0, $cid= '', $mode=1) -  + group_side ($every="connections", $each="group", $edit=false, $group_id=0, $cid= '', $mode=1) +   expand_groups ($a)    member_of ($c) @@ -226,7 +226,7 @@ Functions @@ -300,7 +300,7 @@ Functions @@ -366,7 +366,7 @@ Functions - +
@@ -374,7 +374,7 @@ Functions - + @@ -414,7 +414,7 @@ Functions
group_side (  $every = "contacts", $every = "connections",
@@ -442,7 +442,7 @@ Functions
-

Referenced by group_side().

+

Referenced by group_side().

-- cgit v1.2.3 From d2d071029f38942496aa52e42048ae53c5d04d48 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 3 Jan 2014 01:41:55 -0800 Subject: doc updates --- doc/html/include_2group_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2group_8php.html') diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index abd964b15..84fc3442a 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -254,7 +254,7 @@ Functions -- cgit v1.2.3