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/globals_0x78.html | 183 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 doc/html/globals_0x78.html (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html new file mode 100644 index 000000000..2cf07b980 --- /dev/null +++ b/doc/html/globals_0x78.html @@ -0,0 +1,183 @@ + + + + + + +The Red Project: File Members + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
Here is a list of all file members with links to the files they belong to:
+ +

- x -

+
+
+ + + + -- 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/globals_0x78.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 2cf07b980..7489a0510 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -174,7 +174,7 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');}); - - - - + -- 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/globals_0x78.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 02992714d..df7be6f1e 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.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/globals_0x78.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index cfc96c395..9d44af342 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.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/globals_0x78.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index df7be6f1e..cfc96c395 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -4,7 +4,7 @@ -The Red Project: File Members +The Red Matrix: File Members @@ -30,7 +30,7 @@
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- cgit v1.2.3 From e16d678aab5fc43027ff80beedf1609ae09d78b0 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Jun 2013 15:15:07 -0700 Subject: relocate tagadelic to include/taxonomy --- doc/html/globals_0x78.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 9d44af342..9aebabfc9 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -157,7 +157,7 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');}); : text.php
  • xchan_query() -: text.php +: text.php
  • xml2array() : network.php -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 9aebabfc9..f5e15ee01 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -153,6 +153,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • XCHAN_FLAGS_HIDDEN : boot.php
  • +
  • XCHAN_FLAGS_ORPHAN +: boot.php +
  • xchan_mail_query() : text.php
  • -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index f5e15ee01..7aa6e4490 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -150,6 +150,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • xchan_content() : xchan.php
  • +
  • XCHAN_FLAGS_CENSORED +: boot.php +
  • XCHAN_FLAGS_HIDDEN : boot.php
  • -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 7aa6e4490..a7a24b033 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • XCHAN_FLAGS_ORPHAN : boot.php
  • +
  • XCHAN_FLAGS_SELFCENSORED +: boot.php +
  • xchan_mail_query() : text.php
  • -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index a7a24b033..e111a1710 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -153,6 +153,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • XCHAN_FLAGS_CENSORED : boot.php
  • +
  • XCHAN_FLAGS_DELETED +: boot.php +
  • XCHAN_FLAGS_HIDDEN : boot.php
  • -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index e111a1710..434ab8b68 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -180,6 +180,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • xmlify() : text.php
  • +
  • xpost_to_html2bbcode() +: post_to_red.php +
  • xrd_init() : xrd.php
  • -- 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/globals_0x78.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 434ab8b68..4435d4f57 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -28,7 +28,7 @@ - +
    The Red Matrix
    -- 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/globals_0x78.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 4435d4f57..2b6136ac4 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -165,6 +165,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • XCHAN_FLAGS_SELFCENSORED : boot.php
  • +
  • XCHAN_FLAGS_SYSTEM +: boot.php +
  • xchan_mail_query() : text.php
  • -- 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/globals_0x78.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/html/globals_0x78.html') diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html index 2b6136ac4..f016dce14 100644 --- a/doc/html/globals_0x78.html +++ b/doc/html/globals_0x78.html @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • XCHAN_FLAGS_HIDDEN : boot.php
  • +
  • XCHAN_FLAGS_NORMAL +: boot.php +
  • XCHAN_FLAGS_ORPHAN : boot.php
  • @@ -189,6 +192,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
  • xrd_init() : xrd.php
  • +
  • xref_init() +: xref.php +
  • -- cgit v1.2.3