Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Thomas Willingham 2014-09-09 21:32:25 +01:00
commit ec4f30c3f6
140 changed files with 2353 additions and 1755 deletions

4
app/bugreport.apd Normal file
View File

@ -0,0 +1,4 @@
url: https://github.com/friendica/red/issues
requires: local_user
name: Bug Report
photo: $baseurl/app/bugreport.png

BIN
app/bugreport.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -41,17 +41,18 @@ require_once('include/features.php');
require_once('include/taxonomy.php'); require_once('include/taxonomy.php');
require_once('include/identity.php'); require_once('include/identity.php');
require_once('include/Contact.php'); require_once('include/Contact.php');
require_once('include/account.php');
define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 ); define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1128 ); define ( 'DB_UPDATE_VERSION', 1129 );
define ( 'EOL', '<br />' . "\r\n" ); define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
define ( 'NULL_DATE', '0000-00-00 00:00:00' );
define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' ); define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' );
define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000 define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000
@ -806,7 +807,7 @@ class App {
*/ */
$this->pager['page'] = ((x($_GET,'page') && intval($_GET['page']) > 0) ? intval($_GET['page']) : 1); $this->pager['page'] = ((x($_GET,'page') && intval($_GET['page']) > 0) ? intval($_GET['page']) : 1);
$this->pager['itemspage'] = 50; $this->pager['itemspage'] = 60;
$this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage']; $this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage'];
if($this->pager['start'] < 0) if($this->pager['start'] < 0)
$this->pager['start'] = 0; $this->pager['start'] = 0;

View File

@ -4,7 +4,9 @@ Diaspora protocol compatibility is presently considered an ***experimental*** fe
Private mail is currently not working. Eventually this will be fixed. Posts and comments are partially working. Private mail is currently not working. Eventually this will be fixed. Posts and comments are partially working.
Private mail retraction will not be possible on Diaspora. Private mail retraction (unsend) will not be possible on Diaspora.
Private posts and their associated comments are sent in plaintext email notifications in Diaspora and Friendica. This is a major privacy issue and affects any private communications you have where *any* member of the conversation is on another network. Be aware of it.
Access control only works on posts and comments. Diaspora members will get permission denied trying to access any other access controlled redmatrix objects such as files, photos, webpages, chatrooms, etc. In the case of private photos that are linked to posts, they will see a "prohibited sign" instead of the photo. Diaspora has no concept of private media. There is no workaround except to make your media resources public (to everybody on the internet). Access control only works on posts and comments. Diaspora members will get permission denied trying to access any other access controlled redmatrix objects such as files, photos, webpages, chatrooms, etc. In the case of private photos that are linked to posts, they will see a "prohibited sign" instead of the photo. Diaspora has no concept of private media. There is no workaround except to make your media resources public (to everybody on the internet).
@ -27,16 +29,18 @@ Tags are converted into "un-hijackable" tags by default and will link back to yo
Community tags will not work. We will send a tagging activity as a comment. It won't do anything. Community tags will not work. We will send a tagging activity as a comment. It won't do anything.
Forum tags (@forum+) and privacy tags (@!somebody) will not be available to Diaspora members. These tags may have to be stripped or obscured to prevent them from being hijacked - which could result in privacy issues. Privacy tags (@!somebody) will not be available to Diaspora members. These tags may have to be stripped or obscured to prevent them from being hijacked - which could result in privacy issues.
Plus-tagged redmatrix forums should work from Diaspora. If not today, it's very close to working.
Premium channel redirects will not be sent. If you allow Diaspora connections, they will not see that you have a premium channel. Premium channel redirects will not be sent. If you allow Diaspora connections, they will not see that you have a premium channel.
You cannot use Diaspora channels as channel sources. You cannot use Diaspora channels as channel sources.
Dislikes of posts will be converted to comments and you will have the option to send these as comments or not send them to Diaspora (which does not provide dislike). Dislikes of posts will be converted to comments and you will have the option to send these as comments or not send them to Diaspora (which does not provide dislike). Currently they are not sent.
We will do the same for both likes and dislikes of comments. They can either be sent as comments or you will have the ability to prevent them from being transmitted to Diaspora. We will do the same for both likes and dislikes of comments. They can either be sent as comments or you will have the ability to prevent them from being transmitted to Diaspora. Currently they are not sent.
"observer tags" will be converted to empty text. "observer tags" will be converted to empty text.

View File

@ -138,6 +138,16 @@ Functions</h2></td></tr>
<tr class="separator:ad07be417ac7eda939768804106ddea3d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ad07be417ac7eda939768804106ddea3d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0d183a3cb4c67a0f5e906811df7a1fc9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts</a> ()</td></tr> <tr class="memitem:a0d183a3cb4c67a0f5e906811df7a1fc9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts</a> ()</td></tr>
<tr class="separator:a0d183a3cb4c67a0f5e906811df7a1fc9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a0d183a3cb4c67a0f5e906811df7a1fc9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a030cec6793b909c439c0336ba39b1571"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows</a> ($uid, $property, $usage=false)</td></tr>
<tr class="separator:a030cec6793b909c439c0336ba39b1571"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a905b54e10704b283ac64680a8abc0971"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch</a> ($uid, $property)</td></tr>
<tr class="separator:a905b54e10704b283ac64680a8abc0971"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4fc13e528367f510fcb6d8bbfc559040"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link</a> ($<a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode</a>=false)</td></tr>
<tr class="separator:a4fc13e528367f510fcb6d8bbfc559040"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a901657dd078e070516cf97285e0bada7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message</a> ($<a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode</a>=false)</td></tr>
<tr class="separator:a901657dd078e070516cf97285e0bada7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a754d7f53b3abc557b753c057dc4e021d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message</a> ($<a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode</a>=false)</td></tr>
<tr class="separator:a754d7f53b3abc557b753c057dc4e021d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<h2 class="groupheader">Function Documentation</h2> <h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a43e3042b2723d76915a030bac3c668b6"></a> <a class="anchor" id="a43e3042b2723d76915a030bac3c668b6"></a>
@ -310,6 +320,120 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>.</p> <p>Referenced by <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>.</p>
</div>
</div>
<a class="anchor" id="a030cec6793b909c439c0336ba39b1571"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">service_class_allows </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$uid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$property</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$usage</em> = <code>false</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, and <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>.</p>
</div>
</div>
<a class="anchor" id="a905b54e10704b283ac64680a8abc0971"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">service_class_fetch </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$uid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$property</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, and <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>.</p>
</div>
</div>
<a class="anchor" id="a754d7f53b3abc557b753c057dc4e021d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">upgrade_bool_message </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$bbcode</em> = <code>false</code></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a4fc13e528367f510fcb6d8bbfc559040"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">upgrade_link </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$bbcode</em> = <code>false</code></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, and <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>.</p>
</div>
</div>
<a class="anchor" id="a901657dd078e070516cf97285e0bada7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">upgrade_message </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$bbcode</em> = <code>false</code></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, and <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="ac5c570a2d46446bad4dd2501e9c5a4b1"></a> <a class="anchor" id="ac5c570a2d46446bad4dd2501e9c5a4b1"></a>

View File

@ -9,6 +9,11 @@ var account_8php =
[ "downgrade_accounts", "account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9", null ], [ "downgrade_accounts", "account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9", null ],
[ "send_reg_approval_email", "account_8php.html#a014de2d5d5c9785de5bf547a485822fa", null ], [ "send_reg_approval_email", "account_8php.html#a014de2d5d5c9785de5bf547a485822fa", null ],
[ "send_verification_email", "account_8php.html#aa9c29c497c17d8f9344dce8631ad8761", null ], [ "send_verification_email", "account_8php.html#aa9c29c497c17d8f9344dce8631ad8761", null ],
[ "service_class_allows", "account_8php.html#a030cec6793b909c439c0336ba39b1571", null ],
[ "service_class_fetch", "account_8php.html#a905b54e10704b283ac64680a8abc0971", null ],
[ "upgrade_bool_message", "account_8php.html#a754d7f53b3abc557b753c057dc4e021d", null ],
[ "upgrade_link", "account_8php.html#a4fc13e528367f510fcb6d8bbfc559040", null ],
[ "upgrade_message", "account_8php.html#a901657dd078e070516cf97285e0bada7", null ],
[ "user_allow", "account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1", null ], [ "user_allow", "account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1", null ],
[ "user_approve", "account_8php.html#ad07be417ac7eda939768804106ddea3d", null ], [ "user_approve", "account_8php.html#ad07be417ac7eda939768804106ddea3d", null ],
[ "user_deny", "account_8php.html#ac1653efba62493b9d87513e1b6c04c83", null ], [ "user_deny", "account_8php.html#ac1653efba62493b9d87513e1b6c04c83", null ],

File diff suppressed because one or more lines are too long

View File

@ -120,6 +120,8 @@ Functions</h2></td></tr>
<tr class="separator:ad033be99e87a2aaa05e569c68f30792d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ad033be99e87a2aaa05e569c68f30792d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab61b4f8c065e97b151411858bb2f209a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield</a> ($m)</td></tr> <tr class="memitem:ab61b4f8c065e97b151411858bb2f209a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield</a> ($m)</td></tr>
<tr class="separator:ab61b4f8c065e97b151411858bb2f209a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ab61b4f8c065e97b151411858bb2f209a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4a27604f0745f1efda672966aaca9a3b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback</a> ($matches)</td></tr>
<tr class="separator:a4a27604f0745f1efda672966aaca9a3b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac9061ee10fcfcdac69566b649614e625"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625">diaspora2bb</a> ($s, $use_zrl=false)</td></tr> <tr class="memitem:ac9061ee10fcfcdac69566b649614e625"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625">diaspora2bb</a> ($s, $use_zrl=false)</td></tr>
<tr class="separator:ac9061ee10fcfcdac69566b649614e625"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ac9061ee10fcfcdac69566b649614e625"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a180b0e3a7d702998be19e3c3b44b0e93"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb</a> ($s)</td></tr> <tr class="memitem:a180b0e3a7d702998be19e3c3b44b0e93"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb</a> ($s)</td></tr>
@ -128,6 +130,10 @@ Functions</h2></td></tr>
<tr class="separator:adc92ccda5f85ed27e64fcc17712c89cc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:adc92ccda5f85ed27e64fcc17712c89cc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8b96bd45884fa1c40b942939354197d4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol</a> ($s)</td></tr> <tr class="memitem:a8b96bd45884fa1c40b942939354197d4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol</a> ($s)</td></tr>
<tr class="separator:a8b96bd45884fa1c40b942939354197d4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a8b96bd45884fa1c40b942939354197d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5258d2f1addeb0a2a6b54c4f9e7d0f34"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2dmention_callback</a> ($match)</td></tr>
<tr class="separator:a5258d2f1addeb0a2a6b54c4f9e7d0f34"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2052c66bc1006a42b4c230320c269e47"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody</a> ($item)</td></tr>
<tr class="separator:a2052c66bc1006a42b4c230320c269e47"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4f10e0876b27373c762bc1abbe745f5c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora</a> ($Text, $preserve_nl=false, $fordiaspora=true)</td></tr> <tr class="memitem:a4f10e0876b27373c762bc1abbe745f5c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora</a> ($Text, $preserve_nl=false, $fordiaspora=true)</td></tr>
<tr class="separator:a4f10e0876b27373c762bc1abbe745f5c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a4f10e0876b27373c762bc1abbe745f5c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a599428bceb6f6d82a6a78cb66811f747"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747">unescape_underscores_in_links</a> ($m)</td></tr> <tr class="memitem:a599428bceb6f6d82a6a78cb66811f747"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747">unescape_underscores_in_links</a> ($m)</td></tr>
@ -167,7 +173,41 @@ Functions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Transform #tags, strip off the [url] and replace spaces with underscore</p> <p>Transform #tags, strip off the [url] and replace spaces with underscore</p>
<p>Referenced by <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, and <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>.</p> <p>Referenced by <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, and <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>.</p>
</div>
</div>
<a class="anchor" id="a2052c66bc1006a42b4c230320c269e47"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bb2diaspora_itembody </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$item</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, and <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>.</p>
</div>
</div>
<a class="anchor" id="a5258d2f1addeb0a2a6b54c4f9e7d0f34"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bb2dmention_callback </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$match</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div> </div>
</div> </div>
@ -237,6 +277,22 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, and <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>.</p> <p>Referenced by <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, and <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>.</p>
</div>
</div>
<a class="anchor" id="a4a27604f0745f1efda672966aaca9a3b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">diaspora_mention_callback </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$matches</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div> </div>
</div> </div>
<a class="anchor" id="a8b96bd45884fa1c40b942939354197d4"></a> <a class="anchor" id="a8b96bd45884fa1c40b942939354197d4"></a>

View File

@ -1,8 +1,11 @@
var bb2diaspora_8php = var bb2diaspora_8php =
[ [
[ "bb2diaspora", "bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c", null ], [ "bb2diaspora", "bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c", null ],
[ "bb2diaspora_itembody", "bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47", null ],
[ "bb2dmention_callback", "bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34", null ],
[ "bb_tag_preg_replace", "bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba", null ], [ "bb_tag_preg_replace", "bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba", null ],
[ "diaspora2bb", "bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625", null ], [ "diaspora2bb", "bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625", null ],
[ "diaspora_mention_callback", "bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b", null ],
[ "diaspora_ol", "bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4", null ], [ "diaspora_ol", "bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4", null ],
[ "diaspora_ul", "bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc", null ], [ "diaspora_ul", "bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc", null ],
[ "format_event_diaspora", "bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863", null ], [ "format_event_diaspora", "bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863", null ],

File diff suppressed because one or more lines are too long

View File

@ -44,6 +44,7 @@ var boot_8php =
[ "$DIRECTORY_FALLBACK_SERVERS", "boot_8php.html#a107d53f96acf5319905a34b1870db09a", null ], [ "$DIRECTORY_FALLBACK_SERVERS", "boot_8php.html#a107d53f96acf5319905a34b1870db09a", null ],
[ "ABOOK_FLAG_ARCHIVED", "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5", null ], [ "ABOOK_FLAG_ARCHIVED", "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5", null ],
[ "ABOOK_FLAG_BLOCKED", "boot_8php.html#a52b599cd13e152ebc80d7e4413683195", null ], [ "ABOOK_FLAG_BLOCKED", "boot_8php.html#a52b599cd13e152ebc80d7e4413683195", null ],
[ "ABOOK_FLAG_FEED", "boot_8php.html#ae0d9527117cd87dcba11986047ae336e", null ],
[ "ABOOK_FLAG_HIDDEN", "boot_8php.html#a34c756469ebed32e2fc987bcde62d382", null ], [ "ABOOK_FLAG_HIDDEN", "boot_8php.html#a34c756469ebed32e2fc987bcde62d382", null ],
[ "ABOOK_FLAG_IGNORED", "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6", null ], [ "ABOOK_FLAG_IGNORED", "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6", null ],
[ "ABOOK_FLAG_PENDING", "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155", null ], [ "ABOOK_FLAG_PENDING", "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155", null ],

View File

@ -344,7 +344,7 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> <p>Referenced by <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p>
</div> </div>
</div> </div>
@ -738,7 +738,7 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p> <p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('dir__fns_8php.html','');});
Functions</h2></td></tr> Functions</h2></td></tr>
<tr class="memitem:a8c15aa69da12f2d3476b9e93b82b337d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory</a> ($dirmode)</td></tr> <tr class="memitem:a8c15aa69da12f2d3476b9e93b82b337d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory</a> ($dirmode)</td></tr>
<tr class="separator:a8c15aa69da12f2d3476b9e93b82b337d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a8c15aa69da12f2d3476b9e93b82b337d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2f7d74bb2aea8bcd2537aee5c6708a16"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory</a> ()</td></tr>
<tr class="separator:a2f7d74bb2aea8bcd2537aee5c6708a16"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae56881d69bb6f8e828c9e35454386774"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links</a> ()</td></tr> <tr class="memitem:ae56881d69bb6f8e828c9e35454386774"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links</a> ()</td></tr>
<tr class="separator:ae56881d69bb6f8e828c9e35454386774"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ae56881d69bb6f8e828c9e35454386774"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acf621621e929d49441da30aad76a58cf"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode</a> ()</td></tr> <tr class="memitem:acf621621e929d49441da30aad76a58cf"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode</a> ()</td></tr>
@ -126,6 +128,24 @@ Functions</h2></td></tr>
<tr class="separator:acd37b17dce3bdec6d5a6344a20598c1e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:acd37b17dce3bdec6d5a6344a20598c1e"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<h2 class="groupheader">Function Documentation</h2> <h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a2f7d74bb2aea8bcd2537aee5c6708a16"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">check_upstream_directory </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Directories may come and go over time. We will need to check that our directory server is still valid occasionally, and reset to something that is if our directory has gone offline for any reason</p>
<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p>
</div>
</div>
<a class="anchor" id="acf621621e929d49441da30aad76a58cf"></a> <a class="anchor" id="acf621621e929d49441da30aad76a58cf"></a>
<div class="memitem"> <div class="memitem">
<div class="memproto"> <div class="memproto">

View File

@ -1,5 +1,6 @@
var dir__fns_8php = var dir__fns_8php =
[ [
[ "check_upstream_directory", "dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16", null ],
[ "dir_safe_mode", "dir__fns_8php.html#acf621621e929d49441da30aad76a58cf", null ], [ "dir_safe_mode", "dir__fns_8php.html#acf621621e929d49441da30aad76a58cf", null ],
[ "dir_sort_links", "dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774", null ], [ "dir_sort_links", "dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774", null ],
[ "find_upstream_directory", "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d", null ], [ "find_upstream_directory", "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d", null ],

File diff suppressed because one or more lines are too long

View File

@ -153,6 +153,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');});
<li>ABOOK_FLAG_BLOCKED <li>ABOOK_FLAG_BLOCKED
: <a class="el" href="boot_8php.html#a52b599cd13e152ebc80d7e4413683195">boot.php</a> : <a class="el" href="boot_8php.html#a52b599cd13e152ebc80d7e4413683195">boot.php</a>
</li> </li>
<li>ABOOK_FLAG_FEED
: <a class="el" href="boot_8php.html#ae0d9527117cd87dcba11986047ae336e">boot.php</a>
</li>
<li>ABOOK_FLAG_HIDDEN <li>ABOOK_FLAG_HIDDEN
: <a class="el" href="boot_8php.html#a34c756469ebed32e2fc987bcde62d382">boot.php</a> : <a class="el" href="boot_8php.html#a34c756469ebed32e2fc987bcde62d382">boot.php</a>
</li> </li>

View File

@ -153,6 +153,12 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
<li>bb2diaspora() <li>bb2diaspora()
: <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora.php</a> : <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora.php</a>
</li> </li>
<li>bb2diaspora_itembody()
: <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora.php</a>
</li>
<li>bb2dmention_callback()
: <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2diaspora.php</a>
</li>
<li>bb_location() <li>bb_location()
: <a class="el" href="bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd">bbcode.php</a> : <a class="el" href="bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd">bbcode.php</a>
</li> </li>

View File

@ -288,6 +288,9 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');});
<li>check_store() <li>check_store()
: <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">setup.php</a> : <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">setup.php</a>
</li> </li>
<li>check_upstream_directory()
: <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">dir_fns.php</a>
</li>
<li>check_webbie() <li>check_webbie()
: <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">text.php</a> : <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">text.php</a>
</li> </li>

View File

@ -258,6 +258,9 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
<li>diaspora_like() <li>diaspora_like()
: <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora.php</a> : <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora.php</a>
</li> </li>
<li>diaspora_mention_callback()
: <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">bb2diaspora.php</a>
</li>
<li>diaspora_message() <li>diaspora_message()
: <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora.php</a> : <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora.php</a>
</li> </li>
@ -378,6 +381,9 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
<li>dirsearch_init() <li>dirsearch_init()
: <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch.php</a> : <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch.php</a>
</li> </li>
<li>discover_by_url()
: <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">network.php</a>
</li>
<li>discover_by_webbie() <li>discover_by_webbie()
: <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">network.php</a> : <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">network.php</a>
</li> </li>

View File

@ -156,14 +156,11 @@ $(document).ready(function(){initNavTree('globals_0x65.html','');});
<li>editwebpage_content() <li>editwebpage_content()
: <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage.php</a> : <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage.php</a>
</li> </li>
<li>element_install()
: <a class="el" href="include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b">apps.php</a>
</li>
<li>else <li>else
: <a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">tpldebug.php</a> : <a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">style.php</a>
, <a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">style.php</a>
, <a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">auth.php</a> , <a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">auth.php</a>
, <a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">fpostit.php</a> , <a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">fpostit.php</a>
, <a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">tpldebug.php</a>
</li> </li>
<li>email_header_encode() <li>email_header_encode()
: <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">network.php</a> : <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">network.php</a>

View File

@ -195,6 +195,9 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');});
<li>filestorage_post() <li>filestorage_post()
: <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage.php</a> : <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage.php</a>
</li> </li>
<li>filter_insecure()
: <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">items.php</a>
</li>
<li>find_diaspora_person_by_handle() <li>find_diaspora_person_by_handle()
: <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">diaspora.php</a> : <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">diaspora.php</a>
</li> </li>

View File

@ -163,6 +163,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
, <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> , <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a>
, <a class="el" href="full_8php.html#a3987f5547ceb7e36a210a66a06241a5a">full.php</a> , <a class="el" href="full_8php.html#a3987f5547ceb7e36a210a66a06241a5a">full.php</a>
</li> </li>
<li>import_author_diaspora()
: <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">items.php</a>
</li>
<li>import_author_rss() <li>import_author_rss()
: <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">items.php</a> : <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">items.php</a>
</li> </li>

View File

@ -193,10 +193,10 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
: <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">account.php</a> : <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">account.php</a>
</li> </li>
<li>service_class_allows() <li>service_class_allows()
: <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">plugin.php</a> : <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">account.php</a>
</li> </li>
<li>service_class_fetch() <li>service_class_fetch()
: <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">plugin.php</a> : <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">account.php</a>
</li> </li>
<li>set_config() <li>set_config()
: <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">config.php</a> : <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">config.php</a>
@ -321,6 +321,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
<li>STORAGE_DEFAULT_PERMISSIONS <li>STORAGE_DEFAULT_PERMISSIONS
: <a class="el" href="boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6">boot.php</a> : <a class="el" href="boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6">boot.php</a>
</li> </li>
<li>store_diaspora_comment_sig()
: <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">items.php</a>
</li>
<li>store_item_tag() <li>store_item_tag()
: <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">taxonomy.php</a> : <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">taxonomy.php</a>
</li> </li>

View File

@ -223,13 +223,13 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');});
: <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">socgraph.php</a> : <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">socgraph.php</a>
</li> </li>
<li>upgrade_bool_message() <li>upgrade_bool_message()
: <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">plugin.php</a> : <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">account.php</a>
</li> </li>
<li>upgrade_link() <li>upgrade_link()
: <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">plugin.php</a> : <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">account.php</a>
</li> </li>
<li>upgrade_message() <li>upgrade_message()
: <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">plugin.php</a> : <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">account.php</a>
</li> </li>
<li>user_allow() <li>user_allow()
: <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">account.php</a> : <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">account.php</a>

View File

@ -152,6 +152,12 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
<li>bb2diaspora() <li>bb2diaspora()
: <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora.php</a> : <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora.php</a>
</li> </li>
<li>bb2diaspora_itembody()
: <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora.php</a>
</li>
<li>bb2dmention_callback()
: <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2diaspora.php</a>
</li>
<li>bb_location() <li>bb_location()
: <a class="el" href="bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd">bbcode.php</a> : <a class="el" href="bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd">bbcode.php</a>
</li> </li>

View File

@ -287,6 +287,9 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');});
<li>check_store() <li>check_store()
: <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">setup.php</a> : <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">setup.php</a>
</li> </li>
<li>check_upstream_directory()
: <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">dir_fns.php</a>
</li>
<li>check_webbie() <li>check_webbie()
: <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">text.php</a> : <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">text.php</a>
</li> </li>

View File

@ -251,6 +251,9 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
<li>diaspora_like() <li>diaspora_like()
: <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora.php</a> : <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora.php</a>
</li> </li>
<li>diaspora_mention_callback()
: <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">bb2diaspora.php</a>
</li>
<li>diaspora_message() <li>diaspora_message()
: <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora.php</a> : <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora.php</a>
</li> </li>
@ -353,6 +356,9 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
<li>dirsearch_init() <li>dirsearch_init()
: <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch.php</a> : <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch.php</a>
</li> </li>
<li>discover_by_url()
: <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">network.php</a>
</li>
<li>discover_by_webbie() <li>discover_by_webbie()
: <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">network.php</a> : <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">network.php</a>
</li> </li>

View File

@ -155,9 +155,6 @@ $(document).ready(function(){initNavTree('globals_func_0x65.html','');});
<li>editwebpage_content() <li>editwebpage_content()
: <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage.php</a> : <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage.php</a>
</li> </li>
<li>element_install()
: <a class="el" href="include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b">apps.php</a>
</li>
<li>email_header_encode() <li>email_header_encode()
: <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">network.php</a> : <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">network.php</a>
</li> </li>

View File

@ -194,6 +194,9 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');});
<li>filestorage_post() <li>filestorage_post()
: <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage.php</a> : <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage.php</a>
</li> </li>
<li>filter_insecure()
: <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">items.php</a>
</li>
<li>find_diaspora_person_by_handle() <li>find_diaspora_person_by_handle()
: <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">diaspora.php</a> : <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">diaspora.php</a>
</li> </li>

View File

@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');});
<li>ids_to_querystr() <li>ids_to_querystr()
: <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">text.php</a> : <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">text.php</a>
</li> </li>
<li>import_author_diaspora()
: <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">items.php</a>
</li>
<li>import_author_rss() <li>import_author_rss()
: <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">items.php</a> : <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">items.php</a>
</li> </li>

View File

@ -192,10 +192,10 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
: <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">account.php</a> : <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">account.php</a>
</li> </li>
<li>service_class_allows() <li>service_class_allows()
: <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">plugin.php</a> : <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">account.php</a>
</li> </li>
<li>service_class_fetch() <li>service_class_fetch()
: <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">plugin.php</a> : <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">account.php</a>
</li> </li>
<li>set_config() <li>set_config()
: <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">config.php</a> : <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">config.php</a>
@ -308,6 +308,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
<li>status_editor() <li>status_editor()
: <a class="el" href="conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a">conversation.php</a> : <a class="el" href="conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a">conversation.php</a>
</li> </li>
<li>store_diaspora_comment_sig()
: <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">items.php</a>
</li>
<li>store_item_tag() <li>store_item_tag()
: <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">taxonomy.php</a> : <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">taxonomy.php</a>
</li> </li>

View File

@ -207,13 +207,13 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');});
: <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">socgraph.php</a> : <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">socgraph.php</a>
</li> </li>
<li>upgrade_bool_message() <li>upgrade_bool_message()
: <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">plugin.php</a> : <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">account.php</a>
</li> </li>
<li>upgrade_link() <li>upgrade_link()
: <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">plugin.php</a> : <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">account.php</a>
</li> </li>
<li>upgrade_message() <li>upgrade_message()
: <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">plugin.php</a> : <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">account.php</a>
</li> </li>
<li>user_allow() <li>user_allow()
: <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">account.php</a> : <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">account.php</a>

View File

@ -145,6 +145,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x61.html','');});
<li>ABOOK_FLAG_BLOCKED <li>ABOOK_FLAG_BLOCKED
: <a class="el" href="boot_8php.html#a52b599cd13e152ebc80d7e4413683195">boot.php</a> : <a class="el" href="boot_8php.html#a52b599cd13e152ebc80d7e4413683195">boot.php</a>
</li> </li>
<li>ABOOK_FLAG_FEED
: <a class="el" href="boot_8php.html#ae0d9527117cd87dcba11986047ae336e">boot.php</a>
</li>
<li>ABOOK_FLAG_HIDDEN <li>ABOOK_FLAG_HIDDEN
: <a class="el" href="boot_8php.html#a34c756469ebed32e2fc987bcde62d382">boot.php</a> : <a class="el" href="boot_8php.html#a34c756469ebed32e2fc987bcde62d382">boot.php</a>
</li> </li>

View File

@ -140,8 +140,6 @@ Functions</h2></td></tr>
<tr class="separator:a1cb5c016510e39bcdc1d1c096d51c5c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a1cb5c016510e39bcdc1d1c096d51c5c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad6ba3f254003f69f8f3f94ca5bda0680"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680">papp_encode</a> ($papp)</td></tr> <tr class="memitem:ad6ba3f254003f69f8f3f94ca5bda0680"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680">papp_encode</a> ($papp)</td></tr>
<tr class="separator:ad6ba3f254003f69f8f3f94ca5bda0680"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ad6ba3f254003f69f8f3f94ca5bda0680"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7c8bf17bd61a310bacb21ba9ad7a061b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b">element_install</a> ($channel, $s)</td></tr>
<tr class="separator:a7c8bf17bd61a310bacb21ba9ad7a061b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<h2 class="groupheader">Function Documentation</h2> <h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="ad5f6f1443725386cc7af5ed34a5fe185"></a> <a class="anchor" id="ad5f6f1443725386cc7af5ed34a5fe185"></a>
@ -381,33 +379,6 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="include_2apps_8php.html#a72756e1601489eb77971eeda011446d0">app_install()</a>.</p> <p>Referenced by <a class="el" href="include_2apps_8php.html#a72756e1601489eb77971eeda011446d0">app_install()</a>.</p>
</div>
</div>
<a class="anchor" id="a7c8bf17bd61a310bacb21ba9ad7a061b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">element_install </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$channel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$s</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>install a shared design element (layout, webpage, block, menu, whatever) </p>
</div> </div>
</div> </div>
<a class="anchor" id="ae64f72eb4f126e03b4eb65ed1702a3ca"></a> <a class="anchor" id="ae64f72eb4f126e03b4eb65ed1702a3ca"></a>

View File

@ -10,7 +10,6 @@ var include_2apps_8php =
[ "app_render", "include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66", null ], [ "app_render", "include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66", null ],
[ "app_store", "include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9", null ], [ "app_store", "include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9", null ],
[ "app_update", "include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46", null ], [ "app_update", "include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46", null ],
[ "element_install", "include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b", null ],
[ "get_system_apps", "include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca", null ], [ "get_system_apps", "include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca", null ],
[ "papp_encode", "include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680", null ], [ "papp_encode", "include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680", null ],
[ "parse_app_description", "include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83", null ], [ "parse_app_description", "include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83", null ],

File diff suppressed because one or more lines are too long

View File

@ -146,6 +146,8 @@ Functions</h2></td></tr>
<tr class="separator:a469b9bd700269cd07d954f1a16c5899b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a469b9bd700269cd07d954f1a16c5899b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ff07d9fad93b713b93da0ab77aab7f0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send</a> ($addr, $subject, $headers, $item)</td></tr> <tr class="memitem:a1ff07d9fad93b713b93da0ab77aab7f0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send</a> ($addr, $subject, $headers, $item)</td></tr>
<tr class="separator:a1ff07d9fad93b713b93da0ab77aab7f0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a1ff07d9fad93b713b93da0ab77aab7f0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5176176ddc1906d91f186df6fbd87b48"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url</a> ($url, $arr=null)</td></tr>
<tr class="separator:a5176176ddc1906d91f186df6fbd87b48"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a63e62946e194928eb17c5a9f2bbef0fe"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie</a> ($webbie)</td></tr> <tr class="memitem:a63e62946e194928eb17c5a9f2bbef0fe"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie</a> ($webbie)</td></tr>
<tr class="separator:a63e62946e194928eb17c5a9f2bbef0fe"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a63e62946e194928eb17c5a9f2bbef0fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3e6c751a51de33ad3563f0938296e78a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033</a> ($webbie)</td></tr> <tr class="memitem:a3e6c751a51de33ad3563f0938296e78a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033</a> ($webbie)</td></tr>
@ -240,6 +242,34 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>.</p> <p>Referenced by <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>.</p>
</div>
</div>
<a class="anchor" id="a5176176ddc1906d91f186df6fbd87b48"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">discover_by_url </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$url</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$arr</em> = <code>null</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="a63e62946e194928eb17c5a9f2bbef0fe"></a> <a class="anchor" id="a63e62946e194928eb17c5a9f2bbef0fe"></a>
@ -256,7 +286,7 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, and <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>.</p> <p>Referenced by <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, and <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>.</p>
</div> </div>
</div> </div>
@ -529,6 +559,8 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="acb0bd7f5fe38ff1eaebeae3284525070"></a> <a class="anchor" id="acb0bd7f5fe38ff1eaebeae3284525070"></a>
@ -713,7 +745,7 @@ Functions</h2></td></tr>
</dl> </dl>
<dl class="section return"><dt>Returns</dt><dd>array 'return_code' =&gt; HTTP return code or 0 if timeout or failure 'success' =&gt; boolean true (if HTTP 2xx result) or false 'header' =&gt; HTTP headers 'body' =&gt; fetched content </dd></dl> <dl class="section return"><dt>Returns</dt><dd>array 'return_code' =&gt; HTTP return code or 0 if timeout or failure 'success' =&gt; boolean true (if HTTP 2xx result) or false 'header' =&gt; HTTP headers 'body' =&gt; fetched content </dd></dl>
<p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> <p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p>
</div> </div>
</div> </div>

View File

@ -4,6 +4,7 @@ var include_2network_8php =
[ "allowed_url", "include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7", null ], [ "allowed_url", "include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7", null ],
[ "avatar_img", "include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7", null ], [ "avatar_img", "include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7", null ],
[ "convert_xml_element_to_array", "include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246", null ], [ "convert_xml_element_to_array", "include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246", null ],
[ "discover_by_url", "include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48", null ],
[ "discover_by_webbie", "include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe", null ], [ "discover_by_webbie", "include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe", null ],
[ "email_header_encode", "include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b", null ], [ "email_header_encode", "include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b", null ],
[ "email_send", "include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0", null ], [ "email_send", "include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0", null ],

View File

@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('items_8php.html','');});
Functions</h2></td></tr> Functions</h2></td></tr>
<tr class="memitem:a772f0ae77ad77c8ab68ed918a3870946"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">collect_recipients</a> ($item, &amp;$private_envelope)</td></tr> <tr class="memitem:a772f0ae77ad77c8ab68ed918a3870946"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">collect_recipients</a> ($item, &amp;$private_envelope)</td></tr>
<tr class="separator:a772f0ae77ad77c8ab68ed918a3870946"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a772f0ae77ad77c8ab68ed918a3870946"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8cda98925a4c5c2f6dade70d9586d79a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure</a> ($channel_id, $arr)</td></tr>
<tr class="separator:a8cda98925a4c5c2f6dade70d9586d79a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abeb7886cde44d9a83dbaf2bc4ab18723"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723">comments_are_now_closed</a> ($item)</td></tr> <tr class="memitem:abeb7886cde44d9a83dbaf2bc4ab18723"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723">comments_are_now_closed</a> ($item)</td></tr>
<tr class="separator:abeb7886cde44d9a83dbaf2bc4ab18723"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:abeb7886cde44d9a83dbaf2bc4ab18723"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e75047cf175aaee8dd16aa761913ff9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post</a> ($observer_xchan, $item)</td></tr> <tr class="memitem:a1e75047cf175aaee8dd16aa761913ff9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post</a> ($observer_xchan, $item)</td></tr>
@ -150,6 +152,8 @@ Functions</h2></td></tr>
<tr class="separator:a536d0313b6ffe33b9d2490c4e25c5361"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a536d0313b6ffe33b9d2490c4e25c5361"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae73794179b62d39bb597ff670ab1c1e5"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan</a> ($<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>)</td></tr> <tr class="memitem:ae73794179b62d39bb597ff670ab1c1e5"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan</a> ($<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>)</td></tr>
<tr class="separator:ae73794179b62d39bb597ff670ab1c1e5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ae73794179b62d39bb597ff670ab1c1e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c3f97b2109c05df86d97449b3c78ebc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora</a> ($<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>)</td></tr>
<tr class="separator:a2c3f97b2109c05df86d97449b3c78ebc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6bee35961f2e32905f20367a9309d627"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss</a> ($<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>)</td></tr> <tr class="memitem:a6bee35961f2e32905f20367a9309d627"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss</a> ($<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>)</td></tr>
<tr class="separator:a6bee35961f2e32905f20367a9309d627"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a6bee35961f2e32905f20367a9309d627"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a82955cc578f0fa600acec84475026194"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item</a> ($item)</td></tr> <tr class="memitem:a82955cc578f0fa600acec84475026194"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item</a> ($item)</td></tr>
@ -186,6 +190,8 @@ Functions</h2></td></tr>
<tr class="separator:a2541e6861a56d145c9281877cc501615"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a2541e6861a56d145c9281877cc501615"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acf0bf7c9d21ac84f32effb754f7ad484"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update</a> ($arr, $allow_exec=false)</td></tr> <tr class="memitem:acf0bf7c9d21ac84f32effb754f7ad484"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update</a> ($arr, $allow_exec=false)</td></tr>
<tr class="separator:acf0bf7c9d21ac84f32effb754f7ad484"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:acf0bf7c9d21ac84f32effb754f7ad484"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af0a887050dc8d0f51c89890cdaf3145f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig</a> ($datarray, $channel, $parent_item, $post_id)</td></tr>
<tr class="separator:af0a887050dc8d0f51c89890cdaf3145f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab9e0c58247427126de0699c729c3b6c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications</a> ($post_id, $item)</td></tr> <tr class="memitem:aab9e0c58247427126de0699c729c3b6c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications</a> ($post_id, $item)</td></tr>
<tr class="separator:aab9e0c58247427126de0699c729c3b6c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:aab9e0c58247427126de0699c729c3b6c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab9c6bae4c40799867596bdaae9829fd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#aab9c6bae4c40799867596bdaae9829fd">get_item_contact</a> ($item, $contacts)</td></tr> <tr class="memitem:aab9c6bae4c40799867596bdaae9829fd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#aab9c6bae4c40799867596bdaae9829fd">get_item_contact</a> ($item, $contacts)</td></tr>
@ -923,6 +929,36 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> <p>Referenced by <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p>
</div>
</div>
<a class="anchor" id="a8cda98925a4c5c2f6dade70d9586d79a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">filter_insecure </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$channel_id</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$arr</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>If channel is configured to filter insecure members of privacy groups (those whose networks leak privacy via email notifications or other criteria) remove them from any privacy groups (collections) that were included in a post. They can still be addressed individually. Networks may need to be added or removed from this list as circumstances change.</p>
<p>Update: this may need to be the default, which will force people to opt-in to sending stuff privately to insecure platforms. </p>
<p>Referenced by <a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">collect_recipients()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="a0cf98bb619f07dd18f602683a55a5f59"></a> <a class="anchor" id="a0cf98bb619f07dd18f602683a55a5f59"></a>
@ -1201,6 +1237,8 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="a77051724d1784074ff187e73a4db93fe"></a> <a class="anchor" id="a77051724d1784074ff187e73a4db93fe"></a>
@ -1219,6 +1257,24 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>.</p> <p>Referenced by <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>.</p>
</div>
</div>
<a class="anchor" id="a2c3f97b2109c05df86d97449b3c78ebc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">import_author_diaspora </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, and <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="a6bee35961f2e32905f20367a9309d627"></a> <a class="anchor" id="a6bee35961f2e32905f20367a9309d627"></a>
@ -1406,7 +1462,7 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b">element_install()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> <p>Referenced by <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p>
</div> </div>
</div> </div>
@ -1796,6 +1852,46 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>.</p> <p>Referenced by <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>.</p>
</div>
</div>
<a class="anchor" id="af0a887050dc8d0f51c89890cdaf3145f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">store_diaspora_comment_sig </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$datarray</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$channel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$parent_item</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$post_id</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>.</p>
</div> </div>
</div> </div>
<a class="anchor" id="ab1bce4261bcf75ad62753b498a144d17"></a> <a class="anchor" id="ab1bce4261bcf75ad62753b498a144d17"></a>

View File

@ -26,6 +26,7 @@ var items_8php =
[ "encode_rel_links", "items_8php.html#aa723c0571e314a1853a24c5854b4f54f", null ], [ "encode_rel_links", "items_8php.html#aa723c0571e314a1853a24c5854b4f54f", null ],
[ "enumerate_permissions", "items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67", null ], [ "enumerate_permissions", "items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67", null ],
[ "fetch_post_tags", "items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9", null ], [ "fetch_post_tags", "items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9", null ],
[ "filter_insecure", "items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a", null ],
[ "first_post_date", "items_8php.html#a0cf98bb619f07dd18f602683a55a5f59", null ], [ "first_post_date", "items_8php.html#a0cf98bb619f07dd18f602683a55a5f59", null ],
[ "fix_private_photos", "items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87", null ], [ "fix_private_photos", "items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87", null ],
[ "get_atom_elements", "items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1", null ], [ "get_atom_elements", "items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1", null ],
@ -37,6 +38,7 @@ var items_8php =
[ "get_public_feed", "items_8php.html#a079e099e15d88d47aeb6ca6d60da7107", null ], [ "get_public_feed", "items_8php.html#a079e099e15d88d47aeb6ca6d60da7107", null ],
[ "handle_feed", "items_8php.html#a52c24114b73c0bdb605a03cd29712223", null ], [ "handle_feed", "items_8php.html#a52c24114b73c0bdb605a03cd29712223", null ],
[ "has_permissions", "items_8php.html#a77051724d1784074ff187e73a4db93fe", null ], [ "has_permissions", "items_8php.html#a77051724d1784074ff187e73a4db93fe", null ],
[ "import_author_diaspora", "items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc", null ],
[ "import_author_rss", "items_8php.html#a6bee35961f2e32905f20367a9309d627", null ], [ "import_author_rss", "items_8php.html#a6bee35961f2e32905f20367a9309d627", null ],
[ "import_author_xchan", "items_8php.html#ae73794179b62d39bb597ff670ab1c1e5", null ], [ "import_author_xchan", "items_8php.html#ae73794179b62d39bb597ff670ab1c1e5", null ],
[ "item_add_cid", "items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df", null ], [ "item_add_cid", "items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df", null ],
@ -61,6 +63,7 @@ var items_8php =
[ "retain_item", "items_8php.html#af6237605c60d69abdd959ddbbee3420c", null ], [ "retain_item", "items_8php.html#af6237605c60d69abdd959ddbbee3420c", null ],
[ "send_status_notifications", "items_8php.html#aab9e0c58247427126de0699c729c3b6c", null ], [ "send_status_notifications", "items_8php.html#aab9e0c58247427126de0699c729c3b6c", null ],
[ "start_delivery_chain", "items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2", null ], [ "start_delivery_chain", "items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2", null ],
[ "store_diaspora_comment_sig", "items_8php.html#af0a887050dc8d0f51c89890cdaf3145f", null ],
[ "tag_deliver", "items_8php.html#ab1bce4261bcf75ad62753b498a144d17", null ], [ "tag_deliver", "items_8php.html#ab1bce4261bcf75ad62753b498a144d17", null ],
[ "termtype", "items_8php.html#ad34827ed330898456783fb14c7b46154", null ], [ "termtype", "items_8php.html#ad34827ed330898456783fb14c7b46154", null ],
[ "tgroup_check", "items_8php.html#a88c6cf7649ac836fbbed82a7a0315110", null ], [ "tgroup_check", "items_8php.html#a88c6cf7649ac836fbbed82a7a0315110", null ],

File diff suppressed because one or more lines are too long

View File

@ -37,15 +37,15 @@ var NAVTREE =
var NAVTREEINDEX = var NAVTREEINDEX =
[ [
"BS-Default_8php.html", "BS-Default_8php.html",
"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16", "boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2",
"classApp.html#a8863703a0305eaa45eb970dbd2046291", "classApp.html#a6844aedad10e201b8c3d80cfc9e876d3",
"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03", "classdba__mysql.html#ac3fd60c278f400907322dac578754a99",
"dir_d520c5cf583201d9437764f209363c22.html", "dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e",
"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c", "html2plain_8php.html#a3214912e3d00cf0a948072daccf16740",
"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091", "invite_8php.html#a244385b28cfd021d308715f01158bfd9",
"photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035", "pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7",
"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91", "spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6",
"xrd_8php.html" "widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd"
]; ];
var SYNCONMSG = 'click to disable panel synchronisation'; var SYNCONMSG = 'click to disable panel synchronisation';

View File

@ -26,17 +26,22 @@ var NAVTREEINDEX0 =
"__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[6,0,1,0,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[6,0,1,0,0],
"account_8php.html":[6,0,0,2], "account_8php.html":[6,0,0,2],
"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,2,7], "account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,2,7],
"account_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,2,9],
"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,2,6], "account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,2,6],
"account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,2,5], "account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,2,5],
"account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,2,4], "account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,2,4],
"account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,2,0], "account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,2,0],
"account_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,2,12],
"account_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,2,11],
"account_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,2,13],
"account_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,2,10],
"account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,2,1], "account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,2,1],
"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,2,8], "account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,2,8],
"account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,2,3], "account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,2,3],
"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,2,11], "account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,2,16],
"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,2,9], "account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,2,14],
"account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,2,12], "account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,2,17],
"account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,2,10], "account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,2,15],
"account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,2,2], "account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,2,2],
"achievements_8php.html":[6,0,1,1], "achievements_8php.html":[6,0,1,1],
"achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e":[6,0,1,1,0], "achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e":[6,0,1,1,0],
@ -96,17 +101,20 @@ var NAVTREEINDEX0 =
"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,8,2], "auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,8,2],
"auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38":[6,0,0,8,1], "auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38":[6,0,0,8,1],
"bb2diaspora_8php.html":[6,0,0,10], "bb2diaspora_8php.html":[6,0,0,10],
"bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,10,9], "bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,10,12],
"bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,10,5], "bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47":[6,0,0,10,1],
"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,10,6], "bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,10,8],
"bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,10,5],
"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,10,9],
"bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,10,0], "bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,10,0],
"bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,10,10], "bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34":[6,0,0,10,2],
"bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,10,3], "bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,10,13],
"bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,10,8], "bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,10,6],
"bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,10,2], "bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,10,11],
"bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,10,7], "bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,10,4],
"bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,10,1], "bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,10,10],
"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,10,4], "bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,10,3],
"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,10,7],
"bbcode_8php.html":[6,0,0,11], "bbcode_8php.html":[6,0,0,11],
"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,11,9], "bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,11,9],
"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,11,8], "bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,11,8],
@ -137,117 +145,109 @@ var NAVTREEINDEX0 =
"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[6,0,3,1,1,1,0,0,2,1], "blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[6,0,3,1,1,1,0,0,2,1],
"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[6,0,3,1,1,1,0,0,2,4], "blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[6,0,3,1,1,1,0,0,2,4],
"boot_8php.html":[6,0,4], "boot_8php.html":[6,0,4],
"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,143], "boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,144],
"boot_8php.html#a01353c9abebc3544ea080ac161729632":[6,0,4,38], "boot_8php.html#a01353c9abebc3544ea080ac161729632":[6,0,4,38],
"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,157], "boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,158],
"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,259], "boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,260],
"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[6,0,4,136], "boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[6,0,4,137],
"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[6,0,4,56], "boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[6,0,4,57],
"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,176], "boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,177],
"boot_8php.html#a0450389f24c632906fbc24347700a543":[6,0,4,47], "boot_8php.html#a0450389f24c632906fbc24347700a543":[6,0,4,48],
"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[6,0,4,109], "boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[6,0,4,110],
"boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[6,0,4,1], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[6,0,4,1],
"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,216], "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,217],
"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[6,0,4,71], "boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[6,0,4,72],
"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,180], "boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,181],
"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,279], "boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,280],
"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,275], "boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,276],
"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,278], "boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,279],
"boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[6,0,4,22], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[6,0,4,22],
"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[6,0,4,63], "boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[6,0,4,64],
"boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[6,0,4,15], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[6,0,4,15],
"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[6,0,4,81], "boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[6,0,4,82],
"boot_8php.html#a107d53f96acf5319905a34b1870db09a":[6,0,4,41], "boot_8php.html#a107d53f96acf5319905a34b1870db09a":[6,0,4,41],
"boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,264], "boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,265],
"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[6,0,4,138], "boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[6,0,4,139],
"boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,263], "boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,264],
"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[6,0,4,85], "boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[6,0,4,86],
"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[6,0,4,82], "boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[6,0,4,83],
"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,206], "boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,207],
"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[6,0,4,66], "boot_8php.html#a176664e78dcb9132e16be69418223eb2":[6,0,4,67],
"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,156], "boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,157],
"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,152], "boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,153],
"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,179], "boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,180],
"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,146], "boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,147],
"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,287], "boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,288],
"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,253], "boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,254],
"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,289], "boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,290],
"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,183], "boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,184],
"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[6,0,4,80], "boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[6,0,4,81],
"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,231], "boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,232],
"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[6,0,4,111], "boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[6,0,4,112],
"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,163], "boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,164],
"boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,225], "boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,226],
"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,199], "boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,200],
"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,255], "boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,256],
"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[6,0,4,42], "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[6,0,4,42],
"boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[6,0,4,21], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[6,0,4,21],
"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[6,0,4,104], "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[6,0,4,105],
"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[6,0,4,96], "boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[6,0,4,97],
"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,267], "boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,268],
"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,202], "boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,203],
"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[6,0,4,87], "boot_8php.html#a29528a2544373cc19a378f350040c6a1":[6,0,4,88],
"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[6,0,4,137], "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[6,0,4,138],
"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,229], "boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,230],
"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[6,0,4,112], "boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[6,0,4,113],
"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,251], "boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,252],
"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,198], "boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,199],
"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[6,0,4,133], "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[6,0,4,134],
"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[6,0,4,72], "boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[6,0,4,73],
"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[6,0,4,77], "boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[6,0,4,78],
"boot_8php.html#a329400dcb29897cdaae3020109272285":[6,0,4,17], "boot_8php.html#a329400dcb29897cdaae3020109272285":[6,0,4,17],
"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,236], "boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,237],
"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,150], "boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,151],
"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[6,0,4,44], "boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[6,0,4,45],
"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[6,0,4,126], "boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[6,0,4,127],
"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,165], "boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,166],
"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,213], "boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,214],
"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,293], "boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,294],
"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,187], "boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,188],
"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[6,0,4,115], "boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[6,0,4,116],
"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[6,0,4,120], "boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[6,0,4,121],
"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,292], "boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,293],
"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,227], "boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,228],
"boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[6,0,4,12], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[6,0,4,12],
"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[6,0,4,64], "boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[6,0,4,65],
"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[6,0,4,94], "boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[6,0,4,95],
"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[6,0,4,54], "boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[6,0,4,55],
"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,139], "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,140],
"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,220], "boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,221],
"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,197], "boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,198],
"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[6,0,4,93], "boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[6,0,4,94],
"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,173], "boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,174],
"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,160], "boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,161],
"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[6,0,4,75], "boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[6,0,4,76],
"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,166], "boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,167],
"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,276], "boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,277],
"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,185], "boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,186],
"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[6,0,4,110], "boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[6,0,4,111],
"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,245], "boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,246],
"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,184], "boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,185],
"boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[6,0,4,6], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[6,0,4,6],
"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,218], "boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,219],
"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[6,0,4,60], "boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[6,0,4,61],
"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,241], "boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,242],
"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,209], "boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,210],
"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,164], "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,165],
"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,43], "boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,43],
"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,86], "boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,87],
"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35], "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35],
"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,201], "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,202],
"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,240], "boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,241],
"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,290], "boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,291],
"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20],
"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,65], "boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,66],
"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,191], "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,192],
"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[6,0,4,214], "boot_8php.html#a5b8484922918946d041e5e0515dbe718":[6,0,4,215],
"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[6,0,4,83], "boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[6,0,4,84]
"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[6,0,4,171],
"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[6,0,4,215],
"boot_8php.html#a5fbebdf7a1c0ea8f904dbd9d78c2c06c":[6,0,4,33],
"boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[6,0,4,19],
"boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[6,0,4,25],
"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[6,0,4,79],
"boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[6,0,4,108],
"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[6,0,4,272]
}; };

View File

@ -1,185 +1,194 @@
var NAVTREEINDEX1 = var NAVTREEINDEX1 =
{ {
"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[6,0,4,177], "boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[6,0,4,172],
"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[6,0,4,148], "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[6,0,4,216],
"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[6,0,4,151], "boot_8php.html#a5fbebdf7a1c0ea8f904dbd9d78c2c06c":[6,0,4,33],
"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[6,0,4,46], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[6,0,4,19],
"boot_8php.html#a6969947145a139ec374ce098224d8e81":[6,0,4,154], "boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[6,0,4,25],
"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[6,0,4,257], "boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[6,0,4,80],
"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[6,0,4,244], "boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[6,0,4,109],
"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[6,0,4,238], "boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[6,0,4,273],
"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[6,0,4,105], "boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[6,0,4,178],
"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[6,0,4,97], "boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[6,0,4,149],
"boot_8php.html#a6df1102664f64b274810db85197c2755":[6,0,4,224], "boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[6,0,4,152],
"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[6,0,4,135], "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[6,0,4,47],
"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[6,0,4,219], "boot_8php.html#a6969947145a139ec374ce098224d8e81":[6,0,4,155],
"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[6,0,4,106], "boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[6,0,4,258],
"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[6,0,4,256], "boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[6,0,4,245],
"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[6,0,4,170], "boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[6,0,4,239],
"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[6,0,4,106],
"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[6,0,4,98],
"boot_8php.html#a6df1102664f64b274810db85197c2755":[6,0,4,225],
"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[6,0,4,136],
"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[6,0,4,220],
"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[6,0,4,107],
"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[6,0,4,257],
"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[6,0,4,171],
"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[6,0,4,29], "boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[6,0,4,29],
"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[6,0,4,192], "boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[6,0,4,193],
"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[6,0,4,141], "boot_8php.html#a749144d8dd9c1366596a0213c277d050":[6,0,4,142],
"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[6,0,4,76], "boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[6,0,4,77],
"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[6,0,4,2], "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[6,0,4,2],
"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[6,0,4,280], "boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[6,0,4,281],
"boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[6,0,4,4], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[6,0,4,4],
"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[6,0,4,78], "boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[6,0,4,79],
"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[6,0,4,91], "boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[6,0,4,92],
"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[6,0,4,247], "boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[6,0,4,248],
"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[6,0,4,121], "boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[6,0,4,122],
"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[6,0,4,69], "boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[6,0,4,70],
"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[6,0,4,140], "boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[6,0,4,141],
"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[6,0,4,172], "boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[6,0,4,173],
"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[6,0,4,73], "boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[6,0,4,74],
"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[6,0,4,113], "boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[6,0,4,114],
"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[6,0,4,61], "boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[6,0,4,62],
"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[6,0,4,174], "boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[6,0,4,175],
"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[6,0,4,48], "boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[6,0,4,49],
"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[6,0,4,51], "boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[6,0,4,52],
"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[6,0,4,88], "boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[6,0,4,89],
"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[6,0,4,124], "boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[6,0,4,125],
"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[6,0,4,211], "boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[6,0,4,212],
"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[6,0,4,55], "boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[6,0,4,56],
"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[6,0,4,118], "boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[6,0,4,119],
"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[6,0,4,59], "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[6,0,4,60],
"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[6,0,4,222], "boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[6,0,4,223],
"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[6,0,4,131], "boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[6,0,4,132],
"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[6,0,4,123], "boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[6,0,4,124],
"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[6,0,4,271], "boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[6,0,4,272],
"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[6,0,4,270], "boot_8php.html#a8892374789fd261eb32a7969d934a14a":[6,0,4,271],
"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[6,0,4,190], "boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[6,0,4,191],
"boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[6,0,4,16], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[6,0,4,16],
"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[6,0,4,102], "boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[6,0,4,103],
"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[6,0,4,242], "boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[6,0,4,243],
"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[6,0,4,134], "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[6,0,4,135],
"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[6,0,4,128], "boot_8php.html#a8da836617174eed9fc2ac8054125354b":[6,0,4,129],
"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[6,0,4,249], "boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[6,0,4,250],
"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[6,0,4,288], "boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[6,0,4,289],
"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[6,0,4,32], "boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[6,0,4,32],
"boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[6,0,4,11], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[6,0,4,11],
"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[6,0,4,155], "boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[6,0,4,156],
"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[6,0,4,132], "boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[6,0,4,133],
"boot_8php.html#a949116d9a295b214293006c060ca4848":[6,0,4,130], "boot_8php.html#a949116d9a295b214293006c060ca4848":[6,0,4,131],
"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[6,0,4,283], "boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[6,0,4,284],
"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[6,0,4,254], "boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[6,0,4,255],
"boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[6,0,4,18], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[6,0,4,18],
"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[6,0,4,204], "boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[6,0,4,205],
"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[6,0,4,243], "boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[6,0,4,244],
"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[6,0,4,50], "boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[6,0,4,51],
"boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[6,0,4,5], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[6,0,4,5],
"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[6,0,4,234], "boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[6,0,4,235],
"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[6,0,4,205], "boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[6,0,4,206],
"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[6,0,4,286], "boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[6,0,4,287],
"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[6,0,4,273], "boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[6,0,4,274],
"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[6,0,4,233], "boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[6,0,4,234],
"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[6,0,4,193], "boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[6,0,4,194],
"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[6,0,4,26], "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[6,0,4,26],
"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[6,0,4,212], "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[6,0,4,213],
"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[6,0,4,45], "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[6,0,4,46],
"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[6,0,4,162], "boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[6,0,4,163],
"boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[6,0,4,9], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[6,0,4,9],
"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[6,0,4,159], "boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[6,0,4,160],
"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[6,0,4,117], "boot_8php.html#aa589421267f0c2f0d643f727792cce35":[6,0,4,118],
"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[6,0,4,90], "boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[6,0,4,91],
"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[6,0,4,99], "boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[6,0,4,100],
"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[6,0,4,239], "boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[6,0,4,240],
"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[6,0,4,145], "boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[6,0,4,146],
"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[6,0,4,221], "boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[6,0,4,222],
"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[6,0,4,70], "boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[6,0,4,71],
"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[6,0,4,196], "boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[6,0,4,197],
"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[6,0,4,122], "boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[6,0,4,123],
"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[6,0,4,223], "boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[6,0,4,224],
"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[6,0,4,34], "boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[6,0,4,34],
"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[6,0,4,217], "boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[6,0,4,218],
"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[6,0,4,246], "boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[6,0,4,247],
"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[6,0,4,189], "boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[6,0,4,190],
"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[6,0,4,228], "boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[6,0,4,229],
"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[6,0,4,116], "boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[6,0,4,117],
"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[6,0,4,147], "boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[6,0,4,148],
"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[6,0,4,57], "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[6,0,4,58],
"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[6,0,4,207], "boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[6,0,4,208],
"boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[6,0,4,7], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[6,0,4,7],
"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[6,0,4,101], "boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[6,0,4,102],
"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[6,0,4,282], "boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[6,0,4,283],
"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[6,0,4,39], "boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[6,0,4,39],
"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[6,0,4,250], "boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[6,0,4,251],
"boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[6,0,4,3], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[6,0,4,3],
"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[6,0,4,277], "boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[6,0,4,278],
"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[6,0,4,68], "boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[6,0,4,69],
"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[6,0,4,119], "boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[6,0,4,120],
"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[6,0,4,100], "boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[6,0,4,101],
"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[6,0,4,129], "boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[6,0,4,130],
"boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[6,0,4,24], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[6,0,4,24],
"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[6,0,4,175], "boot_8php.html#ac195fc9003298923ea81f144388e24b1":[6,0,4,176],
"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[6,0,4,248], "boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[6,0,4,249],
"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[6,0,4,98], "boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[6,0,4,99],
"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[6,0,4,27], "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[6,0,4,27],
"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[6,0,4,37], "boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[6,0,4,37],
"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[6,0,4,58], "boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[6,0,4,59],
"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[6,0,4,284], "boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[6,0,4,285],
"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[6,0,4,125], "boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[6,0,4,126],
"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[6,0,4,127], "boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[6,0,4,128],
"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[6,0,4,203], "boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[6,0,4,204],
"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[6,0,4,36], "boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[6,0,4,36],
"boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[6,0,4,13], "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[6,0,4,13],
"boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[6,0,4,8], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[6,0,4,8],
"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[6,0,4,178], "boot_8php.html#acca19aae62e1a6951a856b945de20d67":[6,0,4,179],
"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[6,0,4,285], "boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[6,0,4,286],
"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[6,0,4,235], "boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[6,0,4,236],
"boot_8php.html#ace6d70ac290397ddd40e561fd0831858":[6,0,4,269], "boot_8php.html#ace6d70ac290397ddd40e561fd0831858":[6,0,4,270],
"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[6,0,4,210], "boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[6,0,4,211],
"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[6,0,4,67], "boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[6,0,4,68],
"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[6,0,4,158], "boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[6,0,4,159],
"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[6,0,4,168], "boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[6,0,4,169],
"boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[6,0,4,10], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[6,0,4,10],
"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[6,0,4,74], "boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[6,0,4,75],
"boot_8php.html#ad34c1547020a305915bcc39707744690":[6,0,4,89], "boot_8php.html#ad34c1547020a305915bcc39707744690":[6,0,4,90],
"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[6,0,4,30], "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[6,0,4,30],
"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[6,0,4,230], "boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[6,0,4,231],
"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[6,0,4,258], "boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[6,0,4,259],
"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[6,0,4,252], "boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[6,0,4,253],
"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[6,0,4,95], "boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[6,0,4,96],
"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[6,0,4,142], "boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[6,0,4,143],
"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[6,0,4,261], "boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[6,0,4,262],
"boot_8php.html#add517a0958ac684792c62142a3877f81":[6,0,4,40], "boot_8php.html#add517a0958ac684792c62142a3877f81":[6,0,4,40],
"boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[6,0,4,23], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[6,0,4,23],
"boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[6,0,4,107], "boot_8php.html#ae0d9527117cd87dcba11986047ae336e":[6,0,4,44],
"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[6,0,4,268], "boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[6,0,4,108],
"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[6,0,4,186], "boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[6,0,4,269],
"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[6,0,4,161], "boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[6,0,4,187],
"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[6,0,4,194], "boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[6,0,4,162],
"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[6,0,4,281], "boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[6,0,4,195],
"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[6,0,4,282],
"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[6,0,4,28], "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[6,0,4,28],
"boot_8php.html#aead84fa27d7516b855220fe004964a45":[6,0,4,274], "boot_8php.html#aead84fa27d7516b855220fe004964a45":[6,0,4,275],
"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[6,0,4,52], "boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[6,0,4,53],
"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[6,0,4,232], "boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[6,0,4,233],
"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[6,0,4,262], "boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[6,0,4,263],
"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[6,0,4,169], "boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[6,0,4,170],
"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[6,0,4,103], "boot_8php.html#aedfb9501ed408278667995524e0d15cf":[6,0,4,104],
"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[6,0,4,181], "boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[6,0,4,182],
"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[6,0,4,195], "boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[6,0,4,196],
"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[6,0,4,144], "boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[6,0,4,145],
"boot_8php.html#aefe573c3c7b0d37fbff264bbae79d673":[6,0,4,114], "boot_8php.html#aefe573c3c7b0d37fbff264bbae79d673":[6,0,4,115],
"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[6,0,4,31], "boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[6,0,4,31],
"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[6,0,4,265], "boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[6,0,4,266],
"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[6,0,4,188], "boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[6,0,4,189],
"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[6,0,4,62], "boot_8php.html#af3a4271630aabd8be592213f925d6a36":[6,0,4,63],
"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[6,0,4,53], "boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[6,0,4,54],
"boot_8php.html#af3ff14985bffbd951a6ea356b7ec3007":[6,0,4,237], "boot_8php.html#af3ff14985bffbd951a6ea356b7ec3007":[6,0,4,238],
"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[6,0,4,149], "boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[6,0,4,150],
"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[6,0,4,208], "boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[6,0,4,209],
"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[6,0,4,167], "boot_8php.html#af6b3de425e5849c73370a484c44607a3":[6,0,4,168],
"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[6,0,4,92], "boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[6,0,4,93],
"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[6,0,4,260], "boot_8php.html#af86c651547aa8f9e549ee40a09455549":[6,0,4,261],
"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[6,0,4,200], "boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[6,0,4,201],
"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[6,0,4,182], "boot_8php.html#afaf93b7026f784b113b4f8921745891e":[6,0,4,183],
"boot_8php.html#afb97615e985a013799839b68b99018d7":[6,0,4,266], "boot_8php.html#afb97615e985a013799839b68b99018d7":[6,0,4,267],
"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[6,0,4,49], "boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[6,0,4,50],
"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[6,0,4,84], "boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[6,0,4,85],
"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[6,0,4,153], "boot_8php.html#afe63ae69ba55299f813766e54df06ede":[6,0,4,154],
"boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[6,0,4,14], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[6,0,4,14],
"boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,291], "boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,292],
"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,226], "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,227],
"boxy_8php.html":[6,0,3,1,3,1,0], "boxy_8php.html":[6,0,3,1,3,1,0],
"cache_8php.html":[6,0,0,13], "cache_8php.html":[6,0,0,13],
"channel_8php.html":[6,0,1,12], "channel_8php.html":[6,0,1,12],
@ -240,14 +249,5 @@ var NAVTREEINDEX1 =
"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,5,80], "classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,5,80],
"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,5,4], "classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,5,4],
"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,5,45], "classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,5,45],
"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,5,7], "classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,5,7]
"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,5,81],
"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,5,82],
"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,5,69],
"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,5,65],
"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,5,47],
"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,5,83],
"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,5,20],
"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,5,57],
"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,5,14]
}; };

View File

@ -1,5 +1,14 @@
var NAVTREEINDEX2 = var NAVTREEINDEX2 =
{ {
"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,5,81],
"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,5,82],
"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,5,69],
"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,5,65],
"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,5,47],
"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,5,83],
"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,5,20],
"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,5,57],
"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,5,14],
"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,5,16], "classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,5,16],
"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,5,21], "classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,5,21],
"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,5,87], "classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,5,87],
@ -240,14 +249,5 @@ var NAVTREEINDEX2 =
"classdba__mysql.html":[5,0,10], "classdba__mysql.html":[5,0,10],
"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,10,1], "classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,10,1],
"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,10,0], "classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,10,0],
"classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,10,2], "classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,10,2]
"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,10,3],
"classdba__mysqli.html":[5,0,11],
"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,11,2],
"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,11,3],
"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,11,0],
"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,11,1],
"classenotify.html":[5,0,12],
"classes.html":[5,1],
"classphoto__driver.html":[5,0,19]
}; };

View File

@ -1,5 +1,14 @@
var NAVTREEINDEX3 = var NAVTREEINDEX3 =
{ {
"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,10,3],
"classdba__mysqli.html":[5,0,11],
"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,11,2],
"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,11,3],
"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,11,0],
"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,11,1],
"classenotify.html":[5,0,12],
"classes.html":[5,1],
"classphoto__driver.html":[5,0,19],
"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,19,27], "classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,19,27],
"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,19,28], "classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,19,28],
"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,19,13], "classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,19,13],
@ -237,17 +246,8 @@ var NAVTREEINDEX3 =
"dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1], "dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1],
"dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1], "dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1],
"dir__fns_8php.html":[6,0,0,30], "dir__fns_8php.html":[6,0,0,30],
"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,30,5], "dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,30,0],
"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,30,2], "dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,30,6],
"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,30,4], "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,30,3],
"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,30,3], "dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,30,5]
"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,30,0],
"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,30,1],
"dir_a8a0005c2b8590c535262d232c22afab.html":[6,0,3,1,1,1,0,0],
"dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,1],
"dir_b2f003339c516cc00c8cadcafbe82f13.html":[6,0,3],
"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[6,0,3,1,1,0],
"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[6,0,3,1,0,1],
"dir_d41ce877eb409a4791b288730010abe2.html":[6,0,1],
"dir_d44c64559bbebec7f509842c48db8b23.html":[6,0,0]
}; };

View File

@ -1,5 +1,15 @@
var NAVTREEINDEX4 = var NAVTREEINDEX4 =
{ {
"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,30,4],
"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,30,1],
"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,30,2],
"dir_a8a0005c2b8590c535262d232c22afab.html":[6,0,3,1,1,1,0,0],
"dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,1],
"dir_b2f003339c516cc00c8cadcafbe82f13.html":[6,0,3],
"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[6,0,3,1,1,0],
"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[6,0,3,1,0,1],
"dir_d41ce877eb409a4791b288730010abe2.html":[6,0,1],
"dir_d44c64559bbebec7f509842c48db8b23.html":[6,0,0],
"dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0], "dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0],
"dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0], "dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0],
"dirprofile_8php.html":[6,0,1,24], "dirprofile_8php.html":[6,0,1,24],
@ -169,8 +179,8 @@ var NAVTREEINDEX4 =
"globals_0x77.html":[6,1,0,24], "globals_0x77.html":[6,1,0,24],
"globals_0x78.html":[6,1,0,25], "globals_0x78.html":[6,1,0,25],
"globals_0x7a.html":[6,1,0,26], "globals_0x7a.html":[6,1,0,26],
"globals_func.html":[6,1,1,0],
"globals_func.html":[6,1,1], "globals_func.html":[6,1,1],
"globals_func.html":[6,1,1,0],
"globals_func_0x61.html":[6,1,1,1], "globals_func_0x61.html":[6,1,1,1],
"globals_func_0x62.html":[6,1,1,2], "globals_func_0x62.html":[6,1,1,2],
"globals_func_0x63.html":[6,1,1,3], "globals_func_0x63.html":[6,1,1,3],
@ -239,15 +249,5 @@ var NAVTREEINDEX4 =
"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,40,1], "html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,40,1],
"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,40,0], "html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,40,0],
"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,40,2], "html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,40,2],
"html2plain_8php.html":[6,0,0,41], "html2plain_8php.html":[6,0,0,41]
"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,41,0],
"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,41,3],
"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,41,2],
"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,41,1],
"hubloc_8php.html":[6,0,0,42],
"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,42,1],
"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,42,0],
"identity_8php.html":[6,0,0,43],
"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,43,3],
"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,43,11]
}; };

View File

@ -1,5 +1,15 @@
var NAVTREEINDEX5 = var NAVTREEINDEX5 =
{ {
"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,41,0],
"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,41,3],
"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,41,2],
"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,41,1],
"hubloc_8php.html":[6,0,0,42],
"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,42,1],
"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,42,0],
"identity_8php.html":[6,0,0,43],
"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,43,3],
"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,43,11],
"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,43,17], "identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,43,17],
"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,43,10], "identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,43,10],
"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,43,2], "identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,43,2],
@ -93,15 +103,14 @@ var NAVTREEINDEX5 =
"include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,6,4], "include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,6,4],
"include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,6,7], "include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,6,7],
"include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,6,2], "include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,6,2],
"include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,6,13], "include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,6,12],
"include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,6,14], "include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,6,13],
"include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,6,1], "include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,6,1],
"include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,6,3], "include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,6,3],
"include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b":[6,0,0,6,10],
"include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,6,6], "include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,6,6],
"include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,6,0], "include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,6,0],
"include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,6,12], "include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,6,11],
"include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,6,11], "include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,6,10],
"include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,6,9], "include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,6,9],
"include_2attach_8php.html":[6,0,0,7], "include_2attach_8php.html":[6,0,0,7],
"include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,7,9], "include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,7,9],
@ -181,29 +190,30 @@ var NAVTREEINDEX5 =
"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,49,4], "include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,49,4],
"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,49,0], "include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,49,0],
"include_2network_8php.html":[6,0,0,51], "include_2network_8php.html":[6,0,0,51],
"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,51,6], "include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,51,7],
"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,51,13], "include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,51,14],
"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,51,15], "include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,51,16],
"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,51,19], "include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,51,20],
"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,51,5], "include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,51,6],
"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,51,11], "include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,51,12],
"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,51,10], "include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,51,11],
"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,51,18], "include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,51,4],
"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,51,4], "include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,51,19],
"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,51,9], "include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,51,5],
"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,51,8], "include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,51,10],
"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,51,12], "include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,51,9],
"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,51,17], "include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,51,13],
"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,51,7], "include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,51,18],
"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,51,23], "include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,51,8],
"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,51,20], "include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,51,24],
"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,51,21], "include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,51,21],
"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,51,22], "include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,51,22],
"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,51,23],
"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,51,2], "include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,51,2],
"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,51,0], "include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,51,0],
"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,51,16], "include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,51,17],
"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,51,3], "include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,51,3],
"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,51,14], "include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,51,15],
"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,51,1], "include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,51,1],
"include_2notify_8php.html":[6,0,0,53], "include_2notify_8php.html":[6,0,0,53],
"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,53,0], "include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,53,0],
@ -239,15 +249,5 @@ var NAVTREEINDEX5 =
"interfaceITemplateEngine.html":[5,0,18], "interfaceITemplateEngine.html":[5,0,18],
"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,18,1], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,18,1],
"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,18,0], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,18,0],
"invite_8php.html":[6,0,1,46], "invite_8php.html":[6,0,1,46]
"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0],
"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1],
"item_8php.html":[6,0,1,47],
"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,47,0],
"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,47,3],
"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,47,5],
"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4],
"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1],
"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2],
"items_8php.html":[6,0,0,46]
}; };

View File

@ -1,73 +1,86 @@
var NAVTREEINDEX6 = var NAVTREEINDEX6 =
{ {
"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,46,68], "invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0],
"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1],
"item_8php.html":[6,0,1,47],
"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,47,0],
"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,47,3],
"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,47,5],
"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4],
"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1],
"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2],
"items_8php.html":[6,0,0,46],
"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,46,71],
"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,46,3], "items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,46,3],
"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,46,39], "items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,46,41],
"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,46,29], "items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,46,30],
"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,46,9], "items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,46,9],
"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,46,34], "items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,46,35],
"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,46,41], "items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,46,43],
"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,46,26], "items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,46,27],
"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,46,5], "items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,46,5],
"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,46,33], "items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,46,34],
"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,46,44], "items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,46,46],
"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,46,4], "items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,46,4],
"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,46,67], "items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,46,70],
"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,46,38],
"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,46,22], "items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,46,22],
"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,46,0], "items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,46,0],
"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,46,51], "items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,46,53],
"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,46,53], "items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,46,55],
"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,46,56], "items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,46,58],
"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,46,35], "items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,46,36],
"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,46,31], "items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,46,32],
"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,46,16], "items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,46,16],
"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,46,21], "items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,46,21],
"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,46,14], "items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,46,14],
"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,46,28], "items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,46,29],
"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,46,43], "items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,46,45],
"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,46,19], "items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,46,19],
"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,46,42], "items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,46,44],
"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,46,17], "items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,46,17],
"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,46,37], "items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,46,39],
"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,46,40], "items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,46,42],
"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,46,46], "items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,46,48],
"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,46,36], "items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,46,37],
"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,46,7], "items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,46,7],
"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,46,49], "items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,46,51],
"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,46,57], "items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,46,59],
"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,46,1], "items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,46,1],
"items_8php.html#a82955cc578f0fa600acec84475026194":[6,0,0,46,18], "items_8php.html#a82955cc578f0fa600acec84475026194":[6,0,0,46,18],
"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,46,54], "items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,46,56],
"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,46,50], "items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,46,52],
"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,46,6], "items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,46,6],
"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,46,63], "items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,46,66],
"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,46,26],
"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,46,12], "items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,46,12],
"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,46,32], "items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,46,33],
"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,46,66], "items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,46,69],
"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,46,48], "items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,46,50],
"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,46,64], "items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,46,67],
"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,46,11], "items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,46,11],
"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,46,23], "items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,46,23],
"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,46,10], "items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,46,10],
"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,46,30], "items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,46,31],
"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,46,59], "items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,46,61],
"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,46,65], "items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,46,68],
"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,46,15], "items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,46,15],
"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,46,61], "items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,46,64],
"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,46,27], "items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,46,28],
"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,46,8], "items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,46,8],
"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,46,2], "items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,46,2],
"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,46,20], "items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,46,20],
"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,46,45], "items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,46,47],
"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,46,52], "items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,46,54],
"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,46,62], "items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,46,65],
"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,46,55], "items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,46,57],
"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,46,13], "items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,46,13],
"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,46,60], "items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,46,62],
"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,46,25], "items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,46,25],
"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,46,38], "items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,46,40],
"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,46,58], "items_8php.html#af0a887050dc8d0f51c89890cdaf3145f":[6,0,0,46,63],
"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,46,47], "items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,46,60],
"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,46,49],
"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,46,24], "items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,46,24],
"lang_8php.html":[6,0,1,48], "lang_8php.html":[6,0,1,48],
"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0], "lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0],
@ -172,8 +185,8 @@ var NAVTREEINDEX6 =
"mytheme_2php_2style_8php.html":[6,0,3,1,2,0,1], "mytheme_2php_2style_8php.html":[6,0,3,1,2,0,1],
"mytheme_2php_2theme_8php.html":[6,0,3,1,2,0,2], "mytheme_2php_2theme_8php.html":[6,0,3,1,2,0,2],
"mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,2,0,2,0], "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,2,0,2,0],
"namespaceFriendica.html":[4,0,1],
"namespaceFriendica.html":[5,0,1], "namespaceFriendica.html":[5,0,1],
"namespaceFriendica.html":[4,0,1],
"namespaceacl__selectors.html":[4,0,0], "namespaceacl__selectors.html":[4,0,0],
"namespaceacl__selectors.html":[5,0,0], "namespaceacl__selectors.html":[5,0,0],
"namespacefriendica-to-smarty-tpl.html":[5,0,2], "namespacefriendica-to-smarty-tpl.html":[5,0,2],
@ -236,18 +249,5 @@ var NAVTREEINDEX6 =
"passion_8php.html":[6,0,3,1,0,2,6], "passion_8php.html":[6,0,3,1,0,2,6],
"passionwide_8php.html":[6,0,3,1,0,2,7], "passionwide_8php.html":[6,0,3,1,0,2,7],
"pdledit_8php.html":[6,0,1,76], "pdledit_8php.html":[6,0,1,76],
"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,76,0], "pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,76,0]
"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,76,1],
"permissions_8php.html":[6,0,0,59],
"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,59,2],
"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,59,0],
"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,59,4],
"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,59,3],
"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,59,5],
"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,59,1],
"photo_8php.html":[6,0,1,77],
"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,77,0],
"photo__driver_8php.html":[6,0,0,1,0],
"photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,1,0,2],
"photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,1,0,1]
}; };

View File

@ -1,5 +1,18 @@
var NAVTREEINDEX7 = var NAVTREEINDEX7 =
{ {
"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,76,1],
"permissions_8php.html":[6,0,0,59],
"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,59,2],
"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,59,0],
"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,59,4],
"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,59,3],
"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,59,5],
"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,59,1],
"photo_8php.html":[6,0,1,77],
"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,77,0],
"photo__driver_8php.html":[6,0,0,1,0],
"photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,1,0,2],
"photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,1,0,1],
"photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035":[6,0,0,1,0,4], "photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035":[6,0,0,1,0,4],
"photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887":[6,0,0,1,0,3], "photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887":[6,0,0,1,0,3],
"photo__gd_8php.html":[6,0,0,1,1], "photo__gd_8php.html":[6,0,0,1,1],
@ -23,8 +36,7 @@ var NAVTREEINDEX7 =
"ping_8php.html":[6,0,1,80], "ping_8php.html":[6,0,1,80],
"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,80,0], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,80,0],
"plugin_8php.html":[6,0,0,61], "plugin_8php.html":[6,0,0,61],
"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,61,23], "plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,61,24],
"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,61,26],
"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,61,22], "plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,61,22],
"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,61,8], "plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,61,8],
"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,61,17], "plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,61,17],
@ -32,20 +44,16 @@ var NAVTREEINDEX7 =
"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,61,7], "plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,61,7],
"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,61,16], "plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,61,16],
"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,61,14], "plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,61,14],
"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,61,30],
"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,61,9], "plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,61,9],
"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,61,28], "plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,61,26],
"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,61,11], "plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,61,11],
"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,61,25], "plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,61,23],
"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,61,12], "plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,61,12],
"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,61,29],
"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,61,4], "plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,61,4],
"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,61,0], "plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,61,0],
"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,61,19], "plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,61,19],
"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,61,31],
"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,61,1], "plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,61,1],
"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,61,27], "plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,61,25],
"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,61,24],
"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,61,13], "plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,61,13],
"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,61,18], "plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,61,18],
"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,61,3], "plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,61,3],
@ -241,13 +249,5 @@ var NAVTREEINDEX7 =
"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,111,0], "sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,111,0],
"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,111,1], "sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,111,1],
"spam_8php.html":[6,0,0,73], "spam_8php.html":[6,0,0,73],
"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,73,1], "spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,73,1]
"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,73,0],
"sslify_8php.html":[6,0,1,112],
"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,112,0],
"starred_8php.html":[6,0,1,113],
"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,113,0],
"subthread_8php.html":[6,0,1,114],
"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,114,0],
"suggest_8php.html":[6,0,1,115]
}; };

View File

@ -1,5 +1,13 @@
var NAVTREEINDEX8 = var NAVTREEINDEX8 =
{ {
"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,73,0],
"sslify_8php.html":[6,0,1,112],
"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,112,0],
"starred_8php.html":[6,0,1,113],
"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,113,0],
"subthread_8php.html":[6,0,1,114],
"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,114,0],
"suggest_8php.html":[6,0,1,115],
"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,115,0], "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,115,0],
"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,115,1], "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,115,1],
"system__unavailable_8php.html":[6,0,0,74], "system__unavailable_8php.html":[6,0,0,74],
@ -241,13 +249,5 @@ var NAVTREEINDEX8 =
"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,78,24], "widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,78,24],
"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,78,22], "widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,78,22],
"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,78,29], "widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,78,29],
"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,78,1], "widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,78,1]
"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,78,14],
"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,78,0],
"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,78,13],
"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,78,28],
"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,78,4],
"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,78,17],
"xchan_8php.html":[6,0,1,135],
"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,135,0]
}; };

View File

@ -1,5 +1,13 @@
var NAVTREEINDEX9 = var NAVTREEINDEX9 =
{ {
"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,78,14],
"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,78,0],
"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,78,13],
"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,78,28],
"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,78,4],
"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,78,17],
"xchan_8php.html":[6,0,1,135],
"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,135,0],
"xrd_8php.html":[6,0,1,136], "xrd_8php.html":[6,0,1,136],
"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,136,0], "xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,136,0],
"xref_8php.html":[6,0,1,137], "xref_8php.html":[6,0,1,137],

View File

@ -232,7 +232,7 @@ Functions</h2></td></tr>
</table> </table>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Referenced by <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>.</p> <p>Referenced by <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>.</p>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,13 +23,8 @@ var plugin_8php =
[ "register_hook", "plugin_8php.html#a425472c5f3afc137268b2ad45652b209", null ], [ "register_hook", "plugin_8php.html#a425472c5f3afc137268b2ad45652b209", null ],
[ "reload_plugins", "plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025", null ], [ "reload_plugins", "plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025", null ],
[ "script_path", "plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3", null ], [ "script_path", "plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3", null ],
[ "service_class_allows", "plugin_8php.html#a030cec6793b909c439c0336ba39b1571", null ],
[ "service_class_fetch", "plugin_8php.html#a905b54e10704b283ac64680a8abc0971", null ],
[ "theme_include", "plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2", null ], [ "theme_include", "plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2", null ],
[ "uninstall_plugin", "plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76", null ], [ "uninstall_plugin", "plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76", null ],
[ "unload_plugin", "plugin_8php.html#a90538627db68605aeb6db17a8ead6523", null ], [ "unload_plugin", "plugin_8php.html#a90538627db68605aeb6db17a8ead6523", null ],
[ "unregister_hook", "plugin_8php.html#a56f71fe5adf9586ce950523d8180443e", null ], [ "unregister_hook", "plugin_8php.html#a56f71fe5adf9586ce950523d8180443e", null ]
[ "upgrade_bool_message", "plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d", null ],
[ "upgrade_link", "plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040", null ],
[ "upgrade_message", "plugin_8php.html#a901657dd078e070516cf97285e0bada7", null ]
]; ];

View File

@ -3,6 +3,7 @@ var searchData=
['abook_5fconnections',['abook_connections',['../Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e',1,'Contact.php']]], ['abook_5fconnections',['abook_connections',['../Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e',1,'Contact.php']]],
['abook_5fflag_5farchived',['ABOOK_FLAG_ARCHIVED',['../boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5',1,'boot.php']]], ['abook_5fflag_5farchived',['ABOOK_FLAG_ARCHIVED',['../boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5',1,'boot.php']]],
['abook_5fflag_5fblocked',['ABOOK_FLAG_BLOCKED',['../boot_8php.html#a52b599cd13e152ebc80d7e4413683195',1,'boot.php']]], ['abook_5fflag_5fblocked',['ABOOK_FLAG_BLOCKED',['../boot_8php.html#a52b599cd13e152ebc80d7e4413683195',1,'boot.php']]],
['abook_5fflag_5ffeed',['ABOOK_FLAG_FEED',['../boot_8php.html#ae0d9527117cd87dcba11986047ae336e',1,'boot.php']]],
['abook_5fflag_5fhidden',['ABOOK_FLAG_HIDDEN',['../boot_8php.html#a34c756469ebed32e2fc987bcde62d382',1,'boot.php']]], ['abook_5fflag_5fhidden',['ABOOK_FLAG_HIDDEN',['../boot_8php.html#a34c756469ebed32e2fc987bcde62d382',1,'boot.php']]],
['abook_5fflag_5fignored',['ABOOK_FLAG_IGNORED',['../boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6',1,'boot.php']]], ['abook_5fflag_5fignored',['ABOOK_FLAG_IGNORED',['../boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6',1,'boot.php']]],
['abook_5fflag_5fpending',['ABOOK_FLAG_PENDING',['../boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155',1,'boot.php']]], ['abook_5fflag_5fpending',['ABOOK_FLAG_PENDING',['../boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155',1,'boot.php']]],

View File

@ -6,6 +6,8 @@ var searchData=
['baseobject_2ephp',['BaseObject.php',['../BaseObject_8php.html',1,'']]], ['baseobject_2ephp',['BaseObject.php',['../BaseObject_8php.html',1,'']]],
['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]], ['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]],
['bb2diaspora_2ephp',['bb2diaspora.php',['../bb2diaspora_8php.html',1,'']]], ['bb2diaspora_2ephp',['bb2diaspora.php',['../bb2diaspora_8php.html',1,'']]],
['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47',1,'bb2diaspora.php']]],
['bb2dmention_5fcallback',['bb2dmention_callback',['../bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34',1,'bb2diaspora.php']]],
['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]],
['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]], ['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]],
['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]],
@ -35,8 +37,8 @@ var searchData=
['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&amp;$a, $headimg, $headimghome):&#160;config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&amp;$a, $headimg, $headimghome):&#160;config.php']]], ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&amp;$a, $headimg, $headimghome):&#160;config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&amp;$a, $headimg, $headimghome):&#160;config.php']]],
['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]],
['bookmark_5fadd',['bookmark_add',['../include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323',1,'bookmarks.php']]], ['bookmark_5fadd',['bookmark_add',['../include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323',1,'bookmarks.php']]],
['bookmarks_2ephp',['bookmarks.php',['../mod_2bookmarks_8php.html',1,'']]],
['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]], ['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]],
['bookmarks_2ephp',['bookmarks.php',['../mod_2bookmarks_8php.html',1,'']]],
['bookmarks_5fcontent',['bookmarks_content',['../mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a',1,'bookmarks.php']]], ['bookmarks_5fcontent',['bookmarks_content',['../mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a',1,'bookmarks.php']]],
['bookmarks_5finit',['bookmarks_init',['../mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3',1,'bookmarks.php']]], ['bookmarks_5finit',['bookmarks_init',['../mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3',1,'bookmarks.php']]],
['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]], ['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]],

View File

@ -58,6 +58,7 @@ var searchData=
['check_5fphp',['check_php',['../setup_8php.html#a14d208682a88632290c895d20da6e7d6',1,'setup.php']]], ['check_5fphp',['check_php',['../setup_8php.html#a14d208682a88632290c895d20da6e7d6',1,'setup.php']]],
['check_5fsmarty3',['check_smarty3',['../setup_8php.html#afd8b0b3ade1507c45325caf377bf459d',1,'setup.php']]], ['check_5fsmarty3',['check_smarty3',['../setup_8php.html#afd8b0b3ade1507c45325caf377bf459d',1,'setup.php']]],
['check_5fstore',['check_store',['../setup_8php.html#ab4b71369a25021d59247c917e98d8246',1,'setup.php']]], ['check_5fstore',['check_store',['../setup_8php.html#ab4b71369a25021d59247c917e98d8246',1,'setup.php']]],
['check_5fupstream_5fdirectory',['check_upstream_directory',['../dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16',1,'dir_fns.php']]],
['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]], ['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]],
['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]], ['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]],
['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]], ['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]],

View File

@ -61,6 +61,7 @@ var searchData=
['diaspora_5fis_5fblacklisted',['diaspora_is_blacklisted',['../diaspora_8php.html#a858f70153c384f8778082cf7843a19da',1,'diaspora.php']]], ['diaspora_5fis_5fblacklisted',['diaspora_is_blacklisted',['../diaspora_8php.html#a858f70153c384f8778082cf7843a19da',1,'diaspora.php']]],
['diaspora_5fis_5freshare',['diaspora_is_reshare',['../diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690',1,'diaspora.php']]], ['diaspora_5fis_5freshare',['diaspora_is_reshare',['../diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690',1,'diaspora.php']]],
['diaspora_5flike',['diaspora_like',['../diaspora_8php.html#a5d57518545baa31cf8a85a937a267681',1,'diaspora.php']]], ['diaspora_5flike',['diaspora_like',['../diaspora_8php.html#a5d57518545baa31cf8a85a937a267681',1,'diaspora.php']]],
['diaspora_5fmention_5fcallback',['diaspora_mention_callback',['../bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b',1,'bb2diaspora.php']]],
['diaspora_5fmessage',['diaspora_message',['../diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46',1,'diaspora.php']]], ['diaspora_5fmessage',['diaspora_message',['../diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46',1,'diaspora.php']]],
['diaspora_5fmsg_5fbuild',['diaspora_msg_build',['../diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b',1,'diaspora.php']]], ['diaspora_5fmsg_5fbuild',['diaspora_msg_build',['../diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b',1,'diaspora.php']]],
['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]],
@ -107,6 +108,7 @@ var searchData=
['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]], ['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]],
['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]], ['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]],
['discover',['discover',['../classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337',1,'ProtoDriver\discover()'],['../classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514',1,'ZotDriver\discover()']]], ['discover',['discover',['../classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337',1,'ProtoDriver\discover()'],['../classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514',1,'ZotDriver\discover()']]],
['discover_5fby_5furl',['discover_by_url',['../include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48',1,'network.php']]],
['discover_5fby_5fwebbie',['discover_by_webbie',['../include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe',1,'network.php']]], ['discover_5fby_5fwebbie',['discover_by_webbie',['../include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe',1,'network.php']]],
['display_2ephp',['display.php',['../display_8php.html',1,'']]], ['display_2ephp',['display.php',['../display_8php.html',1,'']]],
['display_5fcontent',['display_content',['../display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0',1,'display.php']]], ['display_5fcontent',['display_content',['../display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0',1,'display.php']]],

View File

@ -8,7 +8,6 @@ var searchData=
['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]], ['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]],
['editwebpage_2ephp',['editwebpage.php',['../editwebpage_8php.html',1,'']]], ['editwebpage_2ephp',['editwebpage.php',['../editwebpage_8php.html',1,'']]],
['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]], ['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]],
['element_5finstall',['element_install',['../include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b',1,'apps.php']]],
['else',['else',['../auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5',1,'else():&#160;auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else():&#160;fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else():&#160;tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else():&#160;style.php']]], ['else',['else',['../auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5',1,'else():&#160;auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else():&#160;fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else():&#160;tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else():&#160;style.php']]],
['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]], ['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]],
['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]], ['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]],

View File

@ -26,6 +26,7 @@ var searchData=
['filestorage_2ephp',['filestorage.php',['../filestorage_8php.html',1,'']]], ['filestorage_2ephp',['filestorage.php',['../filestorage_8php.html',1,'']]],
['filestorage_5fcontent',['filestorage_content',['../filestorage_8php.html#a61bb1be78472555df4ce619f51014040',1,'filestorage.php']]], ['filestorage_5fcontent',['filestorage_content',['../filestorage_8php.html#a61bb1be78472555df4ce619f51014040',1,'filestorage.php']]],
['filestorage_5fpost',['filestorage_post',['../filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd',1,'filestorage.php']]], ['filestorage_5fpost',['filestorage_post',['../filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd',1,'filestorage.php']]],
['filter_5finsecure',['filter_insecure',['../items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a',1,'items.php']]],
['find_5fdiaspora_5fperson_5fby_5fhandle',['find_diaspora_person_by_handle',['../diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b',1,'diaspora.php']]], ['find_5fdiaspora_5fperson_5fby_5fhandle',['find_diaspora_person_by_handle',['../diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b',1,'diaspora.php']]],
['find_5ffilename_5fby_5fhash',['find_filename_by_hash',['../include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86',1,'attach.php']]], ['find_5ffilename_5fby_5fhash',['find_filename_by_hash',['../include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86',1,'attach.php']]],
['find_5ffolder_5fhash_5fby_5fattach_5fhash',['find_folder_hash_by_attach_hash',['../include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997',1,'attach.php']]], ['find_5ffolder_5fhash_5fby_5fattach_5fhash',['find_folder_hash_by_attach_hash',['../include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997',1,'attach.php']]],
@ -47,8 +48,8 @@ var searchData=
['fkoauthdatastore',['FKOAuthDataStore',['../classFKOAuthDataStore.html',1,'']]], ['fkoauthdatastore',['FKOAuthDataStore',['../classFKOAuthDataStore.html',1,'']]],
['flip',['flip',['../classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832',1,'photo_driver\flip()'],['../classphoto__gd.html#a44cedef376044018702d9355ddc813ce',1,'photo_gd\flip()'],['../classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393',1,'photo_imagick\flip()']]], ['flip',['flip',['../classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832',1,'photo_driver\flip()'],['../classphoto__gd.html#a44cedef376044018702d9355ddc813ce',1,'photo_gd\flip()'],['../classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393',1,'photo_imagick\flip()']]],
['fnull',['fnull',['../namespaceupdatetpl.html#a79c20eb62d568c999b56eb08530355d3',1,'updatetpl']]], ['fnull',['fnull',['../namespaceupdatetpl.html#a79c20eb62d568c999b56eb08530355d3',1,'updatetpl']]],
['follow_2ephp',['follow.php',['../include_2follow_8php.html',1,'']]],
['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]],
['follow_2ephp',['follow.php',['../include_2follow_8php.html',1,'']]],
['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]], ['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]],
['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]], ['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]],
['foreach',['foreach',['../typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5',1,'typo.php']]], ['foreach',['foreach',['../typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5',1,'typo.php']]],

View File

@ -8,6 +8,7 @@ var searchData=
['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if():&#160;php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;full.php'],['../redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;redable.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if():&#160;style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;default.php']]], ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if():&#160;php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;full.php'],['../redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;redable.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if():&#160;style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if():&#160;default.php']]],
['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]],
['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]],
['import_5fauthor_5fdiaspora',['import_author_diaspora',['../items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc',1,'items.php']]],
['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]],
['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]],
['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]], ['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]],

View File

@ -25,8 +25,8 @@ var searchData=
['send_5freg_5fapproval_5femail',['send_reg_approval_email',['../account_8php.html#a014de2d5d5c9785de5bf547a485822fa',1,'account.php']]], ['send_5freg_5fapproval_5femail',['send_reg_approval_email',['../account_8php.html#a014de2d5d5c9785de5bf547a485822fa',1,'account.php']]],
['send_5fstatus_5fnotifications',['send_status_notifications',['../items_8php.html#aab9e0c58247427126de0699c729c3b6c',1,'items.php']]], ['send_5fstatus_5fnotifications',['send_status_notifications',['../items_8php.html#aab9e0c58247427126de0699c729c3b6c',1,'items.php']]],
['send_5fverification_5femail',['send_verification_email',['../account_8php.html#aa9c29c497c17d8f9344dce8631ad8761',1,'account.php']]], ['send_5fverification_5femail',['send_verification_email',['../account_8php.html#aa9c29c497c17d8f9344dce8631ad8761',1,'account.php']]],
['service_5fclass_5fallows',['service_class_allows',['../plugin_8php.html#a030cec6793b909c439c0336ba39b1571',1,'plugin.php']]], ['service_5fclass_5fallows',['service_class_allows',['../account_8php.html#a030cec6793b909c439c0336ba39b1571',1,'account.php']]],
['service_5fclass_5ffetch',['service_class_fetch',['../plugin_8php.html#a905b54e10704b283ac64680a8abc0971',1,'plugin.php']]], ['service_5fclass_5ffetch',['service_class_fetch',['../account_8php.html#a905b54e10704b283ac64680a8abc0971',1,'account.php']]],
['session_2ephp',['session.php',['../session_8php.html',1,'']]], ['session_2ephp',['session.php',['../session_8php.html',1,'']]],
['set',['set',['../classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce',1,'Cache']]], ['set',['set',['../classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce',1,'Cache']]],
['set_5faccount',['set_account',['../classApp.html#aeb1fe1c8ad9aa639909bd183ce578536',1,'App']]], ['set_5faccount',['set_account',['../classApp.html#aeb1fe1c8ad9aa639909bd183ce578536',1,'App']]],
@ -108,6 +108,7 @@ var searchData=
['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]], ['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]],
['storage_5fdefault_5fpermissions',['STORAGE_DEFAULT_PERMISSIONS',['../boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6',1,'boot.php']]], ['storage_5fdefault_5fpermissions',['STORAGE_DEFAULT_PERMISSIONS',['../boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6',1,'boot.php']]],
['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]], ['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]],
['store_5fdiaspora_5fcomment_5fsig',['store_diaspora_comment_sig',['../items_8php.html#af0a887050dc8d0f51c89890cdaf3145f',1,'items.php']]],
['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]], ['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]],
['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]],
['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c',1,'security.php']]], ['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c',1,'security.php']]],
@ -116,9 +117,9 @@ var searchData=
['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]],
['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]], ['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]],
['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]],
['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]],
['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]],
['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]],
['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]],
['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]],
['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]],
['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]],

View File

@ -33,9 +33,9 @@ var searchData=
['update_5fsuggestions',['update_suggestions',['../socgraph_8php.html#a790690bb1a1d02483fe31632a160144d',1,'socgraph.php']]], ['update_5fsuggestions',['update_suggestions',['../socgraph_8php.html#a790690bb1a1d02483fe31632a160144d',1,'socgraph.php']]],
['updatetpl',['updatetpl',['../namespaceupdatetpl.html',1,'']]], ['updatetpl',['updatetpl',['../namespaceupdatetpl.html',1,'']]],
['updatetpl_2epy',['updatetpl.py',['../updatetpl_8py.html',1,'']]], ['updatetpl_2epy',['updatetpl.py',['../updatetpl_8py.html',1,'']]],
['upgrade_5fbool_5fmessage',['upgrade_bool_message',['../plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d',1,'plugin.php']]], ['upgrade_5fbool_5fmessage',['upgrade_bool_message',['../account_8php.html#a754d7f53b3abc557b753c057dc4e021d',1,'account.php']]],
['upgrade_5flink',['upgrade_link',['../plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040',1,'plugin.php']]], ['upgrade_5flink',['upgrade_link',['../account_8php.html#a4fc13e528367f510fcb6d8bbfc559040',1,'account.php']]],
['upgrade_5fmessage',['upgrade_message',['../plugin_8php.html#a901657dd078e070516cf97285e0bada7',1,'plugin.php']]], ['upgrade_5fmessage',['upgrade_message',['../account_8php.html#a901657dd078e070516cf97285e0bada7',1,'account.php']]],
['user_5fallow',['user_allow',['../account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1',1,'account.php']]], ['user_5fallow',['user_allow',['../account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1',1,'account.php']]],
['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]], ['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]],
['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]], ['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]],

View File

@ -3,6 +3,8 @@ var searchData=
['base64url_5fdecode',['base64url_decode',['../text_8php.html#a13286f8a95d2de6b102966ecc270c8d6',1,'text.php']]], ['base64url_5fdecode',['base64url_decode',['../text_8php.html#a13286f8a95d2de6b102966ecc270c8d6',1,'text.php']]],
['base64url_5fencode',['base64url_encode',['../text_8php.html#a070384ec000fd65043fce11d5392d241',1,'text.php']]], ['base64url_5fencode',['base64url_encode',['../text_8php.html#a070384ec000fd65043fce11d5392d241',1,'text.php']]],
['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]], ['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]],
['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47',1,'bb2diaspora.php']]],
['bb2dmention_5fcallback',['bb2dmention_callback',['../bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34',1,'bb2diaspora.php']]],
['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]],
['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]], ['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]],
['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]],

View File

@ -49,6 +49,7 @@ var searchData=
['check_5fphp',['check_php',['../setup_8php.html#a14d208682a88632290c895d20da6e7d6',1,'setup.php']]], ['check_5fphp',['check_php',['../setup_8php.html#a14d208682a88632290c895d20da6e7d6',1,'setup.php']]],
['check_5fsmarty3',['check_smarty3',['../setup_8php.html#afd8b0b3ade1507c45325caf377bf459d',1,'setup.php']]], ['check_5fsmarty3',['check_smarty3',['../setup_8php.html#afd8b0b3ade1507c45325caf377bf459d',1,'setup.php']]],
['check_5fstore',['check_store',['../setup_8php.html#ab4b71369a25021d59247c917e98d8246',1,'setup.php']]], ['check_5fstore',['check_store',['../setup_8php.html#ab4b71369a25021d59247c917e98d8246',1,'setup.php']]],
['check_5fupstream_5fdirectory',['check_upstream_directory',['../dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16',1,'dir_fns.php']]],
['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]], ['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]],
['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]], ['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]],
['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]], ['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]],

View File

@ -40,6 +40,7 @@ var searchData=
['diaspora_5fis_5fblacklisted',['diaspora_is_blacklisted',['../diaspora_8php.html#a858f70153c384f8778082cf7843a19da',1,'diaspora.php']]], ['diaspora_5fis_5fblacklisted',['diaspora_is_blacklisted',['../diaspora_8php.html#a858f70153c384f8778082cf7843a19da',1,'diaspora.php']]],
['diaspora_5fis_5freshare',['diaspora_is_reshare',['../diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690',1,'diaspora.php']]], ['diaspora_5fis_5freshare',['diaspora_is_reshare',['../diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690',1,'diaspora.php']]],
['diaspora_5flike',['diaspora_like',['../diaspora_8php.html#a5d57518545baa31cf8a85a937a267681',1,'diaspora.php']]], ['diaspora_5flike',['diaspora_like',['../diaspora_8php.html#a5d57518545baa31cf8a85a937a267681',1,'diaspora.php']]],
['diaspora_5fmention_5fcallback',['diaspora_mention_callback',['../bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b',1,'bb2diaspora.php']]],
['diaspora_5fmessage',['diaspora_message',['../diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46',1,'diaspora.php']]], ['diaspora_5fmessage',['diaspora_message',['../diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46',1,'diaspora.php']]],
['diaspora_5fmsg_5fbuild',['diaspora_msg_build',['../diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b',1,'diaspora.php']]], ['diaspora_5fmsg_5fbuild',['diaspora_msg_build',['../diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b',1,'diaspora.php']]],
['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]],
@ -75,6 +76,7 @@ var searchData=
['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]], ['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]],
['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]], ['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]],
['discover',['discover',['../classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337',1,'ProtoDriver\discover()'],['../classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514',1,'ZotDriver\discover()']]], ['discover',['discover',['../classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337',1,'ProtoDriver\discover()'],['../classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514',1,'ZotDriver\discover()']]],
['discover_5fby_5furl',['discover_by_url',['../include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48',1,'network.php']]],
['discover_5fby_5fwebbie',['discover_by_webbie',['../include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe',1,'network.php']]], ['discover_5fby_5fwebbie',['discover_by_webbie',['../include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe',1,'network.php']]],
['display_5fcontent',['display_content',['../display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0',1,'display.php']]], ['display_5fcontent',['display_content',['../display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0',1,'display.php']]],
['dlogger',['dlogger',['../text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c',1,'text.php']]], ['dlogger',['dlogger',['../text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c',1,'text.php']]],

View File

@ -4,7 +4,6 @@ var searchData=
['editlayout_5fcontent',['editlayout_content',['../editlayout_8php.html#aa877e4157a26b099de904164181dd386',1,'editlayout.php']]], ['editlayout_5fcontent',['editlayout_content',['../editlayout_8php.html#aa877e4157a26b099de904164181dd386',1,'editlayout.php']]],
['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]], ['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]],
['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]], ['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]],
['element_5finstall',['element_install',['../include_2apps_8php.html#a7c8bf17bd61a310bacb21ba9ad7a061b',1,'apps.php']]],
['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]], ['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]],
['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]], ['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]],
['encode_5fitem',['encode_item',['../items_8php.html#a82955cc578f0fa600acec84475026194',1,'items.php']]], ['encode_5fitem',['encode_item',['../items_8php.html#a82955cc578f0fa600acec84475026194',1,'items.php']]],

View File

@ -17,6 +17,7 @@ var searchData=
['filerm_5fcontent',['filerm_content',['../filerm_8php.html#ae2eb28d2054fa2c37e38689882172208',1,'filerm.php']]], ['filerm_5fcontent',['filerm_content',['../filerm_8php.html#ae2eb28d2054fa2c37e38689882172208',1,'filerm.php']]],
['filestorage_5fcontent',['filestorage_content',['../filestorage_8php.html#a61bb1be78472555df4ce619f51014040',1,'filestorage.php']]], ['filestorage_5fcontent',['filestorage_content',['../filestorage_8php.html#a61bb1be78472555df4ce619f51014040',1,'filestorage.php']]],
['filestorage_5fpost',['filestorage_post',['../filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd',1,'filestorage.php']]], ['filestorage_5fpost',['filestorage_post',['../filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd',1,'filestorage.php']]],
['filter_5finsecure',['filter_insecure',['../items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a',1,'items.php']]],
['find_5fdiaspora_5fperson_5fby_5fhandle',['find_diaspora_person_by_handle',['../diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b',1,'diaspora.php']]], ['find_5fdiaspora_5fperson_5fby_5fhandle',['find_diaspora_person_by_handle',['../diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b',1,'diaspora.php']]],
['find_5ffilename_5fby_5fhash',['find_filename_by_hash',['../include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86',1,'attach.php']]], ['find_5ffilename_5fby_5fhash',['find_filename_by_hash',['../include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86',1,'attach.php']]],
['find_5ffolder_5fhash_5fby_5fattach_5fhash',['find_folder_hash_by_attach_hash',['../include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997',1,'attach.php']]], ['find_5ffolder_5fhash_5fby_5fattach_5fhash',['find_folder_hash_by_attach_hash',['../include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997',1,'attach.php']]],

View File

@ -5,6 +5,7 @@ var searchData=
['identity_5fselector',['identity_selector',['../identity_8php.html#a2ab5172eabd375869060c9ad68323f5c',1,'identity.php']]], ['identity_5fselector',['identity_selector',['../identity_8php.html#a2ab5172eabd375869060c9ad68323f5c',1,'identity.php']]],
['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]],
['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]],
['import_5fauthor_5fdiaspora',['import_author_diaspora',['../items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc',1,'items.php']]],
['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]],
['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]],
['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]], ['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]],

View File

@ -22,8 +22,8 @@ var searchData=
['send_5freg_5fapproval_5femail',['send_reg_approval_email',['../account_8php.html#a014de2d5d5c9785de5bf547a485822fa',1,'account.php']]], ['send_5freg_5fapproval_5femail',['send_reg_approval_email',['../account_8php.html#a014de2d5d5c9785de5bf547a485822fa',1,'account.php']]],
['send_5fstatus_5fnotifications',['send_status_notifications',['../items_8php.html#aab9e0c58247427126de0699c729c3b6c',1,'items.php']]], ['send_5fstatus_5fnotifications',['send_status_notifications',['../items_8php.html#aab9e0c58247427126de0699c729c3b6c',1,'items.php']]],
['send_5fverification_5femail',['send_verification_email',['../account_8php.html#aa9c29c497c17d8f9344dce8631ad8761',1,'account.php']]], ['send_5fverification_5femail',['send_verification_email',['../account_8php.html#aa9c29c497c17d8f9344dce8631ad8761',1,'account.php']]],
['service_5fclass_5fallows',['service_class_allows',['../plugin_8php.html#a030cec6793b909c439c0336ba39b1571',1,'plugin.php']]], ['service_5fclass_5fallows',['service_class_allows',['../account_8php.html#a030cec6793b909c439c0336ba39b1571',1,'account.php']]],
['service_5fclass_5ffetch',['service_class_fetch',['../plugin_8php.html#a905b54e10704b283ac64680a8abc0971',1,'plugin.php']]], ['service_5fclass_5ffetch',['service_class_fetch',['../account_8php.html#a905b54e10704b283ac64680a8abc0971',1,'account.php']]],
['set',['set',['../classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce',1,'Cache']]], ['set',['set',['../classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce',1,'Cache']]],
['set_5faccount',['set_account',['../classApp.html#aeb1fe1c8ad9aa639909bd183ce578536',1,'App']]], ['set_5faccount',['set_account',['../classApp.html#aeb1fe1c8ad9aa639909bd183ce578536',1,'App']]],
['set_5fapp',['set_app',['../classBaseObject.html#a0a9acda12d751692834cf6999f889223',1,'BaseObject']]], ['set_5fapp',['set_app',['../classBaseObject.html#a0a9acda12d751692834cf6999f889223',1,'BaseObject']]],
@ -88,6 +88,7 @@ var searchData=
['startup',['startup',['../boot_8php.html#aca47505b8732177f52bb2d647eb2741c',1,'boot.php']]], ['startup',['startup',['../boot_8php.html#aca47505b8732177f52bb2d647eb2741c',1,'boot.php']]],
['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]], ['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]],
['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]], ['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]],
['store_5fdiaspora_5fcomment_5fsig',['store_diaspora_comment_sig',['../items_8php.html#af0a887050dc8d0f51c89890cdaf3145f',1,'items.php']]],
['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]], ['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]],
['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]],
['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c',1,'security.php']]], ['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c',1,'security.php']]],

View File

@ -21,9 +21,9 @@ var searchData=
['update_5fremote_5fid',['update_remote_id',['../items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6',1,'items.php']]], ['update_5fremote_5fid',['update_remote_id',['../items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6',1,'items.php']]],
['update_5fsearch_5fcontent',['update_search_content',['../update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52',1,'update_search.php']]], ['update_5fsearch_5fcontent',['update_search_content',['../update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52',1,'update_search.php']]],
['update_5fsuggestions',['update_suggestions',['../socgraph_8php.html#a790690bb1a1d02483fe31632a160144d',1,'socgraph.php']]], ['update_5fsuggestions',['update_suggestions',['../socgraph_8php.html#a790690bb1a1d02483fe31632a160144d',1,'socgraph.php']]],
['upgrade_5fbool_5fmessage',['upgrade_bool_message',['../plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d',1,'plugin.php']]], ['upgrade_5fbool_5fmessage',['upgrade_bool_message',['../account_8php.html#a754d7f53b3abc557b753c057dc4e021d',1,'account.php']]],
['upgrade_5flink',['upgrade_link',['../plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040',1,'plugin.php']]], ['upgrade_5flink',['upgrade_link',['../account_8php.html#a4fc13e528367f510fcb6d8bbfc559040',1,'account.php']]],
['upgrade_5fmessage',['upgrade_message',['../plugin_8php.html#a901657dd078e070516cf97285e0bada7',1,'plugin.php']]], ['upgrade_5fmessage',['upgrade_message',['../account_8php.html#a901657dd078e070516cf97285e0bada7',1,'account.php']]],
['user_5fallow',['user_allow',['../account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1',1,'account.php']]], ['user_5fallow',['user_allow',['../account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1',1,'account.php']]],
['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]], ['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]],
['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]], ['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]],

View File

@ -2,6 +2,7 @@ var searchData=
[ [
['abook_5fflag_5farchived',['ABOOK_FLAG_ARCHIVED',['../boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5',1,'boot.php']]], ['abook_5fflag_5farchived',['ABOOK_FLAG_ARCHIVED',['../boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5',1,'boot.php']]],
['abook_5fflag_5fblocked',['ABOOK_FLAG_BLOCKED',['../boot_8php.html#a52b599cd13e152ebc80d7e4413683195',1,'boot.php']]], ['abook_5fflag_5fblocked',['ABOOK_FLAG_BLOCKED',['../boot_8php.html#a52b599cd13e152ebc80d7e4413683195',1,'boot.php']]],
['abook_5fflag_5ffeed',['ABOOK_FLAG_FEED',['../boot_8php.html#ae0d9527117cd87dcba11986047ae336e',1,'boot.php']]],
['abook_5fflag_5fhidden',['ABOOK_FLAG_HIDDEN',['../boot_8php.html#a34c756469ebed32e2fc987bcde62d382',1,'boot.php']]], ['abook_5fflag_5fhidden',['ABOOK_FLAG_HIDDEN',['../boot_8php.html#a34c756469ebed32e2fc987bcde62d382',1,'boot.php']]],
['abook_5fflag_5fignored',['ABOOK_FLAG_IGNORED',['../boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6',1,'boot.php']]], ['abook_5fflag_5fignored',['ABOOK_FLAG_IGNORED',['../boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6',1,'boot.php']]],
['abook_5fflag_5fpending',['ABOOK_FLAG_PENDING',['../boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155',1,'boot.php']]], ['abook_5fflag_5fpending',['ABOOK_FLAG_PENDING',['../boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155',1,'boot.php']]],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,7 @@ Variables</h2></td></tr>
<b>Initial value:</b><div class="fragment"><div class="line">= &lt;&lt;&lt; <a class="code" href="typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805">EOT</a></div> <b>Initial value:</b><div class="fragment"><div class="line">= &lt;&lt;&lt; <a class="code" href="typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805">EOT</a></div>
<div class="line"> error_reporting(E_ERROR | E_WARNING | E_PARSE )</div> <div class="line"> error_reporting(E_ERROR | E_WARNING | E_PARSE )</div>
</div><!-- fragment --> </div><!-- fragment -->
<p>Referenced by <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e">dbesc()</a>, <a class="el" href="classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e">dba_mysql\escape()</a>, <a class="el" href="classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64">dba_mysqli\escape()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff">head_get_main_js()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#aa2d3caa2f27720762b5c729e07df40fb">list_post_dates()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, and <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>.</p> <p>Referenced by <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e">dbesc()</a>, <a class="el" href="classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e">dba_mysql\escape()</a>, <a class="el" href="classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64">dba_mysqli\escape()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff">head_get_main_js()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#aa2d3caa2f27720762b5c729e07df40fb">list_post_dates()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, and <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>.</p>
</div> </div>
</div> </div>

View File

@ -484,7 +484,7 @@ function contact_remove($channel_id, $abook_id) {
); );
if($r) { if($r) {
foreach($r as $rr) { foreach($r as $rr) {
drop_item($rr,false); drop_item($rr['id'],false);
} }
} }

View File

@ -90,6 +90,10 @@ class Item extends BaseObject {
: false); : false);
$shareable = ((($conv->get_profile_owner() == local_user()) && ($item['item_private'] != 1)) ? true : false); $shareable = ((($conv->get_profile_owner() == local_user()) && ($item['item_private'] != 1)) ? true : false);
// allow an exemption for sharing stuff from your private feeds
if($item['author']['xchan_network'] === 'rss')
$shareable = true;
$mode = $conv->get_mode(); $mode = $conv->get_mode();
if(local_user() && $observer['xchan_hash'] === $item['author_xchan']) if(local_user() && $observer['xchan_hash'] === $item['author_xchan'])
@ -207,9 +211,10 @@ class Item extends BaseObject {
if($this->is_commentable()) { if($this->is_commentable()) {
$like = array( t("I like this \x28toggle\x29"), t("like")); $like = array( t("I like this \x28toggle\x29"), t("like"));
$dislike = array( t("I don't like this \x28toggle\x29"), t("dislike")); $dislike = array( t("I don't like this \x28toggle\x29"), t("dislike"));
}
if ($shareable) if ($shareable)
$share = array( t('Share This'), t('share')); $share = array( t('Share This'), t('share'));
}
if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC','now - 12 hours')) > 0) if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC','now - 12 hours')) > 0)
$indent .= ' shiny'; $indent .= ' shiny';
@ -251,7 +256,7 @@ class Item extends BaseObject {
'isotime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'c'), 'isotime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'c'),
'localtime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'r'), 'localtime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'r'),
'editedtime' => (($item['edited'] != $item['created']) ? sprintf( t('last edited: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['edited'], 'r')) : ''), 'editedtime' => (($item['edited'] != $item['created']) ? sprintf( t('last edited: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['edited'], 'r')) : ''),
'expiretime' => (($item['expires'] !== '0000-00-00 00:00:00') ? sprintf( t('Expires: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['expires'], 'r')):''), 'expiretime' => (($item['expires'] !== NULL_DATE) ? sprintf( t('Expires: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['expires'], 'r')):''),
'lock' => $lock, 'lock' => $lock,
'verified' => $verified, 'verified' => $verified,
'unverified' => $unverified, 'unverified' => $unverified,

View File

@ -108,7 +108,7 @@ function create_account($arr) {
$parent = ((x($arr,'parent')) ? intval($arr['parent']) : 0 ); $parent = ((x($arr,'parent')) ? intval($arr['parent']) : 0 );
$flags = ((x($arr,'account_flags')) ? intval($arr['account_flags']) : ACCOUNT_OK); $flags = ((x($arr,'account_flags')) ? intval($arr['account_flags']) : ACCOUNT_OK);
$roles = ((x($arr,'account_roles')) ? intval($arr['account_roles']) : 0 ); $roles = ((x($arr,'account_roles')) ? intval($arr['account_roles']) : 0 );
$expires = ((x($arr,'expires')) ? intval($arr['expires']) : '0000-00-00 00:00:00'); $expires = ((x($arr,'expires')) ? intval($arr['expires']) : NULL_DATE);
$default_service_class = get_config('system','default_service_class'); $default_service_class = get_config('system','default_service_class');
@ -511,8 +511,9 @@ function user_approve($hash) {
function downgrade_accounts() { function downgrade_accounts() {
$r = q("select * from account where not ( account_flags & %d ) $r = q("select * from account where not ( account_flags & %d )
and account_expires != '0000-00-00 00:00:00' and account_expires != '%s'
and account_expires < UTC_TIMESTAMP() ", and account_expires < UTC_TIMESTAMP() ",
dbesc(NULL_DATE),
intval(ACCOUNT_EXPIRED) intval(ACCOUNT_EXPIRED)
); );
@ -528,7 +529,7 @@ function downgrade_accounts() {
$x = q("UPDATE account set account_service_class = '%s', account_expires = '%s' $x = q("UPDATE account set account_service_class = '%s', account_expires = '%s'
where account_id = %d limit 1", where account_id = %d limit 1",
dbesc($basic), dbesc($basic),
dbesc('0000-00-00 00:00:00'), dbesc(NULL_DATE),
intval($rr['account_id']) intval($rr['account_id'])
); );
$ret = array('account' => $rr); $ret = array('account' => $rr);
@ -547,3 +548,91 @@ function downgrade_accounts() {
} }
} }
// check service_class restrictions. If there are no service_classes defined, everything is allowed.
// if $usage is supplied, we check against a maximum count and return true if the current usage is
// less than the subscriber plan allows. Otherwise we return boolean true or false if the property
// is allowed (or not) in this subscriber plan. An unset property for this service plan means
// the property is allowed, so it is only necessary to provide negative properties for each plan,
// or what the subscriber is not allowed to do.
function service_class_allows($uid,$property,$usage = false) {
$a = get_app();
if($uid == local_user()) {
$service_class = $a->account['account_service_class'];
}
else {
$r = q("select account_service_class as service_class
from channel c, account a
where c.channel_account_id=a.account_id and c.channel_id= %d limit 1",
intval($uid)
);
if($r !== false and count($r)) {
$service_class = $r[0]['service_class'];
}
}
if(! x($service_class))
return true; // everything is allowed
$arr = get_config('service_class',$service_class);
if(! is_array($arr) || (! count($arr)))
return true;
if($usage === false)
return ((x($arr[$property])) ? (bool) $arr[$property] : true);
else {
if(! array_key_exists($property,$arr))
return true;
return (((intval($usage)) < intval($arr[$property])) ? true : false);
}
}
function service_class_fetch($uid,$property) {
$a = get_app();
if($uid == local_user()) {
$service_class = $a->account['account_service_class'];
}
else {
$r = q("select account_service_class as service_class
from channel c, account a
where c.channel_account_id=a.account_id and c.channel_id= %d limit 1",
intval($uid)
);
if($r !== false and count($r)) {
$service_class = $r[0]['service_class'];
}
}
if(! x($service_class))
return false; // everything is allowed
$arr = get_config('service_class',$service_class);
if(! is_array($arr) || (! count($arr)))
return false;
return((array_key_exists($property,$arr)) ? $arr[$property] : false);
}
function upgrade_link($bbcode = false) {
$l = get_config('service_class','upgrade_link');
if(! $l)
return '';
if($bbcode)
$t = sprintf('[zrl=%s]' . t('Click here to upgrade.') . '[/zrl]', $l);
else
$t = sprintf('<a href="%s">' . t('Click here to upgrade.') . '</div>', $l);
return $t;
}
function upgrade_message($bbcode = false) {
$x = upgrade_link($bbcode);
return t('This action exceeds the limits set by your subscription plan.') . (($x) ? ' ' . $x : '') ;
}
function upgrade_bool_message($bbcode = false) {
$x = upgrade_link($bbcode);
return t('This action is not available under your subscription plan.') . (($x) ? ' ' . $x : '') ;
}

View File

@ -470,33 +470,3 @@ function papp_encode($papp) {
} }
/**
* install a shared design element (layout, webpage, block, menu, whatever)
*
*/
function element_install($channel,$s) {
$ret = array('success' => false);
$s = str_replace(array('[element]','[/element]'),array('',''),$s);
$s = base64url_decode($s);
if(! $s)
return $ret;
$x = json_decode($s,true);
if(! $x)
return $ret;
$d = array();
$result = item_store($d);
}

View File

@ -77,6 +77,25 @@ function share_unshield($m) {
} }
function diaspora_mention_callback($matches) {
$webbie = $matches[2];
$link = '';
if($webbie) {
$r = q("select * from hubloc left join xchan on hubloc_hash = xchan_hash where hubloc_addr = '%s' limit 1",
dbesc($webbie)
);
if($r)
$link = $r[0]['xchan_url'];
}
if(! $link)
$link = 'https://' . $matches[3] . '/u/' . $matches[2];
return '@[url=' . $link . ']' . trim($matches[1]) . ((substr($mentions[0],-1,1) === '+') ? '+' : '') . '[/url]' ;
}
// we don't want to support a bbcode specific markdown interpreter // we don't want to support a bbcode specific markdown interpreter
// and the markdown library we have is pretty good, but provides HTML output. // and the markdown library we have is pretty good, but provides HTML output.
@ -97,7 +116,12 @@ function diaspora2bb($s,$use_zrl = false) {
$s = str_replace("<br/>","<br />",$s); $s = str_replace("<br/>","<br />",$s);
$s = str_replace("\n","<br />",$s); $s = str_replace("\n","<br />",$s);
$s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);
// $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);
// first try plustags
$s = preg_replace_callback('/\@\{(.+?)\; (.+?)\@(.+?)\}\+/','diaspora_mention_callback',$s);
$s = preg_replace_callback('/\@\{(.+?)\; (.+?)\@(.+?)\}/','diaspora_mention_callback',$s);
// Escaping the hash tags - doesn't always seem to work // Escaping the hash tags - doesn't always seem to work
// $s = preg_replace('/\#([^\s\#])/','\\#$1',$s); // $s = preg_replace('/\#([^\s\#])/','\\#$1',$s);
@ -211,6 +235,80 @@ function diaspora_ol($s) {
return preg_replace("/\[\\\\\*\]( *)/", "1. ", $s[1]); return preg_replace("/\[\\\\\*\]( *)/", "1. ", $s[1]);
} }
function bb2dmention_callback($match) {
$r = q("select xchan_addr from xchan where xchan_url = '%s'",
dbesc($match[2])
);
if($r)
return '@{' . $match[3] . ' ; ' . $r[0]['xchan_addr'] . '}';
return '@' . $match[3];
}
function bb2diaspora_itembody($item) {
if($item['diaspora_meta']) {
$j = json_decode($item['diaspora_meta'],true);
if($j && $j['body']) {
logger('bb2diaspora_itembody: cached ');
return $j['body'];
}
}
$body = $item['body'];
if(array_key_exists('item_flags',$item) && ($item['item_flags'] & ITEM_OBSCURED)) {
$key = get_config('system','prvkey');
$title = (($item['title']) ? crypto_unencapsulate(json_decode($item['title'],true),$key) : '');
$body = (($item['body']) ? crypto_unencapsulate(json_decode($item['body'],true),$key) : '');
}
$body = preg_replace('/\#\^http/i', 'http', $body);
// protect tags and mentions from hijacking
if(intval(get_pconfig($item['uid'],'system','prevent_tag_hijacking'))) {
$new_tag = html_entity_decode('&#x22d5;',ENT_COMPAT,'UTF-8');
$new_mention = html_entity_decode('&#xff20;',ENT_COMPAT,'UTF-8');
// #-tags
$body = preg_replace('/\#\[url/i', $new_tag . '[url', $body);
$body = preg_replace('/\#\[zrl/i', $new_tag . '[zrl', $body);
// @-mentions
$body = preg_replace('/\@\!?\[url/i', $new_mention . '[url', $body);
$body = preg_replace('/\@\!?\[zrl/i', $new_mention . '[zrl', $body);
}
// remove multiple newlines
do {
$oldbody = $body;
$body = str_replace("\n\n\n", "\n\n", $body);
} while ($oldbody != $body);
$body = bb2diaspora($body);
if(strlen($title))
$body = "## " . $title . "\n\n" . $body;
if($item['attach']) {
$cnt = preg_match_all('/href=\"(.*?)\"(.*?)title=\"(.*?)\"/ism',$item['attach'],$matches,PREG_SET_ORDER);
if(cnt) {
$body .= "\n" . t('Attachments:') . "\n";
foreach($matches as $mtch) {
$body .= '[' . $mtch[3] . '](' . $mtch[1] . ')' . "\n";
}
}
}
logger('bb2diaspora_itembody : ' . $body);
return html_entity_decode($body);
}
function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) { function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) {
@ -221,10 +319,14 @@ function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) {
/** /**
* Transform #tags, strip off the [url] and replace spaces with underscore * Transform #tags, strip off the [url] and replace spaces with underscore
*/ */
$Text = preg_replace_callback('/#\[url\=(\w+.*?)\](\w+.*?)\[\/url\]/i', create_function('$match', $Text = preg_replace_callback('/#\[([zu])rl\=(\w+.*?)\](\w+.*?)\[\/[(zu)]rl\]/i', create_function('$match',
'return \'#\'. str_replace(\' \', \'_\', $match[2]);' 'return \'#\'. str_replace(\' \', \'_\', $match[3]);'
), $Text); ), $Text);
$Text = preg_replace('/#\^\[([zu])rl\=(\w+.*?)\](\w+.*?)\[\/([zu])rl\]/i', '[$1rl=$2]$3[/$4rl]', $Text);
$Text = preg_replace_callback('/\@\!?\[([zu])rl\=(\w+.*?)\](\w+.*?)\[\/([zu])rl\]/i', 'bb2dmention_callback', $Text);
// Converting images with size parameters to simple images. Markdown doesn't know it. // Converting images with size parameters to simple images. Markdown doesn't know it.
$Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $Text); $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $Text);
@ -252,195 +354,9 @@ function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) {
// Remove all unconverted tags // Remove all unconverted tags
$Text = strip_tags($Text); $Text = strip_tags($Text);
/* Old routine
$ev = bbtoevent($Text);
// Replace any html brackets with HTML Entities to prevent executing HTML or script
// Don't use strip_tags here because it breaks [url] search by replacing & with amp
$Text = str_replace("<", "&lt;", $Text);
$Text = str_replace(">", "&gt;", $Text);
// If we find any event code, turn it into an event.
// After we're finished processing the bbcode we'll
// replace all of the event code with a reformatted version.
if($preserve_nl)
$Text = str_replace(array("\n","\r"), array('',''),$Text);
else
// Remove the "return" character, as Diaspora uses only the "newline"
// character, so having the "return" character can cause signature
// failures
$Text = str_replace("\r", "", $Text);
// Set up the parameters for a URL search string
$URLSearchString = "^\[\]";
// Set up the parameters for a MAIL search string
$MAILSearchString = $URLSearchString;
// Perform URL Search
// [img]pathtoimage[/img]
// the following was added on 10-January-2012 due to an inability of Diaspora's
// new javascript markdown processor to handle links with images as the link "text"
// It is not optimal and may be removed if this ability is restored in the future
$Text = preg_replace("/\[url\=([$URLSearchString]*)\]\[img\](.*?)\[\/img\]\[\/url\]/ism",
'![' . t('image/photo') . '](' . '$2' . ')' . "\n" . '[' . t('link') . '](' . '$1' . ')', $Text);
$Text = preg_replace("/\[bookmark\]([$URLSearchString]*)\[\/bookmark\]/ism", '[$1]($1)', $Text);
$Text = preg_replace("/\[bookmark\=([$URLSearchString]*)\](.*?)\[\/bookmark\]/ism", '[$2]($1)', $Text);
$Text = preg_replace("/\[url\]([$URLSearchString]*)\[\/url\]/ism", '[$1]($1)', $Text);
$Text = preg_replace("/\#\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", '[#$2]($1)', $Text);
$Text = preg_replace("/\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", '[$2]($1)', $Text);
$Text = preg_replace("/\[img\](.*?)\[\/img\]/", '![' . t('image/photo') . '](' . '$1' . ')', $Text);
$Text = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/", '![' . t('image/photo') . '](' . '$2' . ')', $Text);
$Text = preg_replace("/\[zrl\]([$URLSearchString]*)\[\/zrl\]/ism", '[$1]($1)', $Text);
$Text = preg_replace("/\#\[zrl\=([$URLSearchString]*)\](.*?)\[\/zrl\]/ism", '[#$2]($1)', $Text);
$Text = preg_replace("/\[zrl\=([$URLSearchString]*)\](.*?)\[\/zrl\]/ism", '[$2]($1)', $Text);
$Text = preg_replace("/\[zmg\](.*?)\[\/zmg\]/", '![' . t('image/photo') . '](' . '$1' . ')', $Text);
$Text = preg_replace("/\[zmg\=(.*?)\](.*?)\[\/zmg\]/", '![' . t('image/photo') . '](' . '$2' . ')', $Text);
// Perform MAIL Search
$Text = preg_replace("(\[mail\]([$MAILSearchString]*)\[/mail\])", '[$1](mailto:$1)', $Text);
$Text = preg_replace("/\[mail\=([$MAILSearchString]*)\](.*?)\[\/mail\]/", '[$2](mailto:$1)', $Text);
$Text = str_replace('*', '\\*', $Text);
$Text = str_replace('_', '\\_', $Text);
$Text = str_replace('`','\\`', $Text);
// Check for bold text
$Text = preg_replace("(\[b\](.*?)\[\/b\])is",'**$1**',$Text);
// Check for italics text
$Text = preg_replace("(\[i\](.*?)\[\/i\])is",'_$1_',$Text);
// Check for underline text
// Replace with italics since Diaspora doesn't have underline
$Text = preg_replace("(\[u\](.*?)\[\/u\])is",'_$1_',$Text);
// Check for strike-through text
$Text = preg_replace("(\[s\](.*?)\[\/s\])is",'**[strike]**$1**[/strike]**',$Text);
// Check for over-line text
// $Text = preg_replace("(\[o\](.*?)\[\/o\])is",'<span class="overline">$1</span>',$Text);
// Check for colored text
// Remove color since Diaspora doesn't support it
$Text = preg_replace("(\[color=(.*?)\](.*?)\[\/color\])is","$2",$Text);
// Check for sized text
// Remove it since Diaspora doesn't support sizes very well
$Text = preg_replace("(\[size=(.*?)\](.*?)\[\/size\])is","$2",$Text);
// Check for list text
$endlessloop = 0;
while ((((strpos($Text, "[/list]") !== false) && (strpos($Text, "[list") !== false)) ||
((strpos($Text, "[/ol]") !== false) && (strpos($Text, "[ol]") !== false)) ||
((strpos($Text, "[/ul]") !== false) && (strpos($Text, "[ul]") !== false)) ||
((strpos($Text, "[/li]") !== false) && (strpos($Text, "[li]") !== false))) && (++$endlessloop < 20)) {
$Text = preg_replace_callback("/\[list\](.*?)\[\/list\]/is", 'diaspora_ul', $Text);
$Text = preg_replace_callback("/\[list=1\](.*?)\[\/list\]/is", 'diaspora_ol', $Text);
$Text = preg_replace_callback("/\[list=i\](.*?)\[\/list\]/s",'diaspora_ol', $Text);
$Text = preg_replace_callback("/\[list=I\](.*?)\[\/list\]/s", 'diaspora_ol', $Text);
$Text = preg_replace_callback("/\[list=a\](.*?)\[\/list\]/s", 'diaspora_ol', $Text);
$Text = preg_replace_callback("/\[list=A\](.*?)\[\/list\]/s", 'diaspora_ol', $Text);
$Text = preg_replace_callback("/\[ul\](.*?)\[\/ul\]/is", 'diaspora_ul', $Text);
$Text = preg_replace_callback("/\[ol\](.*?)\[\/ol\]/is", 'diaspora_ol', $Text);
$Text = preg_replace("/\[li\]( *)(.*?)\[\/li\]/s", '* $2' ,$Text);
}
// Just get rid of table tags since Diaspora doesn't support tables
$Text = preg_replace("/\[th\](.*?)\[\/th\]/s", '$1' ,$Text);
$Text = preg_replace("/\[td\](.*?)\[\/td\]/s", '$1' ,$Text);
$Text = preg_replace("/\[tr\](.*?)\[\/tr\]/s", '$1' ,$Text);
$Text = preg_replace("/\[table\](.*?)\[\/table\]/s", '$1' ,$Text);
$Text = preg_replace("/\[table border=(.*?)\](.*?)\[\/table\]/s", '$2' ,$Text);
// $Text = preg_replace("/\[table border=0\](.*?)\[\/table\]/s", '<table border="0" >$1</table>' ,$Text);
// $Text = str_replace("[*]", "<li>", $Text);
// Check for font change text
// $Text = preg_replace("(\[font=(.*?)\](.*?)\[\/font\])","<span style=\"font-family: $1;\">$2</span>",$Text);
$Text = preg_replace_callback("/\[code\](.*?)\[\/code\]/is",'stripdcode_br_cb',$Text);
// Check for [code] text
$Text = preg_replace("/(\[code\])+(.*?)(\[\/code\])+/is","\t$2\n", $Text);
// Declare the format for [quote] layout
// $QuoteLayout = '<blockquote>$1</blockquote>';
// Check for [quote] text
$Text = preg_replace("/\[quote\](.*?)\[\/quote\]/is",">$1\n\n", $Text);
$Text = preg_replace("/\[quote=(.*?)\](.*?)\[\/quote\]/is",">$2\n\n", $Text);
// Images
// html5 video and audio
$Text = preg_replace("/\[video\](.*?)\[\/video\]/", '$1', $Text);
$Text = preg_replace("/\[audio\](.*?)\[\/audio\]/", '$1', $Text);
// $Text = preg_replace("/\[iframe\](.*?)\[\/iframe\]/", '<iframe src="$1" width="425" height="350"><a href="$1">$1</a></iframe>', $Text);
// [img=widthxheight]image source[/img]
// $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/", '<img src="$3" style="height:{$2}px; width:{$1}px;" >', $Text);
$Text = preg_replace("/\[youtube\]https?:\/\/www.youtube.com\/watch\?v\=(.*?)\[\/youtube\]/ism",'http://www.youtube.com/watch?v=$1',$Text);
$Text = preg_replace("/\[youtube\]https?:\/\/www.youtube.com\/embed\/(.*?)\[\/youtube\]/ism",'http://www.youtube.com/watch?v=$1',$Text);
$Text = preg_replace("/\[youtube\]https?:\/\/youtu.be\/(.*?)\[\/youtube\]/ism",'http://www.youtube.com/watch?v=$1',$Text);
$Text = preg_replace("/\[youtube\]([A-Za-z0-9\-_=]+)(.*?)\[\/youtube\]/ism", 'http://www.youtube.com/watch?v=$1', $Text);
$Text = preg_replace("/\[vimeo\]https?:\/\/player.vimeo.com\/video\/([0-9]+)(.*?)\[\/vimeo\]/ism",'http://vimeo.com/$1',$Text);
$Text = preg_replace("/\[vimeo\]https?:\/\/vimeo.com\/([0-9]+)(.*?)\[\/vimeo\]/ism",'http://vimeo.com/$1',$Text);
$Text = preg_replace("/\[vimeo\]([0-9]+)(.*?)\[\/vimeo\]/ism", 'http://vimeo.com/$1',$Text);
$Text = str_replace('[nosmile]','',$Text);
// oembed tag
// $Text = oembed_bbcode2html($Text);
// If we found an event earlier, strip out all the event code and replace with a reformatted version.
if(x($ev,'start')) {
$sub = format_event_diaspora($ev);
$Text = preg_replace("/\[event\-summary\](.*?)\[\/event\-summary\]/is",'',$Text);
$Text = preg_replace("/\[event\-description\](.*?)\[\/event\-description\]/is",'',$Text);
$Text = preg_replace("/\[event\-start\](.*?)\[\/event\-start\]/is",$sub,$Text);
$Text = preg_replace("/\[event\-finish\](.*?)\[\/event\-finish\]/is",'',$Text);
$Text = preg_replace("/\[event\-location\](.*?)\[\/event\-location\]/is",'',$Text);
$Text = preg_replace("/\[event\-adjust\](.*?)\[\/event\-adjust\]/is",'',$Text);
}
$Text = preg_replace("/\<(.*?)(src|href)=(.*?)\&amp\;(.*?)\>/ism",'<$1$2=$3&$4>',$Text);
$Text = preg_replace_callback('/\[(.*?)\]\((.*?)\)/ism','unescape_underscores_in_links',$Text);
*/
// Remove any leading or trailing whitespace, as this will mess up // Remove any leading or trailing whitespace, as this will mess up
// the Diaspora signature verification and cause the item to disappear // the Diaspora signature verification and cause the item to disappear
$Text = trim($Text); $Text = trim($Text);
call_hooks('bb2diaspora',$Text); call_hooks('bb2diaspora',$Text);

View File

@ -707,7 +707,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
'isotime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'c'), 'isotime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'c'),
'localtime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'r'), 'localtime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'r'),
'editedtime' => (($item['edited'] != $item['created']) ? sprintf( t('last edited: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['edited'], 'r')) : ''), 'editedtime' => (($item['edited'] != $item['created']) ? sprintf( t('last edited: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['edited'], 'r')) : ''),
'expiretime' => (($item['expires'] !== '0000-00-00 00:00:00') ? sprintf( t('Expires: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['expires'], 'r')):''), 'expiretime' => (($item['expires'] !== NULL_DATE) ? sprintf( t('Expires: %s'), datetime_convert('UTC', date_default_timezone_get(), $item['expires'], 'r')):''),
'location' => $location, 'location' => $location,
'indent' => '', 'indent' => '',
'owner_name' => $owner_name, 'owner_name' => $owner_name,
@ -1417,7 +1417,7 @@ function network_tabs() {
if(! get_config('system','disable_discover_tab')) { if(! get_config('system','disable_discover_tab')) {
$tabs[] = array( $tabs[] = array(
'label' => t('Discover'), 'label' => t('Discover'),
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'url'=>z_root() . '/' . $cmd . '?f=&fh=1' ,
'sel'=> $public_active, 'sel'=> $public_active,
'title'=> t('Imported public streams'), 'title'=> t('Imported public streams'),
); );
@ -1425,14 +1425,14 @@ function network_tabs() {
$tabs[] = array( $tabs[] = array(
'label' => t('Commented Order'), 'label' => t('Commented Order'),
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'url'=>z_root() . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
'sel'=>$all_active, 'sel'=>$all_active,
'title'=> t('Sort by Comment Date'), 'title'=> t('Sort by Comment Date'),
); );
$tabs[] = array( $tabs[] = array(
'label' => t('Posted Order'), 'label' => t('Posted Order'),
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'url'=>z_root() . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
'sel'=>$postord_active, 'sel'=>$postord_active,
'title' => t('Sort by Post Date'), 'title' => t('Sort by Post Date'),
); );
@ -1440,7 +1440,7 @@ function network_tabs() {
if(feature_enabled(local_user(),'personal_tab')) { if(feature_enabled(local_user(),'personal_tab')) {
$tabs[] = array( $tabs[] = array(
'label' => t('Personal'), 'label' => t('Personal'),
'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&conv=1', 'url' => z_root() . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&conv=1',
'sel' => $conv_active, 'sel' => $conv_active,
'title' => t('Posts that mention or involve you'), 'title' => t('Posts that mention or involve you'),
); );
@ -1449,7 +1449,7 @@ function network_tabs() {
if(feature_enabled(local_user(),'new_tab')) { if(feature_enabled(local_user(),'new_tab')) {
$tabs[] = array( $tabs[] = array(
'label' => t('New'), 'label' => t('New'),
'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'url' => z_root() . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
'sel' => $new_active, 'sel' => $new_active,
'title' => t('Activity Stream - by date'), 'title' => t('Activity Stream - by date'),
); );
@ -1458,7 +1458,7 @@ function network_tabs() {
if(feature_enabled(local_user(),'star_posts')) { if(feature_enabled(local_user(),'star_posts')) {
$tabs[] = array( $tabs[] = array(
'label' => t('Starred'), 'label' => t('Starred'),
'url'=>$a->get_baseurl(true) . '/' . $cmd . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&star=1', 'url'=>z_root() . '/' . $cmd . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&star=1',
'sel'=>$starred_active, 'sel'=>$starred_active,
'title' => t('Favourite Posts'), 'title' => t('Favourite Posts'),
); );
@ -1468,7 +1468,7 @@ function network_tabs() {
if(feature_enabled(local_user(),'spam_filter')) { if(feature_enabled(local_user(),'spam_filter')) {
$tabs[] = array( $tabs[] = array(
'label' => t('Spam'), 'label' => t('Spam'),
'url'=>$a->get_baseurl(true) . '/network?f=&spam=1', 'url'=> z_root() . '/network?f=&spam=1',
'sel'=> $spam_active, 'sel'=> $spam_active,
'title' => t('Posts flagged as SPAM'), 'title' => t('Posts flagged as SPAM'),
); );

View File

@ -271,7 +271,7 @@ function relative_date($posted_date,$format = null) {
$abs = strtotime($localtime); $abs = strtotime($localtime);
if (is_null($posted_date) || $posted_date === '0000-00-00 00:00:00' || $abs === False) { if (is_null($posted_date) || $posted_date === NULL_DATE || $abs === False) {
return t('never'); return t('never');
} }

View File

@ -112,8 +112,12 @@ function q($sql) {
if($db && $db->connected) { if($db && $db->connected) {
$stmt = vsprintf($sql,$args); $stmt = vsprintf($sql,$args);
if($stmt === false) if($stmt === false) {
if(version_compare(PHP_VERSION,'5.4.0') >= 0)
logger('dba: vsprintf error: ' . print_r(debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT,1),true));
else
logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true)); logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true));
}
return $db->q($stmt); return $db->q($stmt);
} }

View File

@ -269,8 +269,8 @@ function diaspora_handle_from_contact($contact_hash) {
logger("diaspora_handle_from_contact: contact id is " . $contact_hash, LOGGER_DEBUG); logger("diaspora_handle_from_contact: contact id is " . $contact_hash, LOGGER_DEBUG);
$r = q("SELECT * from abook left join xchan on abook_xchan = xchan_hash where abook_xchan = '%s' limit 1", $r = q("SELECT xchan_addr from xchan where xchan_hash = '%s' limit 1",
intval($contact_hash) dbesc($contact_hash)
); );
if($r) { if($r) {
return $r[0]['xchan_addr']; return $r[0]['xchan_addr'];
@ -689,7 +689,7 @@ function diaspora_request($importer,$xml) {
$their_perms = PERMS_R_STREAM|PERMS_R_PROFILE|PERMS_R_PHOTOS|PERMS_R_ABOOK|PERMS_W_STREAM|PERMS_W_COMMENT|PERMS_W_MAIL|PERMS_W_CHAT|PERMS_R_STORAGE|PERMS_R_PAGES; $their_perms = PERMS_R_STREAM|PERMS_R_PROFILE|PERMS_R_PHOTOS|PERMS_R_ABOOK|PERMS_W_STREAM|PERMS_W_COMMENT|PERMS_W_MAIL|PERMS_W_CHAT|PERMS_R_STORAGE|PERMS_R_PAGES;
$r = q("insert into abook ( abook_account, abook_channel, abook_xchan, abook_my_perms, abook_their_perms, abook_closeness, abook_rating, abook_created, abook_updated, abook_connected, abook_dob, abook_flags, abook_profile) values ( %d, %d, '%s' %d %d, %d, %d, '%s', '%s', '%s', '%s', %d, '%s')", $r = q("insert into abook ( abook_account, abook_channel, abook_xchan, abook_my_perms, abook_their_perms, abook_closeness, abook_rating, abook_created, abook_updated, abook_connected, abook_dob, abook_flags) values ( %d, %d, '%s', %d, %d, %d, %d, '%s', '%s', '%s', '%s', %d )",
intval($importer['channel_account_id']), intval($importer['channel_account_id']),
intval($importer['channel_id']), intval($importer['channel_id']),
dbesc($ret['xchan_hash']), dbesc($ret['xchan_hash']),
@ -700,7 +700,7 @@ function diaspora_request($importer,$xml) {
dbesc(datetime_convert()), dbesc(datetime_convert()),
dbesc(datetime_convert()), dbesc(datetime_convert()),
dbesc(datetime_convert()), dbesc(datetime_convert()),
dbesc('0000-00-00 00:00:00'), dbesc(NULL_DATE),
intval(($default_perms) ? 0 : ABOOK_FLAG_PENDING) intval(($default_perms) ? 0 : ABOOK_FLAG_PENDING)
); );
@ -805,6 +805,12 @@ function diaspora_post($importer,$xml,$msg) {
$body = diaspora2bb($xml->raw_message); $body = diaspora2bb($xml->raw_message);
if($xml->photo) {
$body = '[img]' . $xml->photo->remote_photo_path . $xml->photo->remote_photo_name . '[/img]' . "\n\n" . $body;
$body = scale_external_images($body);
}
//WTF? FIXME //WTF? FIXME
// Add OEmbed and other information to the body // Add OEmbed and other information to the body
// $body = add_page_info_to_body($body, false, true); // $body = add_page_info_to_body($body, false, true);
@ -933,23 +939,13 @@ function diaspora_reshare($importer,$xml,$msg) {
} }
logger('diaspora_reshare: source: ' . $x['body']); logger('diaspora_reshare: source: ' . $x['body']);
$x = str_replace(array('<activity_streams-photo>','</activity_streams-photo>'),array('<asphoto>','</asphoto>'),$x['body']);
$source_xml = parse_xml_string($x,false); $source_xml = parse_xml_string($x,false);
if(strlen($source_xml->post->asphoto->objectId) && ($source_xml->post->asphoto->objectId != 0) && ($source_xml->post->asphoto->image_url)) { if($source_xml->post->status_message) {
$body = '[url=' . notags(unxmlify($source_xml->post->asphoto->image_url)) . '][img]' . notags(unxmlify($source_xml->post->asphoto->objectId)) . '[/img][/url]' . "\n";
$body = scale_external_images($body,false);
}
elseif($source_xml->post->asphoto->image_url) {
$body = '[img]' . notags(unxmlify($source_xml->post->asphoto->image_url)) . '[/img]' . "\n";
$body = scale_external_images($body);
}
elseif($source_xml->post->status_message) {
$body = diaspora2bb($source_xml->post->status_message->raw_message); $body = diaspora2bb($source_xml->post->status_message->raw_message);
// Checking for embedded pictures // Checking for embedded pictures
if($source_xml->post->status_message->photo->remote_photo_path AND if($source_xml->post->status_message->photo->remote_photo_path &&
$source_xml->post->status_message->photo->remote_photo_name) { $source_xml->post->status_message->photo->remote_photo_name) {
$remote_photo_path = notags(unxmlify($source_xml->post->status_message->photo->remote_photo_path)); $remote_photo_path = notags(unxmlify($source_xml->post->status_message->photo->remote_photo_path));
@ -979,12 +975,19 @@ function diaspora_reshare($importer,$xml,$msg) {
$person = find_diaspora_person_by_handle($orig_author); $person = find_diaspora_person_by_handle($orig_author);
/*if(is_array($person) && x($person,'name') && x($person,'url')) if($person) {
$details = '[url=' . $person['url'] . ']' . $person['name'] . '[/url]'; $orig_author_name = $person['xchan_name'];
else $orig_author_link = $person['xchan_url'];
$details = $orig_author; $orig_author_photo = $person['xchan_photo_m'];
}
$prefix = html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8') . $details . "\n";*/ $newbody = "[share author='" . urlencode($orig_author_name)
. "' profile='" . $orig_author_link
. "' avatar='" . $orig_author_photo
. "' link='" . $orig_url
. "' posted='" . datetime_convert('UTC','UTC',unxmlify($sourcexml->post->status_message->created_at))
. "' message_id='" . unxmlify($source_xml->post->status_message->guid)
. "]" . $body . "[/share]";
$created = unxmlify($xml->created_at); $created = unxmlify($xml->created_at);
@ -994,7 +997,7 @@ function diaspora_reshare($importer,$xml,$msg) {
$str_tags = ''; $str_tags = '';
$tags = get_tags($body); $tags = get_tags($newbody);
if(count($tags)) { if(count($tags)) {
@ -1008,13 +1011,13 @@ function diaspora_reshare($importer,$xml,$msg) {
// don't link tags that are already embedded in links // don't link tags that are already embedded in links
if(preg_match('/\[(.*?)' . preg_quote($tag,'/') . '(.*?)\]/',$body)) if(preg_match('/\[(.*?)' . preg_quote($tag,'/') . '(.*?)\]/',$newbody))
continue; continue;
if(preg_match('/\[(.*?)\]\((.*?)' . preg_quote($tag,'/') . '(.*?)\)/',$body)) if(preg_match('/\[(.*?)\]\((.*?)' . preg_quote($tag,'/') . '(.*?)\)/',$newbody))
continue; continue;
$basetag = str_replace('_',' ',substr($tag,1)); $basetag = str_replace('_',' ',substr($tag,1));
$body = str_replace($tag,'#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]',$body); $newbody = str_replace($tag,'#[url=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/url]',$newbody);
$datarray['term'][] = array( $datarray['term'][] = array(
'uid' => $importer['channel_id'], 'uid' => $importer['channel_id'],
@ -1027,7 +1030,7 @@ function diaspora_reshare($importer,$xml,$msg) {
} }
} }
$cnt = preg_match_all('/@\[url=(.*?)\](.*?)\[\/url\]/ism',$body,$matches,PREG_SET_ORDER); $cnt = preg_match_all('/@\[url=(.*?)\](.*?)\[\/url\]/ism',$newbody,$matches,PREG_SET_ORDER);
if($cnt) { if($cnt) {
foreach($matches as $mtch) { foreach($matches as $mtch) {
$datarray['term'][] = array( $datarray['term'][] = array(
@ -1049,9 +1052,9 @@ function diaspora_reshare($importer,$xml,$msg) {
$datarray['item_private'] = $private; $datarray['item_private'] = $private;
$datarray['plink'] = $plink; $datarray['plink'] = $plink;
$datarray['owner_xchan'] = $contact['xchan_hash']; $datarray['owner_xchan'] = $contact['xchan_hash'];
$datarray['author_xchan'] = $person['xchan_hash']; $datarray['author_xchan'] = $contact['xchan_hash'];
$datarray['body'] = $body; $datarray['body'] = $newbody;
$datarray['app'] = 'Diaspora'; $datarray['app'] = 'Diaspora';
@ -1344,6 +1347,11 @@ function diaspora_comment($importer,$xml,$msg) {
$datarray['app'] = 'Diaspora'; $datarray['app'] = 'Diaspora';
if(! $parent_author_signature) {
$datarray['diaspora_meta'] = array('signer' => $diaspora_handle, 'body' => $text,
'signed_text' => $signed_data, 'signature' => base64_encode($author_signature));
}
$result = item_store($datarray); $result = item_store($datarray);
if($result && $result['success']) if($result && $result['success'])
@ -1676,36 +1684,29 @@ function diaspora_photo($importer,$xml,$msg,$attempt=1) {
return 202; return 202;
} }
$r = q("SELECT * FROM `item` WHERE `uid` = %d AND `guid` = '%s' LIMIT 1", $r = q("SELECT * FROM `item` WHERE `uid` = %d AND `mid` = '%s' LIMIT 1",
intval($importer['channel_id']), intval($importer['channel_id']),
dbesc($status_message_guid) dbesc($status_message_guid)
); );
if(! count($r)) { if(! $r) {
if($attempt <= 3) {
q("INSERT INTO dsprphotoq (uid, msg, attempt) VALUES (%d, '%s', %d)",
intval($importer['channel_id']),
dbesc(serialize($msg)),
intval($attempt + 1)
);
}
logger('diaspora_photo: attempt = ' . $attempt . '; status message not found: ' . $status_message_guid . ' for photo: ' . $guid); logger('diaspora_photo: attempt = ' . $attempt . '; status message not found: ' . $status_message_guid . ' for photo: ' . $guid);
return; return;
} }
$parent_item = $r[0]; // $parent_item = $r[0];
$link_text = '[img]' . $remote_photo_path . $remote_photo_name . '[/img]' . "\n"; // $link_text = '[img]' . $remote_photo_path . $remote_photo_name . '[/img]' . "\n";
$link_text = scale_external_images($link_text, true, // $link_text = scale_external_images($link_text, true,
array($remote_photo_name, 'scaled_full_' . $remote_photo_name)); // array($remote_photo_name, 'scaled_full_' . $remote_photo_name));
if(strpos($parent_item['body'],$link_text) === false) { // if(strpos($parent_item['body'],$link_text) === false) {
$r = q("update item set `body` = '%s', `visible` = 1 where `id` = %d and `uid` = %d", // $r = q("update item set `body` = '%s', `visible` = 1 where `id` = %d and `uid` = %d",
dbesc($link_text . $parent_item['body']), // dbesc($link_text . $parent_item['body']),
intval($parent_item['id']), // intval($parent_item['id']),
intval($parent_item['uid']) // intval($parent_item['uid'])
); // );
} // }
return; return;
} }
@ -1742,7 +1743,7 @@ function diaspora_like($importer,$xml,$msg) {
return 202; return 202;
} }
$r = q("SELECT * FROM `item` WHERE `uid` = %d AND `guid` = '%s' LIMIT 1", $r = q("SELECT * FROM `item` WHERE `uid` = %d AND `mid` = '%s' LIMIT 1",
intval($importer['channel_id']), intval($importer['channel_id']),
dbesc($parent_guid) dbesc($parent_guid)
); );
@ -1753,7 +1754,7 @@ function diaspora_like($importer,$xml,$msg) {
$parent_item = $r[0]; $parent_item = $r[0];
$r = q("SELECT * FROM `item` WHERE `uid` = %d AND `guid` = '%s' LIMIT 1", $r = q("SELECT * FROM `item` WHERE `uid` = %d AND `mid` = '%s' LIMIT 1",
intval($importer['channel_id']), intval($importer['channel_id']),
dbesc($guid) dbesc($guid)
); );
@ -1775,6 +1776,13 @@ function diaspora_like($importer,$xml,$msg) {
return; return;
} }
} }
$i = q("select * from xchan where xchan_hash = '%s' limit 1",
dbesc($parent_item['author_xchan'])
);
if($i)
$item_author = $i[0];
// Note: I don't think "Like" objects with positive = "false" are ever actually used // Note: I don't think "Like" objects with positive = "false" are ever actually used
// It looks like "RelayableRetractions" are used for "unlike" instead // It looks like "RelayableRetractions" are used for "unlike" instead
if($positive === 'false') { if($positive === 'false') {
@ -1807,12 +1815,12 @@ function diaspora_like($importer,$xml,$msg) {
$parent_author_signature = base64_decode($parent_author_signature); $parent_author_signature = base64_decode($parent_author_signature);
if(! rsa_verify($signed_data,$parent_author_signature,$key,'sha256')) { if(! rsa_verify($signed_data,$parent_author_signature,$key,'sha256')) {
if (intval(get_config('system','ignore_diaspora_like_signature'))) // if (intval(get_config('system','ignore_diaspora_like_signature')))
logger('diaspora_like: top-level owner verification failed. Proceeding anyway.'); logger('diaspora_like: top-level owner verification failed. Proceeding anyway.');
else { // else {
logger('diaspora_like: top-level owner verification failed.'); // logger('diaspora_like: top-level owner verification failed.');
return; // return;
} // }
} }
} }
else { else {
@ -1824,12 +1832,12 @@ function diaspora_like($importer,$xml,$msg) {
$author_signature = base64_decode($author_signature); $author_signature = base64_decode($author_signature);
if(! rsa_verify($signed_data,$author_signature,$key,'sha256')) { if(! rsa_verify($signed_data,$author_signature,$key,'sha256')) {
if (intval(get_config('system','ignore_diaspora_like_signature'))) // if (intval(get_config('system','ignore_diaspora_like_signature')))
logger('diaspora_like: like creator verification failed. Proceeding anyway'); logger('diaspora_like: like creator verification failed. Proceeding anyway');
else { // else {
logger('diaspora_like: like creator verification failed.'); // logger('diaspora_like: like creator verification failed.');
return; // return;
} // }
} }
} }
@ -1852,87 +1860,75 @@ function diaspora_like($importer,$xml,$msg) {
$uri = $diaspora_handle . ':' . $guid; $uri = $diaspora_handle . ':' . $guid;
$activity = ACTIVITY_LIKE; $activity = ACTIVITY_LIKE;
$post_type = (($parent_item['resource-id']) ? t('photo') : t('status'));
$objtype = (($parent_item['resource-id']) ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE ); $post_type = (($parent_item['resource_type'] === 'photo') ? t('photo') : t('status'));
$link = xmlify('<link rel="alternate" type="text/html" href="' . $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $parent_item['id'] . '" />' . "\n") ;
$links = array(array('rel' => 'alternate','type' => 'text/html', 'href' => $parent_item['plink']));
$objtype = (($parent_item['resource_type'] === 'photo') ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE );
$body = $parent_item['body']; $body = $parent_item['body'];
$obj = <<< EOT
<object> $object = json_encode(array(
<type>$objtype</type> 'type' => $post_type,
<local>1</local> 'id' => $parent_item['mid'],
<id>{$parent_item['uri']}</id> 'parent' => (($parent_item['thr_parent']) ? $parent_item['thr_parent'] : $parent_item['parent_mid']),
<link>$link</link> 'link' => $links,
<title></title> 'title' => $parent_item['title'],
<content>$body</content> 'content' => $parent_item['body'],
</object> 'created' => $parent_item['created'],
EOT; 'edited' => $parent_item['edited'],
'author' => array(
'name' => $item_author['xchan_name'],
'address' => $item_author['xchan_addr'],
'guid' => $item_author['xchan_guid'],
'guid_sig' => $item_author['xchan_guid_sig'],
'link' => array(
array('rel' => 'alternate', 'type' => 'text/html', 'href' => $item_author['xchan_url']),
array('rel' => 'photo', 'type' => $item_author['xchan_photo_mimetype'], 'href' => $item_author['xchan_photo_m'])),
),
));
$bodyverb = t('%1$s likes %2$s\'s %3$s'); $bodyverb = t('%1$s likes %2$s\'s %3$s');
$arr = array(); $arr = array();
$arr['uri'] = $uri; $arr['uri'] = $uri;
$arr['uid'] = $importer['channel_id']; $arr['uid'] = $importer['channel_id'];
$arr['guid'] = $guid; $arr['aid'] = $importer['channel_account_id'];
$arr['network'] = NETWORK_DIASPORA; $arr['mid'] = $guid;
$arr['contact-id'] = $contact['id']; $arr['parent_mid'] = $parent_item['mid'];
$arr['type'] = 'activity'; $arr['owner_xchan'] = $parent_item['owner_xchan'];
$arr['wall'] = $parent_item['wall']; $arr['author_xchan'] = $person['xchan_hash'];
$arr['gravity'] = GRAVITY_LIKE;
$arr['parent'] = $parent_item['id'];
$arr['parent-uri'] = $parent_item['uri'];
$arr['owner-name'] = $parent_item['name'];
$arr['owner-link'] = $parent_item['url'];
//$arr['owner-avatar'] = $parent_item['thumb'];
$arr['owner-avatar'] = ((x($parent_item,'thumb')) ? $parent_item['thumb'] : $parent_item['photo']);
$arr['author-name'] = $person['name'];
$arr['author-link'] = $person['url'];
$arr['author-avatar'] = ((x($person,'thumb')) ? $person['thumb'] : $person['photo']);
$ulink = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]'; $ulink = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]';
$alink = '[url=' . $parent_item['author-link'] . ']' . $parent_item['author-name'] . '[/url]'; $alink = '[url=' . $parent_item['author-link'] . ']' . $parent_item['author-name'] . '[/url]';
//$plink = '[url=' . $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $parent_item['id'] . ']' . $post_type . '[/url]'; $plink = '[url='. z_root() .'/display/'.$guid.']'.$post_type.'[/url]';
$plink = '[url='.$a->get_baseurl().'/display/'.$guid.']'.$post_type.'[/url]';
$arr['body'] = sprintf( $bodyverb, $ulink, $alink, $plink ); $arr['body'] = sprintf( $bodyverb, $ulink, $alink, $plink );
$arr['app'] = 'Diaspora'; $arr['app'] = 'Diaspora';
$arr['private'] = $parent_item['private']; $arr['item_private'] = $parent_item['item_private'];
$arr['verb'] = $activity; $arr['verb'] = $activity;
$arr['object-type'] = $objtype; $arr['object-type'] = $objtype;
$arr['object'] = $obj; $arr['object'] = $object;
$arr['visible'] = 1;
$arr['unseen'] = 1;
$arr['last-child'] = 0;
$message_id = item_store($arr);
//if($message_id) {
// q("update item set plink = '%s' where id = %d",
// //dbesc($a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $message_id),
// dbesc($a->get_baseurl().'/display/'.$guid),
// intval($message_id)
// );
//}
if(! $parent_author_signature) { if(! $parent_author_signature) {
q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", $datarray['diaspora_meta'] = array('signer' => $diaspora_handle, 'body' => $text,
intval($message_id), 'signed_text' => $signed_data, 'signature' => base64_encode($author_signature));
dbesc($signed_data),
dbesc(base64_encode($author_signature)),
dbesc($diaspora_handle)
);
} }
$x = item_store($arr);
if($x)
$message_id = $x['item_id'];
// if the message isn't already being relayed, notify others // if the message isn't already being relayed, notify others
// the existence of parent_author_signature means the parent_author or owner // the existence of parent_author_signature means the parent_author or owner
// is already relaying. The parent_item['origin'] indicates the message was created on our system // is already relaying. The parent_item['origin'] indicates the message was created on our system
if(($parent_item['origin']) && (! $parent_author_signature)) if(($parent_item['item_flags'] & ITEM_ORIGIN) && (! $parent_author_signature))
proc_run('php','include/notifier.php','comment-import',$message_id); proc_run('php','include/notifier.php','comment-import',$message_id);
return; return;
@ -2213,7 +2209,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
$images = array(); $images = array();
$title = $item['title']; $title = $item['title'];
$body = $item['body']; $body = bb2diaspora_itembody($item);
/* /*
// We're trying to match Diaspora's split message/photo protocol but // We're trying to match Diaspora's split message/photo protocol but
@ -2239,52 +2235,6 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
*/ */
$body = str_ireplace("[quote", "\n\n[quote", $body);
$body = str_ireplace("[/quote]", "[/quote]\n\n", $body);
// strip bookmark indicators
$body = preg_replace('/\#\^\[([zu])rl/i', '[$1rl', $body);
$body = preg_replace('/\#\^http/i', 'http', $body);
// protect tags and mentions from hijacking
if(! intval(get_pconfig($owner['channel_id'],'system','allow_tag_hijacking'))) {
$new_tag = html_entity_decode('&#x22d5;',ENT_COMPAT,'UTF-8');
$new_mention = html_entity_decode('&#xff20;',ENT_COMPAT,'UTF-8');
// #-tags
$body = preg_replace('/\#\[url/i', $new_tag . '[url', $body);
$body = preg_replace('/\#\[zrl/i', $new_tag . '[zrl', $body);
// @-mentions
$body = preg_replace('/\@\[url/i', $new_mention . '[url', $body);
$body = preg_replace('/\@\[zrl/i', $new_mention . '[zrl', $body);
}
// remove multiple newlines
do {
$oldbody = $body;
$body = str_replace("\n\n\n", "\n\n", $body);
} while ($oldbody != $body);
// convert to markdown
$body = xmlify(html_entity_decode(bb2diaspora($body)));
// Adding the title
if(strlen($title))
$body = "## ".html_entity_decode($title)."\n\n".$body;
if($item['attach']) {
$cnt = preg_match_all('/href=\"(.*?)\"(.*?)title=\"(.*?)\"/ism',$item['attach'],$matches,PREG_SET_ORDER);
if(cnt) {
$body .= "\n" . t('Attachments:') . "\n";
foreach($matches as $mtch) {
$body .= '[' . $mtch[3] . '](' . $mtch[1] . ')' . "\n";
}
}
}
$public = (($item['item_private']) ? 'false' : 'true'); $public = (($item['item_private']) ? 'false' : 'true');
require_once('include/datetime.php'); require_once('include/datetime.php');
@ -2306,7 +2256,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
} else { } else {
$tpl = get_markup_template('diaspora_post.tpl'); $tpl = get_markup_template('diaspora_post.tpl');
$msg = replace_macros($tpl, array( $msg = replace_macros($tpl, array(
'$body' => $body, '$body' => xmlify($body),
'$guid' => $item['mid'], '$guid' => $item['mid'],
'$handle' => xmlify($myaddr), '$handle' => xmlify($myaddr),
'$public' => $public, '$public' => $public,
@ -2460,7 +2410,17 @@ function diaspora_send_followup($item,$owner,$contact,$public_batch = false) {
$like = false; $like = false;
} }
$text = html_entity_decode(bb2diaspora($item['body'])); if($item['diaspora_meta'] && ! $like) {
$j = json_decode($item['diaspora_meta'],true);
if($j) {
$signed_text = $j['signed_text'];
$text = $j['body'];
$signer = $j['signer'];
$authorsig = $j['signature'];
}
}
else {
$text = bb2diaspora_itembody($item);
// sign it // sign it
@ -2471,6 +2431,8 @@ function diaspora_send_followup($item,$owner,$contact,$public_batch = false) {
$authorsig = base64_encode(rsa_sign($signed_text,$owner['channel_prvkey'],'sha256')); $authorsig = base64_encode(rsa_sign($signed_text,$owner['channel_prvkey'],'sha256'));
}
$msg = replace_macros($tpl,array( $msg = replace_macros($tpl,array(
'$guid' => xmlify($item['mid']), '$guid' => xmlify($item['mid']),
'$parent_guid' => xmlify($parent['mid']), '$parent_guid' => xmlify($parent['mid']),
@ -2496,9 +2458,9 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) {
$a = get_app(); $a = get_app();
$myaddr = $owner['channel_address'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3); $myaddr = $owner['channel_address'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
$text = bb2diaspora_itembody($item);
$body = $item['body']; $body = $text;
$text = html_entity_decode(bb2diaspora($body));
// Diaspora doesn't support threaded comments, but some // Diaspora doesn't support threaded comments, but some
// versions of Diaspora (i.e. Diaspora-pistos) support // versions of Diaspora (i.e. Diaspora-pistos) support
@ -2551,26 +2513,15 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) {
$tpl = get_markup_template('diaspora_comment_relay.tpl'); $tpl = get_markup_template('diaspora_comment_relay.tpl');
} }
$diaspora_meta = (($item['diaspora_meta']) ? json_decode($item['diaspora_meta'],true) : '');
// fetch the original signature if the relayable was created by a Diaspora, Friendica-over Diaspora, if($diaspora_meta) {
// or zot user. Relayables for other networks are not supported. $sender_signed_text = $diaspora_meta['signed_text'];
$authorsig = $diaspora_meta['signature'];
$r = q("select * from sign where " . $sql_sign_id . " = %d limit 1", $handle = $diaspora_meta['signer'];
intval($item['id']) $text = $diaspora_meta['body'];
);
if(count($r)) {
$orig_sign = $r[0];
$signed_text = $orig_sign['signed_text'];
$authorsig = $orig_sign['signature'];
$handle = $orig_sign['signer'];
}
else {
// Author signature information (for likes, comments, and retractions of likes or comments,
// whether from Diaspora or Friendica) must be placed in the `sign` table before this
// function is called
logger('diaspora_send_relay: original author signature not found, cannot send relayable');
return;
} }
else
logger('diaspora_send_relay: original author signature not found');
/* Since the author signature is only checked by the parent, not by the relay recipients, /* Since the author signature is only checked by the parent, not by the relay recipients,
* I think it may not be necessary for us to do so much work to preserve all the original * I think it may not be necessary for us to do so much work to preserve all the original
@ -2583,19 +2534,26 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) {
* *
* *
*/ */
// bug - nomadic identity may/will affect diaspora_handle_from_contact
if(! $handle) {
if($item['author_xchan'] === $owner['channel_hash'])
$handle = $owner['channel_address'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
else
$handle = diaspora_handle_from_contact($item['author_xchan']); $handle = diaspora_handle_from_contact($item['author_xchan']);
}
if(! $handle) { if(! $handle) {
logger('diaspora_send_relay: no handle'); logger('diaspora_send_relay: no handle');
return; return;
} }
if(! $sender_signed_text) {
if($relay_retract) if($relay_retract)
$sender_signed_text = $item['guid'] . ';' . $target_type; $sender_signed_text = $item['mid'] . ';' . $target_type;
elseif($like) elseif($like)
$sender_signed_text = $item['guid'] . ';' . $target_type . ';' . $parent['guid'] . ';' . $positive . ';' . $handle; $sender_signed_text = $item['mid'] . ';' . $target_type . ';' . $parent['mid'] . ';' . $positive . ';' . $handle;
else else
$sender_signed_text = $item['guid'] . ';' . $parent['guid'] . ';' . $text . ';' . $handle; $sender_signed_text = $item['mid'] . ';' . $parent['mid'] . ';' . $text . ';' . $handle;
}
// Sign the relayable with the top-level owner's signature // Sign the relayable with the top-level owner's signature
// //

View File

@ -107,7 +107,7 @@ function sync_directories($dirmode) {
$r = array( $r = array(
'site_url' => DIRECTORY_FALLBACK_MASTER, 'site_url' => DIRECTORY_FALLBACK_MASTER,
'site_flags' => DIRECTORY_MODE_PRIMARY, 'site_flags' => DIRECTORY_MODE_PRIMARY,
'site_update' => '0000-00-00 00:00:00', 'site_update' => NULL_DATE,
'site_directory' => DIRECTORY_FALLBACK_MASTER . '/dirsearch', 'site_directory' => DIRECTORY_FALLBACK_MASTER . '/dirsearch',
'site_realm' => DIRECTORY_REALM 'site_realm' => DIRECTORY_REALM
); );
@ -137,7 +137,7 @@ function sync_directories($dirmode) {
// for brand new directory servers, only load the last couple of days. Everything before that will be repeats. // for brand new directory servers, only load the last couple of days. Everything before that will be repeats.
$syncdate = (($rr['site_sync'] === '0000-00-00 00:00:00') ? datetime_convert('UTC','UTC','now - 2 days') : $rr['site_sync']); $syncdate = (($rr['site_sync'] === NULL_DATE) ? datetime_convert('UTC','UTC','now - 2 days') : $rr['site_sync']);
$x = z_fetch_url($rr['site_directory'] . '?f=&sync=' . urlencode($syncdate)); $x = z_fetch_url($rr['site_directory'] . '?f=&sync=' . urlencode($syncdate));
if(! $x['success']) if(! $x['success'])

View File

@ -374,6 +374,26 @@ function event_store_item($arr,$event) {
intval($arr['uid']) intval($arr['uid'])
); );
$s = q("delete from term where oid = %d and otype = %d",
intval($r[0]['id']),
intval(TERM_OBJ_POST)
);
if(($arr['term']) && (is_array($arr['term']))) {
foreach($arr['term'] as $t) {
q("insert into term (uid,oid,otype,type,term,url)
values(%d,%d,%d,%d,'%s','%s') ",
intval($arr['uid']),
intval($r[0]['id']),
intval(TERM_OBJ_POST),
intval($t['type']),
dbesc($t['term']),
dbesc($t['url'])
);
}
}
$item_id = $r[0]['id']; $item_id = $r[0]['id'];
call_hooks('event_updated', $event['id']); call_hooks('event_updated', $event['id']);
return $item_id; return $item_id;
@ -424,6 +444,10 @@ function event_store_item($arr,$event) {
$item_arr['item_private'] = $private; $item_arr['item_private'] = $private;
$item_arr['verb'] = ACTIVITY_POST; $item_arr['verb'] = ACTIVITY_POST;
if(array_key_exists('term',$arr))
$item_arr['term'] = $arr['term'];
$item_arr['resource_type'] = 'event'; $item_arr['resource_type'] = 'event';
$item_arr['resource_id'] = $event['event_hash']; $item_arr['resource_id'] = $event['event_hash'];

View File

@ -60,8 +60,8 @@ function externals_run($argv, $argc){
} }
if($url) { if($url) {
if($r[0]['site_pull'] !== '0000-00-00 00:00:00') if($r[0]['site_pull'] !== NULL_DATE)
$mindate = urlencode($r[0]['site_pull']); $mindate = urlencode(datetime_convert('','',$r[0]['site_pull'] . ' - 1 day'));
else { else {
$days = get_config('externals','since_days'); $days = get_config('externals','since_days');
if($days === false) if($days === false)

View File

@ -51,7 +51,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
if($arr['channel']['success']) if($arr['channel']['success'])
$ret = $arr['channel']; $ret = $arr['channel'];
elseif($is_http) elseif(! $is_http)
$ret = zot_finger($url,$channel); $ret = zot_finger($url,$channel);
if($ret && $ret['success']) { if($ret && $ret['success']) {
@ -118,6 +118,12 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
} }
} }
else { else {
if(! ($is_http)) {
if(! intval(get_config('system','diaspora_enabled'))) {
$result['message'] = t('Protocol disabled.');
return $result;
}
}
$my_perms = 0; $my_perms = 0;
$their_perms = 0; $their_perms = 0;
@ -181,7 +187,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
return $result; return $result;
} }
$r = q("select count(*) as total from abook where abook_account = %d and abook_network = 'rss'", $r = q("select count(*) as total from abook where abook_account = %d and ( abook_flags & ABOOK_FLAG_FEED )",
intval($aid) intval($aid)
); );
if($r) if($r)
@ -215,7 +221,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
intval($uid), intval($uid),
dbesc($xchan_hash), dbesc($xchan_hash),
intval(($is_http) ? ABOOK_FLAG_FEED : 0), intval(($is_http) ? ABOOK_FLAG_FEED : 0),
intval($their_perms), intval(($is_http) ? $their_perms|PERMS_R_STREAM|PERMS_A_REPUBLISH : $their_perms),
intval($my_perms), intval($my_perms),
dbesc(datetime_convert()), dbesc(datetime_convert()),
dbesc(datetime_convert()) dbesc(datetime_convert())

View File

@ -774,7 +774,6 @@ logger('online: ' . $profile['online']);
? trim(substr($profile['channel_name'],0,strpos($profile['channel_name'],' '))) : $profile['channel_name']); ? trim(substr($profile['channel_name'],0,strpos($profile['channel_name'],' '))) : $profile['channel_name']);
$lastname = (($firstname === $profile['channel_name']) ? '' : trim(substr($profile['channel_name'],strlen($firstname)))); $lastname = (($firstname === $profile['channel_name']) ? '' : trim(substr($profile['channel_name'],strlen($firstname))));
if(get_config('system','diaspora_enabled')) {
$diaspora = array( $diaspora = array(
'podloc' => z_root(), 'podloc' => z_root(),
'searchable' => (($block) ? 'false' : 'true'), 'searchable' => (($block) ? 'false' : 'true'),
@ -786,10 +785,6 @@ logger('online: ' . $profile['online']);
'photo100' => z_root() . '/photo/profile/100/' . $profile['uid'] . '.jpg', 'photo100' => z_root() . '/photo/profile/100/' . $profile['uid'] . '.jpg',
'photo50' => z_root() . '/photo/profile/50/' . $profile['uid'] . '.jpg', 'photo50' => z_root() . '/photo/profile/50/' . $profile['uid'] . '.jpg',
); );
}
else
$diaspora = null;
$contact_block = contact_block(); $contact_block = contact_block();
@ -1047,7 +1042,7 @@ function advanced_profile(&$a) {
if($a->profile['with']) $profile['marital']['with'] = bbcode($a->profile['with']); if($a->profile['with']) $profile['marital']['with'] = bbcode($a->profile['with']);
if(strlen($a->profile['howlong']) && $a->profile['howlong'] !== '0000-00-00 00:00:00') { if(strlen($a->profile['howlong']) && $a->profile['howlong'] !== NULL_DATE) {
$profile['howlong'] = relative_date($a->profile['howlong'], t('for %1$d %2$s')); $profile['howlong'] = relative_date($a->profile['howlong'], t('for %1$d %2$s'));
} }

View File

@ -144,7 +144,7 @@ function filter_insecure($channel_id,$arr) {
function comments_are_now_closed($item) { function comments_are_now_closed($item) {
if($item['comments_closed'] !== '0000-00-00 00:00:00') { if($item['comments_closed'] !== NULL_DATE) {
$d = datetime_convert(); $d = datetime_convert();
if($d > $item['comments_closed']) if($d > $item['comments_closed'])
return true; return true;
@ -448,7 +448,7 @@ function post_activity_item($arr) {
function get_public_feed($channel,$params) { function get_public_feed($channel,$params) {
$type = 'xml'; $type = 'xml';
$begin = '0000-00-00 00:00:00'; $begin = NULL_DATE;
$end = ''; $end = '';
$start = 0; $start = 0;
$records = 40; $records = 40;
@ -459,7 +459,7 @@ function get_public_feed($channel,$params) {
$params = array(); $params = array();
$params['type'] = ((x($params,'type')) ? $params['type'] : 'xml'); $params['type'] = ((x($params,'type')) ? $params['type'] : 'xml');
$params['begin'] = ((x($params,'begin')) ? $params['begin'] : '0000-00-00 00:00:00'); $params['begin'] = ((x($params,'begin')) ? $params['begin'] : NULL_DATE);
$params['end'] = ((x($params,'end')) ? $params['end'] : datetime_convert('UTC','UTC','now')); $params['end'] = ((x($params,'end')) ? $params['end'] : datetime_convert('UTC','UTC','now'));
$params['start'] = ((x($params,'start')) ? $params['start'] : 0); $params['start'] = ((x($params,'start')) ? $params['start'] : 0);
$params['records'] = ((x($params,'records')) ? $params['records'] : 40); $params['records'] = ((x($params,'records')) ? $params['records'] : 40);
@ -518,13 +518,13 @@ function get_feed_for($channel, $observer_hash, $params) {
$atom .= replace_macros($feed_template, array( $atom .= replace_macros($feed_template, array(
'$version' => xmlify(RED_VERSION), '$version' => xmlify(RED_VERSION),
'$red' => xmlify(RED_PLATFORM), '$red' => xmlify(RED_PLATFORM),
'$feed_id' => xmlify($channel['channel_url']), '$feed_id' => xmlify($channel['xchan_url']),
'$feed_title' => xmlify($channel['channel_name']), '$feed_title' => xmlify($channel['channel_name']),
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', 'now' , ATOM_TIME)) , '$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', 'now' , ATOM_TIME)) ,
'$hub' => '', // feed_hublinks(), '$hub' => '', // feed_hublinks(),
'$salmon' => '', // feed_salmonlinks($channel['channel_address']), '$salmon' => '', // feed_salmonlinks($channel['channel_address']),
'$name' => xmlify($channel['channel_name']), '$name' => xmlify($channel['channel_name']),
'$profile_page' => xmlify($channel['channel_url']), '$profile_page' => xmlify($channel['xchan_url']),
'$mimephoto' => xmlify($channel['xchan_photo_mimetype']), '$mimephoto' => xmlify($channel['xchan_photo_mimetype']),
'$photo' => xmlify($channel['xchan_photo_l']), '$photo' => xmlify($channel['xchan_photo_l']),
'$thumb' => xmlify($channel['xchan_photo_m']), '$thumb' => xmlify($channel['xchan_photo_m']),
@ -758,14 +758,14 @@ function get_item_elements($x) {
$arr['expires'] = ((x($x,'expires') && $x['expires']) $arr['expires'] = ((x($x,'expires') && $x['expires'])
? datetime_convert('UTC','UTC',$x['expires']) ? datetime_convert('UTC','UTC',$x['expires'])
: '0000-00-00 00:00:00'); : NULL_DATE);
$arr['commented'] = ((x($x,'commented') && $x['commented']) $arr['commented'] = ((x($x,'commented') && $x['commented'])
? datetime_convert('UTC','UTC',$x['commented']) ? datetime_convert('UTC','UTC',$x['commented'])
: $arr['created']); : $arr['created']);
$arr['comments_closed'] = ((x($x,'comments_closed') && $x['comments_closed']) $arr['comments_closed'] = ((x($x,'comments_closed') && $x['comments_closed'])
? datetime_convert('UTC','UTC',$x['comments_closed']) ? datetime_convert('UTC','UTC',$x['comments_closed'])
: '0000-00-00 00:00:00'); : NULL_DATE);
$arr['title'] = (($x['title']) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8',false) : ''); $arr['title'] = (($x['title']) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8',false) : '');
@ -795,7 +795,7 @@ function get_item_elements($x) {
$arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : ''); $arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : '');
$arr['diaspora_meta'] = (($x['diaspora_meta']) ? $x['diaspora_meta'] : '');
$arr['object'] = activity_sanitise($x['object']); $arr['object'] = activity_sanitise($x['object']);
$arr['target'] = activity_sanitise($x['target']); $arr['target'] = activity_sanitise($x['target']);
@ -871,6 +871,8 @@ function import_author_xchan($x) {
if((! array_key_exists('network', $x)) || ($x['network'] === 'zot')) { if((! array_key_exists('network', $x)) || ($x['network'] === 'zot')) {
$y = import_author_zot($x); $y = import_author_zot($x);
} }
if(! $y)
$y = import_author_diaspora($x);
if($x['network'] === 'rss') { if($x['network'] === 'rss') {
$y = import_author_rss($x); $y = import_author_rss($x);
@ -879,6 +881,21 @@ function import_author_xchan($x) {
return(($y) ? $y : false); return(($y) ? $y : false);
} }
function import_author_diaspora($x) {
if(! $x['address'])
return false;
if(discover_by_webbie($x['address'])) {
$r = q("select xchan_hash from xchan where xchan_addr = '%s' limit 1",
dbesc($x['address'])
);
if($r)
return $r[0]['xchan_hash'];
}
return false;
}
function import_author_rss($x) { function import_author_rss($x) {
if(! $x['url']) if(! $x['url'])
@ -893,16 +910,17 @@ function import_author_rss($x) {
} }
$name = trim($x['name']); $name = trim($x['name']);
$r = q("insert into xchan ( xchan_hash, xchan_url, xchan_name, xchan_network ) $r = q("insert into xchan ( xchan_hash, xchan_guid, xchan_url, xchan_name, xchan_network )
values ( '%s', '%s', '%s', '%s' )", values ( '%s', '%s', '%s', '%s', '%s' )",
dbesc($x['url']), dbesc($x['guid']),
dbesc($x['guid']),
dbesc($x['url']), dbesc($x['url']),
dbesc(($name) ? $name : t('(Unknown)')), dbesc(($name) ? $name : t('(Unknown)')),
dbesc('rss') dbesc('rss')
); );
if($r) { if($r && $x['photo']) {
$photos = import_profile_photo($x['photo'],$x['url']); $photos = import_profile_photo($x['photo']['src'],$x['url']);
if($photos) { if($photos) {
$r = q("update xchan set xchan_photo_date = '%s', xchan_photo_l = '%s', xchan_photo_m = '%s', xchan_photo_s = '%s', xchan_photo_mimetype = '%s' where xchan_url = '%s' and xchan_network = 'rss' limit 1", $r = q("update xchan set xchan_photo_date = '%s', xchan_photo_l = '%s', xchan_photo_m = '%s', xchan_photo_s = '%s', xchan_photo_mimetype = '%s' where xchan_url = '%s' and xchan_network = 'rss' limit 1",
@ -985,7 +1003,7 @@ function encode_item($item) {
if($y = encode_item_flags($item)) if($y = encode_item_flags($item))
$x['flags'] = $y; $x['flags'] = $y;
if($item['comments_closed'] !== '0000-00-00 00:00:00') if($item['comments_closed'] !== NULL_DATE)
$x['comments_closed'] = $item['comments_closed']; $x['comments_closed'] = $item['comments_closed'];
$x['public_scope'] = $scope; $x['public_scope'] = $scope;
@ -1051,7 +1069,7 @@ function encode_item_xchan($xchan) {
$ret = array(); $ret = array();
$ret['name'] = $xchan['xchan_name']; $ret['name'] = $xchan['xchan_name'];
$ret['address'] = $xchan['xchan_addr']; $ret['address'] = $xchan['xchan_addr'];
$ret['url'] = $xchan['hubloc_url']; $ret['url'] = (($xchan['hubloc_url']) ? $xchan['hubloc_url'] : $xchan['xchan_url']);
$ret['network'] = $xchan['xchan_network']; $ret['network'] = $xchan['xchan_network'];
$ret['photo'] = array('mimetype' => $xchan['xchan_photo_mimetype'], 'src' => $xchan['xchan_photo_m']); $ret['photo'] = array('mimetype' => $xchan['xchan_photo_mimetype'], 'src' => $xchan['xchan_photo_m']);
$ret['guid'] = $xchan['xchan_guid']; $ret['guid'] = $xchan['xchan_guid'];
@ -1194,6 +1212,7 @@ function encode_mail($item) {
$x['message_parent'] = $item['parent_mid']; $x['message_parent'] = $item['parent_mid'];
$x['created'] = $item['created']; $x['created'] = $item['created'];
$x['expires'] = $item['expires']; $x['expires'] = $item['expires'];
$x['diaspora_meta'] = $item['diaspora_meta'];
$x['title'] = $item['title']; $x['title'] = $item['title'];
$x['body'] = $item['body']; $x['body'] = $item['body'];
$x['from'] = encode_item_xchan($item['from']); $x['from'] = encode_item_xchan($item['from']);
@ -1223,8 +1242,8 @@ function get_mail_elements($x) {
$arr['title'] = (($x['title'])? htmlspecialchars($x['title'],ENT_COMPAT,'UTF-8',false) : ''); $arr['title'] = (($x['title'])? htmlspecialchars($x['title'],ENT_COMPAT,'UTF-8',false) : '');
$arr['created'] = datetime_convert('UTC','UTC',$x['created']); $arr['created'] = datetime_convert('UTC','UTC',$x['created']);
if((! array_key_exists('expires',$x)) || ($x['expires'] === '0000-00-00 00:00:00')) if((! array_key_exists('expires',$x)) || ($x['expires'] === NULL_DATE))
$arr['expires'] = '0000-00-00 00:00:00'; $arr['expires'] = NULL_DATE;
else else
$arr['expires'] = datetime_convert('UTC','UTC',$x['expires']); $arr['expires'] = datetime_convert('UTC','UTC',$x['expires']);
@ -1592,9 +1611,9 @@ function get_atom_elements($feed,$item,&$author) {
$title = ' '; $title = ' ';
if(! $type) if(! $type)
$type = 'application/octet-stream'; $type = 'application/octet-stream';
}
$res['attach'][] = array('href' => $link, 'length' => $len, 'type' => $type, 'title' => $title ); $res['attach'][] = array('href' => $link, 'length' => $len, 'type' => $type, 'title' => $title );
} }
}
$rawobj = $item->get_item_tags(NAMESPACE_ACTIVITY, 'object'); $rawobj = $item->get_item_tags(NAMESPACE_ACTIVITY, 'object');
@ -1748,6 +1767,7 @@ function item_store($arr,$allow_exec = false) {
$arr['title'] = ((array_key_exists('title',$arr) && strlen($arr['title'])) ? trim($arr['title']) : ''); $arr['title'] = ((array_key_exists('title',$arr) && strlen($arr['title'])) ? trim($arr['title']) : '');
$arr['body'] = ((array_key_exists('body',$arr) && strlen($arr['body'])) ? trim($arr['body']) : ''); $arr['body'] = ((array_key_exists('body',$arr) && strlen($arr['body'])) ? trim($arr['body']) : '');
$arr['diaspora_meta'] = ((x($arr,'diaspora_meta')) ? $arr['diaspora_meta'] : '');
$arr['allow_cid'] = ((x($arr,'allow_cid')) ? trim($arr['allow_cid']) : ''); $arr['allow_cid'] = ((x($arr,'allow_cid')) ? trim($arr['allow_cid']) : '');
$arr['allow_gid'] = ((x($arr,'allow_gid')) ? trim($arr['allow_gid']) : ''); $arr['allow_gid'] = ((x($arr,'allow_gid')) ? trim($arr['allow_gid']) : '');
$arr['deny_cid'] = ((x($arr,'deny_cid')) ? trim($arr['deny_cid']) : ''); $arr['deny_cid'] = ((x($arr,'deny_cid')) ? trim($arr['deny_cid']) : '');
@ -1819,9 +1839,9 @@ function item_store($arr,$allow_exec = false) {
$arr['owner_xchan'] = ((x($arr,'owner_xchan')) ? notags(trim($arr['owner_xchan'])) : ''); $arr['owner_xchan'] = ((x($arr,'owner_xchan')) ? notags(trim($arr['owner_xchan'])) : '');
$arr['created'] = ((x($arr,'created') !== false) ? datetime_convert('UTC','UTC',$arr['created']) : datetime_convert()); $arr['created'] = ((x($arr,'created') !== false) ? datetime_convert('UTC','UTC',$arr['created']) : datetime_convert());
$arr['edited'] = ((x($arr,'edited') !== false) ? datetime_convert('UTC','UTC',$arr['edited']) : datetime_convert()); $arr['edited'] = ((x($arr,'edited') !== false) ? datetime_convert('UTC','UTC',$arr['edited']) : datetime_convert());
$arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : '0000-00-00 00:00:00'); $arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : NULL_DATE);
$arr['commented'] = ((x($arr,'commented') !== false) ? datetime_convert('UTC','UTC',$arr['commented']) : datetime_convert()); $arr['commented'] = ((x($arr,'commented') !== false) ? datetime_convert('UTC','UTC',$arr['commented']) : datetime_convert());
$arr['comments_closed'] = ((x($arr,'comments_closed') !== false) ? datetime_convert('UTC','UTC',$arr['comments_closed']) : '0000-00-00 00:00:00'); $arr['comments_closed'] = ((x($arr,'comments_closed') !== false) ? datetime_convert('UTC','UTC',$arr['comments_closed']) : NULL_DATE);
$arr['received'] = datetime_convert(); $arr['received'] = datetime_convert();
$arr['changed'] = datetime_convert(); $arr['changed'] = datetime_convert();
@ -2228,7 +2248,7 @@ function item_store_update($arr,$allow_exec = false) {
$arr['edited'] = ((x($arr,'edited') !== false) ? datetime_convert('UTC','UTC',$arr['edited']) : datetime_convert()); $arr['edited'] = ((x($arr,'edited') !== false) ? datetime_convert('UTC','UTC',$arr['edited']) : datetime_convert());
$arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : $orig[0]['expires']); $arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : $orig[0]['expires']);
if(array_key_exists('comments_closed',$arr) && $arr['comments_closed'] != '0000-00-00 00:00:00') if(array_key_exists('comments_closed',$arr) && $arr['comments_closed'] != NULL_DATE)
$arr['comments_closed'] = datetime_convert('UTC','UTC',$arr['comments_closed']); $arr['comments_closed'] = datetime_convert('UTC','UTC',$arr['comments_closed']);
else else
$arr['comments_closed'] = $orig[0]['comments_closed']; $arr['comments_closed'] = $orig[0]['comments_closed'];
@ -2236,6 +2256,8 @@ function item_store_update($arr,$allow_exec = false) {
$arr['commented'] = $orig[0]['commented']; $arr['commented'] = $orig[0]['commented'];
$arr['received'] = datetime_convert(); $arr['received'] = datetime_convert();
$arr['changed'] = datetime_convert(); $arr['changed'] = datetime_convert();
$arr['diaspora_meta'] = ((x($arr,'diaspora_meta')) ? $arr['diaspora_meta'] : $orig[0]['diaspora_meta']);
$arr['location'] = ((x($arr,'location')) ? notags(trim($arr['location'])) : $orig[0]['location']); $arr['location'] = ((x($arr,'location')) ? notags(trim($arr['location'])) : $orig[0]['location']);
$arr['coord'] = ((x($arr,'coord')) ? notags(trim($arr['coord'])) : $orig[0]['coord']); $arr['coord'] = ((x($arr,'coord')) ? notags(trim($arr['coord'])) : $orig[0]['coord']);
$arr['verb'] = ((x($arr,'verb')) ? notags(trim($arr['verb'])) : $orig[0]['verb']); $arr['verb'] = ((x($arr,'verb')) ? notags(trim($arr['verb'])) : $orig[0]['verb']);
@ -2370,6 +2392,13 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id)
else else
$authorsig = ''; $authorsig = '';
$x = array('signer' => $diaspora_handle, 'body' => $signed_body, 'signed_text' => $signed_text, 'signature' => base64_encode($authorsig));
$r = q("update item set diaspora_meta = '%s' where id = %d limit 1",
dbesc(json_encode($x)),
intval($post_id)
);
$r = q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", $r = q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ",
intval($post_id), intval($post_id),
dbesc($signed_text), dbesc($signed_text),
@ -2816,7 +2845,6 @@ function tgroup_check($uid,$item) {
function start_delivery_chain($channel,$item,$item_id,$parent) { function start_delivery_chain($channel,$item,$item_id,$parent) {
// Change this copy of the post to a forum head message and deliver to all the tgroup members // Change this copy of the post to a forum head message and deliver to all the tgroup members
// also reset all the privacy bits to the forum default permissions // also reset all the privacy bits to the forum default permissions
@ -2830,6 +2858,11 @@ function start_delivery_chain($channel,$item,$item_id,$parent) {
$flag_bits = $item['item_flags'] | ITEM_WALL|ITEM_ORIGIN; $flag_bits = $item['item_flags'] | ITEM_WALL|ITEM_ORIGIN;
// unset the nocomment bit if it's there.
if($flag_bits & ITEM_NOCOMMENT)
$flag_bits = $flag_bits ^ ITEM_NOCOMMENT;
// maintain the original source, which will be the original item owner and was stored in source_xchan // maintain the original source, which will be the original item owner and was stored in source_xchan
// when we created the delivery fork // when we created the delivery fork
@ -2910,29 +2943,33 @@ function start_delivery_chain($channel,$item,$item_id,$parent) {
function check_item_source($uid,$item) { function check_item_source($uid,$item) {
if($item['item_private'])
return false;
$r = q("select * from source where src_channel_id = %d and ( src_xchan = '%s' || src_xchan = '*' ) limit 1", $r = q("select * from source where src_channel_id = %d and ( src_xchan = '%s' || src_xchan = '*' ) limit 1",
intval($uid), intval($uid),
dbesc(($item['source_xchan']) ? $item['source_xchan'] : $item['owner_xchan']) dbesc(($item['source_xchan']) ? $item['source_xchan'] : $item['owner_xchan'])
); );
if(! $r) if(! $r)
return false; return false;
$x = q("select abook_their_perms from abook where abook_channel = %d and abook_xchan = '%s' limit 1", $x = q("select abook_their_perms, abook_flags from abook where abook_channel = %d and abook_xchan = '%s' limit 1",
intval($uid), intval($uid),
dbesc($item['owner_xchan']) dbesc($item['owner_xchan'])
); );
if(! $x) if(! $x)
return false; return false;
if(! ($x[0]['abook_their_perms'] & PERMS_A_REPUBLISH)) if(! ($x[0]['abook_their_perms'] & PERMS_A_REPUBLISH))
return false; return false;
if($item['item_private'] && (! ($x[0]['abook_flags'] & ABOOK_FLAG_FEED)))
return false;
if($r[0]['src_channel_xchan'] === $item['owner_xchan']) if($r[0]['src_channel_xchan'] === $item['owner_xchan'])
return false; return false;
@ -2981,7 +3018,7 @@ function mail_store($arr) {
$arr['from_xchan'] = ((x($arr,'from_xchan')) ? notags(trim($arr['from_xchan'])) : ''); $arr['from_xchan'] = ((x($arr,'from_xchan')) ? notags(trim($arr['from_xchan'])) : '');
$arr['to_xchan'] = ((x($arr,'to_xchan')) ? notags(trim($arr['to_xchan'])) : ''); $arr['to_xchan'] = ((x($arr,'to_xchan')) ? notags(trim($arr['to_xchan'])) : '');
$arr['created'] = ((x($arr,'created') !== false) ? datetime_convert('UTC','UTC',$arr['created']) : datetime_convert()); $arr['created'] = ((x($arr,'created') !== false) ? datetime_convert('UTC','UTC',$arr['created']) : datetime_convert());
$arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : '0000-00-00 00:00:00'); $arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : NULL_DATE);
$arr['title'] = ((x($arr,'title')) ? notags(trim($arr['title'])) : ''); $arr['title'] = ((x($arr,'title')) ? notags(trim($arr['title'])) : '');
$arr['parent_mid'] = ((x($arr,'parent_mid')) ? notags(trim($arr['parent_mid'])) : ''); $arr['parent_mid'] = ((x($arr,'parent_mid')) ? notags(trim($arr['parent_mid'])) : '');
$arr['body'] = ((x($arr,'body')) ? trim($arr['body']) : ''); $arr['body'] = ((x($arr,'body')) ? trim($arr['body']) : '');
@ -4039,7 +4076,7 @@ function zot_feed($uid,$observer_xchan,$mindate) {
$result = array(); $result = array();
$mindate = datetime_convert('UTC','UTC',$mindate); $mindate = datetime_convert('UTC','UTC',$mindate);
if(! $mindate) if(! $mindate)
$mindate = '0000-00-00 00:00:00'; $mindate = NULL_DATE;
$mindate = dbesc($mindate); $mindate = dbesc($mindate);
@ -4055,8 +4092,8 @@ function zot_feed($uid,$observer_xchan,$mindate) {
$sql_extra = item_permissions_sql($uid); $sql_extra = item_permissions_sql($uid);
} }
if($mindate != '0000-00-00 00:00:00') { if($mindate != NULL_DATE) {
$sql_extra .= " and created > '$mindate' "; $sql_extra .= " and ( created > '$mindate' or edited > '$mindate' ) ";
$limit = ""; $limit = "";
} }
else else

View File

@ -23,7 +23,7 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
$subject = t('[no subject]'); $subject = t('[no subject]');
// if(! $expires) // if(! $expires)
// $expires = '0000-00-00 00:00:00'; // $expires = NULL_DATE;
// else // else
// $expires = datetime_convert(date_default_timezone_get(),'UTC',$expires); // $expires = datetime_convert(date_default_timezone_get(),'UTC',$expires);

View File

@ -132,6 +132,29 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) {
} }
/**
* @function z_post_url
* @param string $url
* URL to post
* @param mixed $params
* The full data to post in a HTTP "POST" operation. This parameter can
* either be passed as a urlencoded string like 'para1=val1&para2=val2&...'
* or as an array with the field name as key and field data as value. If value
* is an array, the Content-Type header will be set to multipart/form-data.
* @param int $redirects = 0
* internal use, recursion counter
* @param array $opts (optional parameters)
* 'accept_content' => supply Accept: header with 'accept_content' as the value
* 'timeout' => int seconds, default system config value or 60 seconds
* 'http_auth' => username:password
* 'novalidate' => do not validate SSL certs, default is to validate using our CA list
*
* @returns array
* 'return_code' => HTTP return code or 0 if timeout or failure
* 'success' => boolean true (if HTTP 2xx result) or false
* 'header' => HTTP headers
* 'body' => fetched content
*/
function z_post_url($url,$params, $redirects = 0, $opts = array()) { function z_post_url($url,$params, $redirects = 0, $opts = array()) {
@ -868,15 +891,18 @@ function discover_by_url($url,$arr = null) {
if($feed->error()) if($feed->error())
logger('probe_url: scrape_feed: Error parsing XML: ' . $feed->error()); logger('probe_url: scrape_feed: Error parsing XML: ' . $feed->error());
$name = unxmlify(trim($feed->get_title()));
$photo = $feed->get_image_url(); $photo = $feed->get_image_url();
$author = $feed->get_author(); $author = $feed->get_author();
if($author) { if($author) {
$name = unxmlify(trim($author->get_name()));
if(! $name) if(! $name)
$name = unxmlify(trim($author->get_name()));
if(! $name) {
$name = trim(unxmlify($author->get_email())); $name = trim(unxmlify($author->get_email()));
if(strpos($name,'@') !== false) if(strpos($name,'@') !== false)
$name = substr($name,0,strpos($name,'@')); $name = substr($name,0,strpos($name,'@'));
}
if(! $profile && $author->get_link()) if(! $profile && $author->get_link())
$profile = trim(unxmlify($author->get_link())); $profile = trim(unxmlify($author->get_link()));
if(! $photo) { if(! $photo) {
@ -893,11 +919,13 @@ function discover_by_url($url,$arr = null) {
if($item) { if($item) {
$author = $item->get_author(); $author = $item->get_author();
if($author) { if($author) {
if(! $name) {
$name = trim(unxmlify($author->get_name())); $name = trim(unxmlify($author->get_name()));
if(! $name) if(! $name)
$name = trim(unxmlify($author->get_email())); $name = trim(unxmlify($author->get_email()));
if(strpos($name,'@') !== false) if(strpos($name,'@') !== false)
$name = substr($name,0,strpos($name,'@')); $name = substr($name,0,strpos($name,'@'));
}
if(! $profile && $author->get_link()) if(! $profile && $author->get_link())
$profile = trim(unxmlify($author->get_link())); $profile = trim(unxmlify($author->get_link()));
} }
@ -924,8 +952,7 @@ function discover_by_url($url,$arr = null) {
if(! $network) { if(! $network) {
$network = 'rss'; $network = 'rss';
} }
if(! $name)
$name = notags($feed->get_title());
if(! $name) if(! $name)
$name = notags($feed->get_description()); $name = notags($feed->get_description());
@ -1029,7 +1056,7 @@ function discover_by_webbie($webbie) {
} }
} }
if($diaspora && $diaspora_base && $diaspora_guid && intval(get_config('system','diaspora_enabled'))) { if($diaspora && $diaspora_base && $diaspora_guid) {
$guid = $diaspora_guid; $guid = $diaspora_guid;
$diaspora_base = trim($diaspora_base,'/'); $diaspora_base = trim($diaspora_base,'/');

View File

@ -67,7 +67,7 @@ function onepoll_run($argv, $argc){
logger("onepoll: poll: ({$contact['id']}) IMPORTER: {$importer['xchan_name']}, CONTACT: {$contact['xchan_name']}"); logger("onepoll: poll: ({$contact['id']}) IMPORTER: {$importer['xchan_name']}, CONTACT: {$contact['xchan_name']}");
$last_update = ((($contact['abook_updated'] === $contact['abook_created']) || ($contact['abook_updated'] === '0000-00-00 00:00:00')) $last_update = ((($contact['abook_updated'] === $contact['abook_created']) || ($contact['abook_updated'] === NULL_DATE))
? datetime_convert('UTC','UTC','now - 7 days') ? datetime_convert('UTC','UTC','now - 7 days')
: datetime_convert('UTC','UTC',$contact['abook_updated'] . ' - 2 days') : datetime_convert('UTC','UTC',$contact['abook_updated'] . ' - 2 days')
); );

View File

@ -430,93 +430,6 @@ function get_theme_screenshot($theme) {
} }
// check service_class restrictions. If there are no service_classes defined, everything is allowed.
// if $usage is supplied, we check against a maximum count and return true if the current usage is
// less than the subscriber plan allows. Otherwise we return boolean true or false if the property
// is allowed (or not) in this subscriber plan. An unset property for this service plan means
// the property is allowed, so it is only necessary to provide negative properties for each plan,
// or what the subscriber is not allowed to do.
function service_class_allows($uid,$property,$usage = false) {
$a = get_app();
if($uid == local_user()) {
$service_class = $a->account['account_service_class'];
}
else {
$r = q("select account_service_class as service_class
from channel c, account a
where c.channel_account_id=a.account_id and c.channel_id= %d limit 1",
intval($uid)
);
if($r !== false and count($r)) {
$service_class = $r[0]['service_class'];
}
}
if(! x($service_class))
return true; // everything is allowed
$arr = get_config('service_class',$service_class);
if(! is_array($arr) || (! count($arr)))
return true;
if($usage === false)
return ((x($arr[$property])) ? (bool) $arr['property'] : true);
else {
if(! array_key_exists($property,$arr))
return true;
return (((intval($usage)) < intval($arr[$property])) ? true : false);
}
}
function service_class_fetch($uid,$property) {
$a = get_app();
if($uid == local_user()) {
$service_class = $a->account['account_service_class'];
}
else {
$r = q("select account_service_class as service_class
from channel c, account a
where c.channel_account_id=a.account_id and c.channel_id= %d limit 1",
intval($uid)
);
if($r !== false and count($r)) {
$service_class = $r[0]['service_class'];
}
}
if(! x($service_class))
return false; // everything is allowed
$arr = get_config('service_class',$service_class);
if(! is_array($arr) || (! count($arr)))
return false;
return((array_key_exists($property,$arr)) ? $arr[$property] : false);
}
function upgrade_link($bbcode = false) {
$l = get_config('service_class','upgrade_link');
if(! $l)
return '';
if($bbcode)
$t = sprintf('[zrl=%s]' . t('Click here to upgrade.') . '[/zrl]', $l);
else
$t = sprintf('<a href="%s">' . t('Click here to upgrade.') . '</div>', $l);
return $t;
}
function upgrade_message($bbcode = false) {
$x = upgrade_link($bbcode);
return t('This action exceeds the limits set by your subscription plan.') . (($x) ? ' ' . $x : '') ;
}
function upgrade_bool_message($bbcode = false) {
$x = upgrade_link($bbcode);
return t('This action is not available under your subscription plan.') . (($x) ? ' ' . $x : '') ;
}
/** /**
* @brief add CSS to <head> * @brief add CSS to <head>
* *

View File

@ -35,12 +35,15 @@ function poller_run($argv, $argc){
// expire any expired mail // expire any expired mail
q("delete from mail where expires != '0000-00-00 00:00:00' and expires < UTC_TIMESTAMP() "); q("delete from mail where expires != '%s' and expires < UTC_TIMESTAMP() ",
dbesc(NULL_DATE)
);
// expire any expired items // expire any expired items
$r = q("select id from item where expires != '0000-00-00 00:00:00' and expires < UTC_TIMESTAMP() $r = q("select id from item where expires != '%s' and expires < UTC_TIMESTAMP()
and not ( item_restrict & %d ) ", and not ( item_restrict & %d ) ",
dbesc(NULL_DATE),
intval(ITEM_DELETED) intval(ITEM_DELETED)
); );
if($r) { if($r) {
@ -151,7 +154,6 @@ function poller_run($argv, $argc){
q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY"); q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY");
// expire any expired accounts // expire any expired accounts
require_once('include/account.php');
downgrade_accounts(); downgrade_accounts();
// If this is a directory server, request a sync with an upstream // If this is a directory server, request a sync with an upstream
@ -264,6 +266,8 @@ function poller_run($argv, $argc){
$c = $contact['abook_connected']; $c = $contact['abook_connected'];
if($contact['abook_flags'] & ABOOK_FLAG_FEED) { if($contact['abook_flags'] & ABOOK_FLAG_FEED) {
$min = service_class_fetch($contact['abook_channel'],'minimum_feedcheck_minutes');
if(! $min)
$min = intval(get_config('system','minimum_feedcheck_minutes')); $min = intval(get_config('system','minimum_feedcheck_minutes'));
if(! $min) if(! $min)
$min = 60; $min = 60;
@ -284,7 +288,7 @@ function poller_run($argv, $argc){
else { else {
// if we've never connected with them, start the mark for death countdown from now // if we've never connected with them, start the mark for death countdown from now
if($c == '0000-00-00 00:00:00') { if($c == NULL_DATE) {
$r = q("update abook set abook_connected = '%s' where abook_id = %d limit 1", $r = q("update abook set abook_connected = '%s' where abook_id = %d limit 1",
dbesc(datetime_convert()), dbesc(datetime_convert()),
intval($contact['abook_id']) intval($contact['abook_id'])
@ -337,8 +341,9 @@ function poller_run($argv, $argc){
} }
if($dirmode == DIRECTORY_MODE_SECONDARY || $dirmode == DIRECTORY_MODE_PRIMARY) { if($dirmode == DIRECTORY_MODE_SECONDARY || $dirmode == DIRECTORY_MODE_PRIMARY) {
$r = q("select distinct ud_addr, updates.* from updates where not ( ud_flags & %d ) and ud_addr != '' and ( ud_last = '0000-00-00 00:00:00' OR ud_last > UTC_TIMESTAMP() - INTERVAL 7 DAY ) group by ud_addr ", $r = q("select distinct ud_addr, updates.* from updates where not ( ud_flags & %d ) and ud_addr != '' and ( ud_last = '%s' OR ud_last > UTC_TIMESTAMP() - INTERVAL 7 DAY ) group by ud_addr ",
intval(UPDATE_FLAGS_UPDATED) intval(UPDATE_FLAGS_UPDATED),
dbesc(NULL_DATE)
); );
if($r) { if($r) {
foreach($r as $rr) { foreach($r as $rr) {
@ -346,7 +351,7 @@ function poller_run($argv, $argc){
// If they didn't respond when we attempted before, back off to once a day // If they didn't respond when we attempted before, back off to once a day
// After 7 days we won't bother anymore // After 7 days we won't bother anymore
if($rr['ud_last'] != '0000-00-00 00:00:00') if($rr['ud_last'] != NULL_DATE)
if($rr['ud_last'] > datetime_convert('UTC','UTC', 'now - 1 day')) if($rr['ud_last'] > datetime_convert('UTC','UTC', 'now - 1 day'))
continue; continue;
proc_run('php','include/onedirsync.php',$rr['ud_id']); proc_run('php','include/onedirsync.php',$rr['ud_id']);

View File

@ -123,7 +123,8 @@ function poco_load($xchan = '',$url = null) {
$profile_url = $url['value']; $profile_url = $url['value'];
continue; continue;
} }
if($url['type'] == 'zot') { if($url['type'] == 'zot' || $url['type'] == 'diaspora' || $url['type'] == 'friendica') {
$network = $url['type'];
$address = str_replace('acct:' , '', $url['value']); $address = str_replace('acct:' , '', $url['value']);
continue; continue;
} }
@ -151,6 +152,7 @@ function poco_load($xchan = '',$url = null) {
if(($x !== false) && (! count($x))) { if(($x !== false) && (! count($x))) {
if($address) { if($address) {
if($network === 'zot') {
$z = zot_finger($address,null); $z = zot_finger($address,null);
if($z['success']) { if($z['success']) {
$j = json_decode($z['body'],true); $j = json_decode($z['body'],true);
@ -164,6 +166,13 @@ function poco_load($xchan = '',$url = null) {
continue; continue;
} }
} }
else {
$x = import_author_diaspora(array('address' => $address));
if(! $x) {
continue;
}
}
}
else { else {
continue; continue;
} }

Some files were not shown because too many files have changed in this diff Show More