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

+Functions

 find_upstream_directory ($dirmode)
 
 syncdirs ($uid)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
find_upstream_directory ( $dirmode)
+
+
+ +
+
+ + + + + + + + +
syncdirs ( $uid)
+
+ +

Referenced by directory_run().

+ +
+
+
+
+ + + + -- 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/dir__fns_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index c60df6cf4..f13eaf04e 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -160,7 +160,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/dir__fns_8php.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 560d52d3b..3b3c31315 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -28,7 +28,7 @@ - + + +
The Red Project
@@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('dir__fns_8php.html','');}); Functions
 find_upstream_directory ($dirmode)
 
 sync_directories ($dirmode)
 
 syncdirs ($uid)
 
@@ -134,6 +136,24 @@ Functions

Referenced by directory_content(), directory_run(), and navbar_complete().

+ + + +
+
+ + + + + + + + +
sync_directories ( $dirmode)
+
+ +

Referenced by poller_run().

+
-- 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/dir__fns_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 3b3c31315..1109e543d 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/dir_fns.php File Reference +The Red Matrix: include/dir_fns.php File Reference @@ -30,7 +30,7 @@ Logo -
The Red Project +
The Red Matrix
-- 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/dir__fns_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 1109e543d..d21b7e0be 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -28,7 +28,7 @@ - +
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/dir__fns_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index d21b7e0be..2b9136a0e 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -134,7 +134,7 @@ Functions
-- cgit v1.2.3 From 63c60b224c70ee9d09b8eb73bd11c44ca4a259fd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:10:25 -0700 Subject: provide mimetype selector on edit (pages and blocks) --- doc/html/dir__fns_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 2b9136a0e..72bc242a9 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -134,7 +134,7 @@ Functions -- 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/dir__fns_8php.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 72bc242a9..47dddfeae 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -116,6 +116,8 @@ Functions    sync_directories ($dirmode)   + update_directory_entry ($ud) +   syncdirs ($uid)   @@ -172,6 +174,24 @@ Functions

Referenced by directory_run().

+ + + +
+
+ + + + + + + + +
update_directory_entry ( $ud)
+
+ +

Referenced by onedirsync_run().

+
-- cgit v1.2.3 From 4a87ebfc1267b04a84b278089f4482018d067786 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Oct 2013 14:25:27 -0700 Subject: doc updates --- doc/html/dir__fns_8php.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 47dddfeae..d940f08e3 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('dir__fns_8php.html','');}); Functions  find_upstream_directory ($dirmode)   + dir_sort_links () +   sync_directories ($dirmode)    update_directory_entry ($ud) @@ -122,6 +124,23 @@ Functions  

Function Documentation

+ +
+
+ + + + + + + +
dir_sort_links ()
+
+ +

Referenced by directory_aside().

+ +
+
-- 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/dir__fns_8php.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index d940f08e3..494d32b53 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -116,6 +116,8 @@ Functions    dir_sort_links ()   + dir_safe_mode () +   sync_directories ($dirmode)    update_directory_entry ($ud) @@ -124,6 +126,23 @@ Functions  

Function Documentation

+ +
+
+ + + + + + + +
dir_safe_mode ()
+
+ +

Referenced by directory_aside().

+ +
+
-- 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/dir__fns_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 494d32b53..5aeb02ea2 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- 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/dir__fns_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index 5aeb02ea2..a5b8f1cee 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -139,7 +139,7 @@ Functions
-

Referenced by directory_aside().

+

Referenced by widget_dirsafemode().

@@ -156,7 +156,7 @@ Functions
-

Referenced by directory_aside().

+

Referenced by widget_dirsort().

@@ -174,7 +174,7 @@ Functions -- cgit v1.2.3 From 064962ff82701d9d415a351a91354a0cdf949bd5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Feb 2014 12:25:27 -0800 Subject: doc and assets update. There is what seems to be a controversial powerpoint in this checkin. The powerpoint is of course *open source* even if powerpoint itself is not. The source file is available for your examination and revision. --- doc/html/dir__fns_8php.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index a5b8f1cee..bc7ff4367 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -122,8 +122,8 @@ Functions    update_directory_entry ($ud)   - syncdirs ($uid) -  + local_dir_update ($uid, $force) + 

Function Documentation

@@ -178,39 +178,50 @@ Functions - +
- + - + + + + + + + + + + +
sync_directories local_dir_update (  $dirmode)$uid,
 $force 
)
+

local_dir_update($uid,$force) push local channel updates to a local directory server

-

Referenced by poller_run().

+

Referenced by directory_run().

- +
- + - +
syncdirs sync_directories (  $uid)$dirmode)
-

Referenced by directory_run().

+

Referenced by poller_run().

-- cgit v1.2.3 From cdf5e08eb970c58b2d413e4ea9a4042f265259a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 May 2014 17:28:46 -0700 Subject: weekly update --- doc/html/dir__fns_8php.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/html/dir__fns_8php.html') diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index bc7ff4367..8ab7ddf42 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -173,6 +173,7 @@ Functions
+

No directory has yet been set. For most sites, pick one at random from our list of directory servers. However, if we're a directory server ourself, point at the local instance We will then set this value so this should only ever happen once. Ideally there will be an admin setting to change to a different directory server if you don't like our choice or if circumstances change.

Referenced by directory_content(), directory_run(), dirprofile_init(), navbar_complete(), pubsites_content(), and update_suggestions().

-- cgit v1.2.3