Merge from origin

This commit is contained in:
tuscanhobbit 2014-09-28 23:17:47 +02:00
commit f104dc840c
83 changed files with 2540 additions and 2126 deletions

View File

@ -553,6 +553,7 @@ define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled
define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin
define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was successful
define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to.
define ( 'ITEM_RSS', 0x8000); // Item comes from a feed. Use this to decide whether to link the title
// Don't make us evaluate this same item again.
/**
*

View File

@ -22,7 +22,7 @@ Zot ist das großartige neue Kommunikationsprotokoll, das extra für die Red-Mat
[zrl=[baseurl]/help/connecting_to_channels]Sich mit anderen Kanälen verbinden[/zrl]
[zrl=[baseurl]/help/permissions]Zugriffsrechte und Verschlüsselung: Du hast alles unter Kontrolle[/zrl]
[zrl=[baseurl]/help/cloud]Cloud-Speicher[/zrl]
[zrl=[baseurl]/help/remove_account]Konto löschen[/zrl]
[zrl=[baseurl]/help/remove_account]Einen Kanal oder das ganze Konto löschen[/zrl]
[size=large][b]Nutzung der Red-Matrix[/b][/size]
[zrl=[baseurl]/help/tags_and_mentions]Tags und Erwähnungen[/zrl]
@ -33,6 +33,8 @@ Zot ist das großartige neue Kommunikationsprotokoll, das extra für die Red-Mat
[zrl=[baseurl]/help/AdvancedSearch]Fortgeschrittene Suche im Kanalverzeichnis[/zrl]
[zrl=[baseurl]/help/addons]Hilfe zu Addons[/zrl]
[zrl=[baseurl]/help/nomadic-identity]Got Zot? Nomadische Identität, Kanal-Klone und mehr[/zrl]
[zrl=[baseurl]/help/diaspora_compat]Kompatibilität zum Diaspora-Protokoll (zur Kommunikation mit Kontakten aus Diaspora und Friendica)[/zrl]
[size=large][b]Häufig gestellte Fragen für Nutzer[/b][/size]
[zrl=[baseurl]/help/faq_users]FAQ für Nutzer[/zrl]
@ -44,15 +46,18 @@ Zot ist das großartige neue Kommunikationsprotokoll, das extra für die Red-Mat
[zrl=[baseurl]/help/problems-following-an-update]Probleme nach einem Software-Update[/zrl]
[zrl=[baseurl]/help/troubleshooting]Troubleshooting-Tipps[/zrl]
[size=large][b]Häufig gestellte Fragen für Sever-Admins[/b][/size]
[size=large][b]Häufig gestellte Fragen für Hub-Admins[/b][/size]
[zrl=[baseurl]/help/faq_admins]FAQ für Admins[/zrl]
[size=large][b]Technische Dokumentation[/b][/size]
[zrl=[baseurl]/help/Zot---A-High-Level-Overview]Zot ein erster Überblick[/zrl]
[zrl=[baseurl]/help/zot]Eine Einführung ins Zot-Protokoll[/zrl]
[zrl=[baseurl]/help/zot_structures]Zot-Strukturen[/zrl]
[zrl=[baseurl]/help/comanche]Seitenbeschreibung in Comanche[/zrl]
[zrl=[baseurl]/help/Creating-Templates]Vorlagen erstellen mit Comanche[/zrl]
[zrl=[baseurl]/help/Widgets]Widgets, die Teil der Standardinstallation sind[/zrl]
[zrl=[baseurl]/help/plugins]Plugins[/zrl]
[zrl=[baseurl]/help/DerivedTheme1]Ein Theme basierend auf einem anderen erstellen[/zrl]
[zrl=[baseurl]/help/DerivedTheme1]Einen Theme basierend auf einem anderen erstellen[/zrl]
[zrl=[baseurl]/help/schema_development]Schemata[/zrl]
[zrl=[baseurl]/help/Translations]Übersetzungen[/zrl]
[zrl=[baseurl]/help/developers]Entwickler[/zrl]

View File

@ -2,8 +2,6 @@
Diaspora protocol compatibility is presently considered an ***experimental*** feature. It may not be available on all sites and presents some serious compatibility issues with redmatrix. At the moment these compatibility issues will be shared with "Friendica-over-Diaspora" protocol communications.
Private mail is currently not working. Eventually this will be fixed. Posts and comments are partially working.
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.
@ -19,21 +17,19 @@ Post expiration is not supported on Diaspora. We will provide you an option to n
End-to-end encryption is not supported. We will translate these posts into a lock icon, which can never be unlocked from the Diaspora side.
Wall-to-wall posts may have the wrong attribution on Diaspora (sent as wall owner rather than original author). We may need to create fake "reshared" posts from wall-to-wall posts in order to retain the correct author info.
Message verification will eventually be supported.
Multiple profiles are not supported. Diaspora members can only see your default profile.
Birthday events will not appear in Diaspora. Other events will be translated and sent as a post, but all times will either be in the origination channel's timezone or in GMT. We do not know the recipient's timezone because Diaspora doesn't have this concept.
Tags are converted into "un-hijackable" tags by default and will link back to your redmatrix resources. We will provide an option to allow you to let the other end of the network hijack your tags and point them at its own resources.
We currently allow tags to be hijacked by default. We will provide an option to allow you to prevent the other end of the network from hijacking your tags and point them at its own resources.
Community tags will not work. We will send a tagging activity as a comment. It won't do anything.
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. Update: these were working but presented a number of issues with mis-attributed posts and potential recursive delivery (Diaspora has no source route detection). This ability has been disabled until we can investigate these issues in detail.
Plus-tagged redmatrix forums should work from Diaspora.
Premium channel redirects will not be sent. If you allow Diaspora connections, they will not see that you have a premium channel.
@ -53,17 +49,12 @@ Embedded apps will be translated into links.
Embedded page design elements (work in progress) will be either stripped or converted to an error message.
Diaspora members will not appear in the directory.
There are differences in oembed compatibility between the networks. Some embedded resources will turn into a link on one side or the other.
On the bright side, pokes should work.

File diff suppressed because one or more lines are too long

View File

@ -175,7 +175,7 @@ Functions</h2></td></tr>
</div><div class="memdoc">
<p>Transform #tags, strip off the [url] and replace spaces with underscore</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>
<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>, and <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>.</p>
</div>
</div>
@ -193,7 +193,7 @@ Functions</h2></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>
<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>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, and <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>.</p>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -140,6 +140,7 @@ var boot_8php =
[ "ITEM_PENDING_REMOVE", "boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb", null ],
[ "ITEM_RELAY", "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221", null ],
[ "ITEM_RETAINED", "boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81", null ],
[ "ITEM_RSS", "boot_8php.html#ac4d1c93dabcace711ffb4931204c336b", null ],
[ "ITEM_SPAM", "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb", null ],
[ "ITEM_STARRED", "boot_8php.html#a7af107fab8d62b9a73801713b774ed30", null ],
[ "ITEM_THREAD_TOP", "boot_8php.html#a749144d8dd9c1366596a0213c277d050", null ],

View File

@ -129,6 +129,7 @@ Functions</h2></td></tr>
<tr class="memitem:aacbb12d372d5e9c3ab0735b4aea48fb3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu</a> ($item)</td></tr>
<tr class="separator:aacbb12d372d5e9c3ab0735b4aea48fb3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afe5b2f38d8b803edb0d7ec5fa2868db0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller</a> ($a, $item, &amp;$arr, $mode)</td></tr>
<tr class="memdesc:afe5b2f38d8b803edb0d7ec5fa2868db0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a like/dislike entry. It gives back a HTML link to the channel that liked/disliked. <a href="#afe5b2f38d8b803edb0d7ec5fa2868db0">More...</a><br/></td></tr>
<tr class="separator:afe5b2f38d8b803edb0d7ec5fa2868db0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d8e30cc94f9a175054c021305d3aca3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like</a> ($cnt, $arr, $type, $id)</td></tr>
<tr class="separator:a3d8e30cc94f9a175054c021305d3aca3"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -520,6 +521,18 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Returns a like/dislike entry. It gives back a HTML link to the channel that liked/disliked. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramtype">array</td><td class="paramname">$a</td><td>(not used) </td></tr>
<tr><td class="paramtype">array</td><td class="paramname">$item</td><td></td></tr>
<tr><td class="paramtype">array</td><td class="paramname">&amp;$arr</td><td></td></tr>
<tr><td class="paramtype">string</td><td class="paramname">$mode</td><td>like/dislike </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<p>Referenced by <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>.</p>
</div>

View File

@ -316,7 +316,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <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="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</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="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</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="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</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="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="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#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</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="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</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="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</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="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>
@ -344,7 +344,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<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="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</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#a56b0f5d2cb36eb8f4bfca84813884f86">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>
<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="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="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#a56b0f5d2cb36eb8f4bfca84813884f86">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>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -253,7 +253,7 @@ Variables</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p>
<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -222,6 +222,9 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');});
<li>chatroom_list()
: <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chat.php</a>
</li>
<li>chatroom_list_count()
: <a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chat.php</a>
</li>
<li>chatsvc_content()
: <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc.php</a>
</li>

View File

@ -346,6 +346,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
<li>ITEM_RETAINED
: <a class="el" href="boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81">boot.php</a>
</li>
<li>ITEM_RSS
: <a class="el" href="boot_8php.html#ac4d1c93dabcace711ffb4931204c336b">boot.php</a>
</li>
<li>ITEM_SPAM
: <a class="el" href="boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb">boot.php</a>
</li>

View File

@ -261,6 +261,9 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');});
<li>menu_list()
: <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu.php</a>
</li>
<li>menu_list_count()
: <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu.php</a>
</li>
<li>menu_post()
: <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu.php</a>
</li>

View File

@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
: <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">text.php</a>
</li>
<li>xchan_query()
: <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">text.php</a>
: <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">text.php</a>
</li>
<li>xml2array()
: <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">network.php</a>

View File

@ -221,6 +221,9 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');});
<li>chatroom_list()
: <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chat.php</a>
</li>
<li>chatroom_list_count()
: <a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chat.php</a>
</li>
<li>chatsvc_content()
: <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc.php</a>
</li>

View File

@ -224,6 +224,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');});
<li>menu_list()
: <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu.php</a>
</li>
<li>menu_list_count()
: <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu.php</a>
</li>
<li>menu_post()
: <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu.php</a>
</li>

View File

@ -153,7 +153,7 @@ $(document).ready(function(){initNavTree('globals_func_0x78.html','');});
: <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">text.php</a>
</li>
<li>xchan_query()
: <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">text.php</a>
: <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">text.php</a>
</li>
<li>xml2array()
: <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">network.php</a>

View File

@ -198,6 +198,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');});
<li>ITEM_RETAINED
: <a class="el" href="boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81">boot.php</a>
</li>
<li>ITEM_RSS
: <a class="el" href="boot_8php.html#ac4d1c93dabcace711ffb4931204c336b">boot.php</a>
</li>
<li>ITEM_SPAM
: <a class="el" href="boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb">boot.php</a>
</li>

View File

@ -430,7 +430,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</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="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p>
<p>Referenced by <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</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="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</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="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p>
</div>
</div>
@ -472,10 +472,11 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p>identity_basic_export($channel_id) Create an array representing the important channel information which would be necessary to create a nomadic identity clone. This includes most channel resources and connection information with the exception of content.</p>
<p>identity_basic_export($channel_id,$items = false) Create an array representing the important channel information which would be necessary to create a nomadic identity clone. This includes most channel resources and connection information with the exception of content.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramtype">int</td><td class="paramname">$channel_id</td><td>Channel_id to export</td></tr>
<tr><td class="paramtype">int</td><td class="paramname">$channel_id</td><td>Channel_id to export </td></tr>
<tr><td class="paramtype">boolean</td><td class="paramname">$items</td><td>Include channel posts (wall items), default false</td></tr>
</table>
</dd>
</dl>
@ -548,7 +549,7 @@ Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>boolean true or false </dd></dl>
<p>Referenced by <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>.</p>
<p>Referenced by <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>, and <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>.</p>
</div>
</div>

View File

@ -122,6 +122,8 @@ Functions</h2></td></tr>
<tr class="separator:a1ee1360f7d2549c7549ae07cb5190f0f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aedcb532a0627b8644001a2fadab4e87a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list</a> ($uid)</td></tr>
<tr class="separator:aedcb532a0627b8644001a2fadab4e87a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a26abdccc2a278a59899896dbbfc6f049"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chatroom_list_count</a> ($uid)</td></tr>
<tr class="separator:a26abdccc2a278a59899896dbbfc6f049"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acea6b176eb7aff44d9ba3ae24ce511d3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message</a> ($uid, $room_id, $xchan, $text)</td></tr>
<tr class="separator:acea6b176eb7aff44d9ba3ae24ce511d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@ -309,7 +311,25 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, and <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>.</p>
<p>Referenced by <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>.</p>
</div>
</div>
<a class="anchor" id="a26abdccc2a278a59899896dbbfc6f049"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">chatroom_list_count </td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$uid</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>.</p>
</div>
</div>

View File

@ -5,5 +5,6 @@ var include_2chat_8php =
[ "chatroom_destroy", "include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639", null ],
[ "chatroom_enter", "include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91", null ],
[ "chatroom_leave", "include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f", null ],
[ "chatroom_list", "include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a", null ]
[ "chatroom_list", "include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a", null ],
[ "chatroom_list_count", "include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049", null ]
];

File diff suppressed because one or more lines are too long

View File

@ -122,6 +122,8 @@ Functions</h2></td></tr>
<tr class="separator:a08a800821721781a8dfffbe31481ff98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a32701c4245e78ba9106eef52c08bf33d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list</a> ($channel_id, $name= '', $flags=0)</td></tr>
<tr class="separator:a32701c4245e78ba9106eef52c08bf33d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a251bf7e15d21627fd92614198e41c485"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu_list_count</a> ($channel_id, $name= '', $flags=0)</td></tr>
<tr class="separator:a251bf7e15d21627fd92614198e41c485"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6a33c6a3db2a7510b16cc656edaec571"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit</a> ($arr)</td></tr>
<tr class="separator:a6a33c6a3db2a7510b16cc656edaec571"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3884bda4d85d84ec99447db9403a68d8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete</a> ($menu_name, $uid)</td></tr>
@ -423,6 +425,40 @@ Functions</h2></td></tr>
<p>Referenced by <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, and <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>.</p>
</div>
</div>
<a class="anchor" id="a251bf7e15d21627fd92614198e41c485"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">menu_list_count </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>$name</em> = <code>''</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">&#160;</td>
<td class="paramname"><em>$flags</em> = <code>0</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="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>.</p>
</div>
</div>
<a class="anchor" id="a03a5deed3908543581c074ce333e9d6a"></a>

View File

@ -10,5 +10,6 @@ var include_2menu_8php =
[ "menu_fetch", "include_2menu_8php.html#a68ebbf492470c930f652013656f9071d", null ],
[ "menu_fetch_id", "include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7", null ],
[ "menu_list", "include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d", null ],
[ "menu_list_count", "include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485", null ],
[ "menu_render", "include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a", null ]
];

View File

@ -1150,7 +1150,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p>
<p>Referenced by <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p>
</div>
</div>
@ -1492,7 +1492,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<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>
<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="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</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>
@ -1520,7 +1520,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, and <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>.</p>
<p>Referenced by <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="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, and <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>.</p>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -38,14 +38,14 @@ var NAVTREEINDEX =
[
"BS-Default_8php.html",
"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa",
"classApp.html#a5cfc098c061b7d765add58fd2ca97445",
"classdba__driver.html#afc95ffa103a3290581b537670cde5311",
"dir__fns_8php.html",
"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7",
"include_2probe_8php.html#a950a200372393f706851103cd3fffcba",
"pages.html",
"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6",
"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0"
"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad",
"classdba__driver.html#af48e2afeded5285766bf92e22123ed03",
"dir_92d6b429199666aa3765c8a934db5e14.html",
"html2bbcode_8php.html",
"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c",
"page__widgets_8php.html",
"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f",
"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256"
];
var SYNCONMSG = 'click to disable panel synchronisation';

View File

@ -147,107 +147,107 @@ 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#af634a3f721c5e238530d0636d33230ec":[6,0,3,1,1,1,0,0,2,4],
"boot_8php.html":[6,0,4],
"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,144],
"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,145],
"boot_8php.html#a01353c9abebc3544ea080ac161729632":[6,0,4,38],
"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,158],
"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,263],
"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,159],
"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,264],
"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[6,0,4,137],
"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[6,0,4,57],
"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,177],
"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,178],
"boot_8php.html#a0450389f24c632906fbc24347700a543":[6,0,4,48],
"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[6,0,4,110],
"boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[6,0,4,1],
"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,220],
"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,221],
"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[6,0,4,72],
"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,181],
"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,283],
"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,279],
"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,282],
"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,182],
"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,284],
"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,280],
"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,283],
"boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[6,0,4,22],
"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[6,0,4,64],
"boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[6,0,4,15],
"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[6,0,4,82],
"boot_8php.html#a107d53f96acf5319905a34b1870db09a":[6,0,4,41],
"boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,268],
"boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,269],
"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[6,0,4,139],
"boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,267],
"boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,268],
"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[6,0,4,86],
"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[6,0,4,83],
"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,208],
"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,209],
"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[6,0,4,67],
"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,157],
"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,153],
"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,180],
"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,147],
"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,291],
"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,257],
"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,293],
"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,184],
"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,158],
"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,154],
"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,181],
"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,148],
"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,292],
"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,258],
"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,294],
"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,185],
"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[6,0,4,81],
"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,235],
"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,236],
"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[6,0,4,112],
"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,164],
"boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,229],
"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,201],
"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,259],
"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,165],
"boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,230],
"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,202],
"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,260],
"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[6,0,4,42],
"boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[6,0,4,21],
"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[6,0,4,105],
"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[6,0,4,97],
"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,271],
"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,204],
"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,272],
"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,205],
"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[6,0,4,88],
"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[6,0,4,138],
"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,233],
"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,234],
"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[6,0,4,113],
"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,255],
"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,200],
"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,256],
"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,201],
"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[6,0,4,134],
"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[6,0,4,73],
"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[6,0,4,78],
"boot_8php.html#a329400dcb29897cdaae3020109272285":[6,0,4,17],
"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,240],
"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,151],
"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,241],
"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,152],
"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[6,0,4,45],
"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[6,0,4,127],
"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,166],
"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,216],
"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,297],
"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,189],
"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,167],
"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,217],
"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,298],
"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,190],
"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[6,0,4,116],
"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[6,0,4,121],
"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,296],
"boot_8php.html#a3d48dffd9dc73a187263c3002cdf00c0":[6,0,4,186],
"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,231],
"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,297],
"boot_8php.html#a3d48dffd9dc73a187263c3002cdf00c0":[6,0,4,187],
"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,232],
"boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[6,0,4,12],
"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[6,0,4,65],
"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[6,0,4,95],
"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[6,0,4,55],
"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,140],
"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,224],
"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,199],
"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,141],
"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,225],
"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,200],
"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[6,0,4,94],
"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,174],
"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,161],
"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,175],
"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,162],
"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[6,0,4,76],
"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,167],
"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,280],
"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,187],
"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,168],
"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,281],
"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,188],
"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[6,0,4,111],
"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,249],
"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,185],
"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,250],
"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,186],
"boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[6,0,4,6],
"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,222],
"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,223],
"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[6,0,4,61],
"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,245],
"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,211],
"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,165],
"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,246],
"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,212],
"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,166],
"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,43],
"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,87],
"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35],
"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,203],
"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,244],
"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,294],
"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,204],
"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,245],
"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,295],
"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20],
"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,66]
};

View File

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

View File

@ -1,5 +1,6 @@
var NAVTREEINDEX2 =
{
"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,5,3],
"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,5,39],
"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,5,80],
"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,5,4],
@ -248,6 +249,5 @@ var NAVTREEINDEX2 =
"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,9,11],
"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,9,4],
"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,9,3],
"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,9,0],
"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,9,10]
"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,9,0]
};

View File

@ -1,5 +1,6 @@
var NAVTREEINDEX3 =
{
"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,9,10],
"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,9,5],
"classdba__mysql.html":[5,0,10],
"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,10,1],
@ -248,6 +249,5 @@ var NAVTREEINDEX3 =
"dir_8543001e5d25368a6edede3e63efb554.html":[6,0,3,1],
"dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[6,0,3,1,2,0],
"dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[6,0,3,1,2],
"dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1],
"dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1]
"dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1]
};

View File

@ -1,5 +1,6 @@
var NAVTREEINDEX4 =
{
"dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1],
"dir__fns_8php.html":[6,0,0,30],
"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,30,0],
"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,30,6],
@ -184,8 +185,8 @@ var NAVTREEINDEX4 =
"globals_0x77.html":[6,1,0,24],
"globals_0x78.html":[6,1,0,25],
"globals_0x7a.html":[6,1,0,26],
"globals_func.html":[6,1,1],
"globals_func.html":[6,1,1,0],
"globals_func.html":[6,1,1],
"globals_func_0x61.html":[6,1,1,1],
"globals_func_0x62.html":[6,1,1,2],
"globals_func_0x63.html":[6,1,1,3],
@ -211,8 +212,8 @@ var NAVTREEINDEX4 =
"globals_func_0x77.html":[6,1,1,23],
"globals_func_0x78.html":[6,1,1,24],
"globals_func_0x7a.html":[6,1,1,25],
"globals_vars.html":[6,1,2,0],
"globals_vars.html":[6,1,2],
"globals_vars.html":[6,1,2,0],
"globals_vars_0x61.html":[6,1,2,1],
"globals_vars_0x63.html":[6,1,2,2],
"globals_vars_0x64.html":[6,1,2,3],
@ -248,6 +249,5 @@ var NAVTREEINDEX4 =
"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,42,0],
"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,42,1],
"hostxrd_8php.html":[6,0,1,43],
"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,43,0],
"html2bbcode_8php.html":[6,0,0,40]
"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,43,0]
};

View File

@ -1,5 +1,6 @@
var NAVTREEINDEX5 =
{
"html2bbcode_8php.html":[6,0,0,40],
"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,40,3],
"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,40,1],
"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,40,0],
@ -143,6 +144,7 @@ var NAVTREEINDEX5 =
"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,14,0],
"include_2chat_8php.html":[6,0,0,15],
"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,15,4],
"include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,15,6],
"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[6,0,0,15,2],
"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[6,0,0,15,3],
"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[6,0,0,15,1],
@ -180,8 +182,9 @@ var NAVTREEINDEX5 =
"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,39,3],
"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,39,9],
"include_2menu_8php.html":[6,0,0,48],
"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,48,10],
"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,48,11],
"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,48,1],
"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,48,10],
"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,48,9],
"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,48,3],
"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,48,8],
@ -246,8 +249,5 @@ var NAVTREEINDEX5 =
"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,60,4],
"include_2probe_8php.html":[6,0,0,63],
"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,63,3],
"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,63,4],
"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,63,1],
"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,63,8],
"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,63,0]
"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,63,4]
};

View File

@ -1,5 +1,8 @@
var NAVTREEINDEX6 =
{
"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,63,1],
"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,63,8],
"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,63,0],
"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,63,6],
"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,63,2],
"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,63,7],
@ -195,8 +198,8 @@ var NAVTREEINDEX6 =
"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#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,2,0,2,0],
"namespaceFriendica.html":[4,0,1],
"namespaceFriendica.html":[5,0,1],
"namespaceFriendica.html":[4,0,1],
"namespaceacl__selectors.html":[4,0,0],
"namespaceacl__selectors.html":[5,0,0],
"namespacefriendica-to-smarty-tpl.html":[5,0,2],
@ -246,8 +249,5 @@ var NAVTREEINDEX6 =
"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[6,0,1,73,0],
"page_8php.html":[6,0,1,74],
"page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,74,1],
"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,74,0],
"page__widgets_8php.html":[6,0,0,58],
"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,58,1],
"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,58,0]
"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,74,0]
};

View File

@ -1,5 +1,8 @@
var NAVTREEINDEX7 =
{
"page__widgets_8php.html":[6,0,0,58],
"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,58,1],
"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,58,0],
"pages.html":[],
"parse__url_8php.html":[6,0,1,75],
"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,75,2],
@ -246,8 +249,5 @@ var NAVTREEINDEX7 =
"sitelist_8php.html":[6,0,1,110],
"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,110,0],
"smarty_8php.html":[6,0,0,71],
"smilies_8php.html":[6,0,1,111],
"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,111,0],
"socgraph_8php.html":[6,0,0,72],
"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,72,0]
"smilies_8php.html":[6,0,1,111]
};

View File

@ -1,5 +1,8 @@
var NAVTREEINDEX8 =
{
"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,111,0],
"socgraph_8php.html":[6,0,0,72],
"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,72,0],
"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,72,6],
"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,72,7],
"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,72,8],
@ -78,7 +81,6 @@ var NAVTREEINDEX8 =
"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,77,24],
"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,77,88],
"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,77,75],
"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[6,0,0,77,86],
"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,77,32],
"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,77,43],
"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,77,26],
@ -111,6 +113,7 @@ var NAVTREEINDEX8 =
"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,77,21],
"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,77,61],
"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,77,20],
"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,77,86],
"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,77,3],
"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,77,56],
"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,77,67],
@ -246,8 +249,5 @@ var NAVTREEINDEX8 =
"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,78,8],
"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,78,9],
"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,78,16],
"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,78,18],
"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,78,19],
"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,78,5],
"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,78,25]
"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,78,18]
};

View File

@ -1,5 +1,8 @@
var NAVTREEINDEX9 =
{
"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,78,19],
"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,78,5],
"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,78,25],
"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,78,12],
"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,78,27],
"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,78,21],

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,7 @@ var searchData=
['chatroom_5fenter',['chatroom_enter',['../include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91',1,'chat.php']]],
['chatroom_5fleave',['chatroom_leave',['../include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f',1,'chat.php']]],
['chatroom_5flist',['chatroom_list',['../include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a',1,'chat.php']]],
['chatroom_5flist_5fcount',['chatroom_list_count',['../include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049',1,'chat.php']]],
['chatsvc_2ephp',['chatsvc.php',['../chatsvc_8php.html',1,'']]],
['chatsvc_5fcontent',['chatsvc_content',['../chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9',1,'chatsvc.php']]],
['chatsvc_5finit',['chatsvc_init',['../chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116',1,'chatsvc.php']]],

View File

@ -82,6 +82,7 @@ var searchData=
['item_5frelay',['ITEM_RELAY',['../boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221',1,'boot.php']]],
['item_5fremove_5fcid',['item_remove_cid',['../items_8php.html#a5ed782ff5b9cf050bec931e06de12c00',1,'items.php']]],
['item_5fretained',['ITEM_RETAINED',['../boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81',1,'boot.php']]],
['item_5frss',['ITEM_RSS',['../boot_8php.html#ac4d1c93dabcace711ffb4931204c336b',1,'boot.php']]],
['item_5fspam',['ITEM_SPAM',['../boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb',1,'boot.php']]],
['item_5fstarred',['ITEM_STARRED',['../boot_8php.html#a7af107fab8d62b9a73801713b774ed30',1,'boot.php']]],
['item_5fstore',['item_store',['../items_8php.html#a2541e6861a56d145c9281877cc501615',1,'items.php']]],

View File

@ -45,6 +45,7 @@ var searchData=
['menu_5fitem_5fnewwin',['MENU_ITEM_NEWWIN',['../boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5',1,'boot.php']]],
['menu_5fitem_5fzid',['MENU_ITEM_ZID',['../boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53',1,'boot.php']]],
['menu_5flist',['menu_list',['../include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d',1,'menu.php']]],
['menu_5flist_5fcount',['menu_list_count',['../include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485',1,'menu.php']]],
['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]],
['menu_5frender',['menu_render',['../include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a',1,'menu.php']]],
['menu_5fsystem',['MENU_SYSTEM',['../boot_8php.html#a718a801b0be6cbaef5e519516da12721',1,'boot.php']]],

View File

@ -11,7 +11,7 @@ var searchData=
['xchan_5fflags_5fselfcensored',['XCHAN_FLAGS_SELFCENSORED',['../boot_8php.html#a5a681a672e007cdc22b43345d71f07c6',1,'boot.php']]],
['xchan_5fflags_5fsystem',['XCHAN_FLAGS_SYSTEM',['../boot_8php.html#afef254290febac854c85fc698d9483a6',1,'boot.php']]],
['xchan_5fmail_5fquery',['xchan_mail_query',['../text_8php.html#a543447c5ed766535221e2d9636b379ee',1,'text.php']]],
['xchan_5fquery',['xchan_query',['../text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f',1,'text.php']]],
['xchan_5fquery',['xchan_query',['../text_8php.html#a905c3895feb6f276df23f07f16f9bb52',1,'text.php']]],
['xml2array',['xml2array',['../include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff',1,'network.php']]],
['xml_5fstatus',['xml_status',['../include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6',1,'network.php']]],
['xmlify',['xmlify',['../text_8php.html#aaed4413ed8918838b517e3b2fafaea0d',1,'text.php']]],

View File

@ -27,6 +27,7 @@ var searchData=
['chatroom_5fenter',['chatroom_enter',['../include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91',1,'chat.php']]],
['chatroom_5fleave',['chatroom_leave',['../include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f',1,'chat.php']]],
['chatroom_5flist',['chatroom_list',['../include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a',1,'chat.php']]],
['chatroom_5flist_5fcount',['chatroom_list_count',['../include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049',1,'chat.php']]],
['chatsvc_5fcontent',['chatsvc_content',['../chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9',1,'chatsvc.php']]],
['chatsvc_5finit',['chatsvc_init',['../chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116',1,'chatsvc.php']]],
['chatsvc_5fpost',['chatsvc_post',['../chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03',1,'chatsvc.php']]],

View File

@ -27,6 +27,7 @@ var searchData=
['menu_5ffetch',['menu_fetch',['../include_2menu_8php.html#a68ebbf492470c930f652013656f9071d',1,'menu.php']]],
['menu_5ffetch_5fid',['menu_fetch_id',['../include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7',1,'menu.php']]],
['menu_5flist',['menu_list',['../include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d',1,'menu.php']]],
['menu_5flist_5fcount',['menu_list_count',['../include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485',1,'menu.php']]],
['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]],
['menu_5frender',['menu_render',['../include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a',1,'menu.php']]],
['message_5fcontent',['message_content',['../mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f',1,'message.php']]],

View File

@ -3,7 +3,7 @@ var searchData=
['x',['x',['../boot_8php.html#a01353c9abebc3544ea080ac161729632',1,'boot.php']]],
['xchan_5fcontent',['xchan_content',['../xchan_8php.html#a9853348bf1a35c644460221ba75edc2d',1,'xchan.php']]],
['xchan_5fmail_5fquery',['xchan_mail_query',['../text_8php.html#a543447c5ed766535221e2d9636b379ee',1,'text.php']]],
['xchan_5fquery',['xchan_query',['../text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f',1,'text.php']]],
['xchan_5fquery',['xchan_query',['../text_8php.html#a905c3895feb6f276df23f07f16f9bb52',1,'text.php']]],
['xml2array',['xml2array',['../include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff',1,'network.php']]],
['xml_5fstatus',['xml_status',['../include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6',1,'network.php']]],
['xmlify',['xmlify',['../text_8php.html#aaed4413ed8918838b517e3b2fafaea0d',1,'text.php']]],

View File

@ -18,6 +18,7 @@ var searchData=
['item_5fpending_5fremove',['ITEM_PENDING_REMOVE',['../boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb',1,'boot.php']]],
['item_5frelay',['ITEM_RELAY',['../boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221',1,'boot.php']]],
['item_5fretained',['ITEM_RETAINED',['../boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81',1,'boot.php']]],
['item_5frss',['ITEM_RSS',['../boot_8php.html#ac4d1c93dabcace711ffb4931204c336b',1,'boot.php']]],
['item_5fspam',['ITEM_SPAM',['../boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb',1,'boot.php']]],
['item_5fstarred',['ITEM_STARRED',['../boot_8php.html#a7af107fab8d62b9a73801713b774ed30',1,'boot.php']]],
['item_5fthread_5ftop',['ITEM_THREAD_TOP',['../boot_8php.html#a749144d8dd9c1366596a0213c277d050',1,'boot.php']]],

View File

@ -399,7 +399,7 @@ Functions</h2></td></tr>
<p>Profile owner - everything is visible</p>
<p>Authenticated visitor. Unless pre-verified, check that the contact belongs to this $owner_id and load the groups the visitor belongs to. If pre-verified, the caller is expected to have already done this and passed the groups into this function.</p>
<p>Referenced by <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p>
<p>Referenced by <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chatroom_list_count()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -86,7 +86,7 @@ var text_8php =
[ "unxmlify", "text_8php.html#a1360fed7f918d859daaca1c9f384f9af", null ],
[ "valid_email", "text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb", null ],
[ "xchan_mail_query", "text_8php.html#a543447c5ed766535221e2d9636b379ee", null ],
[ "xchan_query", "text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f", null ],
[ "xchan_query", "text_8php.html#a905c3895feb6f276df23f07f16f9bb52", null ],
[ "xmlify", "text_8php.html#aaed4413ed8918838b517e3b2fafaea0d", null ],
[ "z_input_filter", "text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f", null ],
[ "zidify_callback", "text_8php.html#a405afe814a23f3bd94d826101aa168ab", null ],

View File

@ -42,7 +42,7 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Uploads - integrate #^[url=https://github.com/blueimp/jQuery-File-Upload]https://github.com/blueimp/jQuery-File-Upload[/url][/li]
[li]Import/export - include items, events, things, etc.[/li]
[li]Import/export - include events, things, etc.[/li]
[li]Import channel from Diaspora/Friendica[/li]

View File

@ -52,14 +52,14 @@ class Conversation extends BaseObject {
switch($mode) {
case 'network':
if(array_key_exists('firehose',$a->data) && intval($a->data['firehose'])) {
$this->profile_owner = intval($a->data['firehose']);
$this->writable = false;
}
else {
// if(array_key_exists('firehose',$a->data) && intval($a->data['firehose'])) {
// $this->profile_owner = intval($a->data['firehose']);
// $this->writable = false;
// }
// else {
$this->profile_owner = local_user();
$this->writable = true;
}
// }
break;
case 'channel':
$this->profile_owner = $a->profile['profile_uid'];
@ -177,11 +177,11 @@ class Conversation extends BaseObject {
}
}
require_once('include/identity.php');
$sys = get_sys_channel();
// $sys = get_sys_channel();
if($sys && $item->get_data_value('uid') == $sys['channel_id']) {
$item->set_commentable(false);
}
// if($sys && $item->get_data_value('uid') == $sys['channel_id']) {
// $item->set_commentable(false);
// }
$item->set_conversation($this);
$this->threads[] = $item;

View File

@ -101,11 +101,19 @@ class Item extends BaseObject {
else
$edpost = false;
if($observer['xchan_hash'] == $this->get_data_value('author_xchan')
|| $observer['xchan_hash'] == $this->get_data_value('owner_xchan')
|| $this->get_data_value('uid') == local_user())
$dropping = true;
if(array_key_exists('real_uid',$item)) {
$edpost = false;
$dropping = false;
}
if($dropping) {
$drop = array(
'dropping' => $dropping,
@ -119,7 +127,7 @@ class Item extends BaseObject {
);
}
$filer = (($conv->get_profile_owner() == local_user()) ? t("Save to Folder") : false);
$filer = ((($conv->get_profile_owner() == local_user()) && (! array_key_exists('real_uid',$item))) ? t("Save to Folder") : false);
$profile_avatar = $item['author']['xchan_photo_m'];
$profile_link = chanlink_url($item['author']['xchan_url']);
@ -163,7 +171,7 @@ class Item extends BaseObject {
if($this->is_toplevel()) {
// FIXME check this permission
if($conv->get_profile_owner() == local_user()) {
if(($conv->get_profile_owner() == local_user()) && (! array_key_exists('real_uid',$item))) {
// FIXME we don't need all this stuff, some can be done in the template

View File

@ -546,8 +546,8 @@ require_once('include/items.php');
}
require_once('include/identity.php');
json_return_and_die(identity_basic_export(api_user()));
json_return_and_die(identity_basic_export(api_user(),(($_REQUEST['posts']) ? intval($_REQUEST['posts']) : 0 )));
}
api_register_func('api/export/basic','api_export_basic', true);
api_register_func('api/red/channel/export/basic','api_export_basic', true);

View File

@ -131,10 +131,8 @@ function diaspora2bb($s,$use_zrl = false) {
// $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);
// first try plustags
// nope don't do it. This will cause mis-attributed messages and runaway delivery chains -
// Diaspora doesn't have sufficient delivery loop detection.
// Leave the next line commented and leave this description here so future readers will know why.
// $s = preg_replace_callback('/\@\{(.+?)\; (.+?)\@(.+?)\}\+/','diaspora_mention_callback',$s);
$s = preg_replace_callback('/\@\{(.+?)\; (.+?)\@(.+?)\}\+/','diaspora_mention_callback',$s);
$s = preg_replace_callback('/\@\{(.+?)\; (.+?)\@(.+?)\}/','diaspora_mention_callback',$s);

View File

@ -1532,6 +1532,12 @@ function diaspora_conversation($importer,$xml,$msg) {
continue;
}
$key = get_config('system','pubkey');
if($subject)
$subject = json_encode(crypto_encapsulate($subject,$key));
if($body)
$body = json_encode(crypto_encapsulate($body,$key));
q("insert into mail ( `channel_id`, `convid`, `from_xchan`,`to_xchan`,`title`,`body`,`mail_flags`,`mid`,`parent_mid`,`created`) values ( %d, %d, '%s', '%s', '%s', '%s', %d, '%s', '%s', '%s')",
intval($importer['channel_id']),
intval($conversation['id']),
@ -1539,7 +1545,7 @@ function diaspora_conversation($importer,$xml,$msg) {
dbesc($importer['channel_hash']),
dbesc($subject),
dbesc($body),
0,
intval(MAIL_OBSCURED),
dbesc($msg_guid),
dbesc($parent_uri),
dbesc($msg_created_at)
@ -1588,7 +1594,7 @@ function diaspora_message($importer,$xml,$msg) {
$msg_diaspora_handle = notags(unxmlify($xml->diaspora_handle));
$msg_conversation_guid = notags(unxmlify($xml->conversation_guid));
$parent_uri = $diaspora_handle . ':' . $msg_parent_guid;
$parent_uri = $msg_parent_guid;
$contact = diaspora_get_contact_by_handle($importer['channel_id'],$msg_diaspora_handle);
if(! $contact) {
@ -1607,7 +1613,7 @@ function diaspora_message($importer,$xml,$msg) {
intval($importer['channel_id']),
dbesc($msg_conversation_guid)
);
if(count($c))
if($c)
$conversation = $c[0];
else {
logger('diaspora_message: conversation not available.');
@ -1616,6 +1622,7 @@ function diaspora_message($importer,$xml,$msg) {
$reply = 0;
$subject = $conversation['subject'];
$body = diaspora2bb($msg_text);
$message_id = $msg_diaspora_handle . ':' . $msg_guid;
@ -1625,8 +1632,8 @@ function diaspora_message($importer,$xml,$msg) {
$author_signature = base64_decode($msg_author_signature);
$person = find_diaspora_person_by_handle($msg_diaspora_handle);
if(is_array($person) && x($person,'pubkey'))
$key = $person['pubkey'];
if(is_array($person) && x($person,'xchan_pubkey'))
$key = $person['xchan_pubkey'];
else {
logger('diaspora_message: unable to find author details');
return;
@ -1637,23 +1644,29 @@ function diaspora_message($importer,$xml,$msg) {
return;
}
$r = q("select id from mail where `uri` = '%s' and uid = %d limit 1",
$r = q("select id from mail where mid = '%s' and channel_id = %d limit 1",
dbesc($message_id),
intval($importer['channel_id'])
);
if(count($r)) {
if($r) {
logger('diaspora_message: duplicate message already delivered.', LOGGER_DEBUG);
return;
}
$key = get_config('system','pubkey');
if($subject)
$subject = json_encode(crypto_encapsulate($subject,$key));
if($body)
$body = json_encode(crypto_encapsulate($body,$key));
q("insert into mail ( `channel_id`, `convid`, `from_xchan`,`to_xchan`,`title`,`body`,`mail_flags`,`mid`,`parent_mid`,`created`) values ( %d, %d, '%s', '%s', '%s', '%s', '%d','%s','%s','%s')",
intval($importer['channel_id']),
intval($conversation['id']),
dbesc($person['xchan_hash']),
dbesc($importer['xchan_hash']),
dbesc($conversation['subject']),
dbesc($subject),
dbesc($body),
0,
intval(MAIL_OBSCURED),
dbesc($msg_guid),
dbesc($parent_uri),
dbesc($msg_created_at)
@ -2120,15 +2133,9 @@ function diaspora_profile($importer,$xml,$msg) {
$image_url = "http://" . $handle_parts[1] . $image_url;
}
/* $r = q("SELECT DISTINCT ( `resource-id` ) FROM `photo` WHERE `uid` = %d AND `contact-id` = %d AND `album` = 'Contact Photos' ",
intval($importer['channel_id']),
intval($contact['id'])
);
$oldphotos = ((count($r)) ? $r : null);*/
require_once('include/photo/photo_driver.php');
require_once('include/Photo.php');
$images = import_profile_photo($image_url,$importer['channel_id'],$contact['id']);
$images = import_profile_photo($image_url,$contact['xchan_hash']);
// Generic birthday. We don't know the timezone. The year is irrelevant.
@ -2145,7 +2152,7 @@ function diaspora_profile($importer,$xml,$msg) {
// TODO: update name on item['author-name'] if the name changed. See consume_feed()
// Not doing this currently because D* protocol is scheduled for revision soon.
$r = q("UPDATE `contact` SET `name` = '%s', `name-date` = '%s', `photo` = '%s', `thumb` = '%s', `micro` = '%s', `avatar-date` = '%s' , `bd` = '%s' WHERE `id` = %d AND `uid` = %d",
/* $r = q("UPDATE `contact` SET `name` = '%s', `name-date` = '%s', `photo` = '%s', `thumb` = '%s', `micro` = '%s', `avatar-date` = '%s' , `bd` = '%s' WHERE `id` = %d AND `uid` = %d",
dbesc($name),
dbesc(datetime_convert()),
dbesc($images[0]),
@ -2156,7 +2163,7 @@ function diaspora_profile($importer,$xml,$msg) {
intval($contact['id']),
intval($importer['channel_id'])
);
*/
/* if($r) {
if($oldphotos) {
foreach($oldphotos as $ph) {
@ -2388,7 +2395,7 @@ function diaspora_send_images($item,$owner,$contact,$images,$public_batch = fals
function diaspora_send_followup($item,$owner,$contact,$public_batch = false) {
$a = get_app();
$myaddr = $owner['channel_address'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
$myaddr = $owner['channel_address'] . '@' . get_app()->get_hostname();
$theiraddr = $contact['xchan_addr'];
// Diaspora doesn't support threaded comments, but some
@ -2479,7 +2486,7 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) {
$a = get_app();
$myaddr = $owner['channel_address'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
$myaddr = $owner['channel_address'] . '@' . get_app()->get_hostname();
$text = bb2diaspora_itembody($item);
@ -2621,7 +2628,7 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) {
function diaspora_send_retraction($item,$owner,$contact,$public_batch = false) {
$a = get_app();
$myaddr = $owner['nickname'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
$myaddr = $owner['channel_address'] . '@' . get_app()->get_hostname();
// Check whether the retraction is for a top-level post or whether it's a relayable
if( $item['mid'] !== $item['parent_mid'] ) {
@ -2652,11 +2659,11 @@ function diaspora_send_retraction($item,$owner,$contact,$public_batch = false) {
function diaspora_send_mail($item,$owner,$contact) {
$a = get_app();
$myaddr = $owner['nickname'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3);
$myaddr = $owner['channel_address'] . '@' . get_app()->get_hostname();
$r = q("select * from conv where id = %d and uid = %d limit 1",
intval($item['convid']),
intval($item['uid'])
intval($item['channel_id'])
);
if(! count($r)) {
@ -2673,16 +2680,25 @@ function diaspora_send_mail($item,$owner,$contact) {
'participant_handles' => xmlify($cnv['recips'])
);
if(array_key_exists('mail_flags',$item) && ($item['mail_flags'] & MAIL_OBSCURED)) {
$key = get_config('system','prvkey');
// if($item['title'])
// $item['title'] = crypto_unencapsulate(json_decode_plus($item['title']),$key);
if($item['body'])
$item['body'] = crypto_unencapsulate(json_decode_plus($item['body']),$key);
}
$body = bb2diaspora($item['body']);
$created = datetime_convert('UTC','UTC',$item['created'],'Y-m-d H:i:s \U\T\C');
$signed_text = $item['guid'] . ';' . $cnv['guid'] . ';' . $body . ';'
$signed_text = $item['mid'] . ';' . $cnv['guid'] . ';' . $body . ';'
. $created . ';' . $myaddr . ';' . $cnv['guid'];
$sig = base64_encode(rsa_sign($signed_text,$owner['channel_prvkey'],'sha256'));
$msg = array(
'guid' => xmlify($item['guid']),
'guid' => xmlify($item['mid']),
'parent_guid' => xmlify($cnv['guid']),
'parent_author_signature' => (($item['reply']) ? null : xmlify($sig)),
'author_signature' => xmlify($sig),

View File

@ -19,6 +19,9 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
$is_red = false;
$is_http = ((strpos($url,'://') !== false) ? true : false);
if($is_http && substr($url,-1,1) === '/')
$url = substr($url,0,-1);
if(! allowed_url($url)) {
$result['message'] = t('Channel is blocked on this site.');
return $result;

View File

@ -431,14 +431,15 @@ function set_default_login_identity($account_id,$channel_id,$force = true) {
}
/**
* @function identity_basic_export($channel_id)
* @function identity_basic_export($channel_id,$items = false)
* Create an array representing the important channel information
* which would be necessary to create a nomadic identity clone. This includes
* most channel resources and connection information with the exception of content.
*
* @param int $channel_id
* Channel_id to export
*
* @param boolean $items
* Include channel posts (wall items), default false
*
* @returns array
* See function for details
@ -521,7 +522,7 @@ function identity_basic_export($channel_id, $items = false) {
return $ret;
$r = q("select * from item_id where uid = %d",
$r = q("select item_id.*, item.mid from item_id left join item on item_id.iid = item.id where item_id.uid = %d",
intval($channel_id)
);

View File

@ -865,15 +865,37 @@ function get_item_elements($x) {
// We have to do that here because we need to cleanse the input and prevent bad stuff from getting in,
// and we need plaintext to do that.
$key = get_config('system','pubkey');
if(intval($arr['item_private'])) {
$arr['item_flags'] = $arr['item_flags'] | ITEM_OBSCURED;
$key = get_config('system','pubkey');
if($arr['title'])
$arr['title'] = json_encode(crypto_encapsulate($arr['title'],$key));
if($arr['body'])
$arr['body'] = json_encode(crypto_encapsulate($arr['body'],$key));
}
if(array_key_exists('revision',$x)) {
// extended export encoding
$arr['revision'] = $x['revision'];
$arr['allow_cid'] = $x['allow_cid'];
$arr['allow_gid'] = $x['allow_gid'];
$arr['deny_cid'] = $x['deny_cid'];
$arr['deny_gid'] = $x['deny_gid'];
$arr['layout_mid'] = $x['layout_mid'];
$arr['postopts'] = $x['postopts'];
$arr['resource_id'] = $x['resource_id'];
$arr['resource_type'] = $x['resource_type'];
$arr['item_restrict'] = $x['item_restrict'];
$arr['item_flags'] = $x['item_flags'];
$arr['diaspora_meta'] = (($x['diaspora_meta']) ? json_encode(crypto_encapsulate($x['diaspora_meta'],$key)) : '');
$arr['attach'] = $x['attach'];
}
return $arr;
}
@ -1418,16 +1440,23 @@ function get_atom_elements($feed,$item,&$author) {
if($found_author) {
$author['author_name'] = unxmlify($found_author->get_name());
$author['author_link'] = unxmlify($found_author->get_link());
$author['author_is_feed'] = false;
}
else {
$author['author_name'] = unxmlify($feed->get_title());
$author['author_link'] = unxmlify($feed->get_permalink());
$author['author_is_feed'] = true;
}
if(substr($author['author_link'],-1,1) == '/')
$author['author_link'] = substr($author['author_link'],0,-1);
$res['mid'] = base64url_encode(unxmlify($item->get_id()));
$res['title'] = unxmlify($item->get_title());
$res['body'] = unxmlify($item->get_content());
$res['plink'] = unxmlify($item->get_link(0));
$res['item_flags'] = ITEM_RSS;
// removing the content of the title if its identically to the body
// This helps with auto generated titles e.g. from tumblr
@ -1488,8 +1517,10 @@ function get_atom_elements($feed,$item,&$author) {
if($rawauthor && $rawauthor[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['link']) {
$base = $rawauthor[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['link'];
foreach($base as $link) {
if($link['attribs']['']['rel'] === 'alternate' && (! $author['author_link']))
if($link['attribs']['']['rel'] === 'alternate' && (! $author['author_link'])) {
$author['author_link'] = unxmlify($link['attribs']['']['href']);
$author['author_is_feed'] = true;
}
if(! $author['author_photo']) {
if($link['attribs']['']['rel'] === 'photo' || $link['attribs']['']['rel'] === 'avatar')
$author['author_photo'] = unxmlify($link['attribs']['']['href']);
@ -1576,6 +1607,28 @@ function get_atom_elements($feed,$item,&$author) {
$res['body'] = escape_tags($res['body']);
}
if($res['plink'] && $res['title']) {
$res['body'] = '#^[url=' . $res['plink'] . ']' . $res['title'] . '[/url]' . "\n\n" . $res['body'];
$terms = array();
$terms[] = array(
'otype' => TERM_OBJ_POST,
'type' => TERM_BOOKMARK,
'url' => $res['plink'],
'term' => $res['title'],
);
}
elseif($res['plink']) {
$res['body'] = '#^[url]' . $res['plink'] . '[/url]' . "\n\n" . $res['body'];
$terms = array();
$terms[] = array(
'otype' => TERM_OBJ_POST,
'type' => TERM_BOOKMARK,
'url' => $res['plink'],
'term' => $res['plink'],
);
}
$private = $item->get_item_tags(NAMESPACE_DFRN,'private');
if($private && intval($private[0]['data']) > 0)
$res['item_private'] = ((intval($private[0]['data'])) ? 1 : 0);
@ -1664,7 +1717,8 @@ function get_atom_elements($feed,$item,&$author) {
$cats = $item->get_categories();
if($cats) {
$terms = array();
if(is_null($terms))
$terms = array();
foreach($cats as $cat) {
$term = $cat->get_term();
if(! $term)
@ -1689,9 +1743,11 @@ function get_atom_elements($feed,$item,&$author) {
);
}
}
$res['term'] = $terms;
}
if(! is_null($terms))
$res['term'] = $terms;
$attach = $item->get_enclosures();
if($attach) {
$res['attach'] = array();
@ -3196,7 +3252,6 @@ function mail_store($arr) {
}
/**
*
* consume_feed - process atom feed and update anything/everything we might need to update
@ -3314,17 +3369,17 @@ function consume_feed($xml,$importer,&$contact,$pass = 0) {
$author = array();
$datarray = get_atom_elements($feed,$item,$author);
if(! x($author,'author_name'))
if((! x($author,'author_name')) || ($author['author_is_feed']))
$author['author_name'] = $contact['xchan_name'];
if(! x($author,'author_link'))
if((! x($author,'author_link')) || ($author['author_is_feed']))
$author['author_link'] = $contact['xchan_url'];
if(! x($author,'author_photo'))
if((! x($author,'author_photo'))|| ($author['author_is_feed']))
$author['author_photo'] = $contact['xchan_photo_m'];
$datarray['author_xchan'] = '';
if($author['author_link'] != $contact['xchan_url']) {
$x = import_author_unkown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
$x = import_author_unknown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
if($x)
$datarray['author_xchan'] = $x;
@ -3377,11 +3432,11 @@ function consume_feed($xml,$importer,&$contact,$pass = 0) {
$datarray = get_atom_elements($feed,$item,$author);
if(is_array($contact)) {
if(! x($author,'author_name'))
if((! x($author,'author_name')) || ($author['author_is_feed']))
$author['author_name'] = $contact['xchan_name'];
if(! x($author,'author_link'))
if((! x($author,'author_link')) || ($author['author_is_feed']))
$author['author_link'] = $contact['xchan_url'];
if(! x($author,'author_photo'))
if((! x($author,'author_photo'))|| ($author['author_is_feed']))
$author['author_photo'] = $contact['xchan_photo_m'];
}

View File

@ -27,6 +27,9 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
// else
// $expires = datetime_convert(date_default_timezone_get(),'UTC',$expires);
if($uid) {
$r = q("select * from channel where channel_id = %d limit 1",
intval($uid)
@ -43,6 +46,59 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
return $ret;
}
// look for any existing conversation structure
if(strlen($replyto)) {
$r = q("select convid from mail where uid = %d and ( mid = '%s' or parent_mid = '%s' ) limit 1",
intval(local_user()),
dbesc($replyto),
dbesc($replyto)
);
if($r)
$convid = $r[0]['convid'];
}
if(! $convid) {
// create a new conversation
$conv_guid = random_string();
$recip = q("select * from xchan where xchan_hash = '%s' limit 1",
dbesc($recipient)
);
if($recip)
$recip_handle = $recip[0]['xchan_addr'];
$sender_handle = $channel['channel_address'] . '@' . get_app()->get_hostname();
$handles = $recip_handle . ';' . $sender_handle;
$r = q("insert into conv (uid,guid,creator,created,updated,subject,recips) values(%d, '%s', '%s', '%s', '%s', '%s', '%s') ",
intval(local_user()),
dbesc($conv_guid),
dbesc($sender_handle),
dbesc(datetime_convert()),
dbesc(datetime_convert()),
dbesc($subject),
dbesc($handles)
);
$r = q("select * from conv where guid = '%s' and uid = %d limit 1",
dbesc($conv_guid),
intval(local_user())
);
if($r)
$convid = $r[0]['id'];
}
if(! $convid) {
$ret['message'] = 'conversation not found';
return $ret;
}
// generate a unique message_id
do {
@ -115,9 +171,10 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
$r = q("INSERT INTO mail ( account_id, mail_flags, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires )
VALUES ( %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' )",
$r = q("INSERT INTO mail ( account_id, convid, mail_flags, channel_id, from_xchan, to_xchan, title, body, attach, mid, parent_mid, created, expires )
VALUES ( %d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' )",
intval($channel['channel_account_id']),
intval($convid),
intval(MAIL_OBSCURED),
intval($channel['channel_id']),
dbesc($channel['channel_hash']),
@ -227,9 +284,7 @@ function private_messages_list($uid, $mailbox = '', $start = 0, $numitems = 0) {
$r[$k]['to'] = find_xchan_in_array($rr['to_xchan'],$c);
$r[$k]['seen'] = (($rr['mail_flags'] & MAIL_SEEN) ? 1 : 0);
if($r[$k]['mail_flags'] & MAIL_OBSCURED) {
logger('unencrypting');
$key = get_config('system','prvkey');
if($r[$k]['title'])
$r[$k]['title'] = crypto_unencapsulate(json_decode_plus($r[$k]['title']),$key);
if($r[$k]['body'])

View File

@ -158,7 +158,7 @@ function notifier_run($argv, $argc){
$message = q("SELECT * FROM `mail` WHERE `id` = %d LIMIT 1",
intval($item_id)
);
if(! count($message)){
if(! $message) {
return;
}
xchan_mail_query($message[0]);
@ -477,11 +477,13 @@ function notifier_run($argv, $argc){
where hubloc_hash in (" . implode(',',$recipients) . ") group by hubloc_sitekey order by hubloc_connected desc limit 1");
}
else {
$r = q("select hubloc_guid, hubloc_url, hubloc_sitekey, hubloc_network, hubloc_flags, hubloc_callback, hubloc_host from hubloc
where hubloc_hash in (" . implode(',',$recipients) . ") and not (hubloc_flags & %d) and not (hubloc_status & %d) group by hubloc_sitekey",
intval(HUBLOC_FLAGS_DELETED),
intval(HUBLOC_OFFLINE)
);
}
if(! $r) {

View File

@ -1183,7 +1183,11 @@ function theme_attachments(&$item) {
$title = t('unknown.???');
$title .= ' ' . $r['length'] . ' ' . t('bytes');
$url = z_root() . '/magic?f=&hash=' . $item['author_xchan'] . '&dest=' . $r['href'] . '/' . $r['revision'];
require_once('include/identity.php');
if(is_foreigner($item['author_xchan']))
$url = $r['href'];
else
$url = z_root() . '/magic?f=&hash=' . $item['author_xchan'] . '&dest=' . $r['href'] . '/' . $r['revision'];
$s .= '<a href="' . $url . '" title="' . $title . '" class="attachlink" >' . $icon . '</a>';
$attaches[] = array('title' => $title, 'url' => $url, 'icon' => $icon );
@ -1851,9 +1855,17 @@ function ids_to_querystr($arr,$idx = 'id') {
// author_xchan and owner_xchan. If $abook is true also include the abook info.
// This is needed in the API to save extra per item lookups there.
function xchan_query(&$items,$abook = true) {
function xchan_query(&$items,$abook = true,$effective_uid = 0) {
$arr = array();
if($items && count($items)) {
if($effective_uid) {
for($x = 0; $x < count($items); $x ++) {
$items[$x]['real_uid'] = $items[$x]['uid'];
$items[$x]['uid'] = $effective_uid;
}
}
foreach($items as $item) {
if($item['owner_xchan'] && (! in_array($item['owner_xchan'],$arr)))
$arr[] = "'" . dbesc($item['owner_xchan']) . "'";

View File

@ -2399,7 +2399,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) {
);
if($r) {
// don't count yourself
$total_friends = ((count($r) > 0) ? $count($r) - 1 : 0);
$total_friends = ((count($r) > 0) ? count($r) - 1 : 0);
foreach($r as $rr)
if($rr['abook_flags'] & ABOOK_FLAG_FEED)
$total_feeds ++;
@ -2407,9 +2407,9 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) {
$disallowed = array('abook_id','abook_account','abook_channel');
$clean = array();
foreach($arr['abook'] as $abook) {
$clean = array();
if($abook['abook_xchan'] && $abook['entry_deleted']) {
logger('process_channel_sync_delivery: removing abook entry for ' . $abook['abook_xchan']);
require_once('include/Contact.php');

View File

@ -30,7 +30,7 @@ function import_post(&$a) {
$data = null;
$seize = ((x($_REQUEST,'make_primary')) ? intval($_REQUEST['make_primary']) : 0);
$import_posts = ((x($_REQUEST,'import_posts')) ? intval($_REQUEST['import_posts']) : 0);
$src = $_FILES['filename']['tmp_name'];
$filename = basename($_FILES['filename']['name']);
$filesize = intval($_FILES['filename']['size']);
@ -60,6 +60,8 @@ function import_post(&$a) {
$scheme = 'https://';
$api_path = '/api/red/channel/export/basic?f=&channel=' . $channelname;
if($import_posts)
$api_path .= '&posts=1';
$binary = false;
$redirects = 0;
$opts = array('http_auth' => $email . ':' . $password);
@ -376,7 +378,57 @@ function import_post(&$a) {
}
}
//FIXME just a note here for when folks want to import content - be very careful to unset ITEM_ORIGIN on all imported content. Or you could end up with a nasty routing loop when somebody tries to reply to one of those posts.
if($import_posts && array_key_exists('item',$data) && $data['item']) {
foreach($data['item'] as $i) {
$item = get_item_elements($i);
$r = q("select id, edited from item where mid = '%s' and uid = %d limit 1",
dbesc($item['mid']),
intval($channel['channel_id'])
);
if($r) {
if($item['edited'] > $r[0]['edited']) {
$item['id'] = $r[0]['id'];
$item['uid'] = $channel['channel_id'];
item_store_update($item);
continue;
}
}
else {
$item['aid'] = $channel['channel_account_id'];
$item['uid'] = $channel['channel_id'];
$item_result = item_store($item);
}
}
}
if(array_key_exists('item_id',$data) && $data['item_id']) {
foreach($data['item_id'] as $i) {
$r = q("select id from item where mid = '%s' and uid = %d limit 1",
dbesc($i['mid']),
intval($channel['channel_id'])
);
if(! $r)
continue;
$z = q("select * from item_id where service = '%s' and sid = '%s' and iid = %d and uid = %d limit 1",
dbesc($i['service']),
dbesc($i['sid']),
intval($r[0]['id']),
intval($channel['channel_id'])
);
if(! $z) {
q("insert into item_id (iid,uid,sid,service) values(%d,%d,'%s','%s')",
intval($r[0]['id']),
intval($channel['channel_id']),
dbesc($i['sid']),
dbesc($i['service'])
);
}
}
}
// FIXME - ensure we have a self entry if somebody is trying to pull a fast one
@ -417,6 +469,7 @@ function import_content(&$a) {
'$label_old_pass' => t('Your old login password'),
'$common' => t('For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media.'),
'$label_import_primary' => t('Make this hub my primary location'),
'$label_import_posts' => t('Import existing posts if possible'),
'$email' => '',
'$pass' => '',
'$submit' => t('Submit')

View File

@ -403,7 +403,7 @@ function network_content(&$a, $update = 0, $load = false) {
dbesc($parents_str)
);
xchan_query($items);
xchan_query($items,true,(($firehose) ? local_user() : 0));
$items = fetch_post_tags($items,true);
$items = conv_sort($items,$ordering);
}

View File

@ -652,9 +652,10 @@ function photos_content(&$a) {
intval($a->pager['start']),
intval($a->pager['itemspage'])
);
$o .= '<h3>' . $album . '</h3>';
$o .= '<div class="section-title-wrapper">';
$o .= '<h3>' . $album . '</h3>';
$o .= '<div class="section-title-submenu">';
if($cmd === 'edit') {
if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) {
@ -680,22 +681,24 @@ function photos_content(&$a) {
else {
if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) {
$o .= '<div id="album-edit-link"><a href="'. $a->get_baseurl() . '/photos/'
. $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '/edit' . '">'
. t('Edit Album') . '</a></div>';
$o .= '<a href="'. $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '/edit' . '">' . t('Edit Album') . '</a>';
}
}
}
if($_GET['order'] === 'posted')
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '" >' . t('Show Newest First') . '</a></div>';
$o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '" >' . t('Show Newest First') . '</a>';
else
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '?f=&order=posted" >' . t('Show Oldest First') . '</a></div>';
$o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '?f=&order=posted" >' . t('Show Oldest First') . '</a>';
/*
if($can_post) {
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/upload/' . bin2hex($album) . '" >' . t('Upload New Photos') . '</a></div>';
$o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/upload/' . bin2hex($album) . '" >' . t('Upload New Photos') . '</<a>';
}
*/
$o .= '</div>'; // section-title-submenu
$o .= '</div>'; // section-title-wrapper
$ajaxout = '';

View File

@ -5,6 +5,8 @@ function viewsrc_content(&$a) {
$o = '';
$sys = get_sys_channel();
$item_id = ((argc() > 1) ? intval(argv(1)) : 0);
$json = ((argc() > 2 && argv(2) === 'json') ? true : false);
@ -19,8 +21,9 @@ function viewsrc_content(&$a) {
}
if(local_user() && $item_id) {
$r = q("select item_flags, body from item where item_restrict = 0 and uid = %d and id = %d limit 1",
$r = q("select item_flags, body from item where item_restrict = 0 and uid in (%d , %d) and id = %d limit 1",
intval(local_user()),
intval($sys['channel_id']),
intval($item_id)
);

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2014-09-22.806
2014-09-26.810

View File

@ -1,37 +1,15 @@
/* override some bootstrap settings */
html {
font-size: 100%;
h1, h2 {
font-size: 1.583em;
}
h1,
.h1 {
font-size: 24px;
h3, h4 {
font-size: 1.334em;
}
h2,
.h2 {
font-size: 18px;
}
h3,
.h3 {
font-size: 16px;
}
h4,
.h4 {
font-size: 14px;
}
h5,
.h5 {
font-size: 12px;
}
h6,
.h6 {
font-size: 10px;
h5, h6 {
font-size: 0.75rem;
}
/* nav overrides */
@ -96,3 +74,8 @@ nav .navbar-collapse .navbar-right {
code {
white-space: normal;
}
blockquote {
font-size: 1em;
}

View File

@ -107,6 +107,18 @@
overflow: auto;
}
.wall-item-content h1, .wall-item-content h2 {
font-size: 1.319em;
}
.wall-item-title {
font-size: $font_size;
}
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
font-size: 1.112em;
}
.wall-item-content img {
max-width: 95%;
}

View File

@ -45,8 +45,8 @@ img.mail-list-sender-photo {
#prvmail-rotator-wrapper {
float: left;
margin-top: 10px;
margin-right: 10px;
width: 24px;
/* margin-right: 10px;
width: 24px; */
cursor: pointer;
}

View File

@ -55,8 +55,8 @@ img.mail-list-sender-photo {
#prvmail-rotator-wrapper {
float: left;
margin-top: 10px;
margin-right: 10px;
width: 24px;
/* margin-right: 10px;
width: 24px; */
cursor: pointer;
}

View File

@ -2,6 +2,7 @@
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget {
word-wrap: break-word;
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
}
@ -9,7 +10,6 @@
.widget h3 {
margin-left: -10px;
margin-top: 0px;
margin-bottom: 10px;
}
/* suggest */

View File

@ -113,7 +113,7 @@
}
function viewsrc(id) {
$.colorbox({href: 'viewsrc/' + id });
$.colorbox({href: 'viewsrc/' + id, maxWidth: '80%', maxHeight: '80%' });
}
function qCommentInsert(obj,id) {

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
/* generals */
html {
height: 100%;
font-size: 100%;
}
body {
@ -2206,10 +2207,6 @@ nav ul li {
max-height: 50px
}
nav .badge {
border-radius: $radiuspx;
}
nav .dropdown-menu {
font-size: $body_font_size;
border-top-right-radius: 0px;
@ -2251,32 +2248,8 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
}
/* bootstrap overrides */
blockquote {
font-size: 1em;
}
h1, h2 {
font-size: 1.583em;
}
h3, h4 {
font-size: 1.334em;
}
h5, h6 {
font-size: 0.75rem;
}
.wall-item-content h1, .wall-item-content h2 {
font-size: 1.319em;
}
.wall-item-title {
font-size: $font_size;
}
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
font-size: 1.112em;
.badge {
border-radius: $radiuspx;
}
.dropdown-menu {
@ -2448,6 +2421,26 @@ h5, h6 {
background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
}
.section-title-wrapper {
padding: 7px 10px;
background-color: $item_colour;
border-radius: $radiuspx;
margin-bottom: 10px;
}
.section-title-wrapper h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.section-title-submenu {
margin-top: 10px;
}
.section-title-submenu a {
margin-right: 10px;
}
@media screen and (max-width: 767px) {
aside#region_1 {
background: rgba(0, 0, 0, .1);

View File

@ -22,6 +22,11 @@
<input type="password" name="password" id="import-old-pass" class="import-input" value="{{$pass}}" />
<div id="import-old-pass-end" class="import-field-end"></div>
<input type="checkbox" name="import_posts" id="import-posts" value="1" />
<label for="import-posts" id="label-import-posts">{{$label_import_posts}}</label>
<div id="import-posts-end" class="import-field-end"></div>
<div id="import-common-desc" class="descriptive-paragraph">{{$common}}</div>
<input type="checkbox" name="make_primary" id="import-make-primary" value="1" />

View File

@ -3,6 +3,6 @@
<span class="mail-list">{{$from_name}}</span>
<span class="mail-list {{if $seen}}seen{{else}}unseen{{/if}}"><a href="mail/{{$id}}" class="mail-link">{{$subject}}</a></span>
<span class="mail-list" title="{{$date}}">{{$date}}</span>
<span class="mail-list mail-list-remove"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" ><i class="icon-remove mail-icons drop-icons"></i></a></span>
<span class="mail-list mail-list-remove" class="btn btn-default btn-sm"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" ><i class="icon-remove mail-icons drop-icons"></i></a></span>
<div class="clear">&nbsp;</div>
</div>

View File

@ -1,15 +1,16 @@
<div id="side-bar-photos-albums" class="widget">
<h3><a href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >{{$title}}</a></h3>
{{if $albums}}
<ul>
{{foreach $albums as $al}}
{{if $al.text}}
<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a> ({{$al.total}})</li>
{{/if}}
{{/foreach}}
</ul>
{{/if}}
{{if $upload}}
<div id="photo-albums-upload-link"><a href="{{$baseurl}}/photos/{{$nick}}/upload" title="{{$upload}}">{{$upload}}</a></div>
{{/if}}
<h3><a href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >{{$title}}</a></h3>
{{if $albums}}
<ul class="nav nav-pills nav-stacked">
{{foreach $albums as $al}}
{{if $al.text}}
<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}<span class="badge pull-right">{{$al.total}}</span></a></li>
{{/if}}
{{/foreach}}
{{/if}}
{{if $upload}}
<li><a href="{{$baseurl}}/photos/{{$nick}}/upload" title="{{$upload}}">{{$upload}}</a></li>
{{/if}}
</ul>
</div>

View File

@ -1,13 +1,11 @@
<h3>{{$title}}</h3>
{{if $can_post}}
<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
{{/if}}
<div class="section-title-wrapper">
<h3>{{$title}}</h3>
</div>
<div id="photo-album-contents">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
<div id="page-end"></div>
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
<div id="page-end"></div>
</div>
<div class="photos-end"></div>
<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>

View File

@ -26,26 +26,26 @@
<div id="prvmail-submit-wrapper" >
<input type="submit" id="prvmail-submit" name="submit" value="{{$submit}}" tabindex="13" />
<div id="prvmail-upload-wrapper" >
<button id="prvmail-upload-wrapper" class="btn btn-default btn-sm" >
<i id="prvmail-upload" class="icon-camera jot-icons" title="{{$upload}}"></i>
</div>
</button>
<div id="prvmail-attach-wrapper" >
<button id="prvmail-attach-wrapper" class="btn btn-default btn-sm" >
<i id="prvmail-attach" class="icon-paper-clip jot-icons" title="{{$attach}}"></i>
</div>
</button>
<div id="prvmail-link-wrapper" >
<button id="prvmail-link-wrapper" class="btn btn-default btn-sm" >
<i id="prvmail-link" class="icon-link jot-icons" title="{{$insert}}" onclick="jotGetLink(); return false;"></i>
</div>
</button>
{{if $feature_expire}}
<div id="prvmail-expire-wrapper" >
<button id="prvmail-expire-wrapper" class="btn btn-default btn-sm" >
<i id="prvmail-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="prvmailGetExpiry();return false;"></i>
</div>
</button>
{{/if}}
{{if $feature_encrypt}}
<div id="prvmail-encrypt-wrapper" >
<button id="prvmail-encrypt-wrapper" class="btn btn-default btn-sm" >
<i id="prvmail-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#prvmail-text',$('#prvmail-text').val());return false;"></i>
</div>
</button>
{{/if}}
<div id="prvmail-rotator-wrapper" >
<img id="prvmail-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />