From c02a9301215ac146c26346ebc633d7c808cea5ee Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 01:20:34 -0700 Subject: move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin --- doc/html/Contact_8php.html | 22 +- doc/html/Contact_8php.js | 1 + doc/html/acl__selectors_8php.html | 2 +- doc/html/boot_8php.html | 187 ++++--- doc/html/boot_8php.js | 4 + doc/html/classphoto__driver-members.html | 15 +- doc/html/classphoto__driver.html | 26 +- doc/html/classphoto__driver.js | 1 + doc/html/classphoto__gd-members.html | 15 +- doc/html/classphoto__gd.html | 2 + doc/html/classphoto__imagick-members.html | 15 +- doc/html/classphoto__imagick.html | 2 + doc/html/cli__startup_8php.html | 2 +- doc/html/contact__widgets_8php.html | 4 +- doc/html/conversation_8php.html | 12 +- doc/html/datetime_8php.html | 2 +- doc/html/dba__driver_8php.html | 8 +- doc/html/dir__fns_8php.html | 2 +- doc/html/dir_d41ce877eb409a4791b288730010abe2.html | 4 + doc/html/dir_d41ce877eb409a4791b288730010abe2.js | 2 + doc/html/dir_d44c64559bbebec7f509842c48db8b23.html | 2 + doc/html/dir_d44c64559bbebec7f509842c48db8b23.js | 1 + doc/html/docblox__errorchecker_8php.html | 4 +- doc/html/enotify_8php.html | 2 +- doc/html/event_8php.html | 4 +- doc/html/extract_8php.html | 4 +- doc/html/features_8php.html | 2 +- doc/html/files.html | 253 ++++----- doc/html/functions_0x73.html | 7 +- doc/html/functions_func.html | 7 +- doc/html/globals_0x61.html | 12 + doc/html/globals_0x63.html | 3 + doc/html/globals_0x67.html | 2 +- doc/html/globals_0x6a.html | 3 + doc/html/globals_0x6c.html | 18 +- doc/html/globals_0x6e.html | 3 - doc/html/globals_0x70.html | 2 +- doc/html/globals_0x73.html | 3 + doc/html/globals_0x78.html | 3 + doc/html/globals_func_0x61.html | 3 + doc/html/globals_func_0x63.html | 3 + doc/html/globals_func_0x67.html | 2 +- doc/html/globals_func_0x6a.html | 3 + doc/html/globals_func_0x6c.html | 18 +- doc/html/globals_func_0x6e.html | 3 - doc/html/globals_func_0x70.html | 2 +- doc/html/globals_func_0x73.html | 3 + doc/html/globals_vars_0x61.html | 9 + doc/html/globals_vars_0x78.html | 3 + doc/html/include_2config_8php.html | 4 +- doc/html/include_2group_8php.html | 18 +- doc/html/include_2group_8php.js | 2 +- doc/html/include_2network_8php.html | 6 +- doc/html/items_8php.html | 174 +----- doc/html/items_8php.js | 4 - doc/html/language_8php.html | 2 +- doc/html/navtree.js | 14 +- doc/html/navtreeindex0.js | 304 +++++----- doc/html/navtreeindex1.js | 134 ++--- doc/html/navtreeindex2.js | 168 +++--- doc/html/navtreeindex3.js | 96 ++-- doc/html/navtreeindex4.js | 372 ++++++------- doc/html/navtreeindex5.js | 332 +++++------ doc/html/navtreeindex6.js | 438 +++++++-------- doc/html/navtreeindex7.js | 23 +- doc/html/permissions_8php.html | 2 +- doc/html/photo__driver_8php.html | 4 +- doc/html/plugin_8php.html | 4 +- doc/html/redbasic_2php_2style_8php.html | 4 +- doc/html/search/all_61.js | 4 + doc/html/search/all_63.js | 4 +- doc/html/search/all_67.js | 2 +- doc/html/search/all_6a.js | 1 + doc/html/search/all_6c.js | 7 +- doc/html/search/all_6e.js | 1 - doc/html/search/all_70.js | 2 +- doc/html/search/all_73.js | 3 + doc/html/search/all_78.js | 1 + doc/html/search/files_63.js | 3 +- doc/html/search/files_6c.js | 1 + doc/html/search/files_73.js | 3 +- doc/html/search/functions_61.js | 1 + doc/html/search/functions_63.js | 1 + doc/html/search/functions_67.js | 2 +- doc/html/search/functions_6a.js | 1 + doc/html/search/functions_6c.js | 6 +- doc/html/search/functions_6e.js | 1 - doc/html/search/functions_70.js | 2 +- doc/html/search/functions_73.js | 2 + doc/html/search/variables_61.js | 3 + doc/html/search/variables_78.js | 3 +- doc/html/security_8php.html | 2 +- doc/html/socgraph_8php.html | 10 +- doc/html/socgraph_8php.js | 2 +- doc/html/taxonomy_8php.html | 4 +- doc/html/text_8php.html | 46 +- doc/html/text_8php.js | 1 + doc/html/typo_8php.html | 2 +- doc/html/zot_8php.html | 4 +- include/account.php | 7 + include/identity.php | 9 - util/messages.po | 613 ++++++++++----------- version.inc | 2 +- 103 files changed, 1797 insertions(+), 1776 deletions(-) diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index 07304c545..ebfab877b 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -128,6 +128,8 @@ Functions    user_remove ($uid)   + account_remove ($account_id) +   channel_remove ($channel_id)    remove_all_xchan_resources ($xchan, $channel_id=0) @@ -214,6 +216,22 @@ Functions

Referenced by connections_content().

+ + + +
+
+ + + + + + + + +
account_remove ( $account_id)
+
+
@@ -230,6 +248,8 @@ Functions
+

Referenced by account_remove().

+
@@ -306,7 +326,7 @@ Functions
-

Referenced by connections_content().

+

Referenced by connections_content(), and post_post().

diff --git a/doc/html/Contact_8php.js b/doc/html/Contact_8php.js index 71e1ab9b5..b785bb7d0 100644 --- a/doc/html/Contact_8php.js +++ b/doc/html/Contact_8php.js @@ -3,6 +3,7 @@ var Contact_8php = [ "abook_connections", "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e", null ], [ "abook_self", "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5", null ], [ "abook_toggle_flag", "Contact_8php.html#a024919623a830e8703ac4f23496dd66c", null ], + [ "account_remove", "Contact_8php.html#a3eef54a5523e568a28257c1f9b1644d8", null ], [ "channel_remove", "Contact_8php.html#ad46ff6764f12b6d3ab45c49b797f98aa", null ], [ "channelx_by_hash", "Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258", null ], [ "channelx_by_n", "Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc", null ], diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index 13b61c28c..470be4754 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,7 @@ Functions
-

Referenced by channel_content(), events_content(), network_content(), and photos_content().

+

Referenced by channel_content(), events_content(), lastpost_content(), network_content(), and photos_content().

diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 5b5c95f1e..03f251c1f 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -222,7 +222,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1057 +const DB_UPDATE_VERSION 1058   const EOL '<br />' . "\r\n"   @@ -274,6 +274,12 @@ Variables   const REGISTER_OPEN 2   +const ACCESS_PRIVATE 0 +  +const ACCESS_PAID 1 +  +const ACCESS_FREE 2 +  const CONTACT_IS_FOLLOWER 1   const CONTACT_IS_SHARING 2 @@ -438,6 +444,8 @@ Variables   const XCHAN_FLAGS_HIDDEN 0x0001   +const XCHAN_FLAGS_ORPHAN 0x0002 +  const TERM_UNKNOWN 0   const TERM_HASHTAG 1 @@ -660,7 +668,7 @@ Variables
-

Referenced by App\__construct(), _well_known_init(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), allfriends_content(), api_get_user(), attach_init(), channel_content(), channel_init(), common_init(), connections_content(), connections_init(), contactgroup_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), group_content(), group_post(), like_content(), lockview_content(), manage_content(), message_content(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), page_content(), page_init(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), profile_init(), profile_photo_post(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), queue_run(), register_init(), regmod_content(), settings_aside(), settings_post(), setup_init(), share_init(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and zotfeed_init().

+

Referenced by App\__construct(), _well_known_init(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), allfriends_content(), api_get_user(), attach_init(), channel_content(), channel_init(), common_init(), connections_content(), connections_init(), contactgroup_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), group_content(), group_post(), lastpost_init(), like_content(), lockview_content(), manage_content(), message_content(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), page_content(), page_init(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), profile_init(), profile_photo_post(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), queue_run(), register_init(), regmod_content(), settings_aside(), settings_post(), setup_init(), share_init(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and zotfeed_init().

@@ -678,7 +686,7 @@ Variables
-

Referenced by App\__construct(), _well_known_init(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), allfriends_content(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), channel_content(), channel_init(), common_init(), connections_content(), connections_init(), connections_post(), contactgroup_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), group_content(), group_post(), like_content(), lockview_content(), manage_content(), message_aside(), message_content(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), page_content(), page_init(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), profile_init(), profile_photo_post(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), queue_run(), register_init(), regmod_content(), settings_aside(), settings_post(), setup_init(), share_init(), starred_init(), subthread_content(), tagger_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and zotfeed_init().

+

Referenced by App\__construct(), _well_known_init(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), allfriends_content(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), channel_content(), channel_init(), common_init(), connections_content(), connections_init(), connections_post(), contactgroup_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), group_content(), group_post(), lastpost_init(), like_content(), lockview_content(), manage_content(), message_aside(), message_content(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), page_content(), page_init(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), profile_init(), profile_photo_post(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), queue_run(), register_init(), regmod_content(), settings_aside(), settings_post(), setup_init(), share_init(), starred_init(), subthread_content(), tagger_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and zotfeed_init().

@@ -883,7 +891,7 @@ Variables
-

Referenced by api_user(), change_channel(), channel_content(), events_post(), feed_init(), import_content(), import_post(), manage_content(), mood_init(), nav(), new_channel_content(), new_channel_post(), new_contact(), profile_content(), profile_photo_post(), profiles_init(), settings_post(), and zotfeed_init().

+

Referenced by api_user(), change_channel(), channel_content(), events_post(), feed_init(), import_content(), import_post(), lastpost_content(), manage_content(), mood_init(), nav(), new_channel_content(), new_channel_post(), new_contact(), profile_content(), profile_photo_post(), profiles_init(), settings_post(), and zotfeed_init().

@@ -900,7 +908,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), common_friends_visitor_widget(), connections_content(), consume_feed(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), dfrn_deliver(), drop_item(), event_store(), fetch_url(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), import_channel_photo(), import_post(), import_profile_photo(), info(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), items_fetch(), load_contact_links(), load_hooks(), local_delivery(), login(), FKOAuth1\loginUser(), lrdd(), manage_content(), map_scope(), nav_set_selected(), new_contact(), new_follower(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onepoll_run(), ping_init(), poco_load(), poller_run(), post_activity_item(), post_url(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), saved_searches(), scale_external_images(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), z_fetch_url(), and zot_finger().

+

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), common_friends_visitor_widget(), connections_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), dfrn_deliver(), drop_item(), event_store(), fetch_url(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), import_channel_photo(), import_post(), import_profile_photo(), info(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), items_fetch(), load_contact_links(), load_hooks(), login(), FKOAuth1\loginUser(), lrdd(), manage_content(), map_scope(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onepoll_run(), ping_init(), poco_load(), poller_run(), post_activity_item(), post_url(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), saved_searches(), scale_external_images(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), z_fetch_url(), and zot_finger().

@@ -1133,7 +1141,7 @@ Variables
-

Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), check_form_security_token_ForbiddenOnErr(), contactgroup_content(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), http_status_exit(), item_post(), json_return_and_die(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), post_init(), pretheme_init(), qsearch_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

+

Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), check_form_security_token_ForbiddenOnErr(), contactgroup_content(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), http_status_exit(), item_post(), json_return_and_die(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), post_init(), pretheme_init(), qsearch_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

@@ -1168,7 +1176,7 @@ Variables
-

Referenced by acl_init(), Conversation\add_thread(), allfriends_content(), api_content(), api_get_user(), api_post(), api_user(), best_link_url(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), common_friends_visitor_widget(), community_content(), community_init(), connections_content(), connections_init(), connections_post(), contact_select(), contactgroup_content(), conversation(), crepair_content(), crepair_init(), crepair_post(), current_theme(), delegate_content(), directory_aside(), directory_content(), display_content(), drop_item(), drop_items(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), Item\get_template_data(), get_theme_uid(), group_aside(), group_content(), group_get_members(), group_post(), group_select(), group_side(), hcard_init(), intro_content(), intro_post(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), like_puller(), lockview_content(), login(), login_content(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), new_contact(), nogroup_content(), nogroup_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), page_init(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), qsearch_init(), redbasic_form(), redir_init(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_aside(), settings_init(), settings_post(), share_init(), smilies(), starred_init(), stream_perms_api_uids(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), webpages_init(), and zid_init().

+

Referenced by acl_init(), Conversation\add_thread(), allfriends_content(), api_content(), api_get_user(), api_post(), api_user(), best_link_url(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), common_friends_visitor_widget(), community_content(), community_init(), connections_content(), connections_init(), connections_post(), contact_select(), contactgroup_content(), conversation(), crepair_content(), crepair_init(), crepair_post(), current_theme(), delegate_content(), directory_aside(), directory_content(), display_content(), drop_item(), drop_items(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), Item\get_template_data(), get_theme_uid(), group_aside(), group_content(), group_get_members(), group_post(), group_select(), group_side(), hcard_init(), intro_content(), intro_post(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), lastpost_content(), lastpost_init(), like_puller(), lockview_content(), login(), login_content(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), new_contact(), nogroup_content(), nogroup_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), page_init(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), qsearch_init(), redbasic_form(), redir_init(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_aside(), settings_init(), settings_post(), share_init(), smilies(), starred_init(), stream_perms_api_uids(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), webpages_init(), and zid_init().

@@ -1202,7 +1210,7 @@ Variables
-

Referenced by admin_content(), api_content(), channel_content(), follow_content(), login_content(), network_content(), notify_content(), oexchange_content(), profile_content(), and regmod_content().

+

Referenced by admin_content(), api_content(), channel_content(), follow_content(), lastpost_content(), login_content(), network_content(), notify_content(), oexchange_content(), profile_content(), and regmod_content().

@@ -1220,7 +1228,7 @@ Variables
-

Referenced by admin_content(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), allfriends_content(), api_content(), api_post(), apps_content(), attach_init(), channel_content(), channel_init(), chanview_content(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), connections_content(), connections_post(), crepair_content(), crepair_post(), delegate_content(), directory_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), events_content(), events_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), intro_content(), intro_post(), invite_content(), invite_post(), item_post(), like_content(), lostpass_content(), lostpass_post(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), nogroup_content(), notifications_content(), notifications_post(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), suggest_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and xchan_content().

+

Referenced by admin_content(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), allfriends_content(), api_content(), api_post(), apps_content(), attach_init(), channel_content(), channel_init(), chanview_content(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), connections_content(), connections_post(), crepair_content(), crepair_post(), delegate_content(), directory_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), events_content(), events_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), intro_content(), intro_post(), invite_content(), invite_post(), item_post(), lastpost_content(), lastpost_init(), like_content(), lostpass_content(), lostpass_post(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), nogroup_content(), notifications_content(), notifications_post(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), suggest_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and xchan_content().

@@ -1242,7 +1250,7 @@ Variables

e.g.: proc_run("ls","-la","/tmp");

$cmd and string args are surrounded with ""

-

Referenced by build_sync_packet(), connections_content(), connections_post(), create_identity(), directory_run(), drop_item(), drop_items(), events_post(), fsuggest_post(), item_expire(), item_post(), like_content(), local_delivery(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), send_message(), settings_post(), tag_deliver(), tagger_content(), thing_init(), zid_init(), and zot_refresh().

+

Referenced by build_sync_packet(), connections_content(), connections_post(), create_identity(), directory_run(), drop_item(), drop_items(), events_post(), fsuggest_post(), item_expire(), item_post(), like_content(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), send_message(), settings_post(), tag_deliver(), tagger_content(), thing_init(), zid_init(), and zot_refresh().

@@ -1260,7 +1268,7 @@ Variables
-

Referenced by channel_aside(), common_aside(), hcard_aside(), profile_aside(), profile_photo_aside(), profiles_aside(), profperm_aside(), and viewconnections_aside().

+

Referenced by channel_aside(), common_aside(), hcard_aside(), lastpost_aside(), profile_aside(), profile_photo_aside(), profiles_aside(), profperm_aside(), and viewconnections_aside().

@@ -1299,7 +1307,7 @@ Variables

Profile information is placed in the App structure for later retrieval. Honours the owner's chosen theme for display.

load/reload current theme info

-

Referenced by channel_init(), common_init(), hcard_init(), page_init(), profile_init(), profile_photo_init(), profiles_init(), profperm_init(), viewconnections_init(), and webpages_init().

+

Referenced by channel_init(), common_init(), hcard_init(), lastpost_init(), page_init(), profile_init(), profile_photo_init(), profiles_init(), profperm_init(), viewconnections_init(), and webpages_init().

@@ -1365,7 +1373,7 @@ Variables
-

Referenced by channel_content(), events_content(), photos_content(), and profile_content().

+

Referenced by channel_content(), events_content(), lastpost_content(), photos_content(), and profile_content().

@@ -1382,7 +1390,7 @@ Variables
-

Referenced by channel_content(), community_content(), directory_content(), display_content(), drop_items(), hcard_init(), item_content(), item_permissions_sql(), item_post(), nav(), permissions_sql(), photos_content(), photos_init(), photos_post(), poco_init(), post_init(), profile_content(), profile_create_sidebar(), profile_sidebar(), redir_init(), search_content(), subthread_content(), tagger_content(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), zid_init(), and zotfeed_init().

+

Referenced by channel_content(), community_content(), directory_content(), display_content(), drop_items(), hcard_init(), item_content(), item_permissions_sql(), item_post(), lastpost_content(), nav(), permissions_sql(), photos_content(), photos_init(), photos_post(), poco_init(), post_init(), profile_content(), profile_create_sidebar(), profile_sidebar(), redir_init(), search_content(), subthread_content(), tagger_content(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), zid_init(), and zotfeed_init().

@@ -1443,7 +1451,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), App\build_pagehead(), channel_aside(), channel_content(), check_config(), check_form_security_token(), community_content(), connections_aside(), connections_content(), connections_post(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), crepair_init(), crepair_post(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirfind_init(), dirsearch_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), get_atom_elements(), App\get_baseurl(), get_browser_language(), get_item_elements(), get_max_import_size(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), hcard_init(), import_post(), import_xchan(), info(), intro_content(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_delivery(), local_user(), lostpass_content(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), network_query_get_sel_tab(), new_channel_content(), nogroup_init(), notice(), notifications_content(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_post(), qsearch_init(), redir_init(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_post(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

+

Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), App\build_pagehead(), channel_aside(), channel_content(), check_config(), check_form_security_token(), community_content(), connections_aside(), connections_content(), connections_post(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), crepair_init(), crepair_post(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirfind_init(), dirsearch_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), get_atom_elements(), App\get_baseurl(), get_browser_language(), get_item_elements(), get_max_import_size(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), hcard_init(), import_post(), import_xchan(), info(), intro_content(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), lastpost_aside(), lastpost_content(), load_contact_links(), local_user(), lostpass_content(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), network_query_get_sel_tab(), new_channel_content(), nogroup_init(), notice(), notifications_content(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_post(), qsearch_init(), redir_init(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_post(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

@@ -1511,7 +1519,7 @@ Variables
-

Referenced by allowed_public_recips(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), chanview_content(), check_config(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), display_content(), event_store(), follow_init(), format_css_if_exists(), format_js_if_exists(), group_post(), App\head_get_icon(), head_get_icon(), hostxrd_init(), import_post(), import_xchan(), intro_post(), invite_content(), item_photo_menu(), item_store(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), manage_content(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_create_item(), post_init(), profile_activity(), public_recips(), redir_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sync_directories(), tagger_content(), thing_init(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

+

Referenced by allowed_public_recips(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), chanview_content(), check_config(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), display_content(), event_store(), follow_init(), format_css_if_exists(), format_js_if_exists(), group_post(), App\head_get_icon(), head_get_icon(), hostxrd_init(), import_post(), import_xchan(), intro_post(), invite_content(), item_photo_menu(), item_store(), lastpost_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), manage_content(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_create_item(), post_init(), profile_activity(), public_recips(), redir_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sync_directories(), tagger_content(), thing_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

@@ -1596,7 +1604,7 @@ Variables
-

Referenced by acl_init(), channel_content(), connections_content(), get_all_perms(), group_content(), group_get_members(), intro_post(), items_fetch(), network_content(), perm_is_allowed(), and search_content().

+

Referenced by acl_init(), channel_content(), connections_content(), get_all_perms(), group_content(), group_get_members(), intro_post(), items_fetch(), lastpost_content(), network_content(), perm_is_allowed(), and search_content().

@@ -1654,6 +1662,49 @@ Variables

Referenced by abook_connections(), abook_self(), acl_init(), api_get_user(), collect_recipients(), connections_content(), connections_post(), contact_remove(), contact_select(), contactgroup_content(), create_identity(), get_all_perms(), group_content(), group_get_members(), intro_content(), load_contact_links(), new_contact(), notifier_run(), perm_is_allowed(), ping_init(), poco_init(), settings_aside(), and zot_refresh().

+ + + +
+
+ + + + +
const ACCESS_FREE 2
+
+ +

Referenced by zfinger_init().

+ +
+
+ +
+
+ + + + +
const ACCESS_PAID 1
+
+ +

Referenced by zfinger_init().

+ +
+
+ +
+
+ + + + +
const ACCESS_PRIVATE 0
+
+

site access policy

+ +

Referenced by zfinger_init().

+
@@ -1736,7 +1787,7 @@ Variables

Account roles

-

Referenced by create_account(), is_site_admin(), and send_reg_approval_email().

+

Referenced by account_remove(), create_account(), is_site_admin(), and send_reg_approval_email().

@@ -1764,7 +1815,7 @@ Variables
-

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), conversation(), like_content(), like_puller(), local_delivery(), localize_item(), notifications_content(), and visible_activity().

+

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), conversation(), like_content(), like_puller(), localize_item(), notifications_content(), and visible_activity().

@@ -1831,7 +1882,7 @@ Variables

activity stream defines

-

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), conversation(), like_content(), like_puller(), local_delivery(), localize_item(), notifications_content(), and visible_activity().

+

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), conversation(), like_content(), like_puller(), localize_item(), notifications_content(), and visible_activity().

@@ -1883,7 +1934,7 @@ Variables
-

Referenced by consume_feed(), event_store(), local_delivery(), localize_item(), process_delivery(), and tagger_content().

+

Referenced by consume_feed(), event_store(), localize_item(), process_delivery(), and tagger_content().

@@ -1921,7 +1972,7 @@ Variables
-

Referenced by api_format_items(), consume_feed(), like_content(), local_delivery(), localize_item(), post_activity_item(), subthread_content(), and tagger_content().

+

Referenced by api_format_items(), consume_feed(), like_content(), localize_item(), post_activity_item(), subthread_content(), and tagger_content().

@@ -1947,7 +1998,7 @@ Variables
-

Referenced by get_atom_elements(), local_delivery(), localize_item(), photos_post(), and poke_init().

+

Referenced by get_atom_elements(), localize_item(), photos_post(), and poke_init().

@@ -1989,7 +2040,7 @@ Variables
-

Referenced by consume_feed(), local_delivery(), remove_community_tag(), tag_deliver(), and tagger_content().

+

Referenced by consume_feed(), remove_community_tag(), tag_deliver(), and tagger_content().

@@ -2017,7 +2068,7 @@ Variables
-

Referenced by local_delivery(), localize_item(), and poke_init().

+

Referenced by localize_item(), and poke_init().

@@ -2031,7 +2082,7 @@ Variables
-

Referenced by api_format_items(), api_status_show(), api_users_show(), construct_verb(), event_store(), item_post(), item_post_type(), local_delivery(), mail_store(), post_activity_item(), and send_status_notifications().

+

Referenced by api_format_items(), api_status_show(), api_users_show(), construct_verb(), event_store(), item_post(), item_post_type(), mail_store(), post_activity_item(), and send_status_notifications().

@@ -2045,7 +2096,7 @@ Variables
-

Referenced by consume_feed(), and local_delivery().

+

Referenced by consume_feed().

@@ -2059,7 +2110,7 @@ Variables
-

Referenced by consume_feed(), local_delivery(), photos_post(), remove_community_tag(), tag_deliver(), and tagger_content().

+

Referenced by consume_feed(), photos_post(), remove_community_tag(), tag_deliver(), and tagger_content().

@@ -2200,7 +2251,7 @@ Variables

relationship types

-

Referenced by consume_feed(), local_delivery(), lose_sharer(), and new_follower().

+

Referenced by consume_feed().

@@ -2214,8 +2265,6 @@ Variables
-

Referenced by lose_follower(), lose_sharer(), and new_follower().

-
@@ -2228,7 +2277,7 @@ Variables
-

Referenced by dfrn_deliver(), lose_follower(), and new_follower().

+

Referenced by dfrn_deliver().

@@ -2237,7 +2286,7 @@ Variables
- +
const DB_UPDATE_VERSION 1057const DB_UPDATE_VERSION 1058
@@ -2269,7 +2318,7 @@ Variables
-

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

+

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

@@ -2283,7 +2332,7 @@ Variables
-

Referenced by directory_run(), dirsearch_content(), import_site(), import_xchan(), sync_directories(), and zfinger_init().

+

Referenced by directory_run(), dirsearch_content(), import_site(), import_xchan(), sync_directories(), update_suggestions(), and zfinger_init().

@@ -2297,7 +2346,7 @@ Variables
-

Referenced by directory_content(), directory_run(), import_site(), navbar_complete(), poller_run(), sync_directories(), and zfinger_init().

+

Referenced by directory_content(), directory_run(), import_site(), navbar_complete(), poller_run(), sync_directories(), update_suggestions(), and zfinger_init().

@@ -2325,7 +2374,7 @@ Variables
-

Referenced by directory_content(), directory_run(), import_site(), import_xchan(), navbar_complete(), sync_directories(), and zfinger_init().

+

Referenced by directory_content(), directory_run(), import_site(), import_xchan(), navbar_complete(), sync_directories(), update_suggestions(), and zfinger_init().

@@ -2351,7 +2400,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_site_post(), admin_page_users(), allfriends_content(), api_content(), api_post(), apps_content(), attach_init(), authenticate_success(), channel_content(), channel_init(), chanview_content(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), common_content(), common_init(), community_content(), connections_content(), connections_post(), crepair_content(), crepair_post(), delegate_content(), directory_content(), dirfind_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), events_content(), events_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), import_xchan(), intro_content(), intro_post(), invite_content(), invite_post(), item_post(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), nogroup_content(), notifications_content(), notifications_post(), oexchange_content(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), search_content(), settings_post(), setup_content(), suggest_content(), tagrm_post(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and xchan_content().

+

Referenced by admin_page_dbsync(), admin_page_site_post(), admin_page_users(), allfriends_content(), api_content(), api_post(), apps_content(), attach_init(), authenticate_success(), channel_content(), channel_init(), chanview_content(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), common_content(), common_init(), community_content(), connections_content(), connections_post(), crepair_content(), crepair_post(), delegate_content(), directory_content(), dirfind_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), events_content(), events_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), import_xchan(), intro_content(), intro_post(), invite_content(), invite_post(), item_post(), lastpost_content(), lastpost_init(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), nogroup_content(), notifications_content(), notifications_post(), oexchange_content(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), search_content(), settings_post(), setup_content(), suggest_content(), tagrm_post(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_init(), and xchan_content().

@@ -2377,7 +2426,7 @@ Variables
-

Referenced by consume_feed(), local_delivery(), and subthread_content().

+

Referenced by consume_feed(), and subthread_content().

@@ -2458,7 +2507,7 @@ Variables
-

Referenced by delete_item_lowlevel(), encode_item(), expire_run(), get_item_elements(), item_store(), like_content(), notifier_run(), and process_delivery().

+

Referenced by consume_feed(), delete_item_lowlevel(), encode_item(), expire_run(), get_item_elements(), item_store(), like_content(), notifier_run(), and process_delivery().

@@ -2623,7 +2672,7 @@ Variables
-

Referenced by channel_content(), encode_item_flags(), event_store(), format_notification(), item_post(), item_store(), items_fetch(), like_content(), mood_init(), network_content(), photo_upload(), photos_create_item(), poke_init(), post_activity_item(), profile_activity(), tag_deliver(), and thing_init().

+

Referenced by channel_content(), encode_item_flags(), event_store(), format_notification(), item_post(), item_store(), items_fetch(), lastpost_content(), like_content(), mood_init(), network_content(), photo_upload(), photos_create_item(), poke_init(), post_activity_item(), profile_activity(), tag_deliver(), and thing_init().

@@ -2649,7 +2698,7 @@ Variables
-

Referenced by api_statuses_home_timeline(), channel_content(), display_content(), format_notification(), item_post(), item_store(), items_fetch(), mood_init(), network_content(), and ping_init().

+

Referenced by api_statuses_home_timeline(), channel_content(), display_content(), format_notification(), item_post(), item_store(), items_fetch(), lastpost_content(), mood_init(), network_content(), and ping_init().

@@ -2704,7 +2753,7 @@ Variables
-

Referenced by api_get_user(), channel_aside(), channel_content(), drop_item(), event_store(), events_content(), first_post_date(), item_post(), item_store(), items_fetch(), like_content(), mood_init(), notification(), notifier_run(), photo_upload(), photos_create_item(), ping_init(), poke_init(), post_activity_item(), process_delivery(), profile_activity(), tag_deliver(), tagger_content(), thing_init(), and zot_feed().

+

Referenced by api_get_user(), channel_aside(), channel_content(), drop_item(), event_store(), events_content(), first_post_date(), item_post(), item_store(), items_fetch(), lastpost_aside(), lastpost_content(), like_content(), mood_init(), notification(), notifier_run(), photo_upload(), photos_create_item(), ping_init(), poke_init(), post_activity_item(), process_delivery(), profile_activity(), tag_deliver(), tagger_content(), thing_init(), and zot_feed().

@@ -2790,7 +2839,7 @@ Variables
-

Referenced by admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), detect_language(), dfrn_deliver(), directory_content(), fetch_xrd_links(), fix_private_photos(), import_xchan(), item_store(), item_store_update(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), network_content(), new_contact(), notifier_run(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), tag_deliver(), tgroup_check(), webfinger_dfrn(), xml2array(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

+

Referenced by admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), detect_language(), dfrn_deliver(), directory_content(), fetch_xrd_links(), fix_private_photos(), import_xchan(), item_store(), item_store_update(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), network_content(), new_contact(), notifier_run(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), tag_deliver(), tgroup_check(), webfinger_dfrn(), xml2array(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

@@ -2804,7 +2853,7 @@ Variables
-

Referenced by Item\add_child(), Conversation\add_thread(), admin_page_logs(), api_login(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), consume_feed(), conversation(), delete_imported_item(), deliver_run(), dfrn_deliver(), directory_content(), directory_run(), expire_run(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), local_delivery(), FKOAuth1\loginUser(), lrdd(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), redir_init(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), and zot_register_hub().

+

Referenced by Item\add_child(), Conversation\add_thread(), admin_page_logs(), api_login(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), consume_feed(), conversation(), delete_imported_item(), deliver_run(), dfrn_deliver(), directory_content(), directory_run(), expire_run(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), FKOAuth1\loginUser(), lrdd(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), redir_init(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), and zot_register_hub().

@@ -2958,7 +3007,7 @@ Variables
-

Referenced by get_atom_elements(), and new_follower().

+

Referenced by get_atom_elements().

@@ -2998,7 +3047,7 @@ Variables
-

Referenced by consume_feed(), get_atom_elements(), local_delivery(), and webfinger_dfrn().

+

Referenced by get_atom_elements(), and webfinger_dfrn().

@@ -3078,8 +3127,6 @@ Variables
-

Referenced by new_follower().

-
@@ -3118,7 +3165,7 @@ Variables
-

Referenced by consume_feed(), and local_delivery().

+

Referenced by consume_feed().

@@ -3132,7 +3179,7 @@ Variables
-

Referenced by consume_feed(), and local_delivery().

+

Referenced by consume_feed().

@@ -3282,7 +3329,7 @@ Variables
-

Referenced by network_to_name(), new_follower(), and notifications_content().

+

Referenced by network_to_name(), and notifications_content().

@@ -3322,7 +3369,7 @@ Variables
-

Referenced by network_to_name(), and new_follower().

+

Referenced by network_to_name().

@@ -3336,7 +3383,7 @@ Variables
-

Referenced by item_post(), local_delivery(), notification(), and send_status_notifications().

+

Referenced by item_post(), notification(), and send_status_notifications().

@@ -3365,7 +3412,7 @@ Variables

email notification options

-

Referenced by new_follower(), and notification().

+

Referenced by notification().

@@ -3379,7 +3426,7 @@ Variables
-

Referenced by local_delivery(), mail_store(), and notification().

+

Referenced by mail_store(), and notification().

@@ -3393,7 +3440,7 @@ Variables
-

Referenced by local_delivery(), and notification().

+

Referenced by notification().

@@ -3419,7 +3466,7 @@ Variables
-

Referenced by local_delivery(), and notification().

+

Referenced by notification().

@@ -3543,7 +3590,7 @@ Variables

page/profile types

PAGE_NORMAL is a typical personal profile account PAGE_SOAPBOX automatically approves all friend requests as CONTACT_IS_SHARING, (readonly) PAGE_COMMUNITY automatically approves all friend requests as CONTACT_IS_SHARING, but with write access to wall and comments (no email and not included in page owner's ACL lists) PAGE_FREELOVE automatically approves all friend requests as full friends (CONTACT_IS_FRIEND).

-

Referenced by create_identity(), and new_follower().

+

Referenced by create_identity().

@@ -3867,7 +3914,7 @@ Variables

Photo types

-

Referenced by photos_albums_list(), photos_content(), photos_list_photos(), and photos_post().

+

Referenced by photo_upload(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), and profile_photo_post().

@@ -3881,7 +3928,7 @@ Variables
-

Referenced by photos_albums_list(), photos_content(), photos_list_photos(), and photos_post().

+

Referenced by import_channel_photo(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), profile_photo_post(), and photo_driver\save().

@@ -3907,6 +3954,8 @@ Variables
+

Referenced by import_profile_photo().

+
@@ -3995,7 +4044,7 @@ Variables
-

Referenced by admin_page_site(), import_site(), nav(), register_post(), and zfinger_init().

+

Referenced by admin_page_site(), import_site(), nav(), register_post(), sitelist_init(), and zfinger_init().

@@ -4272,6 +4321,20 @@ Variables

Referenced by dirsearch_content(), import_xchan(), suggestion_query(), syncdirs(), and zfinger_init().

+ + + +
+
+ + + + +
const XCHAN_FLAGS_ORPHAN 0x0002
+
+ +

Referenced by dirsearch_content().

+
diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index c0401fd33..41f9ff94c 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -54,6 +54,9 @@ var boot_8php = [ "ABOOK_FLAG_IGNORED", "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6", null ], [ "ABOOK_FLAG_PENDING", "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155", null ], [ "ABOOK_FLAG_SELF", "boot_8php.html#a0450389f24c632906fbc24347700a543", null ], + [ "ACCESS_FREE", "boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4", null ], + [ "ACCESS_PAID", "boot_8php.html#a9c80420e5a063a4a87ce4831f086134d", null ], + [ "ACCESS_PRIVATE", "boot_8php.html#a7f3474fec541e261fc8dff47313c4017", null ], [ "ACCOUNT_BLOCKED", "boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9", null ], [ "ACCOUNT_EXPIRED", "boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a", null ], [ "ACCOUNT_OK", "boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8", null ], @@ -244,6 +247,7 @@ var boot_8php = [ "UPDATE_FAILED", "boot_8php.html#a75fc600186b13c3b25e661afefb5eac8", null ], [ "UPDATE_SUCCESS", "boot_8php.html#ac86615ddc0763a00f5311c90e991730c", null ], [ "XCHAN_FLAGS_HIDDEN", "boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2", null ], + [ "XCHAN_FLAGS_ORPHAN", "boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f", null ], [ "ZCURL_TIMEOUT", "boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af", null ], [ "ZOT_REVISION", "boot_8php.html#a36b31575f992a10b5927b76efba9362e", null ] ]; \ No newline at end of file diff --git a/doc/html/classphoto__driver-members.html b/doc/html/classphoto__driver-members.html index 570e6c1f7..4a270d6bf 100644 --- a/doc/html/classphoto__driver-members.html +++ b/doc/html/classphoto__driver-members.html @@ -134,13 +134,14 @@ $(document).ready(function(){initNavTree('classphoto__driver.html','');}); load($data, $type)photo_driver orient($filename)photo_driver rotate($degrees)photo_driver - saveImage($path)photo_driver - scaleImage($max)photo_driver - scaleImageSquare($dim)photo_driver - scaleImageUp($min)photo_driver - setDimensions()photo_driver - store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver - supportedTypes()photo_driver + save($arr)photo_driver + saveImage($path)photo_driver + scaleImage($max)photo_driver + scaleImageSquare($dim)photo_driver + scaleImageUp($min)photo_driver + setDimensions()photo_driver + store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver + supportedTypes()photo_driver diff --git a/doc/html/classphoto__driver.html b/doc/html/classphoto__driver.html index e65960566..53f6d1ecc 100644 --- a/doc/html/classphoto__driver.html +++ b/doc/html/classphoto__driver.html @@ -170,6 +170,8 @@ Public Member Functions    orient ($filename)   + save ($arr) +   store ($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')   @@ -408,7 +410,7 @@ Protected Attributes
-

Referenced by store().

+

Referenced by save(), and store().

@@ -448,7 +450,7 @@ Protected Attributes
-

Referenced by getExt(), photo_gd\imageString(), photo_imagick\load(), orient(), and store().

+

Referenced by getExt(), photo_gd\imageString(), photo_imagick\load(), orient(), save(), and store().

@@ -465,7 +467,7 @@ Protected Attributes
-

Referenced by store().

+

Referenced by save(), and store().

@@ -490,7 +492,7 @@ Protected Attributes
-

Referenced by saveImage(), and store().

+

Referenced by save(), saveImage(), and store().

@@ -588,6 +590,22 @@ Protected Attributes

Referenced by orient().

+ + + +
+
+ + + + + + + + +
photo_driver::save ( $arr)
+
+
diff --git a/doc/html/classphoto__driver.js b/doc/html/classphoto__driver.js index 37f5be6c5..258b2eb60 100644 --- a/doc/html/classphoto__driver.js +++ b/doc/html/classphoto__driver.js @@ -16,6 +16,7 @@ var classphoto__driver = [ "load", "classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712", null ], [ "orient", "classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d", null ], [ "rotate", "classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec", null ], + [ "save", "classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac", null ], [ "saveImage", "classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3", null ], [ "scaleImage", "classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0", null ], [ "scaleImageSquare", "classphoto__driver.html#a56634842b071b96502716e9843ea5361", null ], diff --git a/doc/html/classphoto__gd-members.html b/doc/html/classphoto__gd-members.html index 387b82f95..9fe52168d 100644 --- a/doc/html/classphoto__gd-members.html +++ b/doc/html/classphoto__gd-members.html @@ -134,13 +134,14 @@ $(document).ready(function(){initNavTree('classphoto__gd.html','');}); load($data, $type)photo_gd orient($filename)photo_driver rotate($degrees)photo_gd - saveImage($path)photo_driver - scaleImage($max)photo_driver - scaleImageSquare($dim)photo_driver - scaleImageUp($min)photo_driver - setDimensions()photo_gd - store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver - supportedTypes()photo_gd + save($arr)photo_driver + saveImage($path)photo_driver + scaleImage($max)photo_driver + scaleImageSquare($dim)photo_driver + scaleImageUp($min)photo_driver + setDimensions()photo_gd + store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver + supportedTypes()photo_gd diff --git a/doc/html/classphoto__gd.html b/doc/html/classphoto__gd.html index 92cf97a60..b9da47576 100644 --- a/doc/html/classphoto__gd.html +++ b/doc/html/classphoto__gd.html @@ -189,6 +189,8 @@ Public Member Functions    orient ($filename)   + save ($arr) +   store ($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')   diff --git a/doc/html/classphoto__imagick-members.html b/doc/html/classphoto__imagick-members.html index dc021c835..082ce2d75 100644 --- a/doc/html/classphoto__imagick-members.html +++ b/doc/html/classphoto__imagick-members.html @@ -135,13 +135,14 @@ $(document).ready(function(){initNavTree('classphoto__imagick.html','');}); - - - - - - - + + + + + + + +
load($data, $type)photo_imagick
orient($filename)photo_driver
rotate($degrees)photo_imagick
saveImage($path)photo_driver
scaleImage($max)photo_driver
scaleImageSquare($dim)photo_driver
scaleImageUp($min)photo_driver
setDimensions()photo_imagick
store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver
supportedTypes()photo_imagick
save($arr)photo_driver
saveImage($path)photo_driver
scaleImage($max)photo_driver
scaleImageSquare($dim)photo_driver
scaleImageUp($min)photo_driver
setDimensions()photo_imagick
store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver
supportedTypes()photo_imagick
diff --git a/doc/html/classphoto__imagick.html b/doc/html/classphoto__imagick.html index fba45f957..2efee443d 100644 --- a/doc/html/classphoto__imagick.html +++ b/doc/html/classphoto__imagick.html @@ -191,6 +191,8 @@ Public Member Functions    orient ($filename)   + save ($arr) +   store ($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')   diff --git a/doc/html/cli__startup_8php.html b/doc/html/cli__startup_8php.html index 373621d3d..226e1972c 100644 --- a/doc/html/cli__startup_8php.html +++ b/doc/html/cli__startup_8php.html @@ -129,7 +129,7 @@ Functions
-

Referenced by cronhooks_run(), deliver_run(), directory_run(), expire_run(), gprobe_run(), notifier_run(), onepoll_run(), poller_run(), and queue_run().

+

Referenced by cli_suggest_run(), cronhooks_run(), deliver_run(), directory_run(), expire_run(), gprobe_run(), notifier_run(), onepoll_run(), poller_run(), and queue_run().

diff --git a/doc/html/contact__widgets_8php.html b/doc/html/contact__widgets_8php.html index 6dbb489c9..d67fdb0df 100644 --- a/doc/html/contact__widgets_8php.html +++ b/doc/html/contact__widgets_8php.html @@ -148,7 +148,7 @@ Functions
-

Referenced by channel_aside().

+

Referenced by channel_aside(), and lastpost_aside().

@@ -166,7 +166,7 @@ Functions
-

Referenced by channel_content().

+

Referenced by channel_content(), and lastpost_content().

diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 8f47cbe36..77e3a6a5e 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -226,7 +226,7 @@ Functions
-

Referenced by channel_content(), display_content(), items_fetch(), network_content(), search_content(), and zot_feed().

+

Referenced by channel_content(), display_content(), items_fetch(), lastpost_content(), network_content(), search_content(), and zot_feed().

@@ -277,7 +277,7 @@ Functions
  • conversation view The $mode parameter decides between the various renderings and also figures out how to determine page owner and other contextual items that are based on unique features of the calling module.
  • -

    Referenced by channel_content(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    +

    Referenced by channel_content(), community_content(), display_content(), item_post(), lastpost_content(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    @@ -422,8 +422,6 @@ Functions
    -

    Referenced by localize_item().

    -
    @@ -474,8 +472,6 @@ Functions
    -

    Referenced by localize_item().

    -
    @@ -533,7 +529,7 @@ Functions

    Render actions localized

    -

    Referenced by api_format_items(), conversation(), format_notification(), and Item\get_template_data().

    +

    Referenced by api_format_items(), conversation(), format_notification(), Item\get_template_data(), and notification().

    @@ -695,7 +691,7 @@ Functions
    -

    Referenced by channel_content(), network_content(), and webpages_content().

    +

    Referenced by channel_content(), lastpost_content(), network_content(), and webpages_content().

    diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index 84177727e..1facdc06e 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -332,7 +332,7 @@ Functions
    -

    Referenced by add_fcontact(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), crepair_post(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), dlogger(), dob(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), format_event_diaspora(), format_event_html(), fsuggest_post(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), import_directory_profile(), import_site(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), local_delivery(), logger(), FKOAuth1\loginUser(), magic_init(), mail_store(), message_content(), network_content(), new_contact(), new_follower(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by add_fcontact(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), crepair_post(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), dlogger(), dob(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), format_event_diaspora(), format_event_html(), fsuggest_post(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), import_directory_profile(), import_site(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), lastpost_content(), like_content(), logger(), FKOAuth1\loginUser(), magic_init(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 85e6cab92..e92e63047 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
    -

    Referenced by account_verify_password(), acl_init(), add_fcontact(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), build_sync_packet(), call_hooks(), change_channel(), channel_content(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_webbie(), Cache\clear(), common_friends(), connections_content(), connections_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), crepair_post(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), display_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), expand_groups(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config_from_storage(), get_events(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), load_config(), load_plugin(), load_xconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifier_run(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), qsearch_init(), queue_run(), red_zrl_callback(), redir_init(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), search_ac_init(), search_content(), search_init(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), settings_post(), siteinfo_init(), photo_driver\store(), store_item_tag(), stringify_array_elms(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_init(), uninstall_plugin(), unregister_hook(), update_modtime(), update_queue_time(), user_allow(), user_deny(), vcard_from_xchan(), wall_attach_post(), wall_upload_post(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), acl_init(), add_fcontact(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), build_sync_packet(), call_hooks(), change_channel(), channel_content(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_webbie(), Cache\clear(), common_friends(), connections_content(), connections_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), crepair_post(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), display_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), expand_groups(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config_from_storage(), get_events(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), lastpost_content(), like_content(), load_config(), load_plugin(), load_xconfig(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifier_run(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), qsearch_init(), queue_run(), red_zrl_callback(), redir_init(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), search_init(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), settings_post(), siteinfo_init(), photo_driver\store(), store_item_tag(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_init(), uninstall_plugin(), unregister_hook(), update_modtime(), update_queue_time(), user_allow(), user_deny(), vcard_from_xchan(), wall_attach_post(), wall_upload_post(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    @@ -220,7 +220,7 @@ Functions
    -

    Referenced by import_post(), item_store(), item_store_update(), local_delivery(), mail_store(), and profiles_init().

    +

    Referenced by import_post(), item_store(), item_store_update(), mail_store(), and profiles_init().

    @@ -283,7 +283,7 @@ Functions

    Raw db query, no arguments

    -

    Referenced by import_post(), item_store(), item_store_update(), local_delivery(), mail_store(), process_channel_sync_delivery(), and profiles_init().

    +

    Referenced by import_post(), item_store(), item_store_update(), mail_store(), process_channel_sync_delivery(), and profiles_init().

    @@ -320,7 +320,7 @@ Functions

    This will happen occasionally trying to store the session data after abnormal program termination

    -

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_total(), account_verify_password(), acl_init(), add_fcontact(), admin_content(), admin_page_dbsync(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allfriends_content(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_user_timeline(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_config(), check_webbie(), Cache\clear(), collect_recipients(), common_friends(), common_friends_zcid(), common_init(), community_content(), connections_content(), connections_init(), connections_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dfrn_deliver(), directory_run(), dirsearch_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), first_post_date(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config_from_storage(), get_events(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), identity_basic_export(), identity_check_service_class(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), intro_content(), intro_post(), invite_post(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lose_follower(), lose_sharer(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), manage_content(), match_content(), member_of(), message_content(), mini_group_select(), mood_init(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), qsearch_init(), queue_run(), random_profile(), red_zrl_callback(), redir_init(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), settings_aside(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_init(), uninstall_plugin(), unregister_hook(), update_modtime(), update_queue_time(), update_suggestions(), user_allow(), user_deny(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), acl_init(), add_fcontact(), admin_content(), admin_page_dbsync(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allfriends_content(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_user_timeline(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_config(), check_webbie(), Cache\clear(), collect_recipients(), common_friends(), common_friends_zcid(), common_init(), community_content(), connections_content(), connections_init(), connections_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dfrn_deliver(), directory_content(), directory_run(), dirsearch_content(), display_content(), drop_item(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), first_post_date(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config_from_storage(), get_events(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), identity_basic_export(), identity_check_service_class(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), intro_content(), intro_post(), invite_post(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), lastpost_content(), like_content(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), manage_content(), match_content(), member_of(), message_content(), mini_group_select(), mood_init(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), qsearch_init(), queue_run(), random_profile(), red_zrl_callback(), redir_init(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), settings_aside(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_init(), uninstall_plugin(), unregister_hook(), update_modtime(), update_queue_time(), update_suggestions(), user_allow(), user_deny(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html index d21b7e0be..2b9136a0e 100644 --- a/doc/html/dir__fns_8php.html +++ b/doc/html/dir__fns_8php.html @@ -134,7 +134,7 @@ Functions
    -

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

    +

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

    diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index 30c224286..66d509ccc 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -178,6 +178,8 @@ Files   file  item.php   +file  lastpost.php +  file  like.php   file  lockview.php @@ -272,6 +274,8 @@ Files   file  siteinfo.php   +file  sitelist.php +  file  smilies.php   file  starred.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index d10f448f6..7b78081d2 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -37,6 +37,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "intro.php", "intro_8php.html", "intro_8php" ], [ "invite.php", "invite_8php.html", "invite_8php" ], [ "item.php", "item_8php.html", "item_8php" ], + [ "lastpost.php", "lastpost_8php.html", "lastpost_8php" ], [ "like.php", "like_8php.html", "like_8php" ], [ "lockview.php", "lockview_8php.html", "lockview_8php" ], [ "login.php", "login_8php.html", "login_8php" ], @@ -84,6 +85,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "setup.php", "setup_8php.html", "setup_8php" ], [ "share.php", "share_8php.html", "share_8php" ], [ "siteinfo.php", "siteinfo_8php.html", "siteinfo_8php" ], + [ "sitelist.php", "sitelist_8php.html", "sitelist_8php" ], [ "smilies.php", "smilies_8php.html", "smilies_8php" ], [ "starred.php", "starred_8php.html", "starred_8php" ], [ "subthread.php", "subthread_8php.html", "subthread_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index b211c2a8a..b7a0d4b6b 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -133,6 +133,8 @@ Files   file  cli_startup.php   +file  cli_suggest.php +  file  config.php   file  Contact.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index a2eaeb3ef..8a0cf3ad5 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -17,6 +17,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "Cache", "classCache.html", null ] ] ], [ "cli_startup.php", "cli__startup_8php.html", "cli__startup_8php" ], + [ "cli_suggest.php", "cli__suggest_8php.html", "cli__suggest_8php" ], [ "config.php", "include_2config_8php.html", "include_2config_8php" ], [ "Contact.php", "Contact_8php.html", "Contact_8php" ], [ "contact_selectors.php", "contact__selectors_8php.html", "contact__selectors_8php" ], diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index b625dc857..0e1bff362 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -253,7 +253,7 @@ Variables
    -

    Referenced by aes_encapsulate(), aes_unencapsulate(), alt_pager(), check_config(), consume_feed(), drop_item(), fix_private_photos(), get_bb_tag_pos(), is_a_date_arg(), item_post(), item_redir_and_replace_images(), jindent(), load_database_rem(), local_delivery(), node2bbcodesub(), paginate(), photos_post(), profile_activity(), reload_plugins(), remove_community_tag(), scale_external_images(), tag_deliver(), and zot_import().

    +

    Referenced by aes_encapsulate(), aes_unencapsulate(), alt_pager(), check_config(), drop_item(), fix_private_photos(), get_bb_tag_pos(), is_a_date_arg(), item_post(), item_redir_and_replace_images(), jindent(), load_database_rem(), node2bbcodesub(), notification(), paginate(), photos_post(), profile_activity(), reload_plugins(), remove_community_tag(), scale_external_images(), tag_deliver(), and zot_import().

    @@ -279,7 +279,7 @@ Variables
    -

    Referenced by check_keys(), dfrn_deliver(), fix_private_photos(), get_atom_elements(), get_bb_tag_pos(), hostxrd_init(), invite_post(), lostpass_content(), lostpass_post(), new_follower(), photo_init(), photos_post(), probe_content(), register_post(), enotify\send(), send_reg_approval_email(), send_verification_email(), user_allow(), and webfinger_content().

    +

    Referenced by check_keys(), dfrn_deliver(), fix_private_photos(), get_atom_elements(), get_bb_tag_pos(), hostxrd_init(), invite_post(), lostpass_content(), lostpass_post(), photo_init(), photos_post(), probe_content(), register_post(), enotify\send(), send_reg_approval_email(), send_verification_email(), user_allow(), and webfinger_content().

    diff --git a/doc/html/enotify_8php.html b/doc/html/enotify_8php.html index 9a91e32df..9566f447d 100644 --- a/doc/html/enotify_8php.html +++ b/doc/html/enotify_8php.html @@ -136,7 +136,7 @@ Functions
    -

    Referenced by item_post(), local_delivery(), mail_store(), send_status_notifications(), and tag_deliver().

    +

    Referenced by item_post(), mail_store(), send_status_notifications(), and tag_deliver().

    diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index f75407c79..9cf9ee8ad 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -142,7 +142,7 @@ Functions
    -

    Referenced by bbcode(), bbtovcal(), consume_feed(), local_delivery(), and process_delivery().

    +

    Referenced by bbcode(), bbtovcal(), consume_feed(), and process_delivery().

    @@ -202,7 +202,7 @@ Functions
    -

    Referenced by consume_feed(), events_post(), local_delivery(), and process_delivery().

    +

    Referenced by consume_feed(), events_post(), and process_delivery().

    diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 6ed749318..e0c17e93c 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
    -

    Referenced by activity_sanitise(), add_fcontact(), api_rss_extra(), array_sanitise(), attach_store(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connections_content(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), event_store(), feature_enabled(), fetch_xrd_links(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), identity_basic_import(), ids_to_querystr(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), lrdd(), magic_init(), mail_store(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), parse_url_content(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), photos_post(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), prepare_body(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profile_tabs(), profiles_content(), register_post(), remove_community_tag(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), thing_init(), validate_channelname(), wfinger_init(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    +

    Referenced by activity_sanitise(), add_fcontact(), api_rss_extra(), array_sanitise(), attach_store(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connections_content(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), event_store(), feature_enabled(), fetch_xrd_links(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), identity_basic_import(), ids_to_querystr(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), lrdd(), magic_init(), mail_store(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), parse_url_content(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), photos_post(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), prepare_body(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profile_tabs(), profiles_content(), register_post(), remove_community_tag(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), thing_init(), validate_channelname(), wfinger_init(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    @@ -160,7 +160,7 @@ Variables
    -

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), chanlink_hash(), chanlink_url(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), fetch_url(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), legal_webbie(), linkify(), magic_link(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), post_url(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), App\set_widget(), siteinfo_content(), smilies(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_post_url(), zfinger_init(), and zid().

    +

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), chanlink_hash(), chanlink_url(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), fetch_url(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), post_url(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), App\set_widget(), siteinfo_content(), smilies(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_post_url(), zfinger_init(), and zid().

    diff --git a/doc/html/features_8php.html b/doc/html/features_8php.html index 5cca57aa7..11699c8c0 100644 --- a/doc/html/features_8php.html +++ b/doc/html/features_8php.html @@ -142,7 +142,7 @@ Functions
    -

    Referenced by categories_widget(), channel_aside(), connections_content(), conversation(), editpost_content(), editwebpage_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), message_content(), message_post(), nav(), network_content(), photos_content(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), saved_searches(), search_saved_searches(), theme_content(), and thing_content().

    +

    Referenced by categories_widget(), channel_aside(), connections_content(), conversation(), editpost_content(), editwebpage_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), lastpost_aside(), message_content(), message_post(), nav(), network_content(), photos_content(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), saved_searches(), search_saved_searches(), theme_content(), and thing_content().

    diff --git a/doc/html/files.html b/doc/html/files.html index a42e0dd8b..1cf622ae2 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -129,58 +129,59 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*bbcode.php |o*cache.php |o*cli_startup.php -|o*config.php -|o*Contact.php -|o*contact_selectors.php -|o*contact_widgets.php -|o*conversation.php -|o*ConversationObject.php -|o*cronhooks.php -|o*crypto.php -|o*datetime.php -|o*deliver.php -|o*dir_fns.php -|o*directory.php -|o*enotify.php -|o*event.php -|o*expire.php -|o*features.php -|o*follow.php -|o*friendica_smarty.php -|o*gprobe.php -|o*group.php -|o*html2bbcode.php -|o*html2plain.php -|o*identity.php -|o*ItemObject.php -|o*ITemplateEngine.php -|o*items.php -|o*language.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onepoll.php -|o*permissions.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_advanced.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|\*zot.php +|o*cli_suggest.php +|o*config.php +|o*Contact.php +|o*contact_selectors.php +|o*contact_widgets.php +|o*conversation.php +|o*ConversationObject.php +|o*cronhooks.php +|o*crypto.php +|o*datetime.php +|o*deliver.php +|o*dir_fns.php +|o*directory.php +|o*enotify.php +|o*event.php +|o*expire.php +|o*features.php +|o*follow.php +|o*friendica_smarty.php +|o*gprobe.php +|o*group.php +|o*html2bbcode.php +|o*html2plain.php +|o*identity.php +|o*ItemObject.php +|o*ITemplateEngine.php +|o*items.php +|o*language.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onepoll.php +|o*permissions.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_advanced.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|\*zot.php o+mod |o*_well_known.php |o*acl.php @@ -219,79 +220,81 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*intro.php |o*invite.php |o*item.php -|o*like.php -|o*lockview.php -|o*login.php -|o*lostpass.php -|o*magic.php -|o*manage.php -|o*match.php -|o*message.php -|o*mood.php -|o*msearch.php -|o*network.php -|o*new_channel.php -|o*nogroup.php -|o*notifications.php -|o*notify.php -|o*oembed.php -|o*oexchange.php -|o*opensearch.php -|o*page.php -|o*parse_url.php -|o*photo.php -|o*photos.php -|o*php.php -|o*ping.php -|o*poco.php -|o*poke.php -|o*post.php -|o*pretheme.php -|o*probe.php -|o*profile.php -|o*profile_photo.php -|o*profiles.php -|o*profperm.php -|o*qsearch.php -|o*randprof.php -|o*redir.php -|o*register.php -|o*regmod.php -|o*removeme.php -|o*rmagic.php -|o*rsd_xml.php -|o*search.php -|o*search_ac.php -|o*settings.php -|o*setup.php -|o*share.php -|o*siteinfo.php -|o*smilies.php -|o*starred.php -|o*subthread.php -|o*suggest.php -|o*tagger.php -|o*tagrm.php -|o*thing.php -|o*toggle_mobile.php -|o*uexport.php -|o*update_channel.php -|o*update_community.php -|o*update_display.php -|o*update_network.php -|o*update_search.php -|o*view.php -|o*viewconnections.php -|o*viewsrc.php -|o*wall_attach.php -|o*wall_upload.php -|o*webfinger.php -|o*webpages.php -|o*wfinger.php -|o*xchan.php -|o*xrd.php -|o*zfinger.php -|\*zotfeed.php +|o*lastpost.php +|o*like.php +|o*lockview.php +|o*login.php +|o*lostpass.php +|o*magic.php +|o*manage.php +|o*match.php +|o*message.php +|o*mood.php +|o*msearch.php +|o*network.php +|o*new_channel.php +|o*nogroup.php +|o*notifications.php +|o*notify.php +|o*oembed.php +|o*oexchange.php +|o*opensearch.php +|o*page.php +|o*parse_url.php +|o*photo.php +|o*photos.php +|o*php.php +|o*ping.php +|o*poco.php +|o*poke.php +|o*post.php +|o*pretheme.php +|o*probe.php +|o*profile.php +|o*profile_photo.php +|o*profiles.php +|o*profperm.php +|o*qsearch.php +|o*randprof.php +|o*redir.php +|o*register.php +|o*regmod.php +|o*removeme.php +|o*rmagic.php +|o*rsd_xml.php +|o*search.php +|o*search_ac.php +|o*settings.php +|o*setup.php +|o*share.php +|o*siteinfo.php +|o*sitelist.php +|o*smilies.php +|o*starred.php +|o*subthread.php +|o*suggest.php +|o*tagger.php +|o*tagrm.php +|o*thing.php +|o*toggle_mobile.php +|o*uexport.php +|o*update_channel.php +|o*update_community.php +|o*update_display.php +|o*update_network.php +|o*update_search.php +|o*view.php +|o*viewconnections.php +|o*viewsrc.php +|o*wall_attach.php +|o*wall_upload.php +|o*webfinger.php +|o*webpages.php +|o*wfinger.php +|o*xchan.php +|o*xrd.php +|o*zfinger.php +|\*zotfeed.php o+util |o+fpostit ||\*fpostit.php diff --git a/doc/html/functions_0x73.html b/doc/html/functions_0x73.html index 123d7313e..5e5535dfa 100644 --- a/doc/html/functions_0x73.html +++ b/doc/html/functions_0x73.html @@ -139,6 +139,9 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');});
    Here is a list of all class members with links to the classes they belong to:

    - s -

    Well, this not much better, but at least it comes from the data inside the image, we won't be tricked by a manipulated extension

    -

    Referenced by consume_feed(), import_profile_photo(), local_delivery(), photo_upload(), profile_photo_post(), and scale_external_images().

    +

    Referenced by import_profile_photo(), photo_upload(), profile_photo_post(), and scale_external_images().

    @@ -254,7 +254,7 @@ Functions
    -

    Referenced by consume_feed(), fix_private_photos(), guess_image_type(), import_channel_photo(), import_profile_photo(), local_delivery(), photo_init(), photo_upload(), photos_content(), photos_post(), profile_photo_post(), and scale_external_images().

    +

    Referenced by fix_private_photos(), guess_image_type(), import_channel_photo(), import_profile_photo(), photo_init(), photo_upload(), photos_content(), photos_post(), profile_photo_post(), and scale_external_images().

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index 2b13545cc..621da2e45 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -254,7 +254,7 @@ Functions
    -

    Referenced by check_config(), lostpass_content(), lostpass_post(), new_follower(), send_reg_approval_email(), send_verification_email(), setup_post(), and user_allow().

    +

    Referenced by check_config(), lostpass_content(), lostpass_post(), send_reg_approval_email(), send_verification_email(), setup_post(), and user_allow().

    @@ -282,7 +282,7 @@ Functions
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), alt_pager(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), conversation(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), login(), lostpass_content(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), settings_aside(), setup_content(), siteinfo_content(), suggest_content(), thing_content(), vcard_from_xchan(), viewconnections_content(), webpages_content(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), alt_pager(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), conversation(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), lastpost_content(), login(), lostpass_content(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), settings_aside(), setup_content(), siteinfo_content(), suggest_content(), thing_content(), vcard_from_xchan(), viewconnections_content(), webpages_content(), and xrd_init().

    diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html index efd233f77..ca8e146ba 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -386,7 +386,7 @@ Variables
    -

    Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), check_list_permissions(), common_friends(), common_friends_zcid(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), current_theme_url(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), FKOAuth1\loginUser(), mini_group_select(), mood_init(), new_contact(), notifier_run(), perm_is_allowed(), photo_init(), poke_init(), posted_date_widget(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), syncdirs(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), and zot_feed().

    +

    Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), check_list_permissions(), common_friends(), common_friends_zcid(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), current_theme_url(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), FKOAuth1\loginUser(), mini_group_select(), mood_init(), new_contact(), notifier_run(), perm_is_allowed(), photo_init(), poke_init(), posted_date_widget(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), syncdirs(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), and zot_feed().

    @@ -400,7 +400,7 @@ Variables
    -

    Referenced by Template\_replcb_for(), Template\_replcb_if(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_store(), autoname(), build_sync_packet(), change_channel(), channel_content(), check_config(), check_form_security_token(), check_list_permissions(), check_webbie(), common_init(), construct_page(), consume_feed(), conversation(), crepair_post(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), directory_content(), directory_run(), dirfind_content(), display_content(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), generate_user_guid(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_profile_elements(), get_terms_oftype(), gprobe_run(), ids_to_querystr(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), json_return_and_die(), legal_webbie(), local_delivery(), lrdd(), magic_init(), manage_content(), match_content(), message_post(), navbar_complete(), network_content(), network_init(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onepoll_run(), parse_xml_string(), perm_is_allowed(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), prepare_body(), print_template(), private_messages_list(), proc_run(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), public_recips(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), remove_community_tag(), search_ac_init(), send_status_notifications(), App\set_widget(), smilies(), photo_driver\store(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), timesel(), toggle_theme(), upgrade_bool_message(), upgrade_message(), valid_email(), webpages_content(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_store(), autoname(), build_sync_packet(), change_channel(), channel_content(), check_config(), check_form_security_token(), check_list_permissions(), check_webbie(), common_init(), construct_page(), conversation(), crepair_post(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), directory_content(), directory_run(), dirfind_content(), display_content(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), generate_user_guid(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_profile_elements(), get_terms_oftype(), gprobe_run(), ids_to_querystr(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), json_decode_plus(), json_return_and_die(), lastpost_content(), legal_webbie(), lrdd(), magic_init(), manage_content(), match_content(), message_post(), navbar_complete(), network_content(), network_init(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onepoll_run(), parse_xml_string(), perm_is_allowed(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), prepare_body(), print_template(), private_messages_list(), proc_run(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), public_recips(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), remove_community_tag(), photo_driver\save(), search_ac_init(), send_status_notifications(), App\set_widget(), smilies(), photo_driver\store(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), timesel(), toggle_theme(), upgrade_bool_message(), upgrade_message(), valid_email(), webpages_content(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

    diff --git a/doc/html/search/all_61.js b/doc/html/search/all_61.js index 6c4bd6b16..615550767 100644 --- a/doc/html/search/all_61.js +++ b/doc/html/search/all_61.js @@ -10,12 +10,16 @@ var searchData= ['abook_5fself',['abook_self',['../Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5',1,'Contact.php']]], ['abook_5ftoggle_5fflag',['abook_toggle_flag',['../Contact_8php.html#a024919623a830e8703ac4f23496dd66c',1,'Contact.php']]], ['absurl',['absurl',['../boot_8php.html#a081307d681d7d04f17b9ced2076e7c85',1,'boot.php']]], + ['access_5ffree',['ACCESS_FREE',['../boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4',1,'boot.php']]], + ['access_5fpaid',['ACCESS_PAID',['../boot_8php.html#a9c80420e5a063a4a87ce4831f086134d',1,'boot.php']]], + ['access_5fprivate',['ACCESS_PRIVATE',['../boot_8php.html#a7f3474fec541e261fc8dff47313c4017',1,'boot.php']]], ['access_5ftoken_5fduration',['ACCESS_TOKEN_DURATION',['../oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6',1,'oauth.php']]], ['account_2ephp',['account.php',['../account_8php.html',1,'']]], ['account_5fblocked',['ACCOUNT_BLOCKED',['../boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9',1,'boot.php']]], ['account_5fexpired',['ACCOUNT_EXPIRED',['../boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a',1,'boot.php']]], ['account_5fok',['ACCOUNT_OK',['../boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8',1,'boot.php']]], ['account_5fpending',['ACCOUNT_PENDING',['../boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8',1,'boot.php']]], + ['account_5fremove',['account_remove',['../Contact_8php.html#a3eef54a5523e568a28257c1f9b1644d8',1,'Contact.php']]], ['account_5fremoved',['ACCOUNT_REMOVED',['../boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78',1,'boot.php']]], ['account_5frole_5fadmin',['ACCOUNT_ROLE_ADMIN',['../boot_8php.html#ac8400313df2c831653f9036f71ebd86d',1,'boot.php']]], ['account_5ftotal',['account_total',['../account_8php.html#a43e3042b2723d76915a030bac3c668b6',1,'account.php']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 346f7b051..548f22635 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -46,6 +46,8 @@ var searchData= ['cleardiv',['cleardiv',['../text_8php.html#afe18627c4983ee5f7c940a0992818cd5',1,'text.php']]], ['cli_5fstartup',['cli_startup',['../cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b',1,'cli_startup.php']]], ['cli_5fstartup_2ephp',['cli_startup.php',['../cli__startup_8php.html',1,'']]], + ['cli_5fsuggest_2ephp',['cli_suggest.php',['../cli__suggest_8php.html',1,'']]], + ['cli_5fsuggest_5frun',['cli_suggest_run',['../cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2',1,'cli_suggest.php']]], ['client_5fmode_5fload',['CLIENT_MODE_LOAD',['../boot_8php.html#af6f6f6f40139f12fc09ec47373b30919',1,'boot.php']]], ['client_5fmode_5fnormal',['CLIENT_MODE_NORMAL',['../boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731',1,'boot.php']]], ['client_5fmode_5fupdate',['CLIENT_MODE_UPDATE',['../boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77',1,'boot.php']]], @@ -67,9 +69,9 @@ var searchData= ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], + ['config_2ephp',['config.php',['../view_2theme_2redstrap_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../view_2theme_2redstrap_2php_2config_8php.html',1,'']]], ['connect',['connect',['../classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc',1,'dba_driver\connect()'],['../classdba__mysql.html#a1887338627ce0e28786839363014bd0b',1,'dba_mysql\connect()'],['../classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1',1,'dba_mysqli\connect()']]], ['connections_2ephp',['connections.php',['../connections_8php.html',1,'']]], ['connections_5faside',['connections_aside',['../connections_8php.html#af48f7ad20914760ba9874c090384e35a',1,'connections.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index 7222dd01f..dbb8d68b7 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -95,7 +95,7 @@ var searchData= ['gravity_5fparent',['GRAVITY_PARENT',['../boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3',1,'boot.php']]], ['group_2ephp',['group.php',['../mod_2group_8php.html',1,'']]], ['group_2ephp',['group.php',['../include_2group_8php.html',1,'']]], - ['group_5fadd',['group_add',['../include_2group_8php.html#a0a515d42ec78aa0066aac4c278ead5b0',1,'group.php']]], + ['group_5fadd',['group_add',['../include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce',1,'group.php']]], ['group_5fadd_5fmember',['group_add_member',['../include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b',1,'group.php']]], ['group_5faside',['group_aside',['../mod_2group_8php.html#aeb0784dd928e53e6d8693513bec8928c',1,'group.php']]], ['group_5fbyname',['group_byname',['../include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb',1,'group.php']]], diff --git a/doc/html/search/all_6a.js b/doc/html/search/all_6a.js index 08d26535c..4c01dbd84 100644 --- a/doc/html/search/all_6a.js +++ b/doc/html/search/all_6a.js @@ -2,5 +2,6 @@ var searchData= [ ['jindent',['jindent',['../text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8',1,'text.php']]], ['jpeg_5fquality',['JPEG_QUALITY',['../boot_8php.html#a3475ff6c2e575f946ea0ee377e944173',1,'boot.php']]], + ['json_5fdecode_5fplus',['json_decode_plus',['../text_8php.html#a0271381208acfa2d4cff36da281e3e23',1,'text.php']]], ['json_5freturn_5fand_5fdie',['json_return_and_die',['../include_2network_8php.html#a4c5d50079e089168d9248427018fffd4',1,'network.php']]] ]; diff --git a/doc/html/search/all_6c.js b/doc/html/search/all_6c.js index 4e54ba411..918fa8820 100644 --- a/doc/html/search/all_6c.js +++ b/doc/html/search/all_6c.js @@ -4,6 +4,10 @@ var searchData= ['language_2ephp',['language.php',['../language_8php.html',1,'']]], ['language_5fdetect_5fmin_5fconfidence',['LANGUAGE_DETECT_MIN_CONFIDENCE',['../boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11',1,'boot.php']]], ['language_5fdetect_5fmin_5flength',['LANGUAGE_DETECT_MIN_LENGTH',['../boot_8php.html#a17cf72338b040891781a4bcbdd9a8595',1,'boot.php']]], + ['lastpost_2ephp',['lastpost.php',['../lastpost_8php.html',1,'']]], + ['lastpost_5faside',['lastpost_aside',['../lastpost_8php.html#a6108289ef2a767495c7c85a24f364983',1,'lastpost.php']]], + ['lastpost_5fcontent',['lastpost_content',['../lastpost_8php.html#a82f14cce5d3cfe27f40bdbd2c679d493',1,'lastpost.php']]], + ['lastpost_5finit',['lastpost_init',['../lastpost_8php.html#ab4c6ebd25736af678e64d55ce508ce8c',1,'lastpost.php']]], ['ldelim',['ldelim',['../namespacefriendica-to-smarty-tpl.html#a0b4cf73d1a8d201a28d269eeb62a5d5c',1,'friendica-to-smarty-tpl']]], ['legal_5fwebbie',['legal_webbie',['../text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728',1,'text.php']]], ['like_2ephp',['like.php',['../like_8php.html',1,'']]], @@ -22,7 +26,6 @@ var searchData= ['load_5fplugin',['load_plugin',['../plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d',1,'plugin.php']]], ['load_5ftranslation_5ftable',['load_translation_table',['../language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05',1,'language.php']]], ['load_5fxconfig',['load_xconfig',['../include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33',1,'config.php']]], - ['local_5fdelivery',['local_delivery',['../items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45',1,'items.php']]], ['local_5fuser',['local_user',['../boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44',1,'boot.php']]], ['localize_5fitem',['localize_item',['../conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c',1,'conversation.php']]], ['lockview_2ephp',['lockview.php',['../lockview_8php.html',1,'']]], @@ -40,8 +43,6 @@ var searchData= ['lookup_5fconsumer',['lookup_consumer',['../classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1',1,'FKOAuthDataStore']]], ['lookup_5fnonce',['lookup_nonce',['../classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599',1,'FKOAuthDataStore']]], ['lookup_5ftoken',['lookup_token',['../classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab',1,'FKOAuthDataStore']]], - ['lose_5ffollower',['lose_follower',['../items_8php.html#ade53043e7bc5ab9cc9ef1e4fed6569d4',1,'items.php']]], - ['lose_5fsharer',['lose_sharer',['../items_8php.html#a3a218d5e8ffbe261f773225ecded86a2',1,'items.php']]], ['lostpass_2ephp',['lostpass.php',['../lostpass_8php.html',1,'']]], ['lostpass_5fcontent',['lostpass_content',['../lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3',1,'lostpass.php']]], ['lostpass_5fpost',['lostpass_post',['../lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc',1,'lostpass.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 1d3991a45..0b53b31f3 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -48,7 +48,6 @@ var searchData= ['new_5fchannel_5fpost',['new_channel_post',['../new__channel_8php.html#a180b0646957db8290482f02454ad7f23',1,'new_channel.php']]], ['new_5fcontact',['new_contact',['../include_2follow_8php.html#a6553a7650fae55f95660510d90983144',1,'follow.php']]], ['new_5fcookie',['new_cookie',['../session_8php.html#a4c0ead624f95483e386bc80abf570a8f',1,'session.php']]], - ['new_5ffollower',['new_follower',['../items_8php.html#a53eb3d27e1c55083be93a32f392d54e7',1,'items.php']]], ['new_5fkeypair',['new_keypair',['../crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a',1,'crypto.php']]], ['new_5frequest_5ftoken',['new_request_token',['../classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050',1,'FKOAuthDataStore']]], ['newfilename',['newfilename',['../namespacefriendica-to-smarty-tpl.html#ad9ef87ccb2c9960501f5e02424a22d80',1,'friendica-to-smarty-tpl']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index d362b680b..9cca403ad 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -83,7 +83,7 @@ var searchData= ['po2php_5frun',['po2php_run',['../po2php_8php.html#a3b75e36f913198299e99559b175cd8b4',1,'po2php.php']]], ['poco_2ephp',['poco.php',['../poco_8php.html',1,'']]], ['poco_5finit',['poco_init',['../poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498',1,'poco.php']]], - ['poco_5fload',['poco_load',['../socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca',1,'socgraph.php']]], + ['poco_5fload',['poco_load',['../socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6',1,'socgraph.php']]], ['poke_2ephp',['poke.php',['../poke_8php.html',1,'']]], ['poke_5fcontent',['poke_content',['../poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993',1,'poke.php']]], ['poke_5finit',['poke_init',['../poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b',1,'poke.php']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 10773a993..c5992262e 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -1,6 +1,7 @@ var searchData= [ ['sanitise_5facl',['sanitise_acl',['../text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c',1,'text.php']]], + ['save',['save',['../classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac',1,'photo_driver']]], ['saved_5fsearches',['saved_searches',['../mod_2network_8php.html#a36e03af6f2efe62ecaa247509365bfad',1,'network.php']]], ['saveimage',['saveImage',['../classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3',1,'photo_driver']]], ['scale_5fexternal_5fimages',['scale_external_images',['../include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f',1,'network.php']]], @@ -66,6 +67,8 @@ var searchData= ['siteinfo_2ephp',['siteinfo.php',['../siteinfo_8php.html',1,'']]], ['siteinfo_5fcontent',['siteinfo_content',['../siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656',1,'siteinfo.php']]], ['siteinfo_5finit',['siteinfo_init',['../siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0',1,'siteinfo.php']]], + ['sitelist_2ephp',['sitelist.php',['../sitelist_8php.html',1,'']]], + ['sitelist_5finit',['sitelist_init',['../sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1',1,'sitelist.php']]], ['smile_5fdecode',['smile_decode',['../text_8php.html#aca0f589be74fab1a460c57e88dad9779',1,'text.php']]], ['smile_5fencode',['smile_encode',['../text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6',1,'text.php']]], ['smilies',['smilies',['../text_8php.html#a3d225b253bb9e0f2498c11647d927b0b',1,'text.php']]], diff --git a/doc/html/search/all_78.js b/doc/html/search/all_78.js index 786ddeb99..a87d8e871 100644 --- a/doc/html/search/all_78.js +++ b/doc/html/search/all_78.js @@ -4,6 +4,7 @@ var searchData= ['xchan_2ephp',['xchan.php',['../xchan_8php.html',1,'']]], ['xchan_5fcontent',['xchan_content',['../xchan_8php.html#a9853348bf1a35c644460221ba75edc2d',1,'xchan.php']]], ['xchan_5fflags_5fhidden',['XCHAN_FLAGS_HIDDEN',['../boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2',1,'boot.php']]], + ['xchan_5fflags_5forphan',['XCHAN_FLAGS_ORPHAN',['../boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f',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']]], ['xml2array',['xml2array',['../include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff',1,'network.php']]], diff --git a/doc/html/search/files_63.js b/doc/html/search/files_63.js index a5c277680..7c3df25dc 100644 --- a/doc/html/search/files_63.js +++ b/doc/html/search/files_63.js @@ -4,12 +4,13 @@ var searchData= ['channel_2ephp',['channel.php',['../channel_8php.html',1,'']]], ['chanview_2ephp',['chanview.php',['../chanview_8php.html',1,'']]], ['cli_5fstartup_2ephp',['cli_startup.php',['../cli__startup_8php.html',1,'']]], + ['cli_5fsuggest_2ephp',['cli_suggest.php',['../cli__suggest_8php.html',1,'']]], ['common_2ephp',['common.php',['../common_8php.html',1,'']]], ['community_2ephp',['community.php',['../community_8php.html',1,'']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], + ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redstrap_2php_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], ['connections_2ephp',['connections.php',['../connections_8php.html',1,'']]], ['contact_2ephp',['Contact.php',['../Contact_8php.html',1,'']]], ['contact_5fselectors_2ephp',['contact_selectors.php',['../contact__selectors_8php.html',1,'']]], diff --git a/doc/html/search/files_6c.js b/doc/html/search/files_6c.js index f917d39b0..8bbcf41b2 100644 --- a/doc/html/search/files_6c.js +++ b/doc/html/search/files_6c.js @@ -1,6 +1,7 @@ var searchData= [ ['language_2ephp',['language.php',['../language_8php.html',1,'']]], + ['lastpost_2ephp',['lastpost.php',['../lastpost_8php.html',1,'']]], ['like_2ephp',['like.php',['../like_8php.html',1,'']]], ['lockview_2ephp',['lockview.php',['../lockview_8php.html',1,'']]], ['login_2ephp',['login.php',['../login_8php.html',1,'']]], diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index 637791c44..30dd66773 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -8,11 +8,12 @@ var searchData= ['setup_2ephp',['setup.php',['../setup_8php.html',1,'']]], ['share_2ephp',['share.php',['../share_8php.html',1,'']]], ['siteinfo_2ephp',['siteinfo.php',['../siteinfo_8php.html',1,'']]], + ['sitelist_2ephp',['sitelist.php',['../sitelist_8php.html',1,'']]], ['smilies_2ephp',['smilies.php',['../smilies_8php.html',1,'']]], ['socgraph_2ephp',['socgraph.php',['../socgraph_8php.html',1,'']]], ['starred_2ephp',['starred.php',['../starred_8php.html',1,'']]], - ['style_2ephp',['style.php',['../redstrap_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../redstrap_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], ['system_5funavailable_2ephp',['system_unavailable.php',['../system__unavailable_8php.html',1,'']]] diff --git a/doc/html/search/functions_61.js b/doc/html/search/functions_61.js index 50639ccf3..4213da29b 100644 --- a/doc/html/search/functions_61.js +++ b/doc/html/search/functions_61.js @@ -4,6 +4,7 @@ var searchData= ['abook_5fself',['abook_self',['../Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5',1,'Contact.php']]], ['abook_5ftoggle_5fflag',['abook_toggle_flag',['../Contact_8php.html#a024919623a830e8703ac4f23496dd66c',1,'Contact.php']]], ['absurl',['absurl',['../boot_8php.html#a081307d681d7d04f17b9ced2076e7c85',1,'boot.php']]], + ['account_5fremove',['account_remove',['../Contact_8php.html#a3eef54a5523e568a28257c1f9b1644d8',1,'Contact.php']]], ['account_5ftotal',['account_total',['../account_8php.html#a43e3042b2723d76915a030bac3c668b6',1,'account.php']]], ['account_5fverify_5fpassword',['account_verify_password',['../auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee',1,'auth.php']]], ['acknowledge_5fpermissions',['acknowledge_permissions',['../classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a',1,'ProtoDriver\acknowledge_permissions()'],['../classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2',1,'ZotDriver\acknowledge_permissions()']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index 00f4a80d7..536f97495 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -41,6 +41,7 @@ var searchData= ['clear',['clear',['../classCache.html#ab14d0f4bdf7116a94d545c574b38f568',1,'Cache']]], ['cleardiv',['cleardiv',['../text_8php.html#afe18627c4983ee5f7c940a0992818cd5',1,'text.php']]], ['cli_5fstartup',['cli_startup',['../cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b',1,'cli_startup.php']]], + ['cli_5fsuggest_5frun',['cli_suggest_run',['../cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2',1,'cli_suggest.php']]], ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()']]], ['collect',['collect',['../classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d',1,'ProtoDriver\collect()'],['../classZotDriver.html#af65febb26031eb7f39871b9e2a539797',1,'ZotDriver\collect()']]], ['collect_5fprivate',['collect_private',['../classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b',1,'ProtoDriver\collect_private()'],['../classZotDriver.html#a2e15ff09772f0608203dad1c98299394',1,'ZotDriver\collect_private()']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 51db5875f..789e7eac2 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -89,7 +89,7 @@ var searchData= ['getwidth',['getWidth',['../classphoto__driver.html#acc30486acee9e89e32701f44a1738117',1,'photo_driver']]], ['goaway',['goaway',['../boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1',1,'boot.php']]], ['gprobe_5frun',['gprobe_run',['../gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1',1,'gprobe.php']]], - ['group_5fadd',['group_add',['../include_2group_8php.html#a0a515d42ec78aa0066aac4c278ead5b0',1,'group.php']]], + ['group_5fadd',['group_add',['../include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce',1,'group.php']]], ['group_5fadd_5fmember',['group_add_member',['../include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b',1,'group.php']]], ['group_5faside',['group_aside',['../mod_2group_8php.html#aeb0784dd928e53e6d8693513bec8928c',1,'group.php']]], ['group_5fbyname',['group_byname',['../include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb',1,'group.php']]], diff --git a/doc/html/search/functions_6a.js b/doc/html/search/functions_6a.js index 20409f3df..d6a51a5d9 100644 --- a/doc/html/search/functions_6a.js +++ b/doc/html/search/functions_6a.js @@ -1,5 +1,6 @@ var searchData= [ ['jindent',['jindent',['../text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8',1,'text.php']]], + ['json_5fdecode_5fplus',['json_decode_plus',['../text_8php.html#a0271381208acfa2d4cff36da281e3e23',1,'text.php']]], ['json_5freturn_5fand_5fdie',['json_return_and_die',['../include_2network_8php.html#a4c5d50079e089168d9248427018fffd4',1,'network.php']]] ]; diff --git a/doc/html/search/functions_6c.js b/doc/html/search/functions_6c.js index 54c9fa6ab..c4c148c37 100644 --- a/doc/html/search/functions_6c.js +++ b/doc/html/search/functions_6c.js @@ -1,6 +1,9 @@ var searchData= [ ['lang_5fselector',['lang_selector',['../text_8php.html#a71f6952243d3fe1c5a8154f78027e29c',1,'text.php']]], + ['lastpost_5faside',['lastpost_aside',['../lastpost_8php.html#a6108289ef2a767495c7c85a24f364983',1,'lastpost.php']]], + ['lastpost_5fcontent',['lastpost_content',['../lastpost_8php.html#a82f14cce5d3cfe27f40bdbd2c679d493',1,'lastpost.php']]], + ['lastpost_5finit',['lastpost_init',['../lastpost_8php.html#ab4c6ebd25736af678e64d55ce508ce8c',1,'lastpost.php']]], ['legal_5fwebbie',['legal_webbie',['../text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728',1,'text.php']]], ['like_5fcontent',['like_content',['../like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538',1,'like.php']]], ['like_5fpuller',['like_puller',['../conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0',1,'conversation.php']]], @@ -17,7 +20,6 @@ var searchData= ['load_5fplugin',['load_plugin',['../plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d',1,'plugin.php']]], ['load_5ftranslation_5ftable',['load_translation_table',['../language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05',1,'language.php']]], ['load_5fxconfig',['load_xconfig',['../include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33',1,'config.php']]], - ['local_5fdelivery',['local_delivery',['../items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45',1,'items.php']]], ['local_5fuser',['local_user',['../boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44',1,'boot.php']]], ['localize_5fitem',['localize_item',['../conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c',1,'conversation.php']]], ['lockview_5fcontent',['lockview_content',['../lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44',1,'lockview.php']]], @@ -28,8 +30,6 @@ var searchData= ['lookup_5fconsumer',['lookup_consumer',['../classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1',1,'FKOAuthDataStore']]], ['lookup_5fnonce',['lookup_nonce',['../classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599',1,'FKOAuthDataStore']]], ['lookup_5ftoken',['lookup_token',['../classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab',1,'FKOAuthDataStore']]], - ['lose_5ffollower',['lose_follower',['../items_8php.html#ade53043e7bc5ab9cc9ef1e4fed6569d4',1,'items.php']]], - ['lose_5fsharer',['lose_sharer',['../items_8php.html#a3a218d5e8ffbe261f773225ecded86a2',1,'items.php']]], ['lostpass_5fcontent',['lostpass_content',['../lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3',1,'lostpass.php']]], ['lostpass_5fpost',['lostpass_post',['../lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc',1,'lostpass.php']]], ['lrdd',['lrdd',['../include_2network_8php.html#adbc7fe45cc7fd9cd78f6b2f425ee9041',1,'network.php']]] diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index fcd89d6b2..ebcd30df0 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -14,7 +14,6 @@ var searchData= ['new_5fchannel_5fpost',['new_channel_post',['../new__channel_8php.html#a180b0646957db8290482f02454ad7f23',1,'new_channel.php']]], ['new_5fcontact',['new_contact',['../include_2follow_8php.html#a6553a7650fae55f95660510d90983144',1,'follow.php']]], ['new_5fcookie',['new_cookie',['../session_8php.html#a4c0ead624f95483e386bc80abf570a8f',1,'session.php']]], - ['new_5ffollower',['new_follower',['../items_8php.html#a53eb3d27e1c55083be93a32f392d54e7',1,'items.php']]], ['new_5fkeypair',['new_keypair',['../crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a',1,'crypto.php']]], ['new_5frequest_5ftoken',['new_request_token',['../classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050',1,'FKOAuthDataStore']]], ['node2bbcode',['node2bbcode',['../html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8',1,'html2bbcode.php']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index f37bb2de9..4c662ee55 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -30,7 +30,7 @@ var searchData= ['pkcs5_5funpad',['pkcs5_unpad',['../crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85',1,'crypto.php']]], ['po2php_5frun',['po2php_run',['../po2php_8php.html#a3b75e36f913198299e99559b175cd8b4',1,'po2php.php']]], ['poco_5finit',['poco_init',['../poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498',1,'poco.php']]], - ['poco_5fload',['poco_load',['../socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca',1,'socgraph.php']]], + ['poco_5fload',['poco_load',['../socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6',1,'socgraph.php']]], ['poke_5fcontent',['poke_content',['../poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993',1,'poke.php']]], ['poke_5finit',['poke_init',['../poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b',1,'poke.php']]], ['poller_5frun',['poller_run',['../poller_8php.html#a5f12df3a4738124b6c039971e87e76da',1,'poller.php']]], diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index d3b45321a..fbf07d011 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -1,6 +1,7 @@ var searchData= [ ['sanitise_5facl',['sanitise_acl',['../text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c',1,'text.php']]], + ['save',['save',['../classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac',1,'photo_driver']]], ['saved_5fsearches',['saved_searches',['../mod_2network_8php.html#a36e03af6f2efe62ecaa247509365bfad',1,'network.php']]], ['saveimage',['saveImage',['../classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3',1,'photo_driver']]], ['scale_5fexternal_5fimages',['scale_external_images',['../include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f',1,'network.php']]], @@ -58,6 +59,7 @@ var searchData= ['showform',['showForm',['../fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443',1,'fpostit.php']]], ['siteinfo_5fcontent',['siteinfo_content',['../siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656',1,'siteinfo.php']]], ['siteinfo_5finit',['siteinfo_init',['../siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0',1,'siteinfo.php']]], + ['sitelist_5finit',['sitelist_init',['../sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1',1,'sitelist.php']]], ['smile_5fdecode',['smile_decode',['../text_8php.html#aca0f589be74fab1a460c57e88dad9779',1,'text.php']]], ['smile_5fencode',['smile_encode',['../text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6',1,'text.php']]], ['smilies',['smilies',['../text_8php.html#a3d225b253bb9e0f2498c11647d927b0b',1,'text.php']]], diff --git a/doc/html/search/variables_61.js b/doc/html/search/variables_61.js index 95336c00b..916f8f330 100644 --- a/doc/html/search/variables_61.js +++ b/doc/html/search/variables_61.js @@ -6,6 +6,9 @@ var searchData= ['abook_5fflag_5fignored',['ABOOK_FLAG_IGNORED',['../boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6',1,'boot.php']]], ['abook_5fflag_5fpending',['ABOOK_FLAG_PENDING',['../boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155',1,'boot.php']]], ['abook_5fflag_5fself',['ABOOK_FLAG_SELF',['../boot_8php.html#a0450389f24c632906fbc24347700a543',1,'boot.php']]], + ['access_5ffree',['ACCESS_FREE',['../boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4',1,'boot.php']]], + ['access_5fpaid',['ACCESS_PAID',['../boot_8php.html#a9c80420e5a063a4a87ce4831f086134d',1,'boot.php']]], + ['access_5fprivate',['ACCESS_PRIVATE',['../boot_8php.html#a7f3474fec541e261fc8dff47313c4017',1,'boot.php']]], ['access_5ftoken_5fduration',['ACCESS_TOKEN_DURATION',['../oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6',1,'oauth.php']]], ['account_5fblocked',['ACCOUNT_BLOCKED',['../boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9',1,'boot.php']]], ['account_5fexpired',['ACCOUNT_EXPIRED',['../boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a',1,'boot.php']]], diff --git a/doc/html/search/variables_78.js b/doc/html/search/variables_78.js index 70c46d827..d7523807b 100644 --- a/doc/html/search/variables_78.js +++ b/doc/html/search/variables_78.js @@ -1,4 +1,5 @@ var searchData= [ - ['xchan_5fflags_5fhidden',['XCHAN_FLAGS_HIDDEN',['../boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2',1,'boot.php']]] + ['xchan_5fflags_5fhidden',['XCHAN_FLAGS_HIDDEN',['../boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2',1,'boot.php']]], + ['xchan_5fflags_5forphan',['XCHAN_FLAGS_ORPHAN',['../boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f',1,'boot.php']]] ]; diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 6e020b13b..59a5836f0 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -359,7 +359,7 @@ Functions

    Profile owner - everything is visible

    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.

    -

    Referenced by channel_content(), items_fetch(), and zot_feed().

    +

    Referenced by channel_content(), items_fetch(), lastpost_content(), and zot_feed().

    diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 48ec56fb1..fc4890986 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('socgraph_8php.html','');}); - - + + @@ -342,7 +342,7 @@ Functions - +

    Functions

     poco_load ($xchan=null, $url=null)
     
     poco_load ($xchan= '', $url=null)
     
     count_common_friends ($uid, $xchan)
     
     common_friends ($uid, $xchan, $start=0, $limit=100000000, $shuffle=false)
    @@ -350,7 +350,7 @@ Functions - + @@ -423,6 +423,8 @@ Functions
    poco_load (  $xchan = null, $xchan = '',
    +

    Referenced by cli_suggest_run().

    +
    diff --git a/doc/html/socgraph_8php.js b/doc/html/socgraph_8php.js index 1c326fcff..7485dd0a2 100644 --- a/doc/html/socgraph_8php.js +++ b/doc/html/socgraph_8php.js @@ -6,7 +6,7 @@ var socgraph_8php = [ "count_all_friends", "socgraph_8php.html#af29d056beec10b4e38e5209c92452894", null ], [ "count_common_friends", "socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84", null ], [ "count_common_friends_zcid", "socgraph_8php.html#af175807406d94407a5e11742a3287746", null ], - [ "poco_load", "socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca", null ], + [ "poco_load", "socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6", null ], [ "suggestion_query", "socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329", null ], [ "update_suggestions", "socgraph_8php.html#a790690bb1a1d02483fe31632a160144d", null ] ]; \ No newline at end of file diff --git a/doc/html/taxonomy_8php.html b/doc/html/taxonomy_8php.html index 03e168570..0596dfa94 100644 --- a/doc/html/taxonomy_8php.html +++ b/doc/html/taxonomy_8php.html @@ -200,7 +200,7 @@ Functions
    -

    Referenced by channel_content().

    +

    Referenced by channel_content(), and lastpost_content().

    @@ -431,7 +431,7 @@ Functions
    -

    Referenced by channel_aside().

    +

    Referenced by channel_aside(), and lastpost_aside().

    diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 13c4489ef..7071491b8 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -265,6 +265,8 @@ Functions    jindent ($json)   + json_decode_plus ($s) +  @@ -338,7 +340,7 @@ Variables

    Variables

    -

    Referenced by channel_content(), community_content(), directory_content(), message_content(), and network_content().

    +

    Referenced by channel_content(), community_content(), directory_content(), lastpost_content(), message_content(), and network_content().

    @@ -649,7 +651,7 @@ Variables
    Returns
    string
    -

    Referenced by admin_page_logs(), channel_content(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), item_store(), item_store_update(), local_delivery(), mail_store(), message_content(), message_post(), network_content(), post_activity_item(), printable(), profiles_post(), and thing_init().

    +

    Referenced by admin_page_logs(), channel_content(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), item_store(), item_store_update(), mail_store(), message_content(), message_post(), network_content(), post_activity_item(), printable(), profiles_post(), and thing_init().

    @@ -930,7 +932,7 @@ Variables
    -

    Referenced by channel_content(), display_content(), items_fetch(), network_content(), search_content(), and zot_feed().

    +

    Referenced by channel_content(), display_content(), items_fetch(), lastpost_content(), network_content(), search_content(), and zot_feed().

    @@ -1009,6 +1011,24 @@ Variables
    Returns
    string Indented version of the original JSON string.
    + + + +
    +
    + + + + + + + + +
    json_decode_plus ( $s)
    +
    @@ -1072,7 +1092,7 @@ Variables

    Compare two URLs to see if they are the same, but ignore slight but hopefully insignificant differences such as if one is https and the other isn't, or if one is www.something and the other isn't - and also ignore case differences.

    Return true if the URLs match, otherwise false.

    -

    Referenced by consume_feed(), like_puller(), local_delivery(), tag_deliver(), tgroup_check(), and zid().

    +

    Referenced by consume_feed(), like_puller(), tag_deliver(), tgroup_check(), and zid().

    @@ -1120,7 +1140,7 @@ Variables
    -

    Referenced by account_verify_password(), Item\add_child(), Conversation\add_thread(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), base64url_decode(), build_sync_packet(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), conversation(), create_account(), create_identity(), crepair_post(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), display_content(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_delivery(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mini_group_select(), mood_init(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), public_recips(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), redir_init(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), subthread_content(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_imported_item(), update_queue_time(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), base64url_decode(), build_sync_packet(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), conversation(), create_account(), create_identity(), crepair_post(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), display_content(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mini_group_select(), mood_init(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), public_recips(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), redir_init(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), subthread_content(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_imported_item(), update_queue_time(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    @@ -1228,7 +1248,7 @@ Variables
    -

    Referenced by best_link_url(), conversation(), delegate_content(), item_photo_menu(), link_compare(), local_delivery(), new_follower(), tag_deliver(), and tgroup_check().

    +

    Referenced by best_link_url(), conversation(), delegate_content(), item_photo_menu(), link_compare(), tag_deliver(), and tgroup_check().

    @@ -1273,7 +1293,7 @@ Variables
    Returns
    string Filtered string
    -

    Referenced by admin_page_logs_post(), admin_page_site_post(), community_content(), connections_content(), consume_feed(), conversation(), create_account(), directory_content(), dirfind_content(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), lostpass_post(), mail_store(), message_post(), mood_init(), network_content(), new_follower(), oexchange_content(), photos_post(), poco_init(), poke_init(), profile_tabs(), profiles_post(), qsearch_init(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    +

    Referenced by admin_page_logs_post(), admin_page_site_post(), community_content(), connections_content(), conversation(), create_account(), directory_content(), dirfind_content(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), lostpass_post(), mail_store(), message_post(), mood_init(), network_content(), oexchange_content(), photos_post(), poco_init(), poke_init(), profile_tabs(), profiles_post(), qsearch_init(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    @@ -1326,7 +1346,7 @@ Variables
    -

    Referenced by consume_feed(), import_channel_photo(), import_profile_photo(), local_delivery(), and photo_upload().

    +

    Referenced by import_channel_photo(), import_profile_photo(), and photo_upload().

    @@ -1450,7 +1470,7 @@ Variables
    -

    Referenced by acl_init(), api_statuses_mentions(), attach_count_files(), attach_list_files(), channel_content(), connections_content(), dirsearch_content(), file_tag_file_query(), item_permissions_sql(), items_fetch(), network_content(), permissions_sql(), photos_list_photos(), public_permissions_sql(), search_ac_init(), search_content(), and term_query().

    +

    Referenced by acl_init(), api_statuses_mentions(), attach_count_files(), attach_list_files(), channel_content(), connections_content(), dirsearch_content(), file_tag_file_query(), item_permissions_sql(), items_fetch(), lastpost_content(), network_content(), permissions_sql(), photos_list_photos(), public_permissions_sql(), search_ac_init(), search_content(), and term_query().

    @@ -1512,7 +1532,7 @@ Variables
    -

    Referenced by aes_encapsulate(), attach_store(), build_sync_packet(), create_account(), create_identity(), dfrn_deliver(), event_store(), fsuggest_post(), generate_user_guid(), group_add(), item_message_id(), item_store(), local_delivery(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), new_follower(), notification(), notifier_run(), prepare_body(), profiles_init(), redir_init(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), setup_post(), and thing_init().

    +

    Referenced by aes_encapsulate(), attach_store(), build_sync_packet(), create_account(), create_identity(), dfrn_deliver(), event_store(), fsuggest_post(), generate_user_guid(), group_add(), item_message_id(), item_store(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), notification(), notifier_run(), prepare_body(), profiles_init(), redir_init(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), setup_post(), and thing_init().

    @@ -1577,7 +1597,7 @@ Variables
    Returns
    string substituted string
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), alt_pager(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), conversation(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), login(), lostpass_content(), lostpass_post(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), new_follower(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), send_reg_approval_email(), send_verification_email(), settings_aside(), setup_content(), setup_post(), siteinfo_content(), suggest_content(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), webpages_content(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), alt_pager(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), conversation(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), lastpost_content(), login(), lostpass_content(), lostpass_post(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), send_reg_approval_email(), send_verification_email(), settings_aside(), setup_content(), setup_post(), siteinfo_content(), suggest_content(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), webpages_content(), and xrd_init().

    @@ -1795,7 +1815,7 @@ Variables
    -

    Referenced by filer_content(), get_atom_elements(), and local_delivery().

    +

    Referenced by filer_content(), and get_atom_elements().

    @@ -1859,7 +1879,7 @@ Variables
    -

    Referenced by api_format_items(), api_statuses_home_timeline(), api_statuses_public_timeline(), api_statuses_show(), channel_content(), display_content(), events_content(), items_fetch(), network_content(), notification(), notifier_run(), page_content(), ping_init(), search_content(), share_init(), and zot_feed().

    +

    Referenced by api_format_items(), api_statuses_home_timeline(), api_statuses_public_timeline(), api_statuses_show(), channel_content(), display_content(), events_content(), items_fetch(), lastpost_content(), network_content(), notification(), notifier_run(), page_content(), ping_init(), search_content(), share_init(), and zot_feed().

    diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index 8a58abf15..95f22ca57 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -35,6 +35,7 @@ var text_8php = [ "item_message_id", "text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e", null ], [ "item_post_type", "text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e", null ], [ "jindent", "text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8", null ], + [ "json_decode_plus", "text_8php.html#a0271381208acfa2d4cff36da281e3e23", null ], [ "lang_selector", "text_8php.html#a71f6952243d3fe1c5a8154f78027e29c", null ], [ "legal_webbie", "text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728", null ], [ "link_compare", "text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285", null ], diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index d574879e4..eba54fb0d 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allfriends_content(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_aside(), channel_content(), channel_init(), channel_remove(), chanview_content(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), common_aside(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connections_aside(), connections_clone(), connections_content(), connections_init(), connections_post(), construct_page(), consume_feed(), contact_block(), contact_select(), conversation(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), dfrn_deliver(), directory_aside(), directory_content(), directory_init(), dirfind_content(), dirfind_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fetch_url(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_max_import_size(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_aside(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_aside(), hcard_init(), head_get_icon(), head_set_icon(), help_content(), hostxrd_init(), import_channel_photo(), import_profile_photo(), info(), intro_aside(), intro_content(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), local_delivery(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), lrdd(), magic_init(), manual_config(), match_content(), message_aside(), message_content(), message_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), new_follower(), nogroup_content(), nogroup_init(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onepoll_run(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), post_url(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_aside(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), push_lang(), queue_run(), randprof_init(), redbasic_form(), redbasic_init(), redir_init(), redstrap_init(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), saved_searches(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), search_post(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_aside(), settings_init(), settings_post(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), smilies(), subthread_content(), suggest_aside(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), wall_upload_post(), webpages_content(), webpages_init(), wfinger_init(), what_next(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), and zotfeed_init().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allfriends_content(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_aside(), channel_content(), channel_init(), channel_remove(), chanview_content(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), common_aside(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connections_aside(), connections_clone(), connections_content(), connections_init(), connections_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), dfrn_deliver(), directory_aside(), directory_content(), directory_init(), dirfind_content(), dirfind_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fetch_url(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_max_import_size(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_aside(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_aside(), hcard_init(), head_get_icon(), head_set_icon(), help_content(), hostxrd_init(), import_channel_photo(), import_profile_photo(), info(), intro_aside(), intro_content(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), lastpost_aside(), lastpost_content(), lastpost_init(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), lrdd(), magic_init(), manual_config(), match_content(), message_aside(), message_content(), message_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), nogroup_content(), nogroup_init(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onepoll_run(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), post_url(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_aside(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), push_lang(), queue_run(), randprof_init(), redbasic_form(), redbasic_init(), redir_init(), redstrap_init(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), saved_searches(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), search_post(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_aside(), settings_init(), settings_post(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), smilies(), subthread_content(), suggest_aside(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), wall_upload_post(), webpages_content(), webpages_init(), wfinger_init(), what_next(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), and zotfeed_init().

    diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 74e453f0c..3f633c9d8 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -345,7 +345,7 @@ Functions
    -

    Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), zot_refresh(), and zot_register_hub().

    +

    Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), zot_refresh(), and zot_register_hub().

    @@ -695,7 +695,7 @@ Functions
    Returns
    : array => see z_post_url and mod/zfinger.php
    -

    Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), and probe_content().

    +

    Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), and probe_content().

    diff --git a/include/account.php b/include/account.php index b7fd3ef28..6dfb5ae1e 100644 --- a/include/account.php +++ b/include/account.php @@ -133,6 +133,13 @@ function create_account($arr) { if(($c === 0) && (check_account_admin($arr))) $roles |= ACCOUNT_ROLE_ADMIN; + // Ensure that there is a host keypair. + + if((! get_config('system','pubkey')) && (! get_config('system','prvkey'))) { + $hostkey = new_keypair(4096); + set_config('system','pubkey',$hostkey['pubkey']); + set_config('system','prvkey',$hostkey['prvkey']); + } $invite_result = check_account_invite($invite_code); if($invite_result['error']) { diff --git a/include/identity.php b/include/identity.php index 8f8a71fee..99b90cc8b 100644 --- a/include/identity.php +++ b/include/identity.php @@ -149,15 +149,6 @@ function create_identity($arr) { if(intval($arr['account_id'])) set_default_login_identity($arr['account_id'],$ret['channel']['channel_id'],false); - // Ensure that there is a host keypair. - - if((! get_config('system','pubkey')) && (! get_config('system','prvkey'))) { - $hostkey = new_keypair(4096); - set_config('system','pubkey',$hostkey['pubkey']); - set_config('system','prvkey',$hostkey['prvkey']); - } - - // Create a verified hub location pointing to this site. $r = q("insert into hubloc ( hubloc_guid, hubloc_guid_sig, hubloc_hash, hubloc_addr, hubloc_flags, diff --git a/util/messages.po b/util/messages.po index 04d946a6c..f66c3f78a 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-02 00:01-0700\n" +"POT-Creation-Date: 2013-08-09 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -70,180 +70,181 @@ msgstr "" msgid "%s Administrator" msgstr "" -#: ../../include/enotify.php:64 +#: ../../include/enotify.php:75 #, php-format msgid "%s " msgstr "" -#: ../../include/enotify.php:68 +#: ../../include/enotify.php:79 #, php-format msgid "[Red:Notify] New mail received at %s" msgstr "" -#: ../../include/enotify.php:70 +#: ../../include/enotify.php:81 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: ../../include/enotify.php:71 +#: ../../include/enotify.php:82 #, php-format msgid "%1$s sent you %2$s." msgstr "" -#: ../../include/enotify.php:71 +#: ../../include/enotify.php:82 msgid "a private message" msgstr "" -#: ../../include/enotify.php:72 +#: ../../include/enotify.php:83 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/enotify.php:118 +#: ../../include/enotify.php:129 #, php-format msgid "%1$s commented on [zrl=%2$s]a %3$s[/zrl]" msgstr "" -#: ../../include/enotify.php:125 +#: ../../include/enotify.php:136 #, php-format msgid "%1$s commented on [zrl=%2$s]%3$s's %4$s[/zrl]" msgstr "" -#: ../../include/enotify.php:133 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s commented on [zrl=%2$s]your %3$s[/zrl]" msgstr "" -#: ../../include/enotify.php:143 +#: ../../include/enotify.php:154 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/enotify.php:144 +#: ../../include/enotify.php:155 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "" -#: ../../include/enotify.php:147 ../../include/enotify.php:164 -#: ../../include/enotify.php:190 ../../include/enotify.php:208 -#: ../../include/enotify.php:221 +#: ../../include/enotify.php:158 ../../include/enotify.php:175 +#: ../../include/enotify.php:201 ../../include/enotify.php:219 +#: ../../include/enotify.php:232 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/enotify.php:154 +#: ../../include/enotify.php:165 #, php-format msgid "[Red:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/enotify.php:156 +#: ../../include/enotify.php:167 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: ../../include/enotify.php:158 +#: ../../include/enotify.php:169 #, php-format msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]" msgstr "" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:195 #, php-format msgid "[Red:Notify] %s tagged you" msgstr "" -#: ../../include/enotify.php:185 +#: ../../include/enotify.php:196 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: ../../include/enotify.php:186 +#: ../../include/enotify.php:197 #, php-format msgid "%1$s [zrl=%2$s]tagged you[/zrl]." msgstr "" -#: ../../include/enotify.php:198 +#: ../../include/enotify.php:209 #, php-format msgid "[Red:Notify] %1$s poked you" msgstr "" -#: ../../include/enotify.php:199 +#: ../../include/enotify.php:210 #, php-format msgid "%1$s poked you at %2$s" msgstr "" -#: ../../include/enotify.php:200 +#: ../../include/enotify.php:211 #, php-format msgid "%1$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/enotify.php:215 +#: ../../include/enotify.php:226 #, php-format msgid "[Red:Notify] %s tagged your post" msgstr "" -#: ../../include/enotify.php:216 +#: ../../include/enotify.php:227 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "" -#: ../../include/enotify.php:217 +#: ../../include/enotify.php:228 #, php-format msgid "%1$s tagged [zrl=%2$s]your post[/zrl]" msgstr "" -#: ../../include/enotify.php:228 +#: ../../include/enotify.php:239 msgid "[Red:Notify] Introduction received" msgstr "" -#: ../../include/enotify.php:229 +#: ../../include/enotify.php:240 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: ../../include/enotify.php:230 +#: ../../include/enotify.php:241 #, php-format msgid "You've received [zrl=%1$s]an introduction[/zrl] from %2$s." msgstr "" -#: ../../include/enotify.php:233 ../../include/enotify.php:251 +#: ../../include/enotify.php:244 ../../include/enotify.php:262 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: ../../include/enotify.php:235 +#: ../../include/enotify.php:246 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: ../../include/enotify.php:242 +#: ../../include/enotify.php:253 msgid "[Red:Notify] Friend suggestion received" msgstr "" -#: ../../include/enotify.php:243 +#: ../../include/enotify.php:254 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: ../../include/enotify.php:244 +#: ../../include/enotify.php:255 #, php-format msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s." msgstr "" -#: ../../include/enotify.php:249 +#: ../../include/enotify.php:260 msgid "Name:" msgstr "" -#: ../../include/enotify.php:250 +#: ../../include/enotify.php:261 msgid "Photo:" msgstr "" -#: ../../include/enotify.php:253 +#: ../../include/enotify.php:264 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" #: ../../include/Contact.php:55 ../../include/contact_widgets.php:9 -#: ../../mod/match.php:58 ../../mod/suggest.php:56 ../../boot.php:1611 +#: ../../mod/directory.php:163 ../../mod/match.php:58 ../../mod/suggest.php:56 +#: ../../boot.php:1622 msgid "Connect" msgstr "" @@ -255,33 +256,33 @@ msgstr "" msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/Contact.php:383 ../../include/conversation.php:893 +#: ../../include/Contact.php:430 ../../include/conversation.php:887 msgid "Poke" msgstr "" -#: ../../include/Contact.php:384 ../../include/conversation.php:887 +#: ../../include/Contact.php:431 ../../include/conversation.php:881 msgid "View Status" msgstr "" -#: ../../include/Contact.php:385 ../../include/nav.php:75 -#: ../../include/conversation.php:888 ../../mod/connections.php:294 +#: ../../include/Contact.php:432 ../../include/nav.php:75 +#: ../../include/conversation.php:882 ../../mod/connections.php:294 #: ../../mod/connections.php:401 msgid "View Profile" msgstr "" -#: ../../include/Contact.php:386 ../../include/conversation.php:889 +#: ../../include/Contact.php:433 ../../include/conversation.php:883 msgid "View Photos" msgstr "" -#: ../../include/Contact.php:387 ../../include/conversation.php:890 +#: ../../include/Contact.php:434 ../../include/conversation.php:884 msgid "Network Posts" msgstr "" -#: ../../include/Contact.php:388 ../../include/conversation.php:891 +#: ../../include/Contact.php:435 ../../include/conversation.php:885 msgid "Edit Contact" msgstr "" -#: ../../include/Contact.php:389 ../../include/conversation.php:892 +#: ../../include/Contact.php:436 ../../include/conversation.php:886 msgid "Send PM" msgstr "" @@ -346,7 +347,7 @@ msgid "RSS/Atom" msgstr "" #: ../../include/contact_selectors.php:77 ../../mod/admin.php:626 -#: ../../mod/admin.php:635 ../../boot.php:1353 +#: ../../mod/admin.php:635 ../../boot.php:1364 msgid "Email" msgstr "" @@ -409,8 +410,8 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/contact_widgets.php:33 ../../mod/directory.php:164 -#: ../../mod/directory.php:169 ../../mod/connections.php:658 +#: ../../include/contact_widgets.php:33 ../../mod/directory.php:182 +#: ../../mod/directory.php:187 ../../mod/connections.php:656 msgid "Find" msgstr "" @@ -545,7 +546,7 @@ msgid "Finishes:" msgstr "" #: ../../include/event.php:40 ../../include/bb2diaspora.php:455 -#: ../../mod/events.php:450 ../../mod/directory.php:120 ../../boot.php:1665 +#: ../../mod/events.php:450 ../../mod/directory.php:138 ../../boot.php:1676 msgid "Location:" msgstr "" @@ -745,35 +746,35 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "" -#: ../../include/group.php:222 +#: ../../include/group.php:223 msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/group.php:241 +#: ../../include/group.php:242 msgid "All Channels" msgstr "" -#: ../../include/group.php:263 +#: ../../include/group.php:264 msgid "edit" msgstr "" -#: ../../include/group.php:284 +#: ../../include/group.php:285 msgid "Collections" msgstr "" -#: ../../include/group.php:285 +#: ../../include/group.php:286 msgid "Edit collection" msgstr "" -#: ../../include/group.php:286 +#: ../../include/group.php:287 msgid "Create a new collection" msgstr "" -#: ../../include/group.php:287 +#: ../../include/group.php:288 msgid "Channels not in any collection" msgstr "" -#: ../../include/group.php:289 ../../mod/network.php:168 +#: ../../include/group.php:290 ../../mod/network.php:168 msgid "add" msgstr "" @@ -892,13 +893,10 @@ msgstr "" msgid "view full size" msgstr "" -#: ../../include/photo/photo_driver.php:495 -#: ../../include/photo/photo_driver.php:502 -#: ../../include/photo/photo_driver.php:509 ../../include/photos.php:51 +#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51 #: ../../mod/photos.php:97 ../../mod/photos.php:754 ../../mod/photos.php:776 -#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:93 -#: ../../mod/profile_photo.php:98 ../../mod/profile_photo.php:223 -#: ../../mod/profile_photo.php:323 ../../mod/profile_photo.php:332 +#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235 +#: ../../mod/profile_photo.php:346 msgid "Profile Photos" msgstr "" @@ -911,8 +909,8 @@ msgstr "" msgid "Full Name:" msgstr "" -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:122 -#: ../../boot.php:1667 +#: ../../include/profile_advanced.php:17 ../../mod/directory.php:140 +#: ../../boot.php:1678 msgid "Gender:" msgstr "" @@ -932,8 +930,8 @@ msgstr "" msgid "Age:" msgstr "" -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:124 -#: ../../boot.php:1668 +#: ../../include/profile_advanced.php:37 ../../mod/directory.php:142 +#: ../../boot.php:1679 msgid "Status:" msgstr "" @@ -946,8 +944,8 @@ msgstr "" msgid "Sexual Preference:" msgstr "" -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:126 -#: ../../boot.php:1669 +#: ../../include/profile_advanced.php:48 ../../mod/directory.php:144 +#: ../../boot.php:1680 msgid "Homepage:" msgstr "" @@ -967,7 +965,7 @@ msgstr "" msgid "Religion:" msgstr "" -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:128 +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:146 msgid "About:" msgstr "" @@ -1033,29 +1031,7 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: ../../include/bbcode.php:94 ../../include/bbcode.php:412 -#: ../../include/bbcode.php:413 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:161 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "" - -#: ../../include/bbcode.php:163 -msgid "post" -msgstr "" - -#: ../../include/bbcode.php:376 ../../include/bbcode.php:396 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/bbcode.php:417 ../../include/bbcode.php:418 -msgid "Encrypted content" -msgstr "" - -#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1350 +#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1361 msgid "Logout" msgstr "" @@ -1084,7 +1060,7 @@ msgstr "" msgid "Manage/Edit Profiles" msgstr "" -#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2086 +#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2097 msgid "Photos" msgstr "" @@ -1092,7 +1068,7 @@ msgstr "" msgid "Your photos" msgstr "" -#: ../../include/nav.php:84 ../../boot.php:1351 +#: ../../include/nav.php:84 ../../boot.php:1362 msgid "Login" msgstr "" @@ -1113,7 +1089,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:120 ../../mod/register.php:181 ../../boot.php:1326 +#: ../../include/nav.php:120 ../../mod/register.php:181 ../../boot.php:1337 msgid "Register" msgstr "" @@ -1146,7 +1122,7 @@ msgstr "" msgid "Search site content" msgstr "" -#: ../../include/nav.php:133 ../../mod/directory.php:168 +#: ../../include/nav.php:133 ../../mod/directory.php:186 msgid "Directory" msgstr "" @@ -1234,7 +1210,7 @@ msgstr "" msgid "New Message" msgstr "" -#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2097 +#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2108 msgid "Events" msgstr "" @@ -1267,7 +1243,7 @@ msgstr "" msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:177 ../../mod/connections.php:652 +#: ../../include/nav.php:177 ../../mod/connections.php:650 msgid "Connections" msgstr "" @@ -1312,22 +1288,22 @@ msgstr "" #: ../../include/attach.php:133 ../../include/attach.php:189 #: ../../include/attach.php:204 ../../include/attach.php:237 #: ../../include/attach.php:251 ../../include/attach.php:272 -#: ../../include/attach.php:464 ../../include/items.php:4580 +#: ../../include/attach.php:464 ../../include/items.php:3274 #: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13 -#: ../../mod/invite.php:99 ../../mod/allfriends.php:10 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/page.php:31 ../../mod/setup.php:181 -#: ../../mod/settings.php:585 ../../mod/viewconnections.php:33 -#: ../../mod/viewconnections.php:38 ../../mod/delegate.php:6 -#: ../../mod/group.php:15 ../../mod/photos.php:74 ../../mod/photos.php:644 -#: ../../mod/viewsrc.php:12 ../../mod/message.php:204 ../../mod/item.php:151 -#: ../../mod/network.php:7 ../../mod/intro.php:50 +#: ../../mod/invite.php:102 ../../mod/allfriends.php:10 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/lastpost.php:93 ../../mod/page.php:31 +#: ../../mod/setup.php:181 ../../mod/settings.php:585 +#: ../../mod/viewconnections.php:33 ../../mod/viewconnections.php:38 +#: ../../mod/delegate.php:6 ../../mod/group.php:15 ../../mod/photos.php:74 +#: ../../mod/photos.php:644 ../../mod/viewsrc.php:12 ../../mod/message.php:204 +#: ../../mod/item.php:151 ../../mod/network.php:7 ../../mod/intro.php:50 #: ../../mod/connections.php:165 ../../mod/profiles.php:163 #: ../../mod/profiles.php:476 ../../mod/new_channel.php:66 #: ../../mod/new_channel.php:97 ../../mod/manage.php:6 #: ../../mod/crepair.php:115 ../../mod/nogroup.php:25 -#: ../../mod/profile_photo.php:185 ../../mod/profile_photo.php:198 +#: ../../mod/profile_photo.php:197 ../../mod/profile_photo.php:210 #: ../../mod/editwebpage.php:42 ../../mod/notifications.php:66 -#: ../../mod/editpost.php:11 ../../mod/poke.php:128 ../../mod/channel.php:108 +#: ../../mod/editpost.php:11 ../../mod/poke.php:128 ../../mod/channel.php:115 #: ../../mod/fsuggest.php:78 ../../mod/suggest.php:32 #: ../../mod/register.php:60 ../../mod/regmod.php:18 ../../mod/mood.php:112 #: ../../index.php:178 ../../index.php:340 @@ -1343,19 +1319,19 @@ msgstr "" msgid "Image file is empty." msgstr "" -#: ../../include/photos.php:124 ../../mod/profile_photo.php:145 +#: ../../include/photos.php:124 ../../mod/profile_photo.php:157 msgid "Unable to process image" msgstr "" -#: ../../include/photos.php:178 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "" -#: ../../include/photos.php:279 ../../boot.php:2089 +#: ../../include/photos.php:287 ../../boot.php:2100 msgid "Photo Albums" msgstr "" -#: ../../include/photos.php:283 ../../mod/photos.php:792 +#: ../../include/photos.php:291 ../../mod/photos.php:792 #: ../../mod/photos.php:1287 msgid "Upload New Photos" msgstr "" @@ -1627,8 +1603,7 @@ msgid "Registration request at %s" msgstr "" #: ../../include/account.php:266 ../../include/account.php:293 -#: ../../include/account.php:350 ../../include/items.php:4105 -#: ../../boot.php:1191 +#: ../../include/account.php:350 ../../boot.php:1202 msgid "Administrator" msgstr "" @@ -1751,7 +1726,7 @@ msgstr "" msgid "poke" msgstr "" -#: ../../include/text.php:742 ../../include/conversation.php:233 +#: ../../include/text.php:742 ../../include/conversation.php:227 msgid "poked" msgstr "" @@ -1960,7 +1935,7 @@ msgid "bytes" msgstr "" #: ../../include/text.php:1066 ../../include/text.php:1081 -#: ../../include/conversation.php:793 +#: ../../include/conversation.php:787 msgid "remove" msgstr "" @@ -1968,11 +1943,11 @@ msgstr "" msgid "[remove]" msgstr "" -#: ../../include/text.php:1069 ../../include/conversation.php:655 +#: ../../include/text.php:1069 ../../include/conversation.php:649 msgid "Categories:" msgstr "" -#: ../../include/text.php:1084 ../../include/conversation.php:656 +#: ../../include/text.php:1084 ../../include/conversation.php:650 msgid "Filed under:" msgstr "" @@ -1992,22 +1967,22 @@ msgstr "" msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1460 ../../include/conversation.php:115 +#: ../../include/text.php:1460 ../../include/conversation.php:111 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "" -#: ../../include/text.php:1463 ../../include/conversation.php:118 +#: ../../include/text.php:1463 ../../include/conversation.php:114 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1466 ../../include/conversation.php:143 +#: ../../include/text.php:1466 ../../include/conversation.php:139 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "" -#: ../../include/text.php:1468 ../../include/conversation.php:145 +#: ../../include/text.php:1468 ../../include/conversation.php:141 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" @@ -2211,14 +2186,14 @@ msgstr "" msgid "Edit" msgstr "" -#: ../../include/ItemObject.php:104 ../../include/conversation.php:619 -#: ../../mod/settings.php:671 ../../mod/group.php:177 +#: ../../include/ItemObject.php:104 ../../include/conversation.php:613 +#: ../../mod/settings.php:671 ../../mod/group.php:182 #: ../../mod/photos.php:1162 ../../mod/admin.php:630 #: ../../mod/connections.php:334 msgid "Delete" msgstr "" -#: ../../include/ItemObject.php:110 ../../include/conversation.php:618 +#: ../../include/ItemObject.php:110 ../../include/conversation.php:612 msgid "Select" msgstr "" @@ -2279,13 +2254,13 @@ msgstr "" msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/ItemObject.php:206 ../../include/conversation.php:665 +#: ../../include/ItemObject.php:206 ../../include/conversation.php:659 #, php-format msgid " from %s" msgstr "" -#: ../../include/ItemObject.php:233 ../../include/conversation.php:684 -#: ../../include/conversation.php:1040 ../../mod/photos.php:1052 +#: ../../include/ItemObject.php:233 ../../include/conversation.php:678 +#: ../../include/conversation.php:1034 ../../mod/photos.php:1052 #: ../../mod/message.php:297 ../../mod/message.php:430 #: ../../mod/editwebpage.php:106 ../../mod/editpost.php:85 msgid "Please wait" @@ -2304,11 +2279,11 @@ msgid "This is you" msgstr "" #: ../../include/ItemObject.php:505 ../../mod/events.php:458 -#: ../../mod/thing.php:190 ../../mod/invite.php:138 ../../mod/setup.php:283 +#: ../../mod/thing.php:190 ../../mod/invite.php:153 ../../mod/setup.php:283 #: ../../mod/setup.php:326 ../../mod/settings.php:608 #: ../../mod/settings.php:720 ../../mod/settings.php:748 #: ../../mod/settings.php:772 ../../mod/settings.php:843 -#: ../../mod/settings.php:1010 ../../mod/group.php:83 ../../mod/photos.php:675 +#: ../../mod/settings.php:1010 ../../mod/group.php:87 ../../mod/photos.php:675 #: ../../mod/photos.php:769 ../../mod/photos.php:1031 #: ../../mod/photos.php:1070 ../../mod/photos.php:1108 #: ../../mod/photos.php:1135 ../../mod/message.php:298 @@ -2355,277 +2330,277 @@ msgstr "" msgid "Video" msgstr "" -#: ../../include/ItemObject.php:514 ../../include/conversation.php:1058 +#: ../../include/ItemObject.php:514 ../../include/conversation.php:1052 #: ../../mod/photos.php:1071 ../../mod/editwebpage.php:126 #: ../../mod/editpost.php:105 msgid "Preview" msgstr "" -#: ../../include/conversation.php:121 +#: ../../include/conversation.php:117 msgid "channel" msgstr "" -#: ../../include/conversation.php:161 ../../mod/like.php:133 +#: ../../include/conversation.php:155 ../../mod/like.php:133 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:135 +#: ../../include/conversation.php:158 ../../mod/like.php:135 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/conversation.php:198 +#: ../../include/conversation.php:192 #, php-format msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/conversation.php:229 +#: ../../include/conversation.php:223 #, php-format msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:251 ../../mod/mood.php:63 +#: ../../include/conversation.php:245 ../../mod/mood.php:63 #, php-format msgid "%1$s is currently %2$s" msgstr "" -#: ../../include/conversation.php:643 +#: ../../include/conversation.php:637 #, php-format msgid "View %s's profile @ %s" msgstr "" -#: ../../include/conversation.php:682 +#: ../../include/conversation.php:676 msgid "View in context" msgstr "" -#: ../../include/conversation.php:797 +#: ../../include/conversation.php:791 msgid "Loading..." msgstr "" -#: ../../include/conversation.php:798 +#: ../../include/conversation.php:792 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:886 +#: ../../include/conversation.php:880 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:955 +#: ../../include/conversation.php:949 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:955 +#: ../../include/conversation.php:949 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:959 +#: ../../include/conversation.php:953 #, php-format msgid "%2$d people like this." msgstr "" -#: ../../include/conversation.php:961 +#: ../../include/conversation.php:955 #, php-format msgid "%2$d people don't like this." msgstr "" -#: ../../include/conversation.php:967 +#: ../../include/conversation.php:961 msgid "and" msgstr "" -#: ../../include/conversation.php:970 +#: ../../include/conversation.php:964 #, php-format msgid ", and %d other people" msgstr "" -#: ../../include/conversation.php:971 +#: ../../include/conversation.php:965 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:971 +#: ../../include/conversation.php:965 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:996 +#: ../../include/conversation.php:990 msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:997 ../../mod/message.php:253 +#: ../../include/conversation.php:991 ../../mod/message.php:253 #: ../../mod/message.php:364 msgid "Please enter a link URL:" msgstr "" -#: ../../include/conversation.php:998 +#: ../../include/conversation.php:992 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:993 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:1000 +#: ../../include/conversation.php:994 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1001 ../../mod/filer.php:35 +#: ../../include/conversation.php:995 ../../mod/filer.php:35 msgid "Save to Folder:" msgstr "" -#: ../../include/conversation.php:1002 +#: ../../include/conversation.php:996 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1017 ../../mod/photos.php:1051 +#: ../../include/conversation.php:1011 ../../mod/photos.php:1051 msgid "Share" msgstr "" -#: ../../include/conversation.php:1019 +#: ../../include/conversation.php:1013 msgid "Page link title" msgstr "" -#: ../../include/conversation.php:1021 ../../mod/message.php:295 +#: ../../include/conversation.php:1015 ../../mod/message.php:295 #: ../../mod/message.php:427 ../../mod/editwebpage.php:98 #: ../../mod/editpost.php:77 msgid "Upload photo" msgstr "" -#: ../../include/conversation.php:1022 +#: ../../include/conversation.php:1016 msgid "upload photo" msgstr "" -#: ../../include/conversation.php:1023 ../../mod/editwebpage.php:99 +#: ../../include/conversation.php:1017 ../../mod/editwebpage.php:99 #: ../../mod/editpost.php:78 msgid "Attach file" msgstr "" -#: ../../include/conversation.php:1024 +#: ../../include/conversation.php:1018 msgid "attach file" msgstr "" -#: ../../include/conversation.php:1025 ../../mod/message.php:296 +#: ../../include/conversation.php:1019 ../../mod/message.php:296 #: ../../mod/message.php:428 ../../mod/editwebpage.php:100 #: ../../mod/editpost.php:79 msgid "Insert web link" msgstr "" -#: ../../include/conversation.php:1026 +#: ../../include/conversation.php:1020 msgid "web link" msgstr "" -#: ../../include/conversation.php:1027 +#: ../../include/conversation.php:1021 msgid "Insert video link" msgstr "" -#: ../../include/conversation.php:1028 +#: ../../include/conversation.php:1022 msgid "video link" msgstr "" -#: ../../include/conversation.php:1029 +#: ../../include/conversation.php:1023 msgid "Insert audio link" msgstr "" -#: ../../include/conversation.php:1030 +#: ../../include/conversation.php:1024 msgid "audio link" msgstr "" -#: ../../include/conversation.php:1031 ../../mod/editwebpage.php:104 +#: ../../include/conversation.php:1025 ../../mod/editwebpage.php:104 #: ../../mod/editpost.php:83 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1032 +#: ../../include/conversation.php:1026 msgid "set location" msgstr "" -#: ../../include/conversation.php:1033 ../../mod/editwebpage.php:105 +#: ../../include/conversation.php:1027 ../../mod/editwebpage.php:105 #: ../../mod/editpost.php:84 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1034 +#: ../../include/conversation.php:1028 msgid "clear location" msgstr "" -#: ../../include/conversation.php:1036 ../../mod/editwebpage.php:118 +#: ../../include/conversation.php:1030 ../../mod/editwebpage.php:118 #: ../../mod/editpost.php:97 msgid "Set title" msgstr "" -#: ../../include/conversation.php:1039 ../../mod/editwebpage.php:120 +#: ../../include/conversation.php:1033 ../../mod/editwebpage.php:120 #: ../../mod/editpost.php:99 msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/conversation.php:1041 ../../mod/editwebpage.php:107 +#: ../../include/conversation.php:1035 ../../mod/editwebpage.php:107 #: ../../mod/editpost.php:86 msgid "Permission settings" msgstr "" -#: ../../include/conversation.php:1042 +#: ../../include/conversation.php:1036 msgid "permissions" msgstr "" -#: ../../include/conversation.php:1050 ../../mod/editwebpage.php:115 +#: ../../include/conversation.php:1044 ../../mod/editwebpage.php:115 #: ../../mod/editpost.php:94 msgid "Public post" msgstr "" -#: ../../include/conversation.php:1052 ../../mod/editwebpage.php:121 +#: ../../include/conversation.php:1046 ../../mod/editwebpage.php:121 #: ../../mod/editpost.php:100 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/items.php:156 ../../mod/like.php:55 ../../mod/group.php:70 +#: ../../include/items.php:156 ../../mod/like.php:55 ../../mod/group.php:74 #: ../../mod/profperm.php:28 ../../index.php:339 msgid "Permission denied" msgstr "" -#: ../../include/items.php:2633 -#, php-format -msgid "%s's birthday" +#: ../../include/items.php:3223 ../../mod/page.php:62 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:64 ../../mod/admin.php:142 ../../mod/admin.php:667 +#: ../../mod/admin.php:866 ../../mod/display.php:33 +msgid "Item not found." msgstr "" -#: ../../include/items.php:2634 -#, php-format -msgid "Happy Birthday %s" +#: ../../include/items.php:3395 +msgid "Archives" msgstr "" -#: ../../include/items.php:4095 -msgid "[Name Withheld]" +#: ../../include/items.php:3556 ../../mod/group.php:44 ../../mod/group.php:146 +msgid "Collection not found." msgstr "" -#: ../../include/items.php:4103 -msgid "A new person is sharing with you at " +#: ../../include/items.php:3566 +msgid "Collection has no members." msgstr "" -#: ../../include/items.php:4103 -msgid "You have a new follower at " +#: ../../include/items.php:3582 +msgid "Connection not found." msgstr "" -#: ../../include/items.php:4529 ../../mod/page.php:62 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:64 ../../mod/admin.php:142 ../../mod/admin.php:667 -#: ../../mod/admin.php:866 ../../mod/display.php:33 -msgid "Item not found." +#: ../../include/bbcode.php:94 ../../include/bbcode.php:442 +#: ../../include/bbcode.php:445 +msgid "Image/photo" msgstr "" -#: ../../include/items.php:4701 -msgid "Archives" +#: ../../include/bbcode.php:161 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/items.php:4862 ../../mod/group.php:43 ../../mod/group.php:141 -msgid "Collection not found." +#: ../../include/bbcode.php:163 +msgid "post" msgstr "" -#: ../../include/items.php:4872 -msgid "Collection has no members." +#: ../../include/bbcode.php:402 ../../include/bbcode.php:422 +msgid "$1 wrote:" msgstr "" -#: ../../include/items.php:4888 -msgid "Connection not found." +#: ../../include/bbcode.php:449 ../../include/bbcode.php:450 +msgid "Encrypted content" msgstr "" #: ../../mod/common.php:10 @@ -2759,92 +2734,67 @@ msgstr "" msgid "%s : Not a valid email address." msgstr "" -#: ../../mod/invite.php:71 +#: ../../mod/invite.php:74 msgid "Please join us on Red" msgstr "" -#: ../../mod/invite.php:82 +#: ../../mod/invite.php:85 msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../mod/invite.php:87 +#: ../../mod/invite.php:90 #, php-format msgid "%s : Message delivery failed." msgstr "" -#: ../../mod/invite.php:91 +#: ../../mod/invite.php:94 #, php-format msgid "%d message sent." msgid_plural "%d messages sent." msgstr[0] "" msgstr[1] "" -#: ../../mod/invite.php:110 +#: ../../mod/invite.php:113 msgid "You have no more invitations available" msgstr "" -#: ../../mod/invite.php:118 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many " -"other social networks." -msgstr "" - -#: ../../mod/invite.php:120 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: ../../mod/invite.php:121 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "" - -#: ../../mod/invite.php:124 -msgid "" -"Our apologies. This system is not currently configured to connect with other " -"public sites or invite members." -msgstr "" - -#: ../../mod/invite.php:130 +#: ../../mod/invite.php:139 msgid "Send invitations" msgstr "" -#: ../../mod/invite.php:131 +#: ../../mod/invite.php:140 msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/invite.php:132 ../../mod/message.php:292 +#: ../../mod/invite.php:141 ../../mod/message.php:292 #: ../../mod/message.php:423 msgid "Your message:" msgstr "" -#: ../../mod/invite.php:133 +#: ../../mod/invite.php:142 msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." +"You are cordially invited to join me and some other close friends on the Red " +"Matrix - a revolutionary new decentralised social and information tool." msgstr "" -#: ../../mod/invite.php:135 +#: ../../mod/invite.php:144 msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: ../../mod/invite.php:135 +#: ../../mod/invite.php:146 +msgid "Please visit my channel at" +msgstr "" + +#: ../../mod/invite.php:150 msgid "" -"Once you have registered, please connect with me via my profile page at:" +"Once you have registered, please connect with my Red Matrix channel address:" msgstr "" -#: ../../mod/invite.php:137 +#: ../../mod/invite.php:152 msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit http://getzot." +"com" msgstr "" #: ../../mod/allfriends.php:35 @@ -2856,8 +2806,7 @@ msgstr "" msgid "No friends to display." msgstr "" -#: ../../mod/webpages.php:8 ../../mod/profile.php:8 ../../mod/channel.php:8 -#: ../../boot.php:1524 +#: ../../mod/webpages.php:8 ../../mod/profile.php:8 ../../boot.php:1535 msgid "Requested profile is not available." msgstr "" @@ -2897,6 +2846,10 @@ msgstr "" msgid "No" msgstr "" +#: ../../mod/lastpost.php:16 ../../mod/channel.php:16 +msgid "You must be logged in to see this page." +msgstr "" + #: ../../mod/apps.php:8 msgid "No installed applications." msgstr "" @@ -3520,7 +3473,7 @@ msgstr "" msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:974 ../../mod/profile_photo.php:276 +#: ../../mod/settings.php:974 ../../mod/profile_photo.php:298 msgid "or" msgstr "" @@ -3707,7 +3660,7 @@ msgstr "" msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/viewconnections.php:83 +#: ../../mod/viewconnections.php:84 msgid "View Connnections" msgstr "" @@ -3762,27 +3715,27 @@ msgstr "" msgid "No entries." msgstr "" -#: ../../mod/directory.php:107 ../../mod/profiles.php:584 +#: ../../mod/directory.php:125 ../../mod/profiles.php:584 msgid "Age: " msgstr "" -#: ../../mod/directory.php:110 +#: ../../mod/directory.php:128 msgid "Gender: " msgstr "" -#: ../../mod/directory.php:165 +#: ../../mod/directory.php:183 msgid "Finding:" msgstr "" -#: ../../mod/directory.php:173 +#: ../../mod/directory.php:191 msgid "next page" msgstr "" -#: ../../mod/directory.php:173 +#: ../../mod/directory.php:191 msgid "previous page" msgstr "" -#: ../../mod/directory.php:180 +#: ../../mod/directory.php:198 msgid "No entries (some entries may be hidden)." msgstr "" @@ -3794,47 +3747,51 @@ msgstr "" msgid "No matches" msgstr "" -#: ../../mod/group.php:25 +#: ../../mod/group.php:26 msgid "Collection created." msgstr "" -#: ../../mod/group.php:31 +#: ../../mod/group.php:32 msgid "Could not create collection." msgstr "" -#: ../../mod/group.php:56 +#: ../../mod/group.php:60 msgid "Collection name changed." msgstr "" -#: ../../mod/group.php:88 -msgid "Create a collection of connections." +#: ../../mod/group.php:92 +msgid "Create a collection of channels." msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:184 +#: ../../mod/group.php:93 ../../mod/group.php:189 msgid "Collection Name: " msgstr "" -#: ../../mod/group.php:108 +#: ../../mod/group.php:95 ../../mod/group.php:192 +msgid "Members are visible to other channels" +msgstr "" + +#: ../../mod/group.php:113 msgid "Collection removed." msgstr "" -#: ../../mod/group.php:110 +#: ../../mod/group.php:115 msgid "Unable to remove collection." msgstr "" -#: ../../mod/group.php:183 +#: ../../mod/group.php:188 msgid "Collection Editor" msgstr "" -#: ../../mod/group.php:196 +#: ../../mod/group.php:202 msgid "Members" msgstr "" -#: ../../mod/group.php:198 +#: ../../mod/group.php:204 msgid "All Connected Channels" msgstr "" -#: ../../mod/group.php:231 +#: ../../mod/group.php:237 msgid "Click on a channel to add or remove." msgstr "" @@ -3982,11 +3939,11 @@ msgstr "" msgid "added your channel" msgstr "" -#: ../../mod/ping.php:230 ../../boot.php:1716 ../../boot.php:1796 +#: ../../mod/ping.php:230 ../../boot.php:1727 ../../boot.php:1807 msgid "g A l F d" msgstr "" -#: ../../mod/ping.php:252 ../../boot.php:1762 ../../boot.php:1837 +#: ../../mod/ping.php:252 ../../boot.php:1773 ../../boot.php:1848 msgid "[today]" msgstr "" @@ -5136,11 +5093,11 @@ msgstr "" msgid "Edit contact" msgstr "" -#: ../../mod/connections.php:656 +#: ../../mod/connections.php:654 msgid "Search your connections" msgstr "" -#: ../../mod/connections.php:657 +#: ../../mod/connections.php:655 msgid "Finding: " msgstr "" @@ -5407,23 +5364,23 @@ msgstr "" msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/profiles.php:624 ../../boot.php:1629 +#: ../../mod/profiles.php:624 ../../boot.php:1640 msgid "Change profile photo" msgstr "" -#: ../../mod/profiles.php:625 ../../boot.php:1636 +#: ../../mod/profiles.php:625 ../../boot.php:1647 msgid "Create New Profile" msgstr "" -#: ../../mod/profiles.php:636 ../../boot.php:1650 +#: ../../mod/profiles.php:636 ../../boot.php:1661 msgid "Profile Image" msgstr "" -#: ../../mod/profiles.php:639 ../../boot.php:1653 +#: ../../mod/profiles.php:639 ../../boot.php:1664 msgid "visible to everybody" msgstr "" -#: ../../mod/profiles.php:640 ../../boot.php:1654 +#: ../../mod/profiles.php:640 ../../boot.php:1665 msgid "Edit visibility" msgstr "" @@ -5492,7 +5449,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1361 +#: ../../mod/lostpass.php:85 ../../boot.php:1372 msgid "Password Reset" msgstr "" @@ -5735,74 +5692,74 @@ msgstr "" msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/profile_photo.php:102 +#: ../../mod/profile_photo.php:107 msgid "Image resize failed." msgstr "" -#: ../../mod/profile_photo.php:139 +#: ../../mod/profile_photo.php:151 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "" -#: ../../mod/profile_photo.php:161 +#: ../../mod/profile_photo.php:173 #, php-format msgid "Image exceeds size limit of %d" msgstr "" -#: ../../mod/profile_photo.php:170 +#: ../../mod/profile_photo.php:182 msgid "Unable to process image." msgstr "" -#: ../../mod/profile_photo.php:212 ../../mod/profile_photo.php:250 +#: ../../mod/profile_photo.php:224 ../../mod/profile_photo.php:272 msgid "Photo not available." msgstr "" -#: ../../mod/profile_photo.php:269 +#: ../../mod/profile_photo.php:291 msgid "Upload File:" msgstr "" -#: ../../mod/profile_photo.php:270 +#: ../../mod/profile_photo.php:292 msgid "Select a profile:" msgstr "" -#: ../../mod/profile_photo.php:271 +#: ../../mod/profile_photo.php:293 msgid "Upload Profile Photo" msgstr "" -#: ../../mod/profile_photo.php:272 +#: ../../mod/profile_photo.php:294 msgid "Upload" msgstr "" -#: ../../mod/profile_photo.php:276 +#: ../../mod/profile_photo.php:298 msgid "skip this step" msgstr "" -#: ../../mod/profile_photo.php:276 +#: ../../mod/profile_photo.php:298 msgid "select a photo from your photo albums" msgstr "" -#: ../../mod/profile_photo.php:290 +#: ../../mod/profile_photo.php:312 msgid "Crop Image" msgstr "" -#: ../../mod/profile_photo.php:291 +#: ../../mod/profile_photo.php:313 msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../mod/profile_photo.php:293 +#: ../../mod/profile_photo.php:315 msgid "Done Editing" msgstr "" -#: ../../mod/profile_photo.php:326 +#: ../../mod/profile_photo.php:350 msgid "Image uploaded successfully." msgstr "" -#: ../../mod/profile_photo.php:328 +#: ../../mod/profile_photo.php:352 msgid "Image upload failed." msgstr "" -#: ../../mod/profile_photo.php:335 +#: ../../mod/profile_photo.php:361 #, php-format msgid "Image size reduction [%s] failed." msgstr "" @@ -6245,104 +6202,104 @@ msgstr "" msgid "0-99 default: 5" msgstr "" -#: ../../boot.php:1185 +#: ../../boot.php:1196 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1188 +#: ../../boot.php:1199 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1325 +#: ../../boot.php:1336 msgid "Create a New Account" msgstr "" -#: ../../boot.php:1354 +#: ../../boot.php:1365 msgid "Password" msgstr "" -#: ../../boot.php:1355 +#: ../../boot.php:1366 msgid "Remember me" msgstr "" -#: ../../boot.php:1360 +#: ../../boot.php:1371 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1479 +#: ../../boot.php:1490 msgid "Requested channel is not available." msgstr "" -#: ../../boot.php:1491 +#: ../../boot.php:1502 msgid " Sorry, you don't have the permission to view this profile. " msgstr "" -#: ../../boot.php:1635 +#: ../../boot.php:1646 msgid "Profiles" msgstr "" -#: ../../boot.php:1635 +#: ../../boot.php:1646 msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1639 +#: ../../boot.php:1650 msgid "Edit Profile" msgstr "" -#: ../../boot.php:1717 ../../boot.php:1797 +#: ../../boot.php:1728 ../../boot.php:1808 msgid "F d" msgstr "" -#: ../../boot.php:1774 +#: ../../boot.php:1785 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1775 +#: ../../boot.php:1786 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1830 +#: ../../boot.php:1841 msgid "[No description]" msgstr "" -#: ../../boot.php:1848 +#: ../../boot.php:1859 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1849 +#: ../../boot.php:1860 msgid "Events this week:" msgstr "" -#: ../../boot.php:2072 +#: ../../boot.php:2083 msgid "Channel" msgstr "" -#: ../../boot.php:2075 +#: ../../boot.php:2086 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:2079 +#: ../../boot.php:2090 msgid "About" msgstr "" -#: ../../boot.php:2082 +#: ../../boot.php:2093 msgid "Profile Details" msgstr "" -#: ../../boot.php:2100 +#: ../../boot.php:2111 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:2105 +#: ../../boot.php:2116 msgid "Webpages" msgstr "" -#: ../../boot.php:2108 +#: ../../boot.php:2119 msgid "Manage Webpages" msgstr "" -#: ../../boot.php:2335 +#: ../../boot.php:2346 msgid "toggle mobile" msgstr "" diff --git a/version.inc b/version.inc index 7bfb6b2fe..82ebb3399 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-08-08.399 +2013-08-09.400 -- cgit v1.2.3