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/globals_0x69.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/html/globals_0x69.html') diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index b7e2cc9a6..2af0ad401 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -202,15 +202,6 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • install_plugin() : plugin.php
  • -
  • intro_aside() -: intro.php -
  • -
  • intro_content() -: intro.php -
  • -
  • intro_post() -: intro.php -
  • invite_content() : invite.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_0x69.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/html/globals_0x69.html') diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 2af0ad401..665d44944 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -214,12 +214,21 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • is_ajax() : boot.php
  • +
  • is_foreigner() +: identity.php +
  • +
  • is_member() +: identity.php +
  • is_site_admin() : boot.php
  • ITEM_BLOCKED : boot.php
  • +
  • ITEM_BUG +: boot.php +
  • ITEM_BUILDBLOCK : boot.php
  • -- 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/globals_0x69.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/globals_0x69.html') diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 665d44944..14705638b 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -182,7 +182,7 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); : import.php
  • import_profile_photo() -: photo_driver.php +: photo_driver.php
  • import_site() : zot.php -- cgit v1.2.3 From fb49647993fec8f52e69801ce92a9882a4c95b1a Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Feb 2014 00:49:45 -0800 Subject: doc updates --- doc/html/globals_0x69.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/html/globals_0x69.html') diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 14705638b..caad74618 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -155,7 +155,6 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • if : php2po.php -, style.php , default.php , full.php , style.php @@ -223,6 +222,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • is_site_admin() : boot.php
  • +
  • is_windows() +: boot.php +
  • ITEM_BLOCKED : boot.php
  • -- cgit v1.2.3 From 0501bab7dc5982f94924e19192c1d523a45085aa Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Feb 2014 23:51:43 -0800 Subject: doc update --- doc/html/globals_0x69.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/globals_0x69.html') diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index caad74618..0d880f0ff 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); , full.php , style.php +
  • import_author_rss() +: items.php +
  • import_author_xchan() : items.php
  • -- cgit v1.2.3