diff --git a/boot.php b/boot.php index 9048223bf..1d462eff8 100755 --- a/boot.php +++ b/boot.php @@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1095 ); +define ( 'DB_UPDATE_VERSION', 1096 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -270,6 +270,7 @@ define ( 'PERMS_W_STORAGE', 0x02000); define ( 'PERMS_R_PAGES', 0x04000); define ( 'PERMS_W_PAGES', 0x08000); define ( 'PERMS_A_REPUBLISH', 0x10000); +define ( 'PERMS_A_BOOKMARK', 0x20000); // General channel permissions @@ -398,6 +399,7 @@ define ( 'TERM_PCATEGORY', 4 ); define ( 'TERM_FILE', 5 ); define ( 'TERM_SAVEDSEARCH', 6 ); define ( 'TERM_THING', 7 ); +define ( 'TERM_BOOKMARK', 8 ); define ( 'TERM_OBJ_POST', 1 ); define ( 'TERM_OBJ_PHOTO', 2 ); @@ -576,6 +578,7 @@ function startup() { class App { + public $install = false; // true if we are installing the software public $account = null; // account record of the logged-in account public $channel = null; // channel record of the current channel of the logged-in account @@ -1571,13 +1574,17 @@ function proc_run($cmd){ $args[$x] = escapeshellarg($args[$x]); $cmdline = implode($args," "); - if(get_config('system','proc_windows')) + if(is_windows()) proc_close(proc_open('cmd /c start /b ' . $cmdline,array(),$foo)); else proc_close(proc_open($cmdline." &",array(),$foo)); } +function is_windows() { + return ((strtoupper(substr(PHP_OS,0,3)) === 'WIN') ? true : false); +} + function current_theme(){ $app_base_themes = array('redbasic'); diff --git a/doc/TermsOfService.md b/doc/TermsOfService.md index 3586b5d82..41e9c0de7 100644 --- a/doc/TermsOfService.md +++ b/doc/TermsOfService.md @@ -1,4 +1,4 @@ Terms of Service ================ -#include SiteTOS; +#include doc/SiteTOS.md; diff --git a/doc/html/acl__selectors_8php.html b/doc/html/acl__selectors_8php.html index d0d283649..bc3bbfae3 100644 --- a/doc/html/acl__selectors_8php.html +++ b/doc/html/acl__selectors_8php.html @@ -270,7 +270,7 @@ Functions
-

Referenced by channel_content(), display_content(), editwebpage_content(), events_content(), filestorage_content(), mitem_content(), network_content(), photos_content(), rpost_content(), and webpages_content().

+

Referenced by channel_content(), chat_content(), display_content(), editwebpage_content(), events_content(), filestorage_content(), mitem_content(), network_content(), photos_content(), rpost_content(), and webpages_content().

diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 423bd9850..1c91ca1ea 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -128,7 +128,7 @@ Variables
-

Referenced by admin_page_users(), admin_page_users_post(), all_friends(), bookmarks_menu_fetch(), build_sync_packet(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), 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(), get_things(), 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(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), 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(), widget_archive(), widget_follow(), widget_tagcloud(), and zot_feed().

+

Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), chatroom_list(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), 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(), get_things(), 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(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), 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(), widget_archive(), widget_follow(), widget_tagcloud(), and zot_feed().

diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index 21a1e3d19..c0823aa23 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -281,7 +281,7 @@ Functions
-

Referenced by bb2diaspora(), construct_activity_object(), construct_activity_target(), dirprofile_init(), events_content(), format_event_html(), format_notification(), get_events(), help_content(), mail_content(), message_content(), notification(), notifications_content(), notify_content(), ping_init(), and tagrm_content().

+

Referenced by bb2diaspora(), chatsvc_content(), construct_activity_object(), construct_activity_target(), dirprofile_init(), events_content(), format_event_html(), format_notification(), get_events(), help_content(), mail_content(), message_content(), notification(), notifications_content(), notify_content(), ping_init(), siteinfo_content(), and tagrm_content().

diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index cf222ff37..0f5ad9a59 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -200,7 +200,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1092 +const DB_UPDATE_VERSION 1095   const EOL '<br />' . "\r\n"   @@ -712,7 +712,7 @@ Variables
-

Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), attach_init(), blocks_content(), channel_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), help_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), page_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), register_init(), regmod_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), 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_content(), xref_init(), and zotfeed_init().

+

Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), attach_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), help_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), register_init(), regmod_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), 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_content(), xref_init(), and zotfeed_init().

@@ -730,7 +730,7 @@ Variables
-

Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), blocks_content(), channel_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), help_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), 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(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), register_init(), regmod_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_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_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

+

Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), get_online_status(), group_content(), group_post(), help_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), page_init(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), register_init(), regmod_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_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_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

@@ -952,7 +952,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(), blogtheme_imgurl(), 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(), comanche_block(), comanche_menu(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), event_store(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), 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(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), syncdirs(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), widget_archive(), widget_categories(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), 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_statuses_user_timeline(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), 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(), comanche_block(), comanche_menu(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), editpost_content(), event_store(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), 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(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), syncdirs(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

@@ -1014,7 +1014,7 @@ Variables
-

Referenced by advanced_profile(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_photo_albums(), widget_suggestions(), and z_readdir().

+

Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_photo_albums(), widget_suggestions(), and z_readdir().

@@ -1032,7 +1032,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), xref_init(), and zid_init().

+

Referenced by admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), chat_content(), chat_post(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), xref_init(), and zid_init().

@@ -1083,7 +1083,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), authenticate_success(), community_content(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

+

Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), community_content(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

@@ -1169,7 +1169,7 @@ Variables
-

Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), apw_form(), best_link_url(), blocks_content(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), cloud_init(), common_friends_visitor_widget(), community_content(), community_init(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), 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_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), home_init(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_puller(), lockview_content(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), 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_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), redbasic_form(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), 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_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

+

Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), apw_form(), best_link_url(), blocks_content(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), cloud_init(), common_friends_visitor_widget(), community_content(), community_init(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), 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_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), home_init(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_puller(), lockview_content(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), 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_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), redbasic_form(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), 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_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

@@ -1221,7 +1221,7 @@ Variables
-

Referenced by achievements_content(), admin_content(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), channel_content(), channel_init(), chanview_content(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_content(), import_post(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), 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(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

+

Referenced by achievements_content(), admin_content(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_content(), import_post(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), 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(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -1321,7 +1321,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_content(), check_form_security_token(), community_content(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), 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(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), 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_content(), check_form_security_token(), cloud_init(), community_content(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), 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(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

@@ -1355,7 +1355,7 @@ Variables
-

Referenced by allowed_public_recips(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), check_config(), connect_post(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

+

Referenced by allowed_public_recips(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), check_config(), connect_post(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

@@ -2104,7 +2104,7 @@ Variables
- +
const DB_UPDATE_VERSION 1092const DB_UPDATE_VERSION 1095
@@ -2218,7 +2218,7 @@ Variables
-

Referenced by achievements_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), authenticate_success(), blocks_content(), channel_content(), channel_init(), chanview_content(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), community_content(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

+

Referenced by achievements_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), community_content(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), page_content(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -2363,6 +2363,8 @@ Variables
+

Referenced by post_init().

+
@@ -2801,7 +2803,7 @@ Variables
-

Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_page_logs(), api_login(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_zot(), 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(), magic_init(), 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(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

+

Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_zot(), 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(), magic_init(), 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(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

diff --git a/doc/html/chatsvc_8php.html b/doc/html/chatsvc_8php.html new file mode 100644 index 000000000..108ad1820 --- /dev/null +++ b/doc/html/chatsvc_8php.html @@ -0,0 +1,173 @@ + + + + + + +The Red Matrix: mod/chatsvc.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Pages
+ + +
+ +
+ +
+ +
+
chatsvc.php File Reference
+
+
+ + + + + + + + +

+Functions

 chatsvc_init (&$a)
 
 chatsvc_post (&$a)
 
 chatsvc_content (&$a)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
chatsvc_content ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
chatsvc_init ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
chatsvc_post ($a)
+
+ +
+
+
+
+ diff --git a/doc/html/chatsvc_8php.js b/doc/html/chatsvc_8php.js new file mode 100644 index 000000000..65b3df3d1 --- /dev/null +++ b/doc/html/chatsvc_8php.js @@ -0,0 +1,6 @@ +var chatsvc_8php = +[ + [ "chatsvc_content", "chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9", null ], + [ "chatsvc_init", "chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116", null ], + [ "chatsvc_post", "chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03", null ] +]; \ No newline at end of file diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index ea802ce2c..eb7ac5c40 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -334,7 +334,7 @@ Functions
-

Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), 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(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), RedFile\put(), 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(), sync_directories(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), 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(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), RedFile\put(), 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(), sync_directories(), update_directory_entry(), 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 6ae602eec..8b32c3ca1 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(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), RedDirectory\getDir(), RedDirectory\getLastModified(), 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(), home_content(), import_author_zot(), 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(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), 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(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), 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(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), 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(), home_content(), import_author_zot(), 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(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), 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(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_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_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), 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_destroy(), 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_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), bookmarks_menu_fetch(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), 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_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), 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(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_sys_channel(), get_things(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), 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(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), 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_content(), mail_store(), manage_content(), match_content(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), 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(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), pagelist_widget(), pdl_selector(), 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(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), 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(), search_ac_init(), search_content(), 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(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), 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(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), 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_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), 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(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), 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(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), 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_content(), mail_store(), manage_content(), match_content(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), 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(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), pagelist_widget(), pdl_selector(), 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(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), 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(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.html b/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.html new file mode 100644 index 000000000..085888ac3 --- /dev/null +++ b/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/js Directory Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Pages
+ + +
+ +
+ +
+
+
js Directory Reference
+
+
+ + + + +

+Files

file  mod_filestorage.php
 
+
+
+ diff --git a/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.js b/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.js new file mode 100644 index 000000000..b46498175 --- /dev/null +++ b/doc/html/dir_24b9ffacd044b9b20a6b863179c605d1.js @@ -0,0 +1,4 @@ +var dir_24b9ffacd044b9b20a6b863179c605d1 = +[ + [ "mod_filestorage.php", "mod__filestorage_8php.html", null ] +]; \ No newline at end of file diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html index 4aa042ef0..c4fb93560 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html @@ -104,6 +104,8 @@ $(document).ready(function(){initNavTree('dir_b2f003339c516cc00c8cadcafbe82f13.h + + diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js index 991623ea4..9ce51a6ef 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js @@ -1,5 +1,6 @@ var dir_b2f003339c516cc00c8cadcafbe82f13 = [ + [ "js", "dir_24b9ffacd044b9b20a6b863179c605d1.html", "dir_24b9ffacd044b9b20a6b863179c605d1" ], [ "php", "dir_817f6d302394b98e59575acdb59998bc.html", "dir_817f6d302394b98e59575acdb59998bc" ], [ "theme", "dir_8543001e5d25368a6edede3e63efb554.html", "dir_8543001e5d25368a6edede3e63efb554" ] ]; \ No newline at end of file diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index a4780b265..721315a1e 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -126,6 +126,10 @@ Files + + + + @@ -230,6 +234,8 @@ Files + + diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index 17ed67b37..264f8fda7 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -11,6 +11,8 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "chanman.php", "mod_2chanman_8php.html", null ], [ "channel.php", "channel_8php.html", "channel_8php" ], [ "chanview.php", "chanview_8php.html", "chanview_8php" ], + [ "chat.php", "mod_2chat_8php.html", "mod_2chat_8php" ], + [ "chatsvc.php", "chatsvc_8php.html", "chatsvc_8php" ], [ "cloud.php", "cloud_8php.html", "cloud_8php" ], [ "common.php", "common_8php.html", "common_8php" ], [ "community.php", "community_8php.html", "community_8php" ], @@ -63,6 +65,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "notify.php", "mod_2notify_8php.html", "mod_2notify_8php" ], [ "oembed.php", "mod_2oembed_8php.html", "mod_2oembed_8php" ], [ "oexchange.php", "oexchange_8php.html", "oexchange_8php" ], + [ "online.php", "online_8php.html", "online_8php" ], [ "opensearch.php", "opensearch_8php.html", "opensearch_8php" ], [ "page.php", "page_8php.html", "page_8php" ], [ "parse_url.php", "parse__url_8php.html", "parse__url_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 1f931673f..60c458b85 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -133,6 +133,8 @@ Files + + diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 3681158ec..c047455f1 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -17,6 +17,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "Cache", "classCache.html", null ] ] ], [ "chanman.php", "include_2chanman_8php.html", "include_2chanman_8php" ], + [ "chat.php", "include_2chat_8php.html", "include_2chat_8php" ], [ "cli_startup.php", "cli__startup_8php.html", "cli__startup_8php" ], [ "cli_suggest.php", "cli__suggest_8php.html", "cli__suggest_8php" ], [ "comanche.php", "comanche_8php.html", "comanche_8php" ], diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index e853b8bfc..fe980d447 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables

Directories

directory  js
 
directory  php
 
directory  theme
 
file  chanview.php
 
file  chat.php
 
file  chatsvc.php
 
file  cloud.php
 
file  common.php
 
file  oexchange.php
 
file  online.php
 
file  opensearch.php
 
file  page.php
 
file  chanman.php
 
file  chat.php
 
file  cli_startup.php
 
file  cli_suggest.php
-

Referenced by activity_sanitise(), api_rss_extra(), array_sanitise(), attach_mkdir(), attach_store(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), 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(), ids_to_querystr(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), 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(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

+

Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), chat_post(), chatroom_create(), chatroom_destroy(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), 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(), ids_to_querystr(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), 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(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

diff --git a/doc/html/files.html b/doc/html/files.html index e9784846e..5957a0122 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -129,65 +129,66 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*bbcode.php |o*cache.php |o*chanman.php -|o*cli_startup.php -|o*cli_suggest.php -|o*comanche.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*menu.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onedirsync.php -|o*onepoll.php -|o*page_widgets.php -|o*permissions.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*chat.php +|o*cli_startup.php +|o*cli_suggest.php +|o*comanche.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*menu.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onedirsync.php +|o*onepoll.php +|o*page_widgets.php +|o*permissions.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php @@ -200,121 +201,124 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*chanman.php |o*channel.php |o*chanview.php -|o*cloud.php -|o*common.php -|o*community.php -|o*connect.php -|o*connections.php -|o*connedit.php -|o*contactgroup.php -|o*delegate.php -|o*directory.php -|o*dirprofile.php -|o*dirsearch.php -|o*display.php -|o*editblock.php -|o*editlayout.php -|o*editpost.php -|o*editwebpage.php -|o*events.php -|o*fbrowser.php -|o*feed.php -|o*filer.php -|o*filerm.php -|o*filestorage.php -|o*follow.php -|o*fsuggest.php -|o*group.php -|o*help.php -|o*home.php -|o*hostxrd.php -|o*import.php -|o*invite.php -|o*item.php -|o*layouts.php -|o*like.php -|o*lockview.php -|o*login.php -|o*lostpass.php -|o*magic.php -|o*mail.php -|o*manage.php -|o*match.php -|o*menu.php -|o*message.php -|o*mitem.php -|o*mood.php -|o*msearch.php -|o*network.php -|o*new_channel.php -|o*notes.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*pubsites.php -|o*randprof.php -|o*register.php -|o*regmod.php -|o*removeme.php -|o*rmagic.php -|o*rpost.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*sources.php -|o*sslify.php -|o*starred.php -|o*subthread.php -|o*suggest.php -|o*tagger.php -|o*tagrm.php -|o*thing.php -|o*toggle_mobile.php -|o*toggle_safesearch.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*vote.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*xref.php -|o*zfinger.php -|o*zotfeed.php -|\*zping.php +|o*chat.php +|o*chatsvc.php +|o*cloud.php +|o*common.php +|o*community.php +|o*connect.php +|o*connections.php +|o*connedit.php +|o*contactgroup.php +|o*delegate.php +|o*directory.php +|o*dirprofile.php +|o*dirsearch.php +|o*display.php +|o*editblock.php +|o*editlayout.php +|o*editpost.php +|o*editwebpage.php +|o*events.php +|o*fbrowser.php +|o*feed.php +|o*filer.php +|o*filerm.php +|o*filestorage.php +|o*follow.php +|o*fsuggest.php +|o*group.php +|o*help.php +|o*home.php +|o*hostxrd.php +|o*import.php +|o*invite.php +|o*item.php +|o*layouts.php +|o*like.php +|o*lockview.php +|o*login.php +|o*lostpass.php +|o*magic.php +|o*mail.php +|o*manage.php +|o*match.php +|o*menu.php +|o*message.php +|o*mitem.php +|o*mood.php +|o*msearch.php +|o*network.php +|o*new_channel.php +|o*notes.php +|o*notifications.php +|o*notify.php +|o*oembed.php +|o*oexchange.php +|o*online.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*pubsites.php +|o*randprof.php +|o*register.php +|o*regmod.php +|o*removeme.php +|o*rmagic.php +|o*rpost.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*sources.php +|o*sslify.php +|o*starred.php +|o*subthread.php +|o*suggest.php +|o*tagger.php +|o*tagrm.php +|o*thing.php +|o*toggle_mobile.php +|o*toggle_safesearch.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*vote.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*xref.php +|o*zfinger.php +|o*zotfeed.php +|\*zping.php o+util |o+fpostit ||\*fpostit.php @@ -332,51 +336,53 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*typohelper.php |\*updatetpl.py o+view -|o+php -||o*default.php -||o*full.php -||o*minimal.php -||o*mod_import.php -||o*none.php -||\*theme_init.php -|\+theme -| o+apw -| |o+php -| ||o*config.php -| ||o*style.php -| ||\*theme.php -| |\+schema -| | o*darkness.php -| | o*darknessleftaside.php -| | o*darknessrightaside.php -| | o*greenthumbnails.php -| | o*minimalisticdarkness.php -| | o*olddefault.php -| | o*passion.php -| | o*passionwide.php -| | o*pine.php -| | o*redbasic.php -| | \*widedarkness.php -| o+blogga -| |o+php -| ||o*config.php -| ||o*default.php -| ||o*theme.php -| ||\*theme_init.php -| |\+view -| | \+theme -| |  \+blog -| |   o*config.php -| |   o*default.php -| |   \*theme.php -| \+redbasic -|  o+php -|  |o*config.php -|  |o*style.php -|  |o*theme.php -|  |\*theme_init.php -|  \+schema -|   \*dark.php +|o+js +||\*mod_filestorage.php +|o+php +||o*default.php +||o*full.php +||o*minimal.php +||o*mod_import.php +||o*none.php +||\*theme_init.php +|\+theme +| o+apw +| |o+php +| ||o*config.php +| ||o*style.php +| ||\*theme.php +| |\+schema +| | o*darkness.php +| | o*darknessleftaside.php +| | o*darknessrightaside.php +| | o*greenthumbnails.php +| | o*minimalisticdarkness.php +| | o*olddefault.php +| | o*passion.php +| | o*passionwide.php +| | o*pine.php +| | o*redbasic.php +| | \*widedarkness.php +| o+blogga +| |o+php +| ||o*config.php +| ||o*default.php +| ||o*theme.php +| ||\*theme_init.php +| |\+view +| | \+theme +| |  \+blog +| |   o*config.php +| |   o*default.php +| |   \*theme.php +| \+redbasic +|  o+php +|  |o*config.php +|  |o*style.php +|  |o*theme.php +|  |\*theme_init.php +|  \+schema +|   \*dark.php \*boot.php diff --git a/doc/html/globals_0x62.html b/doc/html/globals_0x62.html index 6d06af0a4..829720890 100644 --- a/doc/html/globals_0x62.html +++ b/doc/html/globals_0x62.html @@ -196,7 +196,7 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); : blocks.php
  • blog_init() -: theme.php +: theme.php
  • blog_install() : theme.php @@ -213,9 +213,6 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
  • blogtheme_imgurl() : theme.php
  • -
  • bookmarks_menu_fetch() -: menu.php -
  • breaklines() : html2plain.php
  • diff --git a/doc/html/globals_0x63.html b/doc/html/globals_0x63.html index eaefb6b94..1e9987b2f 100644 --- a/doc/html/globals_0x63.html +++ b/doc/html/globals_0x63.html @@ -195,6 +195,39 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');});
  • chanview_content() : chanview.php
  • +
  • chat_content() +: chat.php +
  • +
  • chat_init() +: chat.php +
  • +
  • chat_post() +: chat.php +
  • +
  • chatroom_create() +: chat.php +
  • +
  • chatroom_destroy() +: chat.php +
  • +
  • chatroom_enter() +: chat.php +
  • +
  • chatroom_leave() +: chat.php +
  • +
  • chatroom_list() +: chat.php +
  • +
  • chatsvc_content() +: chatsvc.php +
  • +
  • chatsvc_init() +: chatsvc.php +
  • +
  • chatsvc_post() +: chatsvc.php +
  • check_account_admin() : account.php
  • diff --git a/doc/html/globals_0x67.html b/doc/html/globals_0x67.html index 128e4ff68..74e4658a5 100644 --- a/doc/html/globals_0x67.html +++ b/doc/html/globals_0x67.html @@ -249,6 +249,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • get_observer_hash() : boot.php
  • +
  • get_online_status() +: identity.php +
  • get_pconfig() : config.php
  • diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index fe1f177e7..d3434fc10 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -244,7 +244,7 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); : boot.php
  • menu_list() -: menu.php +: menu.php
  • menu_post() : menu.php diff --git a/doc/html/globals_0x6f.html b/doc/html/globals_0x6f.html index b2ee6bc3a..aeb5a4429 100644 --- a/doc/html/globals_0x6f.html +++ b/doc/html/globals_0x6f.html @@ -192,6 +192,9 @@ $(document).ready(function(){initNavTree('globals_0x6f.html','');});
  • onepoll_run() : onepoll.php
  • +
  • online_init() +: online.php +
  • opensearch_init() : opensearch.php
  • diff --git a/doc/html/globals_0x72.html b/doc/html/globals_0x72.html index 147b9d5a1..015a6a582 100644 --- a/doc/html/globals_0x72.html +++ b/doc/html/globals_0x72.html @@ -249,6 +249,9 @@ $(document).ready(function(){initNavTree('globals_0x72.html','');});
  • reltoabs() : text.php
  • +
  • remote_online_status() +: identity.php +
  • remote_user() : boot.php
  • diff --git a/doc/html/globals_0x73.html b/doc/html/globals_0x73.html index 25f4a2a3d..b62a96af4 100644 --- a/doc/html/globals_0x73.html +++ b/doc/html/globals_0x73.html @@ -237,9 +237,6 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • sitelist_init() : sitelist.php
  • -
  • smile_decode() -: text.php -
  • smile_encode() : text.php
  • diff --git a/doc/html/globals_0x77.html b/doc/html/globals_0x77.html index da5be2e74..f74429e9e 100644 --- a/doc/html/globals_0x77.html +++ b/doc/html/globals_0x77.html @@ -180,6 +180,9 @@ $(document).ready(function(){initNavTree('globals_0x77.html','');});
  • widget_categories() : widgets.php
  • +
  • widget_chatroom_list() +: widgets.php +
  • widget_collections() : widgets.php
  • diff --git a/doc/html/globals_func_0x62.html b/doc/html/globals_func_0x62.html index 0c3cc4bec..3bf6aae6d 100644 --- a/doc/html/globals_func_0x62.html +++ b/doc/html/globals_func_0x62.html @@ -195,7 +195,7 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); : blocks.php
  • blog_init() -: theme.php +: theme.php
  • blog_install() : theme.php @@ -212,9 +212,6 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
  • blogtheme_imgurl() : theme.php
  • -
  • bookmarks_menu_fetch() -: menu.php -
  • breaklines() : html2plain.php
  • diff --git a/doc/html/globals_func_0x63.html b/doc/html/globals_func_0x63.html index d0f872eec..01cfcc622 100644 --- a/doc/html/globals_func_0x63.html +++ b/doc/html/globals_func_0x63.html @@ -194,6 +194,39 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');});
  • chanview_content() : chanview.php
  • +
  • chat_content() +: chat.php +
  • +
  • chat_init() +: chat.php +
  • +
  • chat_post() +: chat.php +
  • +
  • chatroom_create() +: chat.php +
  • +
  • chatroom_destroy() +: chat.php +
  • +
  • chatroom_enter() +: chat.php +
  • +
  • chatroom_leave() +: chat.php +
  • +
  • chatroom_list() +: chat.php +
  • +
  • chatsvc_content() +: chatsvc.php +
  • +
  • chatsvc_init() +: chatsvc.php +
  • +
  • chatsvc_post() +: chatsvc.php +
  • check_account_admin() : account.php
  • diff --git a/doc/html/globals_func_0x67.html b/doc/html/globals_func_0x67.html index f67e4bb28..643036d3c 100644 --- a/doc/html/globals_func_0x67.html +++ b/doc/html/globals_func_0x67.html @@ -248,6 +248,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • get_observer_hash() : boot.php
  • +
  • get_online_status() +: identity.php +
  • get_pconfig() : config.php
  • diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index d8cd1849c..c90133798 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -210,7 +210,7 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');}); : menu.php
  • menu_list() -: menu.php +: menu.php
  • menu_post() : menu.php diff --git a/doc/html/globals_func_0x6f.html b/doc/html/globals_func_0x6f.html index 002e257c6..be0dbed34 100644 --- a/doc/html/globals_func_0x6f.html +++ b/doc/html/globals_func_0x6f.html @@ -191,6 +191,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6f.html','');});
  • onepoll_run() : onepoll.php
  • +
  • online_init() +: online.php +
  • opensearch_init() : opensearch.php
  • diff --git a/doc/html/globals_func_0x72.html b/doc/html/globals_func_0x72.html index 98b284dfa..a51f073e6 100644 --- a/doc/html/globals_func_0x72.html +++ b/doc/html/globals_func_0x72.html @@ -227,6 +227,9 @@ $(document).ready(function(){initNavTree('globals_func_0x72.html','');});
  • reltoabs() : text.php
  • +
  • remote_online_status() +: identity.php +
  • remote_user() : boot.php
  • diff --git a/doc/html/globals_func_0x73.html b/doc/html/globals_func_0x73.html index 1f3aca686..608695ca5 100644 --- a/doc/html/globals_func_0x73.html +++ b/doc/html/globals_func_0x73.html @@ -236,9 +236,6 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • sitelist_init() : sitelist.php
  • -
  • smile_decode() -: text.php -
  • smile_encode() : text.php
  • diff --git a/doc/html/globals_func_0x77.html b/doc/html/globals_func_0x77.html index 31af26a40..860b694e2 100644 --- a/doc/html/globals_func_0x77.html +++ b/doc/html/globals_func_0x77.html @@ -176,6 +176,9 @@ $(document).ready(function(){initNavTree('globals_func_0x77.html','');});
  • widget_categories() : widgets.php
  • +
  • widget_chatroom_list() +: widgets.php +
  • widget_collections() : widgets.php
  • diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 93673bb26..f6af0a794 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -156,6 +156,10 @@ Functions    is_member ($s)   + get_online_status ($nick) +  + remote_online_status ($webbie) + 

    Function Documentation

    @@ -325,6 +329,24 @@ Functions

    Referenced by nav(), and zid().

    + + + +
    +
    + + + + + + + + +
    get_online_status ( $nick)
    +
    + +

    Referenced by online_init(), and profile_load().

    +
    @@ -530,7 +552,7 @@ Functions

    The channel default theme is also selected for use, unless over-riden elsewhere.

    load/reload current theme info

    -

    Referenced by achievements_content(), blocks_content(), channel_init(), cloud_init(), common_init(), connect_init(), layouts_content(), page_init(), photos_init(), profile_init(), profile_photo_init(), profiles_init(), profperm_init(), viewconnections_init(), and webpages_content().

    +

    Referenced by achievements_content(), blocks_content(), channel_init(), chat_init(), cloud_init(), common_init(), connect_init(), layouts_content(), page_init(), photos_init(), profile_init(), profile_photo_init(), profiles_init(), profperm_init(), viewconnections_init(), and webpages_content().

    @@ -570,6 +592,24 @@ Functions

    Referenced by profile_create_sidebar(), widget_fullprofile(), and widget_profile().

    + + + +
    +
    + + + + + + + + +
    remote_online_status ( $webbie)
    +
    + +

    Referenced by dirprofile_init().

    +
    @@ -677,7 +717,7 @@ Functions
    Returns
    string

    'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else

    -

    Referenced by chanview_content(), conversation(), dirprofile_init(), format_categories(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), and viewconnections_content().

    +

    Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), and viewconnections_content().

    diff --git a/doc/html/identity_8php.js b/doc/html/identity_8php.js index 873f46450..c9091d29b 100644 --- a/doc/html/identity_8php.js +++ b/doc/html/identity_8php.js @@ -9,6 +9,7 @@ var identity_8php = [ "get_events", "identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312", null ], [ "get_my_address", "identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2", null ], [ "get_my_url", "identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec", null ], + [ "get_online_status", "identity_8php.html#a332df795f684788002f5a6424abacfd7", null ], [ "get_sys_channel", "identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51", null ], [ "get_theme_uid", "identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3", null ], [ "identity_basic_export", "identity_8php.html#a3570a4eb77332b292d394c4132cb8f03", null ], @@ -18,6 +19,7 @@ var identity_8php = [ "profile_create_sidebar", "identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620", null ], [ "profile_load", "identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68", null ], [ "profile_sidebar", "identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc", null ], + [ "remote_online_status", "identity_8php.html#a47d6f53216f23a3484061793bef29854", null ], [ "set_default_login_identity", "identity_8php.html#a78151baf4407a8482d2681a91a9c486b", null ], [ "validate_channelname", "identity_8php.html#af2802bc13a00a17b867bba7978ba8f58", null ], [ "zid", "identity_8php.html#a5b815330f3d177ab383af37a6c12e532", null ], diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html new file mode 100644 index 000000000..7040528d6 --- /dev/null +++ b/doc/html/include_2chat_8php.html @@ -0,0 +1,277 @@ + + + + + + +The Red Matrix: include/chat.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + All Classes Namespaces Files Functions Variables Pages
    + + +
    + +
    + +
    + +
    +
    chat.php File Reference
    +
    +
    + + + + + + + + + + + + +

    +Functions

     chatroom_create ($channel, $arr)
     
     chatroom_destroy ($channel, $arr)
     
     chatroom_enter ($observer_xchan, $room_id, $status, $client)
     
     chatroom_leave ($observer_xchan, $room_id, $client)
     
     chatroom_list ($uid)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    chatroom_create ( $channel,
     $arr 
    )
    +
    + +

    Referenced by chat_post().

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    chatroom_destroy ( $channel,
     $arr 
    )
    +
    + +

    Referenced by chat_post().

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    chatroom_enter ( $observer_xchan,
     $room_id,
     $status,
     $client 
    )
    +
    + +

    Referenced by chat_content().

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    chatroom_leave ( $observer_xchan,
     $room_id,
     $client 
    )
    +
    + +

    Referenced by chat_content().

    + +
    +
    + +
    +
    + + + + + + + + +
    chatroom_list ( $uid)
    +
    + +

    Referenced by widget_chatroom_list().

    + +
    +
    +
    +
    + diff --git a/doc/html/include_2chat_8php.js b/doc/html/include_2chat_8php.js new file mode 100644 index 000000000..c8934cc36 --- /dev/null +++ b/doc/html/include_2chat_8php.js @@ -0,0 +1,8 @@ +var include_2chat_8php = +[ + [ "chatroom_create", "include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422", null ], + [ "chatroom_destroy", "include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639", null ], + [ "chatroom_enter", "include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91", null ], + [ "chatroom_leave", "include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f", null ], + [ "chatroom_list", "include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a", null ] +]; \ No newline at end of file diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index c7cafcc36..5a1f4cc8c 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -256,7 +256,7 @@ Functions
    -

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), proc_run(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    +

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), proc_run(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    @@ -324,7 +324,7 @@ Functions
    -

    Referenced by Conversation\__construct(), authenticate_success(), App\build_pagehead(), change_channel(), channel_content(), chanview_content(), community_content(), connect_content(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), feature_enabled(), findpeople_widget(), Item\get_comment_box(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_expire(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), network_content(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), and widget_notes().

    +

    Referenced by Conversation\__construct(), App\build_pagehead(), change_channel(), channel_content(), chanview_content(), community_content(), connect_content(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), Item\get_comment_box(), get_online_status(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_expire(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), network_content(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), and widget_notes().

    diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index baf3b92f7..4308e6884 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -114,16 +114,14 @@ $(document).ready(function(){initNavTree('include_2menu_8php.html','');}); Functions  menu_fetch ($name, $uid, $observer_xchan)   - bookmarks_menu_fetch ($uid, $observer_xchan, $flags=MENU_BOOKMARK) -   menu_render ($menu)    menu_fetch_id ($menu_id, $channel_id)    menu_create ($arr)   - menu_list ($channel_id) -  + menu_list ($channel_id, $flags=0) +   menu_edit ($arr)    menu_delete ($menu_name, $uid) @@ -138,38 +136,6 @@ Functions  

    Function Documentation

    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    bookmarks_menu_fetch ( $uid,
     $observer_xchan,
     $flags = MENU_BOOKMARK 
    )
    -
    - -
    -
    @@ -424,7 +390,7 @@ Functions
    - +
    @@ -432,8 +398,18 @@ Functions - + + + + + + + + + + +
    menu_list (  $channel_id)$channel_id,
     $flags = 0 
    )
    diff --git a/doc/html/include_2menu_8php.js b/doc/html/include_2menu_8php.js index 2f2bb4b73..11134c4b7 100644 --- a/doc/html/include_2menu_8php.js +++ b/doc/html/include_2menu_8php.js @@ -1,6 +1,5 @@ var include_2menu_8php = [ - [ "bookmarks_menu_fetch", "include_2menu_8php.html#a7fb5f4847bc94436e43be4b81478febc", null ], [ "menu_add_item", "include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8", null ], [ "menu_create", "include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98", null ], [ "menu_del_item", "include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a", null ], @@ -10,6 +9,6 @@ var include_2menu_8php = [ "menu_edit_item", "include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa", null ], [ "menu_fetch", "include_2menu_8php.html#a68ebbf492470c930f652013656f9071d", null ], [ "menu_fetch_id", "include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7", null ], - [ "menu_list", "include_2menu_8php.html#acef15a498d52666b1c7e5c12765c689b", null ], + [ "menu_list", "include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10", null ], [ "menu_render", "include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e", null ] ]; \ No newline at end of file diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 337fc9051..81ee1ed1f 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -385,7 +385,7 @@ Functions
    -

    Referenced by api_albums(), api_channel_stream(), api_export_basic(), api_photos(), dirsearch_content(), new_channel_init(), notes_init(), oexchange_content(), post_init(), post_post(), register_init(), zfinger_init(), and zotfeed_init().

    +

    Referenced by api_albums(), api_channel_stream(), api_export_basic(), api_photos(), chatsvc_content(), chatsvc_init(), chatsvc_post(), dirsearch_content(), new_channel_init(), notes_init(), oexchange_content(), online_init(), post_init(), post_post(), register_init(), zfinger_init(), and zotfeed_init().

    @@ -651,7 +651,7 @@ Functions
    Returns
    array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
    -

    Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

    +

    Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

    diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 1cba27d43..a17e9cc15 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -1269,7 +1269,7 @@ Functions
    -

    Referenced by get_feed_for().

    +

    Referenced by api_statuses_user_timeline(), and get_feed_for().

    diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index c9615c7f0..5c8c1eb46 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -183,7 +183,7 @@ Functions

    Get the language setting directly from system variables, bypassing get_config() as database may not yet be configured.

    If possible, we use the value from the browser.

    -

    Referenced by authenticate_success(), and get_best_language().

    +

    Referenced by get_best_language().

    @@ -280,7 +280,7 @@ Functions
    -

    Referenced by achievements_content(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), 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_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bbcode(), blocks_content(), blogtheme_form(), categories_widget(), channel_content(), channel_init(), chanview_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), page_content(), paginate(), pdl_selector(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), posted_date_widget(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    +

    Referenced by achievements_content(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), 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_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), blogtheme_form(), categories_widget(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), page_content(), paginate(), pdl_selector(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), posted_date_widget(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    diff --git a/doc/html/mod_2chat_8php.html b/doc/html/mod_2chat_8php.html new file mode 100644 index 000000000..283c554d2 --- /dev/null +++ b/doc/html/mod_2chat_8php.html @@ -0,0 +1,173 @@ + + + + + + +The Red Matrix: mod/chat.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + All Classes Namespaces Files Functions Variables Pages
    + + +
    + +
    + +
    + +
    +
    chat.php File Reference
    +
    +
    + + + + + + + + +

    +Functions

     chat_init (&$a)
     
     chat_post (&$a)
     
     chat_content (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    chat_content ($a)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    chat_init ($a)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    chat_post ($a)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/mod_2chat_8php.js b/doc/html/mod_2chat_8php.js new file mode 100644 index 000000000..73a2b18d6 --- /dev/null +++ b/doc/html/mod_2chat_8php.js @@ -0,0 +1,6 @@ +var mod_2chat_8php = +[ + [ "chat_content", "mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f", null ], + [ "chat_init", "mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e", null ], + [ "chat_post", "mod_2chat_8php.html#a999d594745597c656c9760253ae297ad", null ] +]; \ No newline at end of file diff --git a/doc/html/mod__filestorage_8php.html b/doc/html/mod__filestorage_8php.html new file mode 100644 index 000000000..d1bfc3b26 --- /dev/null +++ b/doc/html/mod__filestorage_8php.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/js/mod_filestorage.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + All Classes Namespaces Files Functions Variables Pages
    + + +
    + +
    + +
    +
    +
    mod_filestorage.php File Reference
    +
    +
    +
    +
    + diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 3eb466368..9d558eb94 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -37,13 +37,13 @@ var NAVTREEINDEX = [ "BaseObject_8php.html", "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688", -"classConversation.html#ae81221251307e315f566a11f921ce0a9", -"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf", -"functions_func.html", -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571", -"opensearch_8php.html", -"share_8php.html", -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165" +"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3", +"comanche_8php.html", +"functions_0x72.html", +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5", +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a", +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586", +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index ffdfa6227..c67149936 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,26 +1,26 @@ var NAVTREEINDEX0 = { "BaseObject_8php.html":[5,0,0,8], -"Contact_8php.html":[5,0,0,17], -"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,17,2], -"Contact_8php.html#a186162051a5127069cc851d78740f205":[5,0,0,17,4], -"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[5,0,0,17,8], -"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[5,0,0,17,10], -"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[5,0,0,17,13], -"Contact_8php.html#a38daa1c210b78385307123450ca9a1fc":[5,0,0,17,12], -"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[5,0,0,17,6], -"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[5,0,0,17,5], -"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[5,0,0,17,14], -"Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff":[5,0,0,17,3], -"Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71":[5,0,0,17,9], -"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[5,0,0,17,7], -"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[5,0,0,17,11], -"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,17,1], -"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,17,0], -"ConversationObject_8php.html":[5,0,0,21], -"ITemplateEngine_8php.html":[5,0,0,40], -"ItemObject_8php.html":[5,0,0,39], -"ProtoDriver_8php.html":[5,0,0,59], +"Contact_8php.html":[5,0,0,18], +"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,18,2], +"Contact_8php.html#a186162051a5127069cc851d78740f205":[5,0,0,18,4], +"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[5,0,0,18,8], +"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[5,0,0,18,10], +"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[5,0,0,18,13], +"Contact_8php.html#a38daa1c210b78385307123450ca9a1fc":[5,0,0,18,12], +"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[5,0,0,18,6], +"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[5,0,0,18,5], +"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[5,0,0,18,14], +"Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff":[5,0,0,18,3], +"Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71":[5,0,0,18,9], +"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[5,0,0,18,7], +"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[5,0,0,18,11], +"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,18,1], +"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,18,0], +"ConversationObject_8php.html":[5,0,0,22], +"ITemplateEngine_8php.html":[5,0,0,41], +"ItemObject_8php.html":[5,0,0,40], +"ProtoDriver_8php.html":[5,0,0,60], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], @@ -67,11 +67,11 @@ var NAVTREEINDEX0 = "annotated.html":[4,0], "apps_8php.html":[5,0,1,5], "apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c":[5,0,1,5,0], -"apw_2php_2style_8php.html":[5,0,3,1,0,0,1], -"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,1,0,0,1,0], -"apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a":[5,0,3,1,0,0,1,1], -"apw_2php_2theme_8php.html":[5,0,3,1,0,0,2], -"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,1,0,0,2,0], +"apw_2php_2style_8php.html":[5,0,3,2,0,0,1], +"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,2,0,0,1,0], +"apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a":[5,0,3,2,0,0,1,1], +"apw_2php_2theme_8php.html":[5,0,3,2,0,0,2], +"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,2,0,0,2,0], "auth_8php.html":[5,0,0,7], "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[5,0,0,7,0], "auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[5,0,0,7,2], @@ -101,14 +101,14 @@ var NAVTREEINDEX0 = "bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[5,0,0,10,11], "blocks_8php.html":[5,0,1,7], "blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[5,0,1,7,0], -"blogga_2php_2theme_8php.html":[5,0,3,1,1,0,2], -"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,1,1,1,0,0,2], -"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,1,1,1,0,0,2,3], -"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,1,1,1,0,0,2,2], -"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,1,0,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,1,1,1,0,0,2,1], -"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,1,1,1,0,0,2,4], +"blogga_2php_2theme_8php.html":[5,0,3,2,1,0,2], +"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,2,1,1,0,0,2], +"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,2,1,1,0,0,2,3], +"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,2,1,1,0,0,2,2], +"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,1,0,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,2,1,1,0,0,2,1], +"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,2,1,1,0,0,2,4], "boot_8php.html":[5,0,4], "boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,130], "boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,34], diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 0c2c55806..589b3e524 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -137,6 +137,10 @@ var NAVTREEINDEX1 = "channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[5,0,1,9,1], "chanview_8php.html":[5,0,1,10], "chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b":[5,0,1,10,0], +"chatsvc_8php.html":[5,0,1,12], +"chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[5,0,1,12,1], +"chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[5,0,1,12,0], +"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[5,0,1,12,2], "classApp.html":[4,0,5], "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[4,0,5,56], "classApp.html#a050b0696118da47e8b30859ad1a2c149":[4,0,5,40], @@ -245,9 +249,5 @@ var NAVTREEINDEX1 = "classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[4,0,8,1], "classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[4,0,8,16], "classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[4,0,8,3], -"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[4,0,8,12], -"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[4,0,8,8], -"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[4,0,8,13], -"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[4,0,8,9], -"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[4,0,8,4] +"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[4,0,8,12] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 3d78c394d..9735aefbf 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,9 @@ var NAVTREEINDEX2 = { +"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[4,0,8,8], +"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[4,0,8,13], +"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[4,0,8,9], +"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[4,0,8,4], "classConversation.html#ae81221251307e315f566a11f921ce0a9":[4,0,8,21], "classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[4,0,8,18], "classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[4,0,8,0], @@ -240,14 +244,10 @@ var NAVTREEINDEX2 = "classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[4,0,21,9], "classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[4,0,21,1], "classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[4,0,21,3], -"cli__startup_8php.html":[5,0,0,13], -"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[5,0,0,13,0], -"cli__suggest_8php.html":[5,0,0,14], -"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[5,0,0,14,0], -"cloud_8php.html":[5,0,1,11], -"cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d":[5,0,1,11,0], -"comanche_8php.html":[5,0,0,15], -"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[5,0,0,15,4], -"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[5,0,0,15,2], -"comanche_8php.html#a1fe339e1454803aa502ac89379c17f5b":[5,0,0,15,1] +"cli__startup_8php.html":[5,0,0,14], +"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[5,0,0,14,0], +"cli__suggest_8php.html":[5,0,0,15], +"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[5,0,0,15,0], +"cloud_8php.html":[5,0,1,13], +"cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d":[5,0,1,13,0] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index 9172e91b1..157cb4625 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,100 +1,104 @@ var NAVTREEINDEX3 = { -"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[5,0,0,15,3], -"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[5,0,0,15,0], -"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[5,0,0,15,6], -"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[5,0,0,15,5], -"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[5,0,0,15,7], -"common_8php.html":[5,0,1,12], -"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,12,0], -"common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,12,1], -"community_8php.html":[5,0,1,13], -"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,13,0], -"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,13,1], -"connect_8php.html":[5,0,1,14], -"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,14,2], -"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,14,0], -"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,14,1], -"connections_8php.html":[5,0,1,15], -"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,15,3], -"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,15,0], -"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,15,2], -"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,15,1], -"connedit_8php.html":[5,0,1,16], -"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,16,3], -"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,16,2], -"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,16,0], -"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,16,1], -"contact__selectors_8php.html":[5,0,0,18], -"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,18,1], -"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,18,0], -"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[5,0,0,18,3], -"contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53":[5,0,0,18,2], -"contact__widgets_8php.html":[5,0,0,19], -"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[5,0,0,19,0], -"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,19,2], -"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,19,1], -"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,19,3], -"contactgroup_8php.html":[5,0,1,17], -"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,17,0], -"conversation_8php.html":[5,0,0,20], -"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,20,7], -"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,20,9], -"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[5,0,0,20,16], -"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[5,0,0,20,22], -"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[5,0,0,20,6], -"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[5,0,0,20,17], -"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[5,0,0,20,15], -"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[5,0,0,20,23], -"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[5,0,0,20,8], -"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[5,0,0,20,14], -"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[5,0,0,20,13], -"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[5,0,0,20,21], -"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[5,0,0,20,19], -"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[5,0,0,20,10], -"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[5,0,0,20,4], -"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[5,0,0,20,2], -"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[5,0,0,20,20], -"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[5,0,0,20,0], -"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[5,0,0,20,1], -"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[5,0,0,20,11], -"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[5,0,0,20,5], -"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[5,0,0,20,18], -"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[5,0,0,20,12], -"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[5,0,0,20,3], -"cronhooks_8php.html":[5,0,0,22], -"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[5,0,0,22,0], -"crypto_8php.html":[5,0,0,23], -"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[5,0,0,23,5], -"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[5,0,0,23,2], -"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[5,0,0,23,4], -"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[5,0,0,23,1], -"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,23,9], -"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,23,6], -"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,23,10], -"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[5,0,0,23,0], -"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,23,8], -"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,23,3], -"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,23,7], -"dark_8php.html":[5,0,3,1,2,1,0], -"darkness_8php.html":[5,0,3,1,0,1,0], -"darknessleftaside_8php.html":[5,0,3,1,0,1,1], -"darknessrightaside_8php.html":[5,0,3,1,0,1,2], -"datetime_8php.html":[5,0,0,24], -"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,24,6], -"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,24,11], -"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[5,0,0,24,5], -"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[5,0,0,24,3], -"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[5,0,0,24,10], -"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[5,0,0,24,7], -"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[5,0,0,24,9], -"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[5,0,0,24,12], -"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[5,0,0,24,13], -"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[5,0,0,24,8], -"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[5,0,0,24,0], -"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[5,0,0,24,2], -"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[5,0,0,24,4], -"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[5,0,0,24,1], +"comanche_8php.html":[5,0,0,16], +"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[5,0,0,16,4], +"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[5,0,0,16,2], +"comanche_8php.html#a1fe339e1454803aa502ac89379c17f5b":[5,0,0,16,1], +"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[5,0,0,16,3], +"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[5,0,0,16,0], +"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[5,0,0,16,6], +"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[5,0,0,16,5], +"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[5,0,0,16,7], +"common_8php.html":[5,0,1,14], +"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,14,0], +"common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,14,1], +"community_8php.html":[5,0,1,15], +"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,15,0], +"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,15,1], +"connect_8php.html":[5,0,1,16], +"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,16,2], +"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,16,0], +"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,16,1], +"connections_8php.html":[5,0,1,17], +"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,17,3], +"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,17,0], +"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,17,2], +"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,17,1], +"connedit_8php.html":[5,0,1,18], +"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,18,3], +"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,18,2], +"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,18,0], +"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,18,1], +"contact__selectors_8php.html":[5,0,0,19], +"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,19,1], +"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,19,0], +"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[5,0,0,19,3], +"contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53":[5,0,0,19,2], +"contact__widgets_8php.html":[5,0,0,20], +"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[5,0,0,20,0], +"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,20,2], +"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,20,1], +"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,20,3], +"contactgroup_8php.html":[5,0,1,19], +"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,19,0], +"conversation_8php.html":[5,0,0,21], +"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,21,7], +"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,21,9], +"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[5,0,0,21,16], +"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[5,0,0,21,22], +"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[5,0,0,21,6], +"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[5,0,0,21,17], +"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[5,0,0,21,15], +"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[5,0,0,21,23], +"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[5,0,0,21,8], +"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[5,0,0,21,14], +"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[5,0,0,21,13], +"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[5,0,0,21,21], +"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[5,0,0,21,19], +"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[5,0,0,21,10], +"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[5,0,0,21,4], +"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[5,0,0,21,2], +"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[5,0,0,21,20], +"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[5,0,0,21,0], +"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[5,0,0,21,1], +"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[5,0,0,21,11], +"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[5,0,0,21,5], +"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[5,0,0,21,18], +"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[5,0,0,21,12], +"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[5,0,0,21,3], +"cronhooks_8php.html":[5,0,0,23], +"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[5,0,0,23,0], +"crypto_8php.html":[5,0,0,24], +"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[5,0,0,24,5], +"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[5,0,0,24,2], +"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[5,0,0,24,4], +"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[5,0,0,24,1], +"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,24,9], +"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,24,6], +"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,24,10], +"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[5,0,0,24,0], +"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,24,8], +"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,24,3], +"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,24,7], +"dark_8php.html":[5,0,3,2,2,1,0], +"darkness_8php.html":[5,0,3,2,0,1,0], +"darknessleftaside_8php.html":[5,0,3,2,0,1,1], +"darknessrightaside_8php.html":[5,0,3,2,0,1,2], +"datetime_8php.html":[5,0,0,25], +"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,25,6], +"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,25,11], +"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[5,0,0,25,5], +"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[5,0,0,25,3], +"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[5,0,0,25,10], +"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[5,0,0,25,7], +"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[5,0,0,25,9], +"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[5,0,0,25,12], +"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[5,0,0,25,13], +"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[5,0,0,25,8], +"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[5,0,0,25,0], +"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[5,0,0,25,2], +"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[5,0,0,25,4], +"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[5,0,0,25,1], "db__update_8php.html":[5,0,2,2], "dba__driver_8php.html":[5,0,0,0,0], "dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[5,0,0,0,0,8], @@ -107,47 +111,48 @@ var NAVTREEINDEX3 = "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[5,0,0,0,0,4], "dba__mysql_8php.html":[5,0,0,0,1], "dba__mysqli_8php.html":[5,0,0,0,2], -"delegate_8php.html":[5,0,1,18], -"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,18,0], -"deliver_8php.html":[5,0,0,25], -"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,25,0], -"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,1,2,0], -"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,1,0,1], +"delegate_8php.html":[5,0,1,20], +"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,20,0], +"deliver_8php.html":[5,0,0,26], +"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,26,0], +"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,2,2,0], +"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,2,0,1], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[5,0,2,0], "dir_21bc5169ff11430004758be31dcfc6c4.html":[5,0,0,0], "dir_23ec12649285f9fabf3a6b7380226c28.html":[5,0,2], +"dir_24b9ffacd044b9b20a6b863179c605d1.html":[5,0,3,0], "dir_25f74a9991dbbca1b52a94e358ca73c1.html":[5,0,2,1,0], -"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,1,2,1], -"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,1,2], -"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,1,1,1,0], +"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,2,2,1], +"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,2,2], +"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,2,1,1,0], "dir_720432dea4a717197ae070dbc42b8f20.html":[5,0,2,1], -"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,0], -"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,1], -"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,1,1], -"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,1,1,1], -"dir__fns_8php.html":[5,0,0,26], -"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,26,5], -"dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,26,4], -"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,26,2], -"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,26,3], -"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,26,0], -"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,26,1], -"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,1,1,1,0,0], +"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,1], +"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,2], +"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,2,1], +"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,2,1,1], +"dir__fns_8php.html":[5,0,0,27], +"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,27,5], +"dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,27,4], +"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,27,2], +"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,27,3], +"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,27,0], +"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,27,1], +"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,2,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], -"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,1,1,0], -"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,1,0,0], +"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,2,1,0], +"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,2,0,0], "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], -"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,1,0], -"dirprofile_8php.html":[5,0,1,20], -"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,20,0], -"dirsearch_8php.html":[5,0,1,21], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,21,1], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,21,2], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,21,0], -"display_8php.html":[5,0,1,22], -"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,22,0], +"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,2,0], +"dirprofile_8php.html":[5,0,1,22], +"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,22,0], +"dirsearch_8php.html":[5,0,1,23], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,23,1], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,23,2], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,23,0], +"display_8php.html":[5,0,1,24], +"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,24,0], "docblox__errorchecker_8php.html":[5,0,2,3], "docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[5,0,2,3,3], "docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[5,0,2,3,2], @@ -160,49 +165,49 @@ var NAVTREEINDEX3 = "docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[5,0,2,3,4], "docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[5,0,2,3,1], "docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[5,0,2,3,10], -"editblock_8php.html":[5,0,1,23], -"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,23,0], -"editlayout_8php.html":[5,0,1,24], -"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,24,0], -"editpost_8php.html":[5,0,1,25], -"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,25,0], -"editwebpage_8php.html":[5,0,1,26], -"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,26,0], -"enotify_8php.html":[5,0,0,28], -"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,28,1], -"event_8php.html":[5,0,0,29], -"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[5,0,0,29,6], -"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[5,0,0,29,0], -"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[5,0,0,29,1], -"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[5,0,0,29,5], -"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,29,2], -"event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,29,3], -"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,29,4], -"events_8php.html":[5,0,1,27], -"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,27,0], -"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,27,1], -"expire_8php.html":[5,0,0,30], -"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,30,0], +"editblock_8php.html":[5,0,1,25], +"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,25,0], +"editlayout_8php.html":[5,0,1,26], +"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,26,0], +"editpost_8php.html":[5,0,1,27], +"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,27,0], +"editwebpage_8php.html":[5,0,1,28], +"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,28,0], +"enotify_8php.html":[5,0,0,29], +"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,29,1], +"event_8php.html":[5,0,0,30], +"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[5,0,0,30,6], +"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[5,0,0,30,0], +"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[5,0,0,30,1], +"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[5,0,0,30,5], +"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,30,2], +"event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,30,3], +"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,30,4], +"events_8php.html":[5,0,1,29], +"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,29,0], +"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,29,1], +"expire_8php.html":[5,0,0,31], +"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,31,0], "extract_8php.html":[5,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[5,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[5,0,2,4,2], "extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[5,0,2,4,0], "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,4,1], -"fbrowser_8php.html":[5,0,1,28], -"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,28,0], -"features_8php.html":[5,0,0,31], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,31,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,31,1], -"feed_8php.html":[5,0,1,29], -"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,29,0], -"filer_8php.html":[5,0,1,30], -"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,30,0], -"filerm_8php.html":[5,0,1,31], -"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,31,0], +"fbrowser_8php.html":[5,0,1,30], +"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,30,0], +"features_8php.html":[5,0,0,32], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,32,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,32,1], +"feed_8php.html":[5,0,1,31], +"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,31,0], +"filer_8php.html":[5,0,1,32], +"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,32,0], +"filerm_8php.html":[5,0,1,33], +"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,33,0], "files.html":[5,0], -"filestorage_8php.html":[5,0,1,32], -"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,32,0], -"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,32,1], +"filestorage_8php.html":[5,0,1,34], +"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,34,0], +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,34,1], "fpostit_8php.html":[5,0,2,0,0], "fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], @@ -222,12 +227,12 @@ var NAVTREEINDEX3 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[5,0,2,5,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[5,0,2,5,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[5,0,2,5,3], -"friendica__smarty_8php.html":[5,0,0,33], -"fsuggest_8php.html":[5,0,1,34], -"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,34,1], -"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,34,0], -"full_8php.html":[5,0,3,0,1], -"full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db":[5,0,3,0,1,0], +"friendica__smarty_8php.html":[5,0,0,34], +"fsuggest_8php.html":[5,0,1,36], +"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,36,1], +"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,36,0], +"full_8php.html":[5,0,3,1,1], +"full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db":[5,0,3,1,1,0], "functions.html":[4,3,0], "functions.html":[4,3,0,0], "functions_0x5f.html":[4,3,0,1], @@ -244,10 +249,5 @@ var NAVTREEINDEX3 = "functions_0x6e.html":[4,3,0,12], "functions_0x6f.html":[4,3,0,13], "functions_0x70.html":[4,3,0,14], -"functions_0x71.html":[4,3,0,15], -"functions_0x72.html":[4,3,0,16], -"functions_0x73.html":[4,3,0,17], -"functions_0x74.html":[4,3,0,18], -"functions_0x76.html":[4,3,0,19], -"functions_func.html":[4,3,1] +"functions_0x71.html":[4,3,0,15] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index b9cfd47e0..ffadab93e 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,10 @@ var NAVTREEINDEX4 = { +"functions_0x72.html":[4,3,0,16], +"functions_0x73.html":[4,3,0,17], +"functions_0x74.html":[4,3,0,18], +"functions_0x76.html":[4,3,0,19], +"functions_func.html":[4,3,1], "functions_func.html":[4,3,1,0], "functions_func_0x61.html":[4,3,1,1], "functions_func_0x62.html":[4,3,1,2], @@ -20,8 +25,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0,0], "globals.html":[5,1,0], +"globals.html":[5,1,0,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -48,8 +53,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1,0], "globals_func.html":[5,1,1], +"globals_func.html":[5,1,1,0], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -98,54 +103,56 @@ var NAVTREEINDEX4 = "globals_vars_0x77.html":[5,1,2,19], "globals_vars_0x78.html":[5,1,2,20], "globals_vars_0x7a.html":[5,1,2,21], -"gprobe_8php.html":[5,0,0,34], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,34,0], -"greenthumbnails_8php.html":[5,0,3,1,0,1,3], -"help_8php.html":[5,0,1,36], -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,36,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,36,0], +"gprobe_8php.html":[5,0,0,35], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,35,0], +"greenthumbnails_8php.html":[5,0,3,2,0,1,3], +"help_8php.html":[5,0,1,38], +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,38,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,38,0], "hierarchy.html":[4,2], -"home_8php.html":[5,0,1,37], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,37,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,37,1], -"hostxrd_8php.html":[5,0,1,38], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,38,0], -"html2bbcode_8php.html":[5,0,0,36], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,36,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,36,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,36,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,36,2], -"html2plain_8php.html":[5,0,0,37], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,37,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,37,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,37,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,37,1], -"identity_8php.html":[5,0,0,38], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,38,3], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,38,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,38,11], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,38,17], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,38,16], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,38,7], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,38,20], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,38,21], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,38,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,38,18], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,38,14], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,38,8], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,38,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,38,10], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,38,9], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,38,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,38,12], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,38,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,38,15], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,38,13], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,38,6], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,38,19], -"import_8php.html":[5,0,1,39], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,39,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,39,0], +"home_8php.html":[5,0,1,39], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,39,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,39,1], +"hostxrd_8php.html":[5,0,1,40], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,40,0], +"html2bbcode_8php.html":[5,0,0,37], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,37,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,37,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,37,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,37,2], +"html2plain_8php.html":[5,0,0,38], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,38,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,38,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,38,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,38,1], +"identity_8php.html":[5,0,0,39], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,39,3], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,39,9], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,39,2], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,39,12], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,39,18], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,39,17], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,39,19], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,39,7], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,39,22], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,39,23], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,39,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,39,20], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,39,15], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,39,8], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,39,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,39,11], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,39,10], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,39,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,39,13], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,39,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,39,16], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,39,14], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,39,6], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,39,21], +"import_8php.html":[5,0,1,41], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,41,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,41,0], "include_2api_8php.html":[5,0,0,5], "include_2api_8php.html#a0991f72554f821255397d615e76f3203":[5,0,0,5,12], "include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[5,0,0,5,5], @@ -214,40 +221,33 @@ var NAVTREEINDEX4 = "include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[5,0,0,6,11], "include_2chanman_8php.html":[5,0,0,12], "include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[5,0,0,12,0], -"include_2config_8php.html":[5,0,0,16], -"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[5,0,0,16,7], -"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[5,0,0,16,0], -"include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33":[5,0,0,16,9], -"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[5,0,0,16,11], -"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[5,0,0,16,1], -"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[5,0,0,16,2], -"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,16,6], -"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,16,8], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,16,5], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,16,10], -"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,16,3], -"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,16,4], -"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,16,12], -"include_2directory_8php.html":[5,0,0,27], -"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,27,0], -"include_2follow_8php.html":[5,0,0,32], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,32,0], -"include_2group_8php.html":[5,0,0,35], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,35,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,35,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,35,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,35,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,35,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,35,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,35,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,35,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,35,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,35,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,35,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,35,9], -"include_2menu_8php.html":[5,0,0,43], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,43,2], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,43,4], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,43,9], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,43,8] +"include_2chat_8php.html":[5,0,0,13], +"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[5,0,0,13,3], +"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[5,0,0,13,1], +"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[5,0,0,13,2], +"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[5,0,0,13,0], +"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[5,0,0,13,4], +"include_2config_8php.html":[5,0,0,17], +"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[5,0,0,17,7], +"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[5,0,0,17,0], +"include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33":[5,0,0,17,9], +"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[5,0,0,17,11], +"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[5,0,0,17,1], +"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[5,0,0,17,2], +"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,17,6], +"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,17,8], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,17,5], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,17,10], +"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,17,3], +"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,17,4], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,17,12], +"include_2directory_8php.html":[5,0,0,28], +"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,28,0], +"include_2follow_8php.html":[5,0,0,33], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,33,0], +"include_2group_8php.html":[5,0,0,36], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,36,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,36,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,36,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,36,0] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 7711618c0..78f28bd09 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,175 +1,187 @@ var NAVTREEINDEX5 = { -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,43,6], -"include_2menu_8php.html#a7fb5f4847bc94436e43be4b81478febc":[5,0,0,43,0], -"include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e":[5,0,0,43,11], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,43,3], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,43,7], -"include_2menu_8php.html#acef15a498d52666b1c7e5c12765c689b":[5,0,0,43,10], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,43,5], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,43,1], -"include_2message_8php.html":[5,0,0,44], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,44,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,44,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,44,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,44,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,44,0], -"include_2network_8php.html":[5,0,0,46], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,46,5], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,46,10], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,46,4], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,46,9], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,46,8], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,46,13], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,46,7], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,46,14], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,46,12], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,46,6], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,46,19], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,46,16], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,46,17], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,46,18], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,46,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,46,0], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,46,3], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,46,15], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,46,11], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,46,1], -"include_2notify_8php.html":[5,0,0,48], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,48,0], -"include_2oembed_8php.html":[5,0,0,50], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,50,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,50,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,50,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,50,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,50,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,50,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,50,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,50,2], -"include_2photos_8php.html":[5,0,0,55], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,55,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,55,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,55,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,55,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,55,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,55,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,55,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,55,4], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,36,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,36,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,36,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,36,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,36,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,36,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,36,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,36,9], +"include_2menu_8php.html":[5,0,0,44], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,44,1], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,44,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,44,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,44,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,44,5], +"include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e":[5,0,0,44,10], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,44,2], +"include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10":[5,0,0,44,9], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,44,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,44,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,44,0], +"include_2message_8php.html":[5,0,0,45], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,45,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,45,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,45,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,45,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,45,0], +"include_2network_8php.html":[5,0,0,47], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,47,5], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,47,10], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,47,4], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,47,9], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,47,8], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,47,13], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,47,7], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,47,14], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,47,12], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,47,6], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,47,19], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,47,16], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,47,17], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,47,18], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,47,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,47,0], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,47,3], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,47,15], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,47,11], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,47,1], +"include_2notify_8php.html":[5,0,0,49], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,49,0], +"include_2oembed_8php.html":[5,0,0,51], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,51,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,51,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,51,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,51,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,51,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,51,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,51,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,51,2], +"include_2photos_8php.html":[5,0,0,56], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,56,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,56,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,56,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,56,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,56,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,56,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,56,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,56,4], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[4,0,18,0], -"invite_8php.html":[5,0,1,40], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,40,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,40,1], -"item_8php.html":[5,0,1,41], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,41,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,41,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,41,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,41,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,41,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,41,2], -"items_8php.html":[5,0,0,41], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,41,54], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,41,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,41,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,41,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,41,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,41,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,41,36], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,41,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,41,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,41,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,41,38], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,41,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,41,13], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,41,53], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,41,20], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,41,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,41,44], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,41,47], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,41,29], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,41,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,41,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,41,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,41,37], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,41,15], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,41,35], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,41,40], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,41,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,41,42], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,41,16], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,41,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,41,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,41,51], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,41,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,41,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,41,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,41,52], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,41,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,41,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,41,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,41,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,41,48], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,41,49], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,41,25], -"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[5,0,0,41,45], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,41,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,41,43], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,41,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,41,39], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,41,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,41,50], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,41,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,41,34], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,41,41], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,41,14], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,41,22], -"language_8php.html":[5,0,0,42], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,42,6], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,42,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,42,4], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,42,3], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,42,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,42,7], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,42,5], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,42,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,42,8], -"layouts_8php.html":[5,0,1,42], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,42,0], -"like_8php.html":[5,0,1,43], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,43,0], -"lockview_8php.html":[5,0,1,44], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,44,0], -"login_8php.html":[5,0,1,45], -"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,45,0], -"lostpass_8php.html":[5,0,1,46], -"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,46,0], -"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,46,1], -"magic_8php.html":[5,0,1,47], -"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,47,0], -"mail_8php.html":[5,0,1,48], -"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,48,0], -"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,48,1], -"manage_8php.html":[5,0,1,49], -"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,49,0], -"match_8php.html":[5,0,1,50], -"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,50,0], +"invite_8php.html":[5,0,1,42], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,42,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,42,1], +"item_8php.html":[5,0,1,43], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,43,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,43,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,43,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,43,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,43,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,43,2], +"items_8php.html":[5,0,0,42], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,42,54], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,42,2], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,42,6], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,42,27], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,42,7], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,42,32], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,42,36], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,42,24], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,42,4], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,42,31], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,42,38], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,42,3], +"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,42,13], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,42,53], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,42,20], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,42,0], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,42,44], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,42,47], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,42,29], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,42,19], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,42,12], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,42,17], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,42,37], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,42,15], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,42,35], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,42,40], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,42,33], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,42,42], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,42,16], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,42,11], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,42,5], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,42,51], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,42,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,42,10], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,42,30], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,42,52], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,42,9], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,42,21], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,42,8], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,42,28], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,42,48], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,42,49], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,42,25], +"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[5,0,0,42,45], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,42,1], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,42,43], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,42,18], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,42,39], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,42,46], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,42,50], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,42,23], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,42,34], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,42,41], +"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,42,14], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,42,22], +"language_8php.html":[5,0,0,43], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,43,6], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,43,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,43,4], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,43,3], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,43,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,43,7], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,43,5], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,43,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,43,8], +"layouts_8php.html":[5,0,1,44], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,44,0], +"like_8php.html":[5,0,1,45], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,45,0], +"lockview_8php.html":[5,0,1,46], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,46,0], +"login_8php.html":[5,0,1,47], +"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,47,0], +"lostpass_8php.html":[5,0,1,48], +"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,48,0], +"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,48,1], +"magic_8php.html":[5,0,1,49], +"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,49,0], +"mail_8php.html":[5,0,1,50], +"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,50,0], +"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,50,1], +"manage_8php.html":[5,0,1,51], +"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,51,0], +"match_8php.html":[5,0,1,52], +"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,52,0], "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], -"minimal_8php.html":[5,0,3,0,2], -"minimalisticdarkness_8php.html":[5,0,3,1,0,1,4], -"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,1,0,1,4,4], -"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,1,0,1,4,3], -"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,1,0,1,4,5], -"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,1,0,1,4,0], -"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,1,4,2], -"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,1,4,1], -"mitem_8php.html":[5,0,1,53], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,53,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,53,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,53,1], +"minimal_8php.html":[5,0,3,1,2], +"minimalisticdarkness_8php.html":[5,0,3,2,0,1,4], +"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,2,0,1,4,4], +"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,2,0,1,4,3], +"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,2,0,1,4,5], +"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,2,0,1,4,0], +"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,2,0,1,4,2], +"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,2,0,1,4,1], +"mitem_8php.html":[5,0,1,55], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,55,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,55,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,55,1], "mod_2api_8php.html":[5,0,1,4], "mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], "mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], @@ -177,39 +189,44 @@ var NAVTREEINDEX5 = "mod_2attach_8php.html":[5,0,1,6], "mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], "mod_2chanman_8php.html":[5,0,1,8], -"mod_2directory_8php.html":[5,0,1,19], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,19,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,19,0], -"mod_2follow_8php.html":[5,0,1,33], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,33,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,33,0], -"mod_2group_8php.html":[5,0,1,35], -"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,35,0], -"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,35,1], -"mod_2menu_8php.html":[5,0,1,51], -"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,51,0], -"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,51,1], -"mod_2message_8php.html":[5,0,1,52], -"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,52,0], -"mod_2network_8php.html":[5,0,1,56], -"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,56,1], -"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,56,0], -"mod_2notify_8php.html":[5,0,1,60], -"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,60,1], -"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,60,0], -"mod_2oembed_8php.html":[5,0,1,61], -"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,61,0], -"mod_2photos_8php.html":[5,0,1,67], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,67,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,67,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,67,1], -"mod__import_8php.html":[5,0,3,0,3], -"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,3,0], -"mood_8php.html":[5,0,1,54], -"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,54,0], -"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,54,1], -"msearch_8php.html":[5,0,1,55], -"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,55,0], +"mod_2chat_8php.html":[5,0,1,11], +"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,11,0], +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,11,2], +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,11,1], +"mod_2directory_8php.html":[5,0,1,21], +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,21,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,21,0], +"mod_2follow_8php.html":[5,0,1,35], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,35,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,35,0], +"mod_2group_8php.html":[5,0,1,37], +"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,37,0], +"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,37,1], +"mod_2menu_8php.html":[5,0,1,53], +"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,53,0], +"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,53,1], +"mod_2message_8php.html":[5,0,1,54], +"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,54,0], +"mod_2network_8php.html":[5,0,1,58], +"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,58,1], +"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,58,0], +"mod_2notify_8php.html":[5,0,1,62], +"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,62,1], +"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,62,0], +"mod_2oembed_8php.html":[5,0,1,63], +"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,63,0], +"mod_2photos_8php.html":[5,0,1,70], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,70,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,70,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,70,1], +"mod__filestorage_8php.html":[5,0,3,0,0], +"mod__import_8php.html":[5,0,3,1,3], +"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,1,3,0], +"mood_8php.html":[5,0,1,56], +"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,56,0], +"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,56,1], +"msearch_8php.html":[5,0,1,57], +"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,57,0], "namespaceFriendica.html":[3,0,1], "namespaceFriendica.html":[4,0,1], "namespaceacl__selectors.html":[4,0,0], @@ -224,30 +241,13 @@ var NAVTREEINDEX5 = "namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], -"nav_8php.html":[5,0,0,45], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,45,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,45,1], -"new__channel_8php.html":[5,0,1,57], -"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,57,2], -"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,57,1], -"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,57,0], -"none_8php.html":[5,0,3,0,4], -"notes_8php.html":[5,0,1,58], -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,58,0], -"notifications_8php.html":[5,0,1,59], -"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,59,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,59,0], -"notifier_8php.html":[5,0,0,47], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,47,0], -"oauth_8php.html":[5,0,0,49], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,49,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,49,2], -"oexchange_8php.html":[5,0,1,62], -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,62,0], -"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,62,1], -"olddefault_8php.html":[5,0,3,1,0,1,5], -"onedirsync_8php.html":[5,0,0,51], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,51,0], -"onepoll_8php.html":[5,0,0,52], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,52,0] +"nav_8php.html":[5,0,0,46], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,46,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,46,1], +"new__channel_8php.html":[5,0,1,59], +"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,59,2], +"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,59,1], +"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,59,0], +"none_8php.html":[5,0,3,1,4], +"notes_8php.html":[5,0,1,60] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 9e73739f5..d7b3c75f1 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,29 +1,48 @@ var NAVTREEINDEX6 = { -"opensearch_8php.html":[5,0,1,63], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,63,0], -"page_8php.html":[5,0,1,64], -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,64,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,64,0], -"page__widgets_8php.html":[5,0,0,53], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,53,1], -"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,53,0], +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,60,0], +"notifications_8php.html":[5,0,1,61], +"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,61,1], +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,61,0], +"notifier_8php.html":[5,0,0,48], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,48,0], +"oauth_8php.html":[5,0,0,50], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,50,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,50,2], +"oexchange_8php.html":[5,0,1,64], +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,64,0], +"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,64,1], +"olddefault_8php.html":[5,0,3,2,0,1,5], +"onedirsync_8php.html":[5,0,0,52], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,52,0], +"onepoll_8php.html":[5,0,0,53], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,53,0], +"online_8php.html":[5,0,1,65], +"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,65,0], +"opensearch_8php.html":[5,0,1,66], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,66,0], +"page_8php.html":[5,0,1,67], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,67,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,67,0], +"page__widgets_8php.html":[5,0,0,54], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,54,1], +"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,54,0], "pages.html":[], -"parse__url_8php.html":[5,0,1,65], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,65,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,65,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,65,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,65,0], -"passion_8php.html":[5,0,3,1,0,1,6], -"passionwide_8php.html":[5,0,3,1,0,1,7], -"permissions_8php.html":[5,0,0,54], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,54,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,54,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,54,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,54,4], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,54,1], -"photo_8php.html":[5,0,1,66], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,66,0], +"parse__url_8php.html":[5,0,1,68], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,68,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,68,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,68,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,68,0], +"passion_8php.html":[5,0,3,2,0,1,6], +"passionwide_8php.html":[5,0,3,2,0,1,7], +"permissions_8php.html":[5,0,0,55], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,55,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,55,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,55,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,55,4], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,55,1], +"photo_8php.html":[5,0,1,69], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,69,0], "photo__driver_8php.html":[5,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[5,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[5,0,0,1,0,1], @@ -40,58 +59,58 @@ var NAVTREEINDEX6 = "php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0":[5,0,2,6,1], "php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[5,0,2,6,4], "php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[5,0,2,6,2], -"php_2default_8php.html":[5,0,3,0,0], -"php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,0,0,0], -"php_2theme__init_8php.html":[5,0,3,0,5], -"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,0,5,0], -"php_8php.html":[5,0,1,68], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,68,0], -"pine_8php.html":[5,0,3,1,0,1,8], -"ping_8php.html":[5,0,1,69], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,69,0], -"plugin_8php.html":[5,0,0,56], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,56,21], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,56,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,56,20], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,56,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,56,16], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,56,18], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,56,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,56,15], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,56,13], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,56,28], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,56,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,56,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,56,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,56,23], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,56,27], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,56,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,56,0], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,56,29], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,56,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,56,25], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,56,22], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,56,12], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,56,17], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,56,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,56,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,56,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,56,14], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,56,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,56,19], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,56,5], +"php_2default_8php.html":[5,0,3,1,0], +"php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,1,0,0], +"php_2theme__init_8php.html":[5,0,3,1,5], +"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,5,0], +"php_8php.html":[5,0,1,71], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,71,0], +"pine_8php.html":[5,0,3,2,0,1,8], +"ping_8php.html":[5,0,1,72], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,72,0], +"plugin_8php.html":[5,0,0,57], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,57,21], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,57,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,57,20], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,57,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,57,16], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,57,18], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,57,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,57,15], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,57,13], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,57,28], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,57,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,57,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,57,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,57,23], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,57,27], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,57,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,57,0], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,57,29], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,57,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,57,25], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,57,22], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,57,12], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,57,17], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,57,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,57,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,57,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,57,14], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,57,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,57,19], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,57,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], -"poco_8php.html":[5,0,1,70], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,70,0], -"poke_8php.html":[5,0,1,71], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,71,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,71,0], -"poller_8php.html":[5,0,0,57], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,57,0], -"post_8php.html":[5,0,1,72], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,72,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,72,1], +"poco_8php.html":[5,0,1,73], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,73,0], +"poke_8php.html":[5,0,1,74], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,74,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,74,0], +"poller_8php.html":[5,0,0,58], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,58,0], +"post_8php.html":[5,0,1,75], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,75,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,75,1], "post__to__red_8php.html":[5,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[5,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[5,0,2,1,0,0,12], @@ -117,137 +136,118 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af2713018a2dc97e88f121fc6215beb66":[5,0,2,1,0,0,18], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[5,0,2,1,0,0,23], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], -"pretheme_8php.html":[5,0,1,73], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,73,0], -"probe_8php.html":[5,0,1,74], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,74,0], -"profile_8php.html":[5,0,1,75], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,75,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,75,1], -"profile__photo_8php.html":[5,0,1,76], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,76,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,76,1], -"profile__selectors_8php.html":[5,0,0,58], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,58,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,58,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,58,0], -"profiles_8php.html":[5,0,1,77], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,77,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,77,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,77,2], -"profperm_8php.html":[5,0,1,78], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,78,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,78,0], -"pubsites_8php.html":[5,0,1,79], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,79,0], -"queue_8php.html":[5,0,0,60], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,60,0], -"queue__fn_8php.html":[5,0,0,61], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,61,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,61,0], -"randprof_8php.html":[5,0,1,80], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,80,0], -"redbasic_2php_2style_8php.html":[5,0,3,1,2,0,1], -"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,2,0,1,12], -"redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4":[5,0,3,1,2,0,1,16], -"redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574":[5,0,3,1,2,0,1,2], -"redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473":[5,0,3,1,2,0,1,5], -"redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,1,2,0,1,23], -"redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8":[5,0,3,1,2,0,1,9], -"redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16":[5,0,3,1,2,0,1,8], -"redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c":[5,0,3,1,2,0,1,0], -"redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb":[5,0,3,1,2,0,1,21], -"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,2,0,1,4], -"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,2,0,1,24], -"redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351":[5,0,3,1,2,0,1,15], -"redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b":[5,0,3,1,2,0,1,6], -"redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad":[5,0,3,1,2,0,1,19], -"redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb":[5,0,3,1,2,0,1,22], -"redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee":[5,0,3,1,2,0,1,17], -"redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a":[5,0,3,1,2,0,1,26], -"redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649":[5,0,3,1,2,0,1,10], -"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,2,0,1,13], -"redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a":[5,0,3,1,2,0,1,18], -"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,2,0,1,25], -"redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1":[5,0,3,1,2,0,1,11], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,2,0,1,14], -"redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3":[5,0,3,1,2,0,1,20], -"redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8":[5,0,3,1,2,0,1,3], -"redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0":[5,0,3,1,2,0,1,1], -"redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc":[5,0,3,1,2,0,1,7], -"redbasic_2php_2theme_8php.html":[5,0,3,1,2,0,2], -"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,2,0,2,0], -"redbasic_8php.html":[5,0,3,1,0,1,9], -"reddav_8php.html":[5,0,0,62], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,62,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,62,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,62,4], -"register_8php.html":[5,0,1,81], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,81,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,81,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,81,1], -"regmod_8php.html":[5,0,1,82], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,82,0], -"removeme_8php.html":[5,0,1,83], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,83,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,83,1], -"rmagic_8php.html":[5,0,1,84], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,84,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,84,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,84,1], -"rpost_8php.html":[5,0,1,85], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,85,0], -"rsd__xml_8php.html":[5,0,1,86], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,86,0], -"search_8php.html":[5,0,1,87], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,87,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,87,1], -"search__ac_8php.html":[5,0,1,88], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,88,0], -"security_8php.html":[5,0,0,63], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,63,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,63,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,63,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,63,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,63,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,63,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,63,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,63,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,63,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,63,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,63,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,63,8], -"session_8php.html":[5,0,0,64], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,64,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,64,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,64,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,64,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,64,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,64,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,64,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,64,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,64,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,64,2], -"settings_8php.html":[5,0,1,89], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,89,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,89,1], -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,89,2], -"setup_8php.html":[5,0,1,90], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,90,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,90,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,90,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,90,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,90,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,90,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,90,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,90,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,90,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,90,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,90,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,90,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,90,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,90,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,90,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,90,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,90,6] +"pretheme_8php.html":[5,0,1,76], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,76,0], +"probe_8php.html":[5,0,1,77], +"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,77,0], +"profile_8php.html":[5,0,1,78], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,78,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,78,1], +"profile__photo_8php.html":[5,0,1,79], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,79,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,79,1], +"profile__selectors_8php.html":[5,0,0,59], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,59,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,59,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,59,0], +"profiles_8php.html":[5,0,1,80], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,80,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,80,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,80,2], +"profperm_8php.html":[5,0,1,81], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,81,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,81,0], +"pubsites_8php.html":[5,0,1,82], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,82,0], +"queue_8php.html":[5,0,0,61], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,61,0], +"queue__fn_8php.html":[5,0,0,62], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,62,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,62,0], +"randprof_8php.html":[5,0,1,83], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,83,0], +"redbasic_2php_2style_8php.html":[5,0,3,2,2,0,1], +"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,12], +"redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4":[5,0,3,2,2,0,1,16], +"redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574":[5,0,3,2,2,0,1,2], +"redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473":[5,0,3,2,2,0,1,5], +"redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,2,2,0,1,23], +"redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8":[5,0,3,2,2,0,1,9], +"redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16":[5,0,3,2,2,0,1,8], +"redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c":[5,0,3,2,2,0,1,0], +"redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb":[5,0,3,2,2,0,1,21], +"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,4], +"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,2,2,0,1,24], +"redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351":[5,0,3,2,2,0,1,15], +"redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b":[5,0,3,2,2,0,1,6], +"redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad":[5,0,3,2,2,0,1,19], +"redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb":[5,0,3,2,2,0,1,22], +"redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee":[5,0,3,2,2,0,1,17], +"redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a":[5,0,3,2,2,0,1,26], +"redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649":[5,0,3,2,2,0,1,10], +"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,2,2,0,1,13], +"redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a":[5,0,3,2,2,0,1,18], +"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,2,2,0,1,25], +"redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1":[5,0,3,2,2,0,1,11], +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,2,2,0,1,14], +"redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3":[5,0,3,2,2,0,1,20], +"redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8":[5,0,3,2,2,0,1,3], +"redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0":[5,0,3,2,2,0,1,1], +"redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc":[5,0,3,2,2,0,1,7], +"redbasic_2php_2theme_8php.html":[5,0,3,2,2,0,2], +"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,2,2,0,2,0], +"redbasic_8php.html":[5,0,3,2,0,1,9], +"reddav_8php.html":[5,0,0,63], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,63,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,63,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,63,4], +"register_8php.html":[5,0,1,84], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,84,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,84,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,84,1], +"regmod_8php.html":[5,0,1,85], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,85,0], +"removeme_8php.html":[5,0,1,86], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,86,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,86,1], +"rmagic_8php.html":[5,0,1,87], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,87,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,87,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,87,1], +"rpost_8php.html":[5,0,1,88], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,88,0], +"rsd__xml_8php.html":[5,0,1,89], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,89,0], +"search_8php.html":[5,0,1,90], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,90,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,90,1], +"search__ac_8php.html":[5,0,1,91], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,91,0], +"security_8php.html":[5,0,0,64], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,64,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,64,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,64,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,64,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,64,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,64,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,64,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,64,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,64,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,64,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,64,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,64,8], +"session_8php.html":[5,0,0,65], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,65,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,65,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,65,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,65,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,65,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,65,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,65,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,65,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,65,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,65,2], +"settings_8php.html":[5,0,1,92], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,92,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,92,1] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 3edb82cc6..1c985bd0e 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,171 +1,189 @@ var NAVTREEINDEX7 = { -"share_8php.html":[5,0,1,91], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,91,0], -"siteinfo_8php.html":[5,0,1,92], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,92,1], -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,92,0], -"sitelist_8php.html":[5,0,1,93], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,93,0], -"smilies_8php.html":[5,0,1,94], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,94,0], -"socgraph_8php.html":[5,0,0,65], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,65,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,65,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,65,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,65,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,65,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,65,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,65,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,65,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,65,3], -"sources_8php.html":[5,0,1,95], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,95,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,95,1], -"sslify_8php.html":[5,0,1,96], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,96,0], -"starred_8php.html":[5,0,1,97], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,97,0], -"subthread_8php.html":[5,0,1,98], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,98,0], -"suggest_8php.html":[5,0,1,99], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,99,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,99,1], -"system__unavailable_8php.html":[5,0,0,66], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,66,0], -"tagger_8php.html":[5,0,1,100], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,100,0], -"tagrm_8php.html":[5,0,1,101], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,101,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,101,0], -"taxonomy_8php.html":[5,0,0,67], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,67,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,67,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,67,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,67,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,67,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,67,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,67,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,67,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,67,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,67,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,67,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,67,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,67,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,67,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,67,8], -"template__processor_8php.html":[5,0,0,68], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,68,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,68,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,68,2], -"text_8php.html":[5,0,0,69], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,69,39], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,69,45], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,69,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,69,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,69,11], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,69,44], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,69,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,69,79], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,69,32], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,69,35], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,69,49], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,69,52], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,69,46], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,69,47], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,69,42], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,69,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,69,87], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,69,76], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,69,48], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,69,10], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,69,89], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,69,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,69,84], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,69,73], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,69,82], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,69,30], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,69,41], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,69,72], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,69,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,69,85], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,69,33], -"text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[5,0,0,69,71], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,69,31], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,69,43], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,69,61], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,69,50], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,69,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,69,60], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,69,81], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,69,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,69,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,69,80], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,69,40], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,69,27], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,69,77], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,69,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,69,34], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,69,26], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,69,78], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,69,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,69,68], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,69,74], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,69,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,69,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,69,59], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,69,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,69,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,69,54], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,69,65], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,69,63], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,69,67], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,69,29], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,69,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,69,55], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,69,36], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,69,28], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,69,88], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,69,69], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,69,83], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,69,86], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,69,56], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,69,37], -"text_8php.html#aca0f589be74fab1a460c57e88dad9779":[5,0,0,69,70], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,69,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,69,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,69,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,69,64], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,69,51], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,69,38], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,69,66], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,69,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,69,57], -"text_8php.html#ae4f6881d7e13623f8eded6277595112a":[5,0,0,69,25], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,69,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,69,75], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,69,62], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,69,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,69,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,69,58], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,69,53], -"theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], -"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,0,1,2], -"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,0,1,0], -"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,1,1,0,1,1], -"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,1,1,0,3], -"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,1,1,1,0,0,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,1,0,0,1,2], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,1,1,1,0,0,1,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,1,0,0,1,0], -"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,2,0,3], -"thing_8php.html":[5,0,1,102], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,102,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,102,1], -"toggle__mobile_8php.html":[5,0,1,103], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,103,0], -"toggle__safesearch_8php.html":[5,0,1,104], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,104,0], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,92,2], +"setup_8php.html":[5,0,1,93], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,93,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,93,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,93,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,93,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,93,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,93,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,93,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,93,8], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,93,12], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,93,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,93,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,93,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,93,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,93,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,93,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,93,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,93,6], +"share_8php.html":[5,0,1,94], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,94,0], +"siteinfo_8php.html":[5,0,1,95], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,95,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,95,0], +"sitelist_8php.html":[5,0,1,96], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,96,0], +"smilies_8php.html":[5,0,1,97], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,97,0], +"socgraph_8php.html":[5,0,0,66], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,66,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,66,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,66,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,66,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,66,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,66,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,66,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,66,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,66,3], +"sources_8php.html":[5,0,1,98], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,98,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,98,1], +"sslify_8php.html":[5,0,1,99], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,99,0], +"starred_8php.html":[5,0,1,100], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,100,0], +"subthread_8php.html":[5,0,1,101], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,101,0], +"suggest_8php.html":[5,0,1,102], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,102,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,102,1], +"system__unavailable_8php.html":[5,0,0,67], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,67,0], +"tagger_8php.html":[5,0,1,103], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,103,0], +"tagrm_8php.html":[5,0,1,104], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,104,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,104,0], +"taxonomy_8php.html":[5,0,0,68], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,68,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,68,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,68,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,68,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,68,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,68,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,68,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,68,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,68,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,68,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,68,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,68,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,68,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,68,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,68,8], +"template__processor_8php.html":[5,0,0,69], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,69,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,69,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,69,2], +"text_8php.html":[5,0,0,70], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,70,39], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,70,45], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,70,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,70,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,70,11], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,70,44], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,70,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,70,78], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,70,32], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,70,35], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,70,49], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,70,52], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,70,46], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,70,47], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,70,42], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,70,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,70,86], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,70,75], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,70,48], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,70,10], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,70,88], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,70,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,70,83], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,70,72], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,70,81], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,70,30], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,70,41], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,70,71], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,70,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,70,84], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,70,33], +"text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[5,0,0,70,70], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,70,31], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,70,43], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,70,61], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,70,50], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,70,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,70,60], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,70,80], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,70,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,70,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,70,79], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,70,40], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,70,27], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,70,76], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,70,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,70,34], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,70,26], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,70,77], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,70,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,70,68], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,70,73], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,70,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,70,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,70,59], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,70,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,70,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,70,54], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,70,65], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,70,63], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,70,67], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,70,29], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,70,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,70,55], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,70,36], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,70,28], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,70,87], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,70,69], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,70,82], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,70,85], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,70,56], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,70,37], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,70,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,70,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,70,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,70,64], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,70,51], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,70,38], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,70,66], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,70,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,70,57], +"text_8php.html#ae4f6881d7e13623f8eded6277595112a":[5,0,0,70,25], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,70,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,70,74], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,70,62], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,70,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,70,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,70,58], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,70,53], +"theme_2blogga_2php_2default_8php.html":[5,0,3,2,1,0,1], +"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,0,1,2], +"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,0,1,0], +"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,2,1,0,1,1], +"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,2,1,0,3], +"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,2,1,1,0,0,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,1,0,0,1,2], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,2,1,1,0,0,1,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,1,0,0,1,0], +"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,2,2,0,3], +"thing_8php.html":[5,0,1,105], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,105,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,105,1], +"toggle__mobile_8php.html":[5,0,1,106], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,106,0], +"toggle__safesearch_8php.html":[5,0,1,107], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,107,0], "tpldebug_8php.html":[5,0,2,8], "tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], "tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], @@ -179,18 +197,18 @@ var NAVTREEINDEX7 = "typohelper_8php.html":[5,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,105], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,105,0], -"update__channel_8php.html":[5,0,1,106], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,106,0], -"update__community_8php.html":[5,0,1,107], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,107,0], -"update__display_8php.html":[5,0,1,108], -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,108,0], -"update__network_8php.html":[5,0,1,109], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,109,0], -"update__search_8php.html":[5,0,1,110], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,110,0], +"uexport_8php.html":[5,0,1,108], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,108,0], +"update__channel_8php.html":[5,0,1,109], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,109,0], +"update__community_8php.html":[5,0,1,110], +"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,110,0], +"update__display_8php.html":[5,0,1,111], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,111,0], +"update__network_8php.html":[5,0,1,112], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,112,0], +"update__search_8php.html":[5,0,1,113], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,113,0], "updatetpl_8py.html":[5,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[5,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[5,0,2,11,2], @@ -198,56 +216,38 @@ var NAVTREEINDEX7 = "updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6":[5,0,2,11,3], "updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f":[5,0,2,11,0], "updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[5,0,2,11,4], -"view_2theme_2apw_2php_2config_8php.html":[5,0,3,1,0,0,0], -"view_2theme_2apw_2php_2config_8php.html#a8b51951a70e1c1324be71345a61d70ec":[5,0,3,1,0,0,0,0], -"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,0,0,0,1], -"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,0,0,0,2], -"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,1,1,0,0], -"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,0,0,1], -"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,0,0,0], -"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,0,0,3], -"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,0,0,4], -"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,0,0,2], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,1,1,1,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,1,0,0,0,1], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,1,0,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,1,0,0,0,3], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,1,0,0,0,4], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,1,0,0,0,2], -"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,1,2,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,1,2,0,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,2,0,0,1], -"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,2,0,0,2], -"view_8php.html":[5,0,1,111], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,111,0], -"viewconnections_8php.html":[5,0,1,112], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,112,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,112,0], -"viewsrc_8php.html":[5,0,1,113], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,113,0], -"vote_8php.html":[5,0,1,114], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,114,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,114,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,114,1], -"wall__attach_8php.html":[5,0,1,115], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,115,0], -"wall__upload_8php.html":[5,0,1,116], -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,116,0], -"webfinger_8php.html":[5,0,1,117], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,117,0], -"webpages_8php.html":[5,0,1,118], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,118,0], -"wfinger_8php.html":[5,0,1,119], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,119,0], -"widedarkness_8php.html":[5,0,3,1,0,1,10], -"widgets_8php.html":[5,0,0,70], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,70,7], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,70,19], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,70,4], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,70,5], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,70,13], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,70,14], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,70,8], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,70,20], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,70,15] +"view_2theme_2apw_2php_2config_8php.html":[5,0,3,2,0,0,0], +"view_2theme_2apw_2php_2config_8php.html#a8b51951a70e1c1324be71345a61d70ec":[5,0,3,2,0,0,0,0], +"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,0,0,0,1], +"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,0,0,0,2], +"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,2,1,0,0], +"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,0,0,1], +"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,0,0,0], +"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,0,0,3], +"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,0,0,4], +"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,0,0,2], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,2,1,1,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,1,0,0,0,1], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,1,0,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,1,0,0,0,3], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,1,0,0,0,4], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,1,0,0,0,2], +"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,2,2,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,2,2,0,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,2,0,0,1], +"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,2,0,0,2], +"view_8php.html":[5,0,1,114], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,114,0], +"viewconnections_8php.html":[5,0,1,115], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,115,1], +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,115,0], +"viewsrc_8php.html":[5,0,1,116], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,116,0], +"vote_8php.html":[5,0,1,117], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,117,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,117,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,117,1], +"wall__attach_8php.html":[5,0,1,118], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,118,0], +"wall__upload_8php.html":[5,0,1,119] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 147258fa5..bd7393825 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,58 +1,77 @@ var NAVTREEINDEX8 = { -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,70,11], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,70,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,70,17], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,70,6], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,70,3], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,70,18], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,70,16], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,70,22], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,70,10], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,70,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,70,9], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,70,21], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,70,2], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,70,12], -"xchan_8php.html":[5,0,1,120], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,120,0], -"xrd_8php.html":[5,0,1,121], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,121,0], -"xref_8php.html":[5,0,1,122], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,122,0], -"zfinger_8php.html":[5,0,1,123], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,123,0], -"zot_8php.html":[5,0,0,71], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,71,13], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,71,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,71,15], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,71,10], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,71,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,71,5], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,71,21], -"zot_8php.html#a56f3f65514e4e7f0cd117d01735aebd1":[5,0,0,71,8], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,71,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,71,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,71,0], -"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,71,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,71,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,71,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,71,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,71,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,71,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,71,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,71,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,71,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,71,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,71,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,71,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,71,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,71,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,71,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,71,22], -"zot_8php.html#aeec89da5b6ff090c63a79de4de884a35":[5,0,0,71,6], -"zotfeed_8php.html":[5,0,1,124], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,124,0], -"zping_8php.html":[5,0,1,125], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,125,0] +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,119,0], +"webfinger_8php.html":[5,0,1,120], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,120,0], +"webpages_8php.html":[5,0,1,121], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,121,0], +"wfinger_8php.html":[5,0,1,122], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,122,0], +"widedarkness_8php.html":[5,0,3,2,0,1,10], +"widgets_8php.html":[5,0,0,71], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,71,8], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,71,20], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,71,5], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,71,6], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,71,14], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,71,15], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,71,3], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,71,9], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,71,21], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,71,16], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,71,12], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,71,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,71,18], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,71,7], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,71,4], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,71,19], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,71,17], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,71,23], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,71,11], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,71,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,71,10], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,71,22], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,71,2], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,71,13], +"xchan_8php.html":[5,0,1,123], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,123,0], +"xrd_8php.html":[5,0,1,124], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,124,0], +"xref_8php.html":[5,0,1,125], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,125,0], +"zfinger_8php.html":[5,0,1,126], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,126,0], +"zot_8php.html":[5,0,0,72], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,72,13], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,72,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,72,15], +"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,72,10], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,72,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,72,5], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,72,21], +"zot_8php.html#a56f3f65514e4e7f0cd117d01735aebd1":[5,0,0,72,8], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,72,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,72,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,72,0], +"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,72,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,72,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,72,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,72,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,72,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,72,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,72,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,72,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,72,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,72,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,72,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,72,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,72,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,72,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,72,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,72,22], +"zot_8php.html#aeec89da5b6ff090c63a79de4de884a35":[5,0,0,72,6], +"zotfeed_8php.html":[5,0,1,127], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,127,0], +"zping_8php.html":[5,0,1,128], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,128,0] }; diff --git a/doc/html/online_8php.html b/doc/html/online_8php.html new file mode 100644 index 000000000..12f732c7c --- /dev/null +++ b/doc/html/online_8php.html @@ -0,0 +1,137 @@ + + + + + + +The Red Matrix: mod/online.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + All Classes Namespaces Files Functions Variables Pages
    + + +
    + +
    + +
    + +
    +
    online.php File Reference
    +
    +
    + + + + +

    +Functions

     online_init (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    online_init ($a)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/online_8php.js b/doc/html/online_8php.js new file mode 100644 index 000000000..cd680468b --- /dev/null +++ b/doc/html/online_8php.js @@ -0,0 +1,4 @@ +var online_8php = +[ + [ "online_init", "online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7", null ] +]; \ No newline at end of file diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index 2d4740310..0ef2b0014 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -248,7 +248,7 @@ Functions
    -

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), check_list_permissions(), common_content(), common_friends_visitor_widget(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), syncdirs(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_photo_albums(), z_readdir(), and zot_feed().

    +

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), syncdirs(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_photo_albums(), z_readdir(), and zot_feed().

    diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index b2af22595..876ea1a88 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

    Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs.

    -

    Referenced by api_call(), api_user(), attach_mkdir(), attach_store(), blocks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    +

    Referenced by api_call(), api_user(), attach_mkdir(), attach_store(), blocks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_chatroom_list(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index 0525ddcc1..dda7d0fea 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -290,7 +290,7 @@ Functions
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

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

    Referenced by attach_store(), RedDirectory\createFile(), filestorage_content(), RedDirectory\getQuotaInfo(), manage_content(), photo_upload(), photos_content(), RedFile\put(), and widget_follow().

    +

    Referenced by attach_store(), chatroom_create(), RedDirectory\createFile(), filestorage_content(), RedDirectory\getQuotaInfo(), manage_content(), photo_upload(), photos_content(), RedFile\put(), and widget_follow().

    @@ -841,7 +841,7 @@ Functions
    -

    Referenced by attach_store(), identity_check_service_class(), item_check_service_class(), new_contact(), and photo_upload().

    +

    Referenced by attach_store(), chatroom_create(), identity_check_service_class(), item_check_service_class(), new_contact(), and photo_upload().

    diff --git a/doc/html/reddav_8php.html b/doc/html/reddav_8php.html index cc869593c..c987f8a0f 100644 --- a/doc/html/reddav_8php.html +++ b/doc/html/reddav_8php.html @@ -208,7 +208,7 @@ Functions
    -

    Referenced by RedDirectory\childExists(), and RedDirectory\getChild().

    +

    Referenced by RedDirectory\childExists(), cloud_init(), and RedDirectory\getChild().

    diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js index 1ab2883a1..31549e04d 100644 --- a/doc/html/search/all_62.js +++ b/doc/html/search/all_62.js @@ -28,7 +28,6 @@ var searchData= ['blogtheme_5fdisplay_5fitem',['blogtheme_display_item',['../blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5',1,'theme.php']]], ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], - ['bookmarks_5fmenu_5ffetch',['bookmarks_menu_fetch',['../include_2menu_8php.html#a7fb5f4847bc94436e43be4b81478febc',1,'menu.php']]], ['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]], ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 85352b434..85b76b594 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -11,8 +11,8 @@ var searchData= ['chanlink_5fcid',['chanlink_cid',['../text_8php.html#a85e3a4851c16674834010d8419a5d7ca',1,'text.php']]], ['chanlink_5fhash',['chanlink_hash',['../text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0',1,'text.php']]], ['chanlink_5furl',['chanlink_url',['../text_8php.html#a2e8d6c402603be3a1256a16605e09c2a',1,'text.php']]], - ['chanman_2ephp',['chanman.php',['../include_2chanman_8php.html',1,'']]], ['chanman_2ephp',['chanman.php',['../mod_2chanman_8php.html',1,'']]], + ['chanman_2ephp',['chanman.php',['../include_2chanman_8php.html',1,'']]], ['chanman_5fremove_5feverything_5ffrom_5fnetwork',['chanman_remove_everything_from_network',['../include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b',1,'chanman.php']]], ['channel_2ephp',['channel.php',['../channel_8php.html',1,'']]], ['channel_5fcontent',['channel_content',['../channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1',1,'channel.php']]], @@ -24,6 +24,20 @@ var searchData= ['channelx_5fby_5fnick',['channelx_by_nick',['../Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e',1,'Contact.php']]], ['chanview_2ephp',['chanview.php',['../chanview_8php.html',1,'']]], ['chanview_5fcontent',['chanview_content',['../chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b',1,'chanview.php']]], + ['chat_2ephp',['chat.php',['../mod_2chat_8php.html',1,'']]], + ['chat_2ephp',['chat.php',['../include_2chat_8php.html',1,'']]], + ['chat_5fcontent',['chat_content',['../mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f',1,'chat.php']]], + ['chat_5finit',['chat_init',['../mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e',1,'chat.php']]], + ['chat_5fpost',['chat_post',['../mod_2chat_8php.html#a999d594745597c656c9760253ae297ad',1,'chat.php']]], + ['chatroom_5fcreate',['chatroom_create',['../include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422',1,'chat.php']]], + ['chatroom_5fdestroy',['chatroom_destroy',['../include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639',1,'chat.php']]], + ['chatroom_5fenter',['chatroom_enter',['../include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91',1,'chat.php']]], + ['chatroom_5fleave',['chatroom_leave',['../include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f',1,'chat.php']]], + ['chatroom_5flist',['chatroom_list',['../include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a',1,'chat.php']]], + ['chatsvc_2ephp',['chatsvc.php',['../chatsvc_8php.html',1,'']]], + ['chatsvc_5fcontent',['chatsvc_content',['../chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9',1,'chatsvc.php']]], + ['chatsvc_5finit',['chatsvc_init',['../chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116',1,'chatsvc.php']]], + ['chatsvc_5fpost',['chatsvc_post',['../chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03',1,'chatsvc.php']]], ['check_5faccount_5fadmin',['check_account_admin',['../account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f',1,'account.php']]], ['check_5faccount_5femail',['check_account_email',['../account_8php.html#ae052bd5558847bd38e89c213561a9771',1,'account.php']]], ['check_5faccount_5finvite',['check_account_invite',['../account_8php.html#aaff7720423417a4333697894ffd9ddeb',1,'account.php']]], @@ -86,8 +100,8 @@ var searchData= ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../view_2theme_2redbasic_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,'']]], ['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()']]], ['connect_2ephp',['connect.php',['../connect_8php.html',1,'']]], ['connect_5fcontent',['connect_content',['../connect_8php.html#a489f0a66c660de6ec4d6917b27674f07',1,'connect.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index e4e6a3fc7..fdbda8062 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -56,6 +56,7 @@ var searchData= ['get_5fmy_5furl',['get_my_url',['../identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec',1,'identity.php']]], ['get_5fobserver',['get_observer',['../classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2',1,'App\get_observer()'],['../classConversation.html#ae3d4190142e12b57051f11f2911f77a0',1,'Conversation\get_observer()']]], ['get_5fobserver_5fhash',['get_observer_hash',['../boot_8php.html#a623e49c79943f3e7bdb770d021683cf7',1,'boot.php']]], + ['get_5fonline_5fstatus',['get_online_status',['../identity_8php.html#a332df795f684788002f5a6424abacfd7',1,'identity.php']]], ['get_5fowner_5fname',['get_owner_name',['../classItem.html#a67892aa23d19f4431bb2e5f43c74000e',1,'Item']]], ['get_5fowner_5fphoto',['get_owner_photo',['../classItem.html#aa541bc4290e51bfd688d6921bebabc73',1,'Item']]], ['get_5fowner_5furl',['get_owner_url',['../classItem.html#a9f2d219da712390f59012fc32a342074',1,'Item']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index 25710fc72..00f9338c1 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -39,7 +39,7 @@ var searchData= ['menu_5ffetch_5fid',['menu_fetch_id',['../include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7',1,'menu.php']]], ['menu_5fitem_5fnewwin',['MENU_ITEM_NEWWIN',['../boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5',1,'boot.php']]], ['menu_5fitem_5fzid',['MENU_ITEM_ZID',['../boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53',1,'boot.php']]], - ['menu_5flist',['menu_list',['../include_2menu_8php.html#acef15a498d52666b1c7e5c12765c689b',1,'menu.php']]], + ['menu_5flist',['menu_list',['../include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10',1,'menu.php']]], ['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]], ['menu_5frender',['menu_render',['../include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e',1,'menu.php']]], ['menu_5fsystem',['MENU_SYSTEM',['../boot_8php.html#a718a801b0be6cbaef5e519516da12721',1,'boot.php']]], @@ -55,6 +55,7 @@ var searchData= ['mitem_5fcontent',['mitem_content',['../mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e',1,'mitem.php']]], ['mitem_5finit',['mitem_init',['../mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518',1,'mitem.php']]], ['mitem_5fpost',['mitem_post',['../mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1',1,'mitem.php']]], + ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], diff --git a/doc/html/search/all_6f.js b/doc/html/search/all_6f.js index a87eb552b..cc701412c 100644 --- a/doc/html/search/all_6f.js +++ b/doc/html/search/all_6f.js @@ -6,8 +6,8 @@ var searchData= ['obj_5fverbs',['obj_verbs',['../taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce',1,'taxonomy.php']]], ['oe_5fbuild_5fxpath',['oe_build_xpath',['../include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319',1,'oembed.php']]], ['oe_5fget_5finner_5fhtml',['oe_get_inner_html',['../include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487',1,'oembed.php']]], - ['oembed_2ephp',['oembed.php',['../include_2oembed_8php.html',1,'']]], ['oembed_2ephp',['oembed.php',['../mod_2oembed_8php.html',1,'']]], + ['oembed_2ephp',['oembed.php',['../include_2oembed_8php.html',1,'']]], ['oembed_5fbbcode2html',['oembed_bbcode2html',['../include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2',1,'oembed.php']]], ['oembed_5ffetch_5furl',['oembed_fetch_url',['../include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2',1,'oembed.php']]], ['oembed_5fformat_5fobject',['oembed_format_object',['../include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3',1,'oembed.php']]], @@ -23,6 +23,8 @@ var searchData= ['onedirsync_5frun',['onedirsync_run',['../onedirsync_8php.html#a411aedd47c57476099647961e6a86691',1,'onedirsync.php']]], ['onepoll_2ephp',['onepoll.php',['../onepoll_8php.html',1,'']]], ['onepoll_5frun',['onepoll_run',['../onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d',1,'onepoll.php']]], + ['online_2ephp',['online.php',['../online_8php.html',1,'']]], + ['online_5finit',['online_init',['../online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7',1,'online.php']]], ['opensearch_2ephp',['opensearch.php',['../opensearch_8php.html',1,'']]], ['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]], ['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]], diff --git a/doc/html/search/all_72.js b/doc/html/search/all_72.js index 781e0fc82..f34f62728 100644 --- a/doc/html/search/all_72.js +++ b/doc/html/search/all_72.js @@ -48,6 +48,7 @@ var searchData= ['relative_5fdate',['relative_date',['../datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82',1,'datetime.php']]], ['reload_5fplugins',['reload_plugins',['../plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025',1,'plugin.php']]], ['reltoabs',['reltoabs',['../text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2',1,'text.php']]], + ['remote_5fonline_5fstatus',['remote_online_status',['../identity_8php.html#a47d6f53216f23a3484061793bef29854',1,'identity.php']]], ['remote_5fuser',['remote_user',['../boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209',1,'boot.php']]], ['remove_5fall_5fxchan_5fresources',['remove_all_xchan_resources',['../Contact_8php.html#acc12cda999c88c4d6185cca967c15125',1,'Contact.php']]], ['remove_5fchild',['remove_child',['../classItem.html#a2ce70ef63f9f4d86a09c351678806925',1,'Item']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 7a16cc846..9aa06121e 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -72,7 +72,6 @@ var searchData= ['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']]], ['smilies_2ephp',['smilies.php',['../smilies_8php.html',1,'']]], diff --git a/doc/html/search/all_77.js b/doc/html/search/all_77.js index 9301e9453..2f2a98361 100644 --- a/doc/html/search/all_77.js +++ b/doc/html/search/all_77.js @@ -18,6 +18,7 @@ var searchData= ['widget_5faffinity',['widget_affinity',['../widgets_8php.html#add9b24d3304e529a7975e96122315554',1,'widgets.php']]], ['widget_5farchive',['widget_archive',['../widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65',1,'widgets.php']]], ['widget_5fcategories',['widget_categories',['../widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b',1,'widgets.php']]], + ['widget_5fchatroom_5flist',['widget_chatroom_list',['../widgets_8php.html#a47c72aac42058ea086c9ef8651c259da',1,'widgets.php']]], ['widget_5fcollections',['widget_collections',['../widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f',1,'widgets.php']]], ['widget_5fdesign_5ftools',['widget_design_tools',['../widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b',1,'widgets.php']]], ['widget_5fdirsafemode',['widget_dirsafemode',['../widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091',1,'widgets.php']]], diff --git a/doc/html/search/files_63.js b/doc/html/search/files_63.js index ab4e4cdd3..26f023b9a 100644 --- a/doc/html/search/files_63.js +++ b/doc/html/search/files_63.js @@ -5,6 +5,9 @@ var searchData= ['chanman_2ephp',['chanman.php',['../include_2chanman_8php.html',1,'']]], ['channel_2ephp',['channel.php',['../channel_8php.html',1,'']]], ['chanview_2ephp',['chanview.php',['../chanview_8php.html',1,'']]], + ['chat_2ephp',['chat.php',['../mod_2chat_8php.html',1,'']]], + ['chat_2ephp',['chat.php',['../include_2chat_8php.html',1,'']]], + ['chatsvc_2ephp',['chatsvc.php',['../chatsvc_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,'']]], ['cloud_2ephp',['cloud.php',['../cloud_8php.html',1,'']]], @@ -12,10 +15,10 @@ var searchData= ['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',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]], ['connect_2ephp',['connect.php',['../connect_8php.html',1,'']]], ['connections_2ephp',['connections.php',['../connections_8php.html',1,'']]], diff --git a/doc/html/search/files_6d.js b/doc/html/search/files_6d.js index 1b8fc71cd..7176d95a6 100644 --- a/doc/html/search/files_6d.js +++ b/doc/html/search/files_6d.js @@ -11,6 +11,7 @@ var searchData= ['minimal_2ephp',['minimal.php',['../minimal_8php.html',1,'']]], ['minimalisticdarkness_2ephp',['minimalisticdarkness.php',['../minimalisticdarkness_8php.html',1,'']]], ['mitem_2ephp',['mitem.php',['../mitem_8php.html',1,'']]], + ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['msearch_2ephp',['msearch.php',['../msearch_8php.html',1,'']]] diff --git a/doc/html/search/files_6f.js b/doc/html/search/files_6f.js index 2cc921a73..4d739b50a 100644 --- a/doc/html/search/files_6f.js +++ b/doc/html/search/files_6f.js @@ -7,5 +7,6 @@ var searchData= ['olddefault_2ephp',['olddefault.php',['../olddefault_8php.html',1,'']]], ['onedirsync_2ephp',['onedirsync.php',['../onedirsync_8php.html',1,'']]], ['onepoll_2ephp',['onepoll.php',['../onepoll_8php.html',1,'']]], + ['online_2ephp',['online.php',['../online_8php.html',1,'']]], ['opensearch_2ephp',['opensearch.php',['../opensearch_8php.html',1,'']]] ]; diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js index 71a07a373..d28b1f6c4 100644 --- a/doc/html/search/functions_62.js +++ b/doc/html/search/functions_62.js @@ -23,7 +23,6 @@ var searchData= ['blogtheme_5fdisplay_5fitem',['blogtheme_display_item',['../blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5',1,'theme.php']]], ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], - ['bookmarks_5fmenu_5ffetch',['bookmarks_menu_fetch',['../include_2menu_8php.html#a7fb5f4847bc94436e43be4b81478febc',1,'menu.php']]], ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], ['build_5fquerystring',['build_querystring',['../boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e',1,'boot.php']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index 271be6b7e..4feee718e 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -18,6 +18,17 @@ var searchData= ['channelx_5fby_5fn',['channelx_by_n',['../Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc',1,'Contact.php']]], ['channelx_5fby_5fnick',['channelx_by_nick',['../Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e',1,'Contact.php']]], ['chanview_5fcontent',['chanview_content',['../chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b',1,'chanview.php']]], + ['chat_5fcontent',['chat_content',['../mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f',1,'chat.php']]], + ['chat_5finit',['chat_init',['../mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e',1,'chat.php']]], + ['chat_5fpost',['chat_post',['../mod_2chat_8php.html#a999d594745597c656c9760253ae297ad',1,'chat.php']]], + ['chatroom_5fcreate',['chatroom_create',['../include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422',1,'chat.php']]], + ['chatroom_5fdestroy',['chatroom_destroy',['../include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639',1,'chat.php']]], + ['chatroom_5fenter',['chatroom_enter',['../include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91',1,'chat.php']]], + ['chatroom_5fleave',['chatroom_leave',['../include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f',1,'chat.php']]], + ['chatroom_5flist',['chatroom_list',['../include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a',1,'chat.php']]], + ['chatsvc_5fcontent',['chatsvc_content',['../chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9',1,'chatsvc.php']]], + ['chatsvc_5finit',['chatsvc_init',['../chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116',1,'chatsvc.php']]], + ['chatsvc_5fpost',['chatsvc_post',['../chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03',1,'chatsvc.php']]], ['check_5faccount_5fadmin',['check_account_admin',['../account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f',1,'account.php']]], ['check_5faccount_5femail',['check_account_email',['../account_8php.html#ae052bd5558847bd38e89c213561a9771',1,'account.php']]], ['check_5faccount_5finvite',['check_account_invite',['../account_8php.html#aaff7720423417a4333697894ffd9ddeb',1,'account.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 36c34ffd7..7f2e95beb 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -56,6 +56,7 @@ var searchData= ['get_5fmy_5furl',['get_my_url',['../identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec',1,'identity.php']]], ['get_5fobserver',['get_observer',['../classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2',1,'App\get_observer()'],['../classConversation.html#ae3d4190142e12b57051f11f2911f77a0',1,'Conversation\get_observer()']]], ['get_5fobserver_5fhash',['get_observer_hash',['../boot_8php.html#a623e49c79943f3e7bdb770d021683cf7',1,'boot.php']]], + ['get_5fonline_5fstatus',['get_online_status',['../identity_8php.html#a332df795f684788002f5a6424abacfd7',1,'identity.php']]], ['get_5fowner_5fname',['get_owner_name',['../classItem.html#a67892aa23d19f4431bb2e5f43c74000e',1,'Item']]], ['get_5fowner_5fphoto',['get_owner_photo',['../classItem.html#aa541bc4290e51bfd688d6921bebabc73',1,'Item']]], ['get_5fowner_5furl',['get_owner_url',['../classItem.html#a9f2d219da712390f59012fc32a342074',1,'Item']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index 4ceedb978..ca6ed3181 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -22,7 +22,7 @@ var searchData= ['menu_5fedit_5fitem',['menu_edit_item',['../include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa',1,'menu.php']]], ['menu_5ffetch',['menu_fetch',['../include_2menu_8php.html#a68ebbf492470c930f652013656f9071d',1,'menu.php']]], ['menu_5ffetch_5fid',['menu_fetch_id',['../include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7',1,'menu.php']]], - ['menu_5flist',['menu_list',['../include_2menu_8php.html#acef15a498d52666b1c7e5c12765c689b',1,'menu.php']]], + ['menu_5flist',['menu_list',['../include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10',1,'menu.php']]], ['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]], ['menu_5frender',['menu_render',['../include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e',1,'menu.php']]], ['message_5fcontent',['message_content',['../mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f',1,'message.php']]], diff --git a/doc/html/search/functions_6f.js b/doc/html/search/functions_6f.js index 33c7a2134..f88e8a3f3 100644 --- a/doc/html/search/functions_6f.js +++ b/doc/html/search/functions_6f.js @@ -16,6 +16,7 @@ var searchData= ['oexchange_5finit',['oexchange_init',['../oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59',1,'oexchange.php']]], ['onedirsync_5frun',['onedirsync_run',['../onedirsync_8php.html#a411aedd47c57476099647961e6a86691',1,'onedirsync.php']]], ['onepoll_5frun',['onepoll_run',['../onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d',1,'onepoll.php']]], + ['online_5finit',['online_init',['../online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7',1,'online.php']]], ['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]], ['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]] ]; diff --git a/doc/html/search/functions_72.js b/doc/html/search/functions_72.js index a37fda950..308939021 100644 --- a/doc/html/search/functions_72.js +++ b/doc/html/search/functions_72.js @@ -29,6 +29,7 @@ var searchData= ['relative_5fdate',['relative_date',['../datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82',1,'datetime.php']]], ['reload_5fplugins',['reload_plugins',['../plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025',1,'plugin.php']]], ['reltoabs',['reltoabs',['../text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2',1,'text.php']]], + ['remote_5fonline_5fstatus',['remote_online_status',['../identity_8php.html#a47d6f53216f23a3484061793bef29854',1,'identity.php']]], ['remote_5fuser',['remote_user',['../boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209',1,'boot.php']]], ['remove_5fall_5fxchan_5fresources',['remove_all_xchan_resources',['../Contact_8php.html#acc12cda999c88c4d6185cca967c15125',1,'Contact.php']]], ['remove_5fchild',['remove_child',['../classItem.html#a2ce70ef63f9f4d86a09c351678806925',1,'Item']]], diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index ab1a2ac62..d1b480134 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -63,7 +63,6 @@ var searchData= ['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']]], ['smilies_5fcontent',['smilies_content',['../smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f',1,'smilies.php']]], diff --git a/doc/html/search/functions_77.js b/doc/html/search/functions_77.js index 90b12c339..b7d1c9ca2 100644 --- a/doc/html/search/functions_77.js +++ b/doc/html/search/functions_77.js @@ -11,6 +11,7 @@ var searchData= ['widget_5faffinity',['widget_affinity',['../widgets_8php.html#add9b24d3304e529a7975e96122315554',1,'widgets.php']]], ['widget_5farchive',['widget_archive',['../widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65',1,'widgets.php']]], ['widget_5fcategories',['widget_categories',['../widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b',1,'widgets.php']]], + ['widget_5fchatroom_5flist',['widget_chatroom_list',['../widgets_8php.html#a47c72aac42058ea086c9ef8651c259da',1,'widgets.php']]], ['widget_5fcollections',['widget_collections',['../widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f',1,'widgets.php']]], ['widget_5fdesign_5ftools',['widget_design_tools',['../widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b',1,'widgets.php']]], ['widget_5fdirsafemode',['widget_dirsafemode',['../widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091',1,'widgets.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index e2c19b6b5..654e4e2b2 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -399,7 +399,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 attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), bookmarks_menu_fetch(), menu_fetch(), photo_init(), photos_albums_list(), photos_content(), photos_list_photos(), RedCollectionData(), RedFileData(), and z_readdir().

    +

    Referenced by attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), chatroom_enter(), chatsvc_content(), chatsvc_post(), menu_fetch(), photo_init(), photos_albums_list(), photos_content(), photos_list_photos(), RedCollectionData(), RedFileData(), and z_readdir().

    diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index f7b4d5a41..a45d9d25b 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -191,8 +191,6 @@ Functions    smile_encode ($m)   - smile_decode ($m) -   preg_heart ($x)    day_translate ($s) @@ -451,7 +449,7 @@ Variables
    -

    Referenced by aes_unencapsulate(), get_atom_elements(), get_item_elements(), import_post(), import_site(), import_xchan(), oembed_init(), post_init(), post_post(), smile_decode(), zfinger_init(), and zot_register_hub().

    +

    Referenced by aes_unencapsulate(), get_atom_elements(), get_item_elements(), import_post(), import_site(), import_xchan(), oembed_init(), post_init(), post_post(), smilies(), zfinger_init(), and zot_register_hub().

    @@ -688,7 +686,7 @@ Variables
    Returns
    string
    -

    Referenced by admin_page_logs(), connect_post(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), item_store(), mail_post(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), network_content(), notes_init(), printable(), profiles_post(), thing_init(), and z_input_filter().

    +

    Referenced by admin_page_logs(), chatsvc_post(), connect_post(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), item_store(), mail_post(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), network_content(), notes_init(), printable(), profiles_post(), thing_init(), and z_input_filter().

    @@ -1289,7 +1287,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), 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_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), authenticate_success(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_zot(), 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(), localize_item(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_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(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedCollectionData(), RedFileData(), 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(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_zot(), 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(), localize_item(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_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(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedCollectionData(), RedFileData(), 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(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1506,7 +1504,7 @@ Variables
    -

    Referenced by events_post(), filestorage_post(), item_post(), menu_add_item(), menu_edit_item(), photo_upload(), photos_post(), and settings_post().

    +

    Referenced by chat_post(), events_post(), filestorage_post(), item_post(), menu_add_item(), menu_edit_item(), photo_upload(), photos_post(), and settings_post().

    @@ -1647,7 +1645,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(), chatroom_destroy(), 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().

    @@ -1774,7 +1772,7 @@ Variables
    Returns
    string substituted string
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    @@ -1888,22 +1886,6 @@ Variables

    Referenced by widget_savedsearch().

    - - - -
    -
    - - - - - - - - -
    smile_decode ( $m)
    -
    -
    @@ -1949,10 +1931,10 @@ Variables

    Description: Replaces text emoticons with graphical images

    : string $s

    Returns string

    -

    It is expected that this function will be called using HTML text. We will escape text between HTML pre and code blocks from being processed.

    +

    It is expected that this function will be called using HTML text. We will escape text between HTML pre and code blocks, and HTML attributes (such as urls) from being processed.

    At a higher level, the bbcode [nosmile] tag can be used to prevent this function from being executed by the prepare_text() routine when preparing bbcode source for HTML display

    -

    Referenced by mail_content(), message_content(), and smilies_content().

    +

    Referenced by chatsvc_content(), mail_content(), message_content(), and smilies_content().

    diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index 65a33574e..c3be5dc91 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -70,7 +70,6 @@ var text_8php = [ "sanitise_acl", "text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c", null ], [ "search", "text_8php.html#a876e94892867019935b348b573299352", null ], [ "searchbox", "text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447", null ], - [ "smile_decode", "text_8php.html#aca0f589be74fab1a460c57e88dad9779", null ], [ "smile_encode", "text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6", null ], [ "smilies", "text_8php.html#a3d225b253bb9e0f2498c11647d927b0b", null ], [ "sslify", "text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9", null ], diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index 354ea916c..e574d7de3 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(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), 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(), 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(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), build_sync_packet(), cal(), call_hooks(), categories_widget(), 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(), cloud_init(), comanche_menu(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_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_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), 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(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), 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(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tryzrlvideo(), 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_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), 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(), 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(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), 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(), cloud_init(), comanche_menu(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_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_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), 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(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), 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(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tryzrlvideo(), 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_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    diff --git a/doc/html/widgets_8php.html b/doc/html/widgets_8php.html index d3e9c1b08..50582fe01 100644 --- a/doc/html/widgets_8php.html +++ b/doc/html/widgets_8php.html @@ -158,6 +158,8 @@ Functions    widget_menu_preview ($arr)   + widget_chatroom_list ($arr) + 

    Function Documentation

    @@ -206,6 +208,24 @@ Functions
    +
    + + +
    +
    + + + + + + + + +
    widget_chatroom_list ( $arr)
    +
    + +

    Referenced by chat_content().

    +
    diff --git a/doc/html/widgets_8php.js b/doc/html/widgets_8php.js index 65afb6aae..30270e8c7 100644 --- a/doc/html/widgets_8php.js +++ b/doc/html/widgets_8php.js @@ -3,6 +3,7 @@ var widgets_8php = [ "widget_affinity", "widgets_8php.html#add9b24d3304e529a7975e96122315554", null ], [ "widget_archive", "widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65", null ], [ "widget_categories", "widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b", null ], + [ "widget_chatroom_list", "widgets_8php.html#a47c72aac42058ea086c9ef8651c259da", null ], [ "widget_collections", "widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f", null ], [ "widget_design_tools", "widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b", null ], [ "widget_dirsafemode", "widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091", null ], diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index b9e8c7180..e1b1e559b 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -748,7 +748,7 @@ Functions
    Returns
    string json encoded zot packet
    -

    Referenced by build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

    +

    Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

    @@ -1092,7 +1092,7 @@ which will be processed and delivered before this function ultimately returns.
    Returns
    : array => see z_post_url for returned data format
    -

    Referenced by deliver_run(), directory_run(), notifier_run(), post_init(), queue_run(), zot_fetch(), and zping_content().

    +

    Referenced by admin_page_hubloc_post(), deliver_run(), directory_run(), notifier_run(), post_init(), queue_run(), zot_fetch(), and zping_content().

    diff --git a/include/ItemObject.php b/include/ItemObject.php index e9a0b65c0..9b1a6fbcd 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -171,6 +171,15 @@ class Item extends BaseObject { ); } + $has_bookmarks = false; + if(is_array($item['term'])) { + foreach($item['term'] as $t) { + if($t['type'] == TERM_BOOKMARK) + $has_bookmarks = true; + } + } + + if($this->is_commentable()) { $like = array( t("I like this \x28toggle\x29"), t("like")); $dislike = array( t("I don't like this \x28toggle\x29"), t("dislike")); @@ -237,6 +246,7 @@ class Item extends BaseObject { 'star' => ((feature_enabled($conv->get_profile_owner(),'star_posts')) ? $star : ''), 'tagger' => ((feature_enabled($conv->get_profile_owner(),'commtag')) ? $tagger : ''), 'filer' => ((feature_enabled($conv->get_profile_owner(),'filing')) ? $filer : ''), + 'bookmark' => (($conv->get_profile_owner() == local_user() && $has_bookmarks) ? t('Bookmark Links') : ''), 'drop' => $drop, 'multidrop' => ((feature_enabled($conv->get_profile_owner(),'multi_delete')) ? $multidrop : ''), // end toolbar buttons diff --git a/include/attach.php b/include/attach.php index dbc489a2d..af1159957 100644 --- a/include/attach.php +++ b/include/attach.php @@ -26,6 +26,7 @@ function z_mime_content_type($filename) { 'xml' => 'application/xml', 'swf' => 'application/x-shockwave-flash', 'flv' => 'video/x-flv', + 'epub' => 'application/epub+zip', // images 'png' => 'image/png', diff --git a/include/bookmarks.php b/include/bookmarks.php new file mode 100644 index 000000000..99cb60e64 --- /dev/null +++ b/include/bookmarks.php @@ -0,0 +1,55 @@ +config[$family])) { return false; } - return ((preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$family][$key])) + return ((! is_array($a->config[$family][$key])) && (preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$family][$key])) ? unserialize($a->config[$family][$key]) : $a->config[$family][$key] ); @@ -174,8 +174,8 @@ function get_pconfig($uid,$family, $key, $instore = false) { if((! array_key_exists($family,$a->config[$uid])) || (! array_key_exists($key,$a->config[$uid][$family]))) return false; - - return ((preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$uid][$family][$key])) + + return ((! is_array($a->config[$uid][$family][$key])) && (preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$uid][$family][$key])) ? unserialize($a->config[$uid][$family][$key]) : $a->config[$uid][$family][$key] ); @@ -304,7 +304,7 @@ function get_xconfig($xchan,$family, $key) { if((! array_key_exists($family,$a->config[$xchan])) || (! array_key_exists($key,$a->config[$xchan][$family]))) return false; - return ((preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$xchan][$family][$key])) + return ((! is_array($a->config[$xchan][$family][$key])) && (preg_match('|^a:[0-9]+:{.*}$|s', $a->config[$xchan][$family][$key])) ? unserialize($a->config[$xchan][$family][$key]) : $a->config[$xchan][$family][$key] ); diff --git a/include/conversation.php b/include/conversation.php index 316bc1612..633435871 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1496,6 +1496,14 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ 'title' => t('Events and Calendar'), 'id' => 'events-tab', ); + + $tabs[] = array( + 'label' => t('Bookmarks'), + 'url' => $a->get_baseurl() . '/bookmarks', + 'sel' => ((argv(0) == 'bookmarks') ? 'active' : ''), + 'title' => t('Saved Bookmarks'), + 'id' => 'bookmarks-tab', + ); } if($is_owner && feature_enabled($a->profile['profile_uid'],'webpages')) { diff --git a/include/items.php b/include/items.php index 2fe923303..860d714d1 100755 --- a/include/items.php +++ b/include/items.php @@ -822,7 +822,7 @@ function encode_item_xchan($xchan) { function encode_item_terms($terms) { $ret = array(); - $allowed_export_terms = array( TERM_UNKNOWN, TERM_HASHTAG, TERM_MENTION, TERM_CATEGORY ); + $allowed_export_terms = array( TERM_UNKNOWN, TERM_HASHTAG, TERM_MENTION, TERM_CATEGORY, TERM_BOOKMARK ); if($terms) { foreach($terms as $term) { @@ -834,7 +834,7 @@ function encode_item_terms($terms) { } function termtype($t) { - $types = array('unknown','hashtag','mention','category','private_category','file','search'); + $types = array('unknown','hashtag','mention','category','private_category','file','search','thing','bookmark'); return(($types[$t]) ? $types[$t] : 'unknown'); } @@ -865,6 +865,12 @@ function decode_tags($t) { case 'search': $tag['type'] = TERM_SEARCH; break; + case 'thing': + $tag['type'] = TERM_THING; + break; + case 'bookmark': + $tag['type'] = TERM_BOOKMARK; + break; default: case 'unknown': $tag['type'] = TERM_UNKNOWN; @@ -2163,6 +2169,21 @@ function tag_deliver($uid,$item_id) { $item = $i[0]; + + $terms = get_terms_oftype($item['term'],TERM_BOOKMARK); + + if($terms && (! $i[0]['item_restrict'])) { + logger('tag_deliver: found bookmark'); + if(perm_is_allowed($u[0]['channel_id'],$i[0]['author_xchan'],'bookmark') && ($i[0]['author_xchan'] != $u[0]['channel_hash'])) { + require_once('include/bookmarks.php'); + require_once('include/Contact.php'); + $s = channelx_by_hash($i[0]['author_xchan']); + foreach($terms as $t) { + bookmark_add($u[0],$s[0],$t,$i[0]['item_private']); + } + } + } + if(($item['source_xchan']) && ($item['item_flags'] & ITEM_UPLINK) && ($item['item_flags'] & ITEM_THREAD_TOP) && ($item['edited'] != $item['created'])) { // this is an update to a post which was already processed by us and has a second delivery chain // Just start the second delivery chain to deliver the updated post @@ -2466,7 +2487,7 @@ function check_item_source($uid,$item) { return false; - $r = q("select * from source where src_channel_id = %d and src_xchan = '%s' limit 1", + $r = q("select * from source where src_channel_id = %d and ( src_xchan = '%s' || src_xchan = '*' ) limit 1", intval($uid), dbesc(($item['source_xchan']) ? $item['source_xchan'] : $item['owner_xchan']) ); @@ -2502,7 +2523,7 @@ function check_item_source($uid,$item) { foreach($words as $word) { if(substr($word,0,1) === '#' && $tags) { foreach($tags as $t) - if($t['type'] == TERM_HASHTAG && substr($t,1) === $word) + if(($t['type'] == TERM_HASHTAG) && ((substr($t,1) === substr($word,1)) || (substr($word,1) === '*'))) return true; } if(stristr($text,$word) !== false) diff --git a/include/menu.php b/include/menu.php index d69c5d0d3..105e4216b 100644 --- a/include/menu.php +++ b/include/menu.php @@ -26,11 +26,12 @@ function menu_fetch($name,$uid,$observer_xchan) { function menu_render($menu) { if(! $menu) return ''; + for($x = 0; $x < count($menu['items']); $x ++) - if($menu['items']['mitem_flags'] & MENU_ITEM_ZID) - $menu['items']['mitem_link'] = zid($menu['items']['mitem_link']); - if($menu['items']['mitem_flags'] & MENU_ITEM_NEWWIN) - $menu['items']['newwin'] = '1'; + if($menu['items'][$x]['mitem_flags'] & MENU_ITEM_ZID) + $menu['items'][$x]['mitem_link'] = zid($menu['items'][$x]['mitem_link']); + if($menu['items'][$x]['mitem_flags'] & MENU_ITEM_NEWWIN) + $menu['items'][$x]['newwin'] = '1'; return replace_macros(get_markup_template('usermenu.tpl'),array( '$menu' => $menu['menu'], @@ -74,8 +75,7 @@ function menu_create($arr) { $r = q("select * from menu where menu_name = '%s' and menu_channel_id = %d limit 1", dbesc($menu_name), - intval($menu_channel_id), - intval($menu_flags) + intval($menu_channel_id) ); if($r) @@ -101,9 +101,17 @@ function menu_create($arr) { } -function menu_list($channel_id, $flags = 0) { +/** + * If $flags is present, check that all the bits in $flags are set + * so that MENU_SYSTEM|MENU_BOOKMARK will return entries with both + * bits set. We will use this to find system generated bookmarks. + */ - $sel_options = (($flags) ? " and ( menu_flags & " . intval($flags) . " ) " : ''); +function menu_list($channel_id, $name = '', $flags = 0) { + + $sel_options = ''; + $sel_options .= (($name) ? " and menu_name = '" . protect_sprintf(dbesc($name)) . "' " : ''); + $sel_options .= (($flags) ? " and menu_flags = " . intval($flags) . " " : ''); $r = q("select * from menu where menu_channel_id = %d $sel_options order by menu_name", intval($channel_id) @@ -152,7 +160,7 @@ function menu_edit($arr) { return false; } - return q("update menu set menu_name = '%s', menu_desc = '%s', menu_flags = %d, + return q("update menu set menu_name = '%s', menu_desc = '%s', menu_flags = %d where menu_id = %d and menu_channel_id = %d limit 1", dbesc($menu_name), dbesc($menu_desc), @@ -204,7 +212,8 @@ function menu_add_item($menu_id, $uid, $arr) { $channel = get_app()->get_channel(); } - if ((! $arr['contact_allow']) + if (($channel) + && (! $arr['contact_allow']) && (! $arr['group_allow']) && (! $arr['contact_deny']) && (! $arr['group_deny'])) { @@ -223,11 +232,11 @@ function menu_add_item($menu_id, $uid, $arr) { $str_contact_deny = perms2str($arr['contact_deny']); } - - $allow_cid = perms2str($arr['allow_cid']); - $allow_gid = perms2str($arr['allow_gid']); - $deny_cid = perms2str($arr['deny_cid']); - $deny_gid = perms2str($arr['deny_gid']); +// unused +// $allow_cid = perms2str($arr['allow_cid']); +// $allow_gid = perms2str($arr['allow_gid']); +// $deny_cid = perms2str($arr['deny_cid']); +// $deny_gid = perms2str($arr['deny_gid']); $r = q("insert into menu_item ( mitem_link, mitem_desc, mitem_flags, allow_cid, allow_gid, deny_cid, deny_gid, mitem_channel_id, mitem_menu_id, mitem_order ) values ( '%s', '%s', %d, '%s', '%s', '%s', '%s', %d, %d, %d ) ", dbesc($mitem_link), diff --git a/include/permissions.php b/include/permissions.php index 45ea7c3eb..420591c54 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -24,11 +24,12 @@ function get_perms() { 'post_mail' => array('channel_w_mail', intval(PERMS_W_MAIL), false, t('Can send me private mail messages'), ''), 'post_photos' => array('channel_w_photos', intval(PERMS_W_PHOTOS), false, t('Can post photos to my photo albums'), ''), 'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post @mentions'), t('Advanced - useful for creating group forum channels')), - 'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('Requires compatible chat plugin')), + 'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('')), 'write_storage' => array('channel_w_storage', intval(PERMS_W_STORAGE), false, t('Can write to my "public" file storage'), ''), 'write_pages' => array('channel_w_pages', intval(PERMS_W_PAGES), false, t('Can edit my "public" pages'), ''), 'republish' => array('channel_a_republish', intval(PERMS_A_REPUBLISH), false, t('Can source my "public" posts in derived channels'), t('Somewhat advanced - very useful in open communities')), + 'bookmark' => array('channel_a_bookmark', intval(PERMS_A_BOOKMARK), false, t('Can send me bookmarks'), 'Bookmarks from this person will automatically be saved'), 'delegate' => array('channel_a_delegate', intval(PERMS_A_DELEGATE), false, t('Can administer my channel resources'), t('Extremely advanced. Leave this alone unless you know what you are doing')), ); $ret = array('global_permissions' => $global_perms); diff --git a/include/spam.php b/include/spam.php new file mode 100644 index 000000000..8b158b7ae --- /dev/null +++ b/include/spam.php @@ -0,0 +1,35 @@ + 2) + $ret[] = substr($y,0,64); + } + } + return $ret; +} + + + +function get_words($uid,$list) { + + stringify($list,true); + + $r = q("select * from spam where term in ( " . $list . ") and uid = %d", + intval($uid) + ); + + return $r; +} + diff --git a/include/text.php b/include/text.php index cf68ee121..266d8952b 100755 --- a/include/text.php +++ b/include/text.php @@ -442,7 +442,7 @@ function item_message_id() { $mid = $hash . '@' . get_app()->get_hostname(); - $r = q("SELECT `id` FROM `item` WHERE `mid` = '%s' LIMIT 1", + $r = q("SELECT id FROM item WHERE mid = '%s' LIMIT 1", dbesc($mid)); if(count($r)) $dups = true; @@ -459,7 +459,7 @@ function photo_new_resource() { do { $found = false; $resource = hash('md5',uniqid(mt_rand(),true)); - $r = q("SELECT `id` FROM `photo` WHERE `resource_id` = '%s' LIMIT 1", + $r = q("SELECT id FROM photo WHERE resource_id = '%s' LIMIT 1", dbesc($resource) ); if(count($r)) @@ -593,7 +593,7 @@ function get_tags($s) { if(substr($mtch,-1,1) === '.') $mtch = substr($mtch,0,-1); // ignore strictly numeric tags like #1 - if((strpos($mtch,'#') === 0) && ctype_digit(substr($mtch,1))) + if((strpos($mtch,'#') === 0) && ( ctype_digit(substr($mtch,1)) || substr($mtch,1,1) === '^')) continue; // try not to catch url fragments if(strpos($s,$mtch) && preg_match('/[a-zA-z0-9\/]/',substr($s,strpos($s,$mtch)-1,1))) @@ -601,6 +601,18 @@ function get_tags($s) { $ret[] = $mtch; } } + + // bookmarks + + if(preg_match_all('/#\^\[(url|zrl)(.*?)\](.*?)\[\/(url|zrl)\]/',$s,$match,PREG_SET_ORDER)) { + foreach($match as $mtch) { + $ret[] = $mtch[0]; + } + } + + + // logger('get_tags: ' . print_r($ret,true)); + return $ret; } @@ -889,8 +901,8 @@ function smilies($s, $sample = false) { || (local_user() && intval(get_pconfig(local_user(),'system','no_smilies')))) return $s; - $s = preg_replace_callback('{<(pre|code)>(?.*?)}ism','smile_encode',$s); - $s = preg_replace_callback('/<[a-z]+ (?.*?)>/ism','smile_encode',$s); + $s = preg_replace_callback('{<(pre|code)>.*?}ism','smile_shield',$s); + $s = preg_replace_callback('/<[a-z]+ .*?>/ism','smile_shield',$s); $texts = array( '<3', @@ -981,20 +993,18 @@ function smilies($s, $sample = false) { $s = str_replace($params['texts'],$params['icons'],$params['string']); } - $s = preg_replace_callback( - '//ism', - function ($m) { return base64url_decode($m[1]); }, - $s - ); + $s = preg_replace_callback('//ism', 'smile_unshield', $s); return $s; } +function smile_shield($m) { + return ''; +} -function smile_encode($m) { - $cleartext = $m['target']; - return str_replace($cleartext,'',$m[0]); +function smile_unshield($m) { + return base64url_decode($m[1]); } // expand <3333 to the correct number of hearts @@ -1518,20 +1528,6 @@ function return_bytes ($size_str) { } } -function generate_user_guid() { - $found = true; - do { - $guid = random_string(16); - $x = q("SELECT `uid` FROM `user` WHERE `guid` = '%s' LIMIT 1", - dbesc($guid) - ); - if(! count($x)) - $found = false; - } while ($found == true ); - return $guid; -} - - function base64url_encode($s, $strip_padding = true) { @@ -1549,23 +1545,6 @@ function base64url_decode($s) { logger('base64url_decode: illegal input: ' . print_r(debug_backtrace(), true)); return $s; } - -/* - * // Placeholder for new rev of salmon which strips base64 padding. - * // PHP base64_decode handles the un-padded input without requiring this step - * // Uncomment if you find you need it. - * - * $l = strlen($s); - * if(! strpos($s,'=')) { - * $m = $l % 4; - * if($m == 2) - * $s .= '=='; - * if($m == 3) - * $s .= '='; - * } - * - */ - return base64_decode(strtr($s,'-_','+/')); } @@ -1670,17 +1649,12 @@ function item_post_type($item) { } -function normalise_openid($s) { - return trim(str_replace(array('http://','https://'),array('',''),$s),'/'); -} - - function undo_post_tagging($s) { $matches = null; - $cnt = preg_match_all('/([@#])\[zrl=(.*?)\](.*?)\[\/zrl\]/ism',$s,$matches,PREG_SET_ORDER); + $cnt = preg_match_all('/([@#])(\!*)\[zrl=(.*?)\](.*?)\[\/zrl\]/ism',$s,$matches,PREG_SET_ORDER); if($cnt) { foreach($matches as $mtch) { - $s = str_replace($mtch[0], $mtch[1] . $mtch[3],$s); + $s = str_replace($mtch[0], $mtch[1] . $mtch[2] . str_replace(' ','_',$mtch[4]),$s); } } return $s; diff --git a/index.php b/index.php index c2421bc0e..736918661 100755 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ $a = new App; * */ -$install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false : true); +$a->install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false : true); @include(".htconfig.php"); @@ -38,8 +38,8 @@ $a->language = get_best_language(); require_once("include/dba/dba_driver.php"); -if(! $install) { - $db = dba_factory($db_host, $db_port, $db_user, $db_pass, $db_data, $install); +if(! $a->install) { + $db = dba_factory($db_host, $db_port, $db_user, $db_pass, $db_data, $a->install); unset($db_host, $db_port, $db_user, $db_pass, $db_data); /** @@ -91,7 +91,7 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) { load_translation_table($a->language); } -if((x($_GET,'zid')) && (! $install)) { +if((x($_GET,'zid')) && (! $a->install)) { $a->query_string = preg_replace('/[\?&]zid=(.*?)([\?&]|$)/is','',$a->query_string); if(! local_user()) { $_SESSION['my_address'] = $_GET['zid']; @@ -116,7 +116,7 @@ if(! x($_SESSION,'sysmsg_info')) */ -if($install) { +if($a->install) { /* Allow an exception for the view module so that pcss will be interpreted during installation */ if($a->module != 'view') $a->module = 'setup'; @@ -242,18 +242,22 @@ if (file_exists($theme_info_file)){ if(! x($a->page,'content')) $a->page['content'] = ''; -/* set JS cookie */ -if($_COOKIE['jsAvailable'] != 1) { - $a->page['content'] .= ''; - /* emulate JS cookie if cookies are not accepted */ - if ($_GET['JS'] == 1) { - $_COOKIE['jsAvailable'] = 1; + + +if(! ($a->module === 'setup')) { + /* set JS cookie */ + if($_COOKIE['jsAvailable'] != 1) { + $a->page['content'] .= ''; + /* emulate JS cookie if cookies are not accepted */ + if ($_GET['JS'] == 1) { + $_COOKIE['jsAvailable'] = 1; + } } + call_hooks('page_content_top',$a->page['content']); } -if(! $install) - call_hooks('page_content_top',$a->page['content']); + /** * Call module functions diff --git a/install/database.sql b/install/database.sql index c89e4cef2..86531a415 100644 --- a/install/database.sql +++ b/install/database.sql @@ -177,6 +177,7 @@ CREATE TABLE IF NOT EXISTS `channel` ( `channel_r_pages` int(10) unsigned NOT NULL DEFAULT '128', `channel_w_pages` int(10) unsigned NOT NULL DEFAULT '128', `channel_a_republish` int(10) unsigned NOT NULL DEFAULT '128', + `channel_a_bookmark` int(10) unsigned NOT NULL DEFAULT '128', PRIMARY KEY (`channel_id`), UNIQUE KEY `channel_address_unique` (`channel_address`), KEY `channel_account_id` (`channel_account_id`), @@ -211,6 +212,7 @@ CREATE TABLE IF NOT EXISTS `channel` ( KEY `channel_w_pages` (`channel_w_pages`), KEY `channel_deleted` (`channel_deleted`), KEY `channel_a_republish` (`channel_a_republish`), + KEY `channel_a_bookmark` (`channel_a_bookmark`), KEY `channel_dirdate` (`channel_dirdate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/install/update.php b/install/update.php index e8b6d37f6..93442a81f 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ config['table_name'] . ' - WHERE token IN ("' . implode('", "', $this->_deletes) . '") AND uid = ' . $this->uid); + WHERE term IN ("' . implode('", "', $this->_deletes) . '") AND uid = ' . $this->uid); $this->_deletes = array(); } if(count($this->_puts) > 0) { - +//fixme $result = q(' - INSERT INTO ' . $this->config['table_name'] . '(token, count, uid) + INSERT INTO ' . $this->config['table_name'] . '(term, count, uid) VALUES ' . implode(', ', $this->_puts)); $this->_puts = array(); diff --git a/mod/bookmarks.php b/mod/bookmarks.php new file mode 100644 index 000000000..de30d9bb6 --- /dev/null +++ b/mod/bookmarks.php @@ -0,0 +1,81 @@ +get_channel(); + + $i = q("select * from item where id = %d and uid = %d limit 1", + intval($item_id), + intval(local_user()) + ); + + if(! $i) + return; + + $i = fetch_post_tags($i); + + $item = $i[0]; + + $terms = get_terms_oftype($item['term'],TERM_BOOKMARK); + + if($terms && (! $item['item_restrict'])) { + require_once('include/bookmarks.php'); + + $s = q("select * from xchan where xchan_hash = '%s' limit 1", + dbesc($item['author_xchan']) + ); + if(! $s) { + logger('mod_bookmarks: author lookup failed.'); + killme(); + } + foreach($terms as $t) { + bookmark_add($u,$s[0],$t,$item['item_private']); + notice( t('Bookmark added') . EOL); + } + } + killme(); +} + +function bookmarks_content(&$a) { + if(! local_user()) { + notice( t('Permission denied.') . EOL); + return; + } + + + require_once('include/menu.php'); + + $o = '

    ' . t('My Bookmarks') . '

    '; + + $x = menu_list(local_user(),'',MENU_BOOKMARK); + + if($x) { + foreach($x as $xx) { + $y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash()); + $o .= menu_render($y); + } + } + + $o .= '

    ' . t('My Connections Bookmarks') . '

    '; + + + $x = menu_list(local_user(),'',MENU_SYSTEM|MENU_BOOKMARK); + + if($x) { + foreach($x as $xx) { + $y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash()); + $o .= menu_render($y); + } + } + + + + return $o; + +} + diff --git a/mod/chat.php b/mod/chat.php index 54fa58092..e79973aef 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -91,7 +91,7 @@ function chat_content(&$a) { } if((argc() > 3) && intval(argv(2)) && (argv(3) === 'leave')) { - chatroom_leave($observer,$room_id,$_SERVER['REMOTE_ADDR']); + chatroom_leave($observer,argv(2),$_SERVER['REMOTE_ADDR']); goaway(z_root() . '/channel/' . argv(1)); } @@ -101,10 +101,23 @@ function chat_content(&$a) { $x = chatroom_enter($observer,$room_id,'online',$_SERVER['REMOTE_ADDR']); if(! $x) return; + $x = q("select * from chatroom where cr_id = %d and cr_uid = %d $sql_extra limit 1", + intval($room_id), + intval($a->profile['profile_uid']) + ); + if($x) { + $room_name = $x[0]['cr_name']; + } $o = replace_macros(get_markup_template('chat.tpl'),array( - '$room_name' => '', // should we get this from the API? + '$room_name' => $room_name, '$room_id' => $room_id, - '$submit' => t('Submit') + '$baseurl' => z_root(), + '$nickname' => argv(1), + '$submit' => t('Submit'), + '$leave' => t('Leave Room'), + '$away' => t('I am away right now'), + '$online' => t('I am online') + )); return $o; } diff --git a/mod/chatsvc.php b/mod/chatsvc.php index f32ea56ce..e6590f57a 100644 --- a/mod/chatsvc.php +++ b/mod/chatsvc.php @@ -29,17 +29,6 @@ function chatsvc_post(&$a) { $room_id = $a->data['chat']['room_id']; $text = escape_tags($_REQUEST['chat_text']); - $status = strip_tags($_REQUEST['status']); - - if($status && $room_id) { - $r = q("update chatpresence set cp_status = '%s', cp_last = '%s' where cp_room = %d and cp_xchan = '%s' and cp_client = '%s' limit 1", - dbesc($status), - dbesc(datetime_convert()), - intval($room_id), - dbesc(get_observer_hash()), - dbesc($_SERVER['REMOTE_ADDR']) - ); - } if(! $text) return; @@ -65,47 +54,81 @@ function chatsvc_post(&$a) { function chatsvc_content(&$a) { - $lastseen = intval($_REQUEST['last']); + $status = strip_tags($_REQUEST['status']); + $room_id = intval($a->data['chat']['room_id']); + $stopped = ((x($_REQUEST,'stopped') && intval($_REQUEST['stopped'])) ? true : false); - $ret = array('success' => false); + if($status && $room_id) { - $sql_extra = permissions_sql($a->data['chat']['uid']); + $x = q("select channel_address from channel where channel_id = %d limit 1", + intval($a->data['chat']['uid']) + ); - $r = q("select * from chatroom where cr_uid = %d and cr_id = %d $sql_extra", - intval($a->data['chat']['uid']), - intval($a->data['chat']['room_id']) - ); - if(! $r) - json_return_and_die($ret); + $r = q("update chatpresence set cp_status = '%s', cp_last = '%s' where cp_room = %d and cp_xchan = '%s' and cp_client = '%s' limit 1", + dbesc($status), + dbesc(datetime_convert()), + intval($room_id), + dbesc(get_observer_hash()), + dbesc($_SERVER['REMOTE_ADDR']) + ); - $inroom = array(); - - $r = q("select * from chatpresence left join xchan on xchan_hash = cp_xchan where cp_room = %d order by xchan_name", - intval($a->data['chat']['room_id']) - ); - if($r) { - foreach($r as $rr) { - $inroom[] = array('img' => zid($rr['xchan_photo_m']), 'img_type' => $rr['xchan_photo_mimetype'],'name' => $rr['xchan_name']); - } + goaway(z_root() . '/chat/' . $x[0]['channel_address'] . '/' . $room_id); } - $chats = array(); + if(! $stopped) { - $r = q("select * from chat left join xchan on chat_xchan = xchan_hash where chat_room = %d and chat_id > %d", - intval($a->data['chat']['room_id']), - intval($lastseen) - ); - if($r) { - foreach($r as $rr) { - $chats[] = array( - 'id' => $rr['chat_id'], - 'img' => zid($rr['xchan_photo_m']), - 'img_type' => $rr['xchan_photo_mimetype'], - 'name' => $rr['xchan_name'], - 'isotime' => datetime_convert('UTC', date_default_timezone_get(), $rr['created'], 'c'), - 'localtime' => datetime_convert('UTC', date_default_timezone_get(), $rr['created'], 'r'), - 'text' => smilies(bbcode($rr['chat_text'])) - ); + $lastseen = intval($_REQUEST['last']); + + $ret = array('success' => false); + + $sql_extra = permissions_sql($a->data['chat']['uid']); + + $r = q("select * from chatroom where cr_uid = %d and cr_id = %d $sql_extra", + intval($a->data['chat']['uid']), + intval($a->data['chat']['room_id']) + ); + if(! $r) + json_return_and_die($ret); + + $inroom = array(); + + $r = q("select * from chatpresence left join xchan on xchan_hash = cp_xchan where cp_room = %d order by xchan_name", + intval($a->data['chat']['room_id']) + ); + if($r) { + foreach($r as $rr) { + switch($rr['cp_status']) { + case 'away': + $status = t('Away'); + break; + case 'online': + default: + $status = t('Online'); + break; + } + + $inroom[] = array('img' => zid($rr['xchan_photo_m']), 'img_type' => $rr['xchan_photo_mimetype'],'name' => $rr['xchan_name'], status => $status); + } + } + + $chats = array(); + + $r = q("select * from chat left join xchan on chat_xchan = xchan_hash where chat_room = %d and chat_id > %d", + intval($a->data['chat']['room_id']), + intval($lastseen) + ); + if($r) { + foreach($r as $rr) { + $chats[] = array( + 'id' => $rr['chat_id'], + 'img' => zid($rr['xchan_photo_m']), + 'img_type' => $rr['xchan_photo_mimetype'], + 'name' => $rr['xchan_name'], + 'isotime' => datetime_convert('UTC', date_default_timezone_get(), $rr['created'], 'c'), + 'localtime' => datetime_convert('UTC', date_default_timezone_get(), $rr['created'], 'r'), + 'text' => smilies(bbcode($rr['chat_text'])) + ); + } } } @@ -117,9 +140,10 @@ function chatsvc_content(&$a) { ); $ret['success'] = true; - $ret['inroom'] = $inroom; - $ret['chats'] = $chats; - + if(! $stopped) { + $ret['inroom'] = $inroom; + $ret['chats'] = $chats; + } json_return_and_die($ret); } diff --git a/mod/connections.php b/mod/connections.php index 2119c69c7..3da9cec74 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -74,6 +74,7 @@ function connections_post(&$a) { $abook_flags = $orig_record[0]['abook_flags']; $new_friend = false; + if(($_REQUEST['pending']) && ($abook_flags & ABOOK_FLAG_PENDING)) { $abook_flags = ( $abook_flags ^ ABOOK_FLAG_PENDING ); $new_friend = true; @@ -88,6 +89,7 @@ function connections_post(&$a) { intval($contact_id), intval(local_user()) ); + if($r) info( t('Connection updated.') . EOL); else diff --git a/mod/connedit.php b/mod/connedit.php index e2d4b861c..3f507cc3b 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -32,7 +32,7 @@ function connedit_init(&$a) { } function connedit_post(&$a) { - + if(! local_user()) return; @@ -86,6 +86,8 @@ function connedit_post(&$a) { $abook_flags = $orig_record[0]['abook_flags']; $new_friend = false; + + if(($_REQUEST['pending']) && ($abook_flags & ABOOK_FLAG_PENDING)) { $abook_flags = ( $abook_flags ^ ABOOK_FLAG_PENDING ); $new_friend = true; @@ -100,6 +102,7 @@ function connedit_post(&$a) { intval($contact_id), intval(local_user()) ); + if($r) info( t('Connection updated.') . EOL); else @@ -442,13 +445,13 @@ function connedit_content(&$a) { '$perms' => $perms, '$forum' => t('Forum Members'), '$soapbox' => t('Soapbox'), - '$full' => t('Full Sharing'), - '$cautious' => t('Cautious Sharing'), + '$full' => t('Full Sharing (typical social network permissions)'), + '$cautious' => t('Cautious Sharing '), '$follow' => t('Follow Only'), '$permlbl' => t('Individual Permissions'), - '$permnote' => t('Some permissions may be inherited from your channel privacy settings, which have higher priority. Changing those inherited settings on this page will have no effect.'), + '$permnote' => t('Some permissions may be inherited from your channel privacy settings, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect.'), '$advanced' => t('Advanced Permissions'), - '$quick' => t('Quick Links'), + '$quick' => t('Simple Permissions (select one and submit)'), '$common_link' => $a->get_baseurl(true) . '/common/loc/' . local_user() . '/' . $contact['id'], '$all_friends' => $all_friends, '$relation_text' => $relation_text, diff --git a/mod/item.php b/mod/item.php index 6d421009b..c8c0e3762 100644 --- a/mod/item.php +++ b/mod/item.php @@ -887,13 +887,24 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { $replaced = false; $r = null; - $termtype = ((strpos($tag,'#') === 0) ? TERM_HASHTAG : TERM_UNKNOWN); - $termtype = ((strpos($tag,'@') === 0) ? TERM_MENTION : $termtype); + + $termtype = ((strpos($tag,'#') === 0) ? TERM_HASHTAG : TERM_UNKNOWN); + $termtype = ((strpos($tag,'@') === 0) ? TERM_MENTION : $termtype); + $termtype = ((strpos($tag,'#^[') === 0) ? TERM_BOOKMARK : $termtype); + //is it a hash tag? if(strpos($tag,'#') === 0) { - // if the tag is replaced... - if(strpos($tag,'[zrl=')) { + if(strpos($tag,'#^[') === 0) { + if(preg_match('/#\^\[(url|zrl)(.*?)\](.*?)\[\/(url|zrl)\]/',$tag,$match)) { + $basetag = $match[3]; + $url = ((substr($match[2],0,1) === '=') ? substr($match[2],1) : $match[3]); + $replaced = true; + + } + } + // if the tag is already replaced... + elseif(strpos($tag,'[zrl=')) { //...do nothing return $replaced; } @@ -904,7 +915,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { $body = str_replace($tag,$newtag,$body); $replaced = true; } - else { + if(! $replaced) { //base tag has the tags name only $basetag = str_replace('_',' ',substr($tag,1)); //create text for link @@ -961,7 +972,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { $newname = str_replace('_',' ',$name); //select someone from this user's contacts by name - $r = q("SELECT * FROM abook left join xchan on abook_xchan - xchan_hash + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE xchan_name = '%s' AND abook_channel = %d LIMIT 1", dbesc($newname), intval($profile_uid) @@ -969,7 +980,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { if(! $r) { //select someone by attag or nick and the name passed in - $r = q("SELECT * FROM abook left join xchan on abook_xchan - xchan_hash + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE xchan_addr like ('%s') AND abook_channel = %d LIMIT 1", dbesc($newname . '@%'), intval($profile_uid) diff --git a/mod/menu.php b/mod/menu.php index 47eed6484..a2d0c2385 100644 --- a/mod/menu.php +++ b/mod/menu.php @@ -8,6 +8,10 @@ function menu_post(&$a) { return; $_REQUEST['menu_channel_id'] = local_user(); + if($_REQUEST['menu_bookmark']) + $_REQUEST['menu_flags'] |= MENU_BOOKMARK; + if($_REQUEST['menu_system']) + $_REQUEST['menu_flags'] |= MENU_SYSTEM; $menu_id = ((argc() > 1) ? intval(argv(1)) : 0); if($menu_id) { @@ -76,6 +80,7 @@ function menu_content(&$a) { '$header' => t('New Menu'), '$menu_name' => array('menu_name', t('Menu name'), '', t('Must be unique, only seen by you'), '*'), '$menu_desc' => array('menu_desc', t('Menu title'), '', t('Menu title as seen by others'), ''), + '$menu_bookmark' => array('menu_bookmark', t('Allow bookmarks'), 0 , t('Menu may be used to store saved bookmarks'), ''), '$submit' => t('Create') )); return $o; @@ -104,6 +109,8 @@ function menu_content(&$a) { '$editcontents' => t('Edit menu contents'), '$menu_name' => array('menu_name', t('Menu name'), $m['menu_name'], t('Must be unique, only seen by you'), '*'), '$menu_desc' => array('menu_desc', t('Menu title'), $m['menu_desc'], t('Menu title as seen by others'), ''), + '$menu_bookmark' => array('menu_bookmark', t('Allow bookmarks'), (($m['menu_flags'] & MENU_BOOKMARK) ? 1 : 0), t('Menu may be used to store saved bookmarks'), ''), + '$menu_system' => (($m['menu_flags'] & MENU_SYSTEM) ? 1 : 0), '$submit' => t('Modify') )); return $o; diff --git a/mod/page.php b/mod/page.php index 56592116f..df17dbf52 100644 --- a/mod/page.php +++ b/mod/page.php @@ -38,7 +38,7 @@ function page_content(&$a) { $channel_address = argv(1); $page_id = argv(2); -dbg(1); + $u = q("select channel_id from channel where channel_address = '%s' limit 1", dbesc($channel_address) ); @@ -63,7 +63,7 @@ dbg(1); dbesc($page_id), intval(ITEM_WEBPAGE) ); -dbg(0); + if(! $r) { // Check again with no permissions clause to see if it is a permissions issue diff --git a/mod/parse_url.php b/mod/parse_url.php index c206c24ec..340e1a67e 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -252,7 +252,7 @@ function parse_url_content(&$a) { logger('parse_url: ' . $url); - $template = $br . '[url=%s]%s[/url]%s' . $br; + $template = $br . '#^[url=%s]%s[/url]%s' . $br; $arr = array('url' => $url, 'text' => ''); diff --git a/mod/photos.php b/mod/photos.php index c299fe778..6798cb002 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -763,7 +763,7 @@ function photos_content(&$a) { /* Check again - this time without specifying permissions */ - $ph = q("SELECT `id` FROM `photo` WHERE `uid` = %d AND `resource_id` = '%s' + $ph = q("SELECT id FROM photo WHERE uid = %d AND resource_id = '%s' and ( photo_flags = %d or photo_flags = %d ) LIMIT 1", intval($owner_uid), @@ -875,6 +875,9 @@ function photos_content(&$a) { if($linked_items) { + xchan_query($linked_items); + $linked_items = fetch_post_tags($linked_items,true); + $link_item = $linked_items[0]; $r = q("select * from item where parent_mid = '%s' @@ -890,6 +893,21 @@ function photos_content(&$a) { $r = conv_sort($r,'commented'); } + + + $tags = array(); + if($link_item['term']) { + $cnt = 0; + foreach($link_item['term'] as $t) + $tags[$cnt] = array(0 => format_term_for_display($t)); + if($can_post && ($ph[0]['uid'] == $owner_uid)) { + $tags[$cnt][1] = 'tagrm?f=&item=' . $link_item['id']; + $tags[$cnt][2] = t('Remove'); + } + $cnt ++; + } + + if((local_user()) && (local_user() == $link_item['uid'])) { q("UPDATE `item` SET item_flags = (item_flags ^ %d) WHERE parent = %d and uid = %d and (item_flags & %d)", intval(ITEM_UNSEEN), @@ -925,7 +943,6 @@ function photos_content(&$a) { 'capt_label' => t('Caption'), 'caption' => $caption_e, 'tag_label' => t('Add a Tag'), - 'tags' => $link_item['tag'], 'permissions' => t('Permissions'), 'aclselect' => $aclselect_e, 'help_tags' => t('Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'), @@ -1067,10 +1084,10 @@ function photos_content(&$a) { } $album_e = array($album_link,$ph[0]['album']); - $tags_e = $tags; $like_e = $like; $dislike_e = $dislike; + $photo_tpl = get_markup_template('photo_view.tpl'); $o .= replace_macros($photo_tpl, array( '$id' => $ph[0]['id'], @@ -1081,7 +1098,8 @@ function photos_content(&$a) { '$prevlink' => $prevlink, '$nextlink' => $nextlink, '$desc' => $ph[0]['description'], - '$tags' => $tags_e, + '$tag_hdr' => t('In This Photo:'), + '$tags' => $tags, '$edit' => $edit, '$likebuttons' => $likebuttons, '$like' => $like_e, diff --git a/mod/settings.php b/mod/settings.php index 7ff76cd3e..7889538f3 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -306,6 +306,7 @@ function settings_post(&$a) { $arr['channel_r_pages'] = (($_POST['view_pages']) ? $_POST['view_pages'] : 0); $arr['channel_w_pages'] = (($_POST['write_pages']) ? $_POST['write_pages'] : 0); $arr['channel_a_republish'] = (($_POST['republish']) ? $_POST['republish'] : 0); + $arr['channel_a_bookmark'] = (($_POST['bookmark']) ? $_POST['bookmark'] : 0); $defperms = 0; if(x($_POST['def_view_stream'])) @@ -342,6 +343,8 @@ function settings_post(&$a) { $defperms += $_POST['def_write_pages']; if(x($_POST['def_republish'])) $defperms += $_POST['def_republish']; + if(x($_POST['def_bookmark'])) + $defperms += $_POST['def_bookmark']; $notify = 0; @@ -399,7 +402,7 @@ function settings_post(&$a) { set_pconfig(local_user(),'system','hide_online_status',$hide_presence); - $r = q("update channel set channel_name = '%s', channel_pageflags = %d, channel_timezone = '%s', channel_location = '%s', channel_notifyflags = %d, channel_max_anon_mail = %d, channel_max_friend_req = %d, channel_expire_days = %d, channel_default_group = '%s', channel_r_stream = %d, channel_r_profile = %d, channel_r_photos = %d, channel_r_abook = %d, channel_w_stream = %d, channel_w_wall = %d, channel_w_tagwall = %d, channel_w_comment = %d, channel_w_mail = %d, channel_w_photos = %d, channel_w_chat = %d, channel_a_delegate = %d, channel_r_storage = %d, channel_w_storage = %d, channel_r_pages = %d, channel_w_pages = %d, channel_a_republish = %d, channel_allow_cid = '%s', channel_allow_gid = '%s', channel_deny_cid = '%s', channel_deny_gid = '%s' where channel_id = %d limit 1", + $r = q("update channel set channel_name = '%s', channel_pageflags = %d, channel_timezone = '%s', channel_location = '%s', channel_notifyflags = %d, channel_max_anon_mail = %d, channel_max_friend_req = %d, channel_expire_days = %d, channel_default_group = '%s', channel_r_stream = %d, channel_r_profile = %d, channel_r_photos = %d, channel_r_abook = %d, channel_w_stream = %d, channel_w_wall = %d, channel_w_tagwall = %d, channel_w_comment = %d, channel_w_mail = %d, channel_w_photos = %d, channel_w_chat = %d, channel_a_delegate = %d, channel_r_storage = %d, channel_w_storage = %d, channel_r_pages = %d, channel_w_pages = %d, channel_a_republish = %d, channel_a_bookmark = %d, channel_allow_cid = '%s', channel_allow_gid = '%s', channel_deny_cid = '%s', channel_deny_gid = '%s' where channel_id = %d limit 1", dbesc($username), intval($pageflags), dbesc($timezone), @@ -426,6 +429,7 @@ function settings_post(&$a) { intval($arr['channel_r_pages']), intval($arr['channel_w_pages']), intval($arr['channel_a_republish']), + intval($arr['channel_a_bookmark']), dbesc($str_contact_allow), dbesc($str_group_allow), dbesc($str_contact_deny), @@ -919,19 +923,21 @@ function settings_content(&$a) { '$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''), '$allowloc' => array('allow_location', t('Use Browser Location:'), ((get_pconfig(local_user(),'system','use_browser_location')) ? 1 : ''), ''), - '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel publishes adult content.')), + '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)')), '$h_prv' => t('Security and Privacy Settings'), - '$hide_presence' => array('hide_presence', t('Hide my online presence'),$hide_presence, t('Prevents showing if you are available for chat')), + '$hide_presence' => array('hide_presence', t('Hide my online presence'),$hide_presence, t('Prevents displaying in your profile that you are online')), - '$lbl_pmacro' => t('Quick Privacy Settings:'), - '$pmacro3' => t('Very Public - extremely permissive'), - '$pmacro2' => t('Typical - default public, privacy when desired'), - '$pmacro1' => t('Private - default private, rarely open or public'), - '$pmacro0' => t('Blocked - default blocked to/from everybody'), + '$lbl_pmacro' => t('Simple Privacy Settings:'), + '$pmacro3' => t('Very Public - extremely permissive (should be used with caution)'), + '$pmacro2' => t('Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)'), + '$pmacro1' => t('Private - default private, never open or public'), + '$pmacro0' => t('Blocked - default blocked to/from everybody'), '$permiss_arr' => $permiss, + '$lbl_p2macro' => t('Advanced Privacy Settings'), + '$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')), '$permissions' => t('Default Post Permissions'), '$permdesc' => t("\x28click to open/close\x29"), diff --git a/mod/setup.php b/mod/setup.php index ca5566578..14572699e 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -373,7 +373,10 @@ function check_php(&$phpath, &$checks) { if (strlen($phpath)){ $passed = file_exists($phpath); } else { - $phpath = trim(shell_exec('which php')); + if(is_windows()) + $phpath = trim(shell_exec('where php')); + else + $phpath = trim(shell_exec('which php')); $passed = strlen($phpath); } $help = ""; diff --git a/mod/siteinfo.php b/mod/siteinfo.php index 37cba02ec..14ef17516 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -90,6 +90,21 @@ function siteinfo_content(&$a) { $admininfo = bbcode(get_config('system','admininfo')); + $donate = <<< EOT +

    The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better web. Select the following option for a one-time donation of your choosing

    +

    +

    or

    + +

    + + +
    Recurring Donation Options
    +

    +

    +EOT; + + + $o = replace_macros(get_markup_template('siteinfo.tpl'), array( '$title' => t('Red'), '$description' => t('This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites.'), @@ -100,7 +115,8 @@ function siteinfo_content(&$a) { '$bug_text' => t('Bug reports and issues: please visit'), '$bug_link_url' => 'https://github.com/friendica/red/issues', '$bug_link_text' => 'redmatrix issues', - '$contact' => t('Suggestions, praise, donations, etc. - please email "redmatrix" at librelist - dot com'), + '$contact' => t('Suggestions, praise, etc. - please email "redmatrix" at librelist - dot com'), + '$donate' => $donate, '$adminlabel' => t('Site Administrators'), '$admininfo' => $admininfo, '$plugins_text' => $plugins_text, diff --git a/mod/sources.php b/mod/sources.php index 87bab60df..f4b36508f 100644 --- a/mod/sources.php +++ b/mod/sources.php @@ -12,9 +12,13 @@ function sources_post(&$a) { $abook = intval($_REQUEST['abook']); $words = $_REQUEST['words']; $frequency = $_REQUEST['frequency']; + $name = $_REQUEST['name']; $channel = $a->get_channel(); + if($name == '*') + $xchan = '*'; + if($abook) { $r = q("select abook_xchan from abook where abook_id = %d and abook_channel = %d limit 1", intval($abook), @@ -74,6 +78,9 @@ function sources_content(&$a) { ); if($r) { for($x = 0; $x < count($r); $x ++) { + if($r[$x]['src_xchan'] == '*') { + $r[$x]['xchan_name'] = t('*'); + } $r[$x]['src_patt'] = htmlspecialchars($r[$x]['src_patt'], ENT_COMPAT,'UTF-8'); } } diff --git a/util/messages.po b/util/messages.po index 328875302..67adad228 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-01-24.567\n" +"Project-Id-Version: 2014-01-31.574\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-24 00:03-0800\n" +"POT-Creation-Date: 2014-01-31 00:02-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -52,10 +52,6 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/api.php:973 -msgid "Public Timeline" -msgstr "" - #: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420 msgid "Logout" msgstr "" @@ -72,7 +68,7 @@ msgstr "" msgid "Your posts and conversations" msgstr "" -#: ../../include/nav.php:76 ../../include/conversation.php:932 +#: ../../include/nav.php:76 ../../include/conversation.php:933 #: ../../mod/connedit.php:309 ../../mod/connedit.php:423 msgid "View Profile" msgstr "" @@ -89,7 +85,7 @@ msgstr "" msgid "Manage/Edit Profiles" msgstr "" -#: ../../include/nav.php:79 ../../include/conversation.php:1474 +#: ../../include/nav.php:79 ../../include/conversation.php:1475 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" @@ -236,7 +232,7 @@ msgstr "" msgid "New Message" msgstr "" -#: ../../include/nav.php:171 ../../include/conversation.php:1492 +#: ../../include/nav.php:171 ../../include/conversation.php:1493 #: ../../mod/events.php:354 msgid "Events" msgstr "" @@ -262,7 +258,7 @@ msgid "Manage Your Channels" msgstr "" #: ../../include/nav.php:177 ../../include/widgets.php:487 -#: ../../mod/admin.php:787 ../../mod/admin.php:992 +#: ../../mod/admin.php:837 ../../mod/admin.php:1042 msgid "Settings" msgstr "" @@ -278,7 +274,7 @@ msgstr "" msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/nav.php:186 ../../mod/admin.php:111 +#: ../../include/nav.php:186 ../../mod/admin.php:112 msgid "Admin" msgstr "" @@ -294,10 +290,63 @@ msgstr "" msgid "Please wait..." msgstr "" -#: ../../include/Contact.php:104 ../../include/identity.php:625 +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "" + +#: ../../include/chat.php:102 +msgid "Room not found." +msgstr "" + +#: ../../include/chat.php:113 ../../include/photos.php:15 +#: ../../include/attach.php:97 ../../include/attach.php:128 +#: ../../include/attach.php:184 ../../include/attach.php:199 +#: ../../include/attach.php:232 ../../include/attach.php:246 +#: ../../include/attach.php:267 ../../include/attach.php:462 +#: ../../include/attach.php:540 ../../include/items.php:3454 +#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241 +#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/connedit.php:179 +#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/setup.php:200 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/delegate.php:6 ../../mod/sources.php:62 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/photos.php:68 ../../mod/photos.php:522 +#: ../../mod/chat.php:84 ../../mod/chat.php:89 ../../mod/viewsrc.php:12 +#: ../../mod/menu.php:40 ../../mod/connections.php:167 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 +#: ../../mod/profiles.php:152 ../../mod/profiles.php:453 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/manage.php:6 +#: ../../mod/settings.php:486 ../../mod/mail.php:108 +#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 +#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 +#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 +#: ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 +#: ../../mod/editblock.php:48 ../../mod/suggest.php:26 +#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 +#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:347 +msgid "Permission denied." +msgstr "" + +#: ../../include/Contact.php:104 ../../include/identity.php:628 #: ../../include/widgets.php:115 ../../include/widgets.php:155 #: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51 -#: ../../mod/dirprofile.php:166 +#: ../../mod/dirprofile.php:170 msgid "Connect" msgstr "" @@ -369,8 +418,8 @@ msgstr "" msgid "RSS/Atom" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:691 -#: ../../mod/admin.php:700 ../../boot.php:1423 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:741 +#: ../../mod/admin.php:750 ../../boot.php:1423 msgid "Email" msgstr "" @@ -476,6 +525,10 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" +#: ../../include/network.php:640 +msgid "view full size" +msgstr "" + #: ../../include/event.php:11 ../../include/bb2diaspora.php:433 msgid "l F d, Y \\@ g:i A" msgstr "" @@ -488,342 +541,41 @@ msgstr "" msgid "Finishes:" msgstr "" -#: ../../include/event.php:40 ../../include/identity.php:676 +#: ../../include/event.php:40 ../../include/identity.php:679 #: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108 +#: ../../mod/directory.php:156 ../../mod/dirprofile.php:111 msgid "Location:" msgstr "" -#: ../../include/text.php:315 -msgid "prev" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:537 +#: ../../include/bbcode.php:540 ../../include/bbcode.php:545 +#: ../../include/bbcode.php:548 ../../include/bbcode.php:551 +#: ../../include/bbcode.php:554 ../../include/bbcode.php:559 +#: ../../include/bbcode.php:562 ../../include/bbcode.php:567 +#: ../../include/bbcode.php:570 ../../include/bbcode.php:573 +#: ../../include/bbcode.php:576 +msgid "Image/photo" msgstr "" -#: ../../include/text.php:317 -msgid "first" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:582 +msgid "Encrypted content" msgstr "" -#: ../../include/text.php:346 -msgid "last" +#: ../../include/bbcode.php:170 +msgid "QR code" msgstr "" -#: ../../include/text.php:349 -msgid "next" -msgstr "" - -#: ../../include/text.php:361 -msgid "older" -msgstr "" - -#: ../../include/text.php:363 -msgid "newer" -msgstr "" - -#: ../../include/text.php:654 -msgid "No connections" -msgstr "" - -#: ../../include/text.php:665 +#: ../../include/bbcode.php:213 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:677 -msgid "View Connections" -msgstr "" - -#: ../../include/text.php:738 ../../include/text.php:752 -#: ../../include/widgets.php:173 ../../mod/filer.php:36 -msgid "Save" -msgstr "" - -#: ../../include/text.php:818 -msgid "poke" -msgstr "" - -#: ../../include/text.php:818 ../../include/conversation.php:240 -msgid "poked" -msgstr "" - -#: ../../include/text.php:819 -msgid "ping" -msgstr "" - -#: ../../include/text.php:819 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:820 -msgid "prod" -msgstr "" - -#: ../../include/text.php:820 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:821 -msgid "slap" -msgstr "" - -#: ../../include/text.php:821 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:822 -msgid "finger" -msgstr "" - -#: ../../include/text.php:822 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:823 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:823 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:835 -msgid "happy" -msgstr "" - -#: ../../include/text.php:836 -msgid "sad" -msgstr "" - -#: ../../include/text.php:837 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:838 -msgid "tired" -msgstr "" - -#: ../../include/text.php:839 -msgid "perky" -msgstr "" - -#: ../../include/text.php:840 -msgid "angry" -msgstr "" - -#: ../../include/text.php:841 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:842 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:843 -msgid "interested" -msgstr "" - -#: ../../include/text.php:844 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:845 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:846 -msgid "alive" -msgstr "" - -#: ../../include/text.php:847 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:848 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:849 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:850 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:851 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:852 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:853 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:854 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Monday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Tuesday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Wednesday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Thursday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Friday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Saturday" -msgstr "" - -#: ../../include/text.php:1016 -msgid "Sunday" -msgstr "" - -#: ../../include/text.php:1020 -msgid "January" -msgstr "" - -#: ../../include/text.php:1020 -msgid "February" -msgstr "" - -#: ../../include/text.php:1020 -msgid "March" -msgstr "" - -#: ../../include/text.php:1020 -msgid "April" -msgstr "" - -#: ../../include/text.php:1020 -msgid "May" -msgstr "" - -#: ../../include/text.php:1020 -msgid "June" -msgstr "" - -#: ../../include/text.php:1020 -msgid "July" -msgstr "" - -#: ../../include/text.php:1020 -msgid "August" -msgstr "" - -#: ../../include/text.php:1020 -msgid "September" -msgstr "" - -#: ../../include/text.php:1020 -msgid "October" -msgstr "" - -#: ../../include/text.php:1020 -msgid "November" -msgstr "" - -#: ../../include/text.php:1020 -msgid "December" -msgstr "" - -#: ../../include/text.php:1098 -msgid "unknown.???" -msgstr "" - -#: ../../include/text.php:1099 -msgid "bytes" -msgstr "" - -#: ../../include/text.php:1134 -msgid "remove category" -msgstr "" - -#: ../../include/text.php:1156 -msgid "remove from file" -msgstr "" - -#: ../../include/text.php:1214 ../../include/text.php:1226 -msgid "Click to open/close" -msgstr "" - -#: ../../include/text.php:1402 ../../mod/events.php:332 -msgid "link to source" -msgstr "" - -#: ../../include/text.php:1421 -msgid "Select a page layout: " -msgstr "" - -#: ../../include/text.php:1424 ../../include/text.php:1489 -msgid "default" -msgstr "" - -#: ../../include/text.php:1460 -msgid "Page content type: " -msgstr "" - -#: ../../include/text.php:1501 -msgid "Select an alternate language" -msgstr "" - -#: ../../include/text.php:1653 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 -msgid "photo" -msgstr "" - -#: ../../include/text.php:1656 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "" - -#: ../../include/text.php:1659 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 -msgid "status" -msgstr "" - -#: ../../include/text.php:1661 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "" - -#: ../../include/text.php:1666 -msgid "activity" -msgstr "" - -#: ../../include/text.php:1928 -msgid "Design" -msgstr "" - -#: ../../include/text.php:1930 -msgid "Blocks" -msgstr "" - -#: ../../include/text.php:1931 -msgid "Menus" +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/text.php:1932 -msgid "Layouts" +#: ../../include/bbcode.php:215 +msgid "post" msgstr "" -#: ../../include/text.php:1933 -msgid "Pages" +#: ../../include/bbcode.php:505 ../../include/bbcode.php:525 +msgid "$1 wrote:" msgstr "" #: ../../include/js_strings.php:5 @@ -831,7 +583,7 @@ msgid "Delete this item?" msgstr "" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:536 -#: ../../mod/photos.php:968 ../../mod/photos.php:1055 +#: ../../mod/photos.php:972 ../../mod/photos.php:1059 msgid "Comment" msgstr "" @@ -960,10 +712,6 @@ msgstr "" msgid "Profile Photos" msgstr "" -#: ../../include/network.php:640 -msgid "view full size" -msgstr "" - #: ../../include/identity.php:29 ../../mod/item.php:1150 msgid "Unable to obtain identity information from database" msgstr "" @@ -1017,186 +765,190 @@ msgstr "" msgid "Requested profile is not available." msgstr "" -#: ../../include/identity.php:639 ../../mod/profiles.php:603 +#: ../../include/identity.php:642 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "" -#: ../../include/identity.php:645 +#: ../../include/identity.php:648 msgid "Profiles" msgstr "" -#: ../../include/identity.php:645 +#: ../../include/identity.php:648 msgid "Manage/edit profiles" msgstr "" -#: ../../include/identity.php:646 ../../mod/profiles.php:604 +#: ../../include/identity.php:649 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "" -#: ../../include/identity.php:649 +#: ../../include/identity.php:652 msgid "Edit Profile" msgstr "" -#: ../../include/identity.php:660 ../../mod/profiles.php:615 +#: ../../include/identity.php:663 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "" -#: ../../include/identity.php:663 ../../mod/profiles.php:618 +#: ../../include/identity.php:666 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "" -#: ../../include/identity.php:664 ../../mod/profiles.php:619 +#: ../../include/identity.php:667 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "" -#: ../../include/identity.php:678 ../../include/identity.php:903 +#: ../../include/identity.php:681 ../../include/identity.php:908 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "" -#: ../../include/identity.php:679 ../../include/identity.php:923 +#: ../../include/identity.php:682 ../../include/identity.php:928 #: ../../mod/directory.php:160 msgid "Status:" msgstr "" -#: ../../include/identity.php:680 ../../include/identity.php:934 +#: ../../include/identity.php:683 ../../include/identity.php:939 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "" -#: ../../include/identity.php:747 ../../include/identity.php:827 -#: ../../mod/ping.php:230 +#: ../../include/identity.php:684 ../../mod/dirprofile.php:157 +msgid "Online Now" +msgstr "" + +#: ../../include/identity.php:752 ../../include/identity.php:832 +#: ../../mod/ping.php:256 msgid "g A l F d" msgstr "" -#: ../../include/identity.php:748 ../../include/identity.php:828 +#: ../../include/identity.php:753 ../../include/identity.php:833 msgid "F d" msgstr "" -#: ../../include/identity.php:793 ../../include/identity.php:868 -#: ../../mod/ping.php:252 +#: ../../include/identity.php:798 ../../include/identity.php:873 +#: ../../mod/ping.php:278 msgid "[today]" msgstr "" -#: ../../include/identity.php:805 +#: ../../include/identity.php:810 msgid "Birthday Reminders" msgstr "" -#: ../../include/identity.php:806 +#: ../../include/identity.php:811 msgid "Birthdays this week:" msgstr "" -#: ../../include/identity.php:861 +#: ../../include/identity.php:866 msgid "[No description]" msgstr "" -#: ../../include/identity.php:879 +#: ../../include/identity.php:884 msgid "Event Reminders" msgstr "" -#: ../../include/identity.php:880 +#: ../../include/identity.php:885 msgid "Events this week:" msgstr "" -#: ../../include/identity.php:893 ../../include/identity.php:977 +#: ../../include/identity.php:898 ../../include/identity.php:982 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "" -#: ../../include/identity.php:901 ../../mod/settings.php:911 +#: ../../include/identity.php:906 ../../mod/settings.php:916 msgid "Full Name:" msgstr "" -#: ../../include/identity.php:908 +#: ../../include/identity.php:913 msgid "j F, Y" msgstr "" -#: ../../include/identity.php:909 +#: ../../include/identity.php:914 msgid "j F" msgstr "" -#: ../../include/identity.php:916 +#: ../../include/identity.php:921 msgid "Birthday:" msgstr "" -#: ../../include/identity.php:920 +#: ../../include/identity.php:925 msgid "Age:" msgstr "" -#: ../../include/identity.php:929 +#: ../../include/identity.php:934 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/identity.php:932 ../../mod/profiles.php:526 +#: ../../include/identity.php:937 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "" -#: ../../include/identity.php:936 ../../mod/profiles.php:528 +#: ../../include/identity.php:941 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "" -#: ../../include/identity.php:938 +#: ../../include/identity.php:943 msgid "Tags:" msgstr "" -#: ../../include/identity.php:940 ../../mod/profiles.php:529 +#: ../../include/identity.php:945 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "" -#: ../../include/identity.php:942 +#: ../../include/identity.php:947 msgid "Religion:" msgstr "" -#: ../../include/identity.php:944 ../../mod/directory.php:164 +#: ../../include/identity.php:949 ../../mod/directory.php:164 msgid "About:" msgstr "" -#: ../../include/identity.php:946 +#: ../../include/identity.php:951 msgid "Hobbies/Interests:" msgstr "" -#: ../../include/identity.php:948 ../../mod/profiles.php:532 +#: ../../include/identity.php:953 ../../mod/profiles.php:532 msgid "Likes:" msgstr "" -#: ../../include/identity.php:950 ../../mod/profiles.php:533 +#: ../../include/identity.php:955 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "" -#: ../../include/identity.php:953 +#: ../../include/identity.php:958 msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/identity.php:955 +#: ../../include/identity.php:960 msgid "My other channels:" msgstr "" -#: ../../include/identity.php:957 +#: ../../include/identity.php:962 msgid "Musical interests:" msgstr "" -#: ../../include/identity.php:959 +#: ../../include/identity.php:964 msgid "Books, literature:" msgstr "" -#: ../../include/identity.php:961 +#: ../../include/identity.php:966 msgid "Television:" msgstr "" -#: ../../include/identity.php:963 +#: ../../include/identity.php:968 msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/identity.php:965 +#: ../../include/identity.php:970 msgid "Love/Romance:" msgstr "" -#: ../../include/identity.php:967 +#: ../../include/identity.php:972 msgid "Work/employment:" msgstr "" -#: ../../include/identity.php:969 +#: ../../include/identity.php:974 msgid "School/education:" msgstr "" @@ -1204,32 +956,6 @@ msgstr "" msgid "Edit File properties" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:553 -#: ../../include/bbcode.php:556 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:163 ../../include/bbcode.php:561 -msgid "Encrypted content" -msgstr "" - -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "" - -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "" - -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "" - -#: ../../include/bbcode.php:513 ../../include/bbcode.php:533 -msgid "$1 wrote:" -msgstr "" - #: ../../include/oembed.php:157 msgid "Embedded content" msgstr "" @@ -1238,226 +964,226 @@ msgstr "" msgid "Embedding disabled" msgstr "" -#: ../../include/features.php:21 +#: ../../include/features.php:23 msgid "General Features" msgstr "" -#: ../../include/features.php:23 +#: ../../include/features.php:25 msgid "Content Expiration" msgstr "" -#: ../../include/features.php:23 +#: ../../include/features.php:25 msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/features.php:24 +#: ../../include/features.php:26 msgid "Multiple Profiles" msgstr "" -#: ../../include/features.php:24 +#: ../../include/features.php:26 msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/features.php:25 +#: ../../include/features.php:27 msgid "Web Pages" msgstr "" -#: ../../include/features.php:25 +#: ../../include/features.php:27 msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/features.php:26 +#: ../../include/features.php:28 msgid "Private Notes" msgstr "" -#: ../../include/features.php:26 +#: ../../include/features.php:28 msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/features.php:31 +#: ../../include/features.php:33 msgid "Extended Identity Sharing" msgstr "" -#: ../../include/features.php:31 +#: ../../include/features.php:33 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "" -#: ../../include/features.php:32 +#: ../../include/features.php:34 msgid "Expert Mode" msgstr "" -#: ../../include/features.php:32 +#: ../../include/features.php:34 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "Premium Channel" msgstr "" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "" -#: ../../include/features.php:38 +#: ../../include/features.php:40 msgid "Post Composition Features" msgstr "" -#: ../../include/features.php:39 +#: ../../include/features.php:41 msgid "Richtext Editor" msgstr "" -#: ../../include/features.php:39 +#: ../../include/features.php:41 msgid "Enable richtext editor" msgstr "" -#: ../../include/features.php:40 +#: ../../include/features.php:42 msgid "Post Preview" msgstr "" -#: ../../include/features.php:40 +#: ../../include/features.php:42 msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/features.php:41 ../../include/widgets.php:476 +#: ../../include/features.php:43 ../../include/widgets.php:476 #: ../../mod/sources.php:81 msgid "Channel Sources" msgstr "" -#: ../../include/features.php:41 +#: ../../include/features.php:43 msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "Even More Encryption" msgstr "" -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/features.php:47 +#: ../../include/features.php:49 msgid "Network and Stream Filtering" msgstr "" -#: ../../include/features.php:48 +#: ../../include/features.php:50 msgid "Search by Date" msgstr "" -#: ../../include/features.php:48 +#: ../../include/features.php:50 msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/features.php:49 +#: ../../include/features.php:51 msgid "Collections Filter" msgstr "" -#: ../../include/features.php:49 +#: ../../include/features.php:51 msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/features.php:50 ../../include/widgets.php:252 +#: ../../include/features.php:52 ../../include/widgets.php:252 msgid "Saved Searches" msgstr "" -#: ../../include/features.php:50 +#: ../../include/features.php:52 msgid "Save search terms for re-use" msgstr "" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Network Personal Tab" msgstr "" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Network New Tab" msgstr "" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/features.php:53 +#: ../../include/features.php:55 msgid "Affinity Tool" msgstr "" -#: ../../include/features.php:53 +#: ../../include/features.php:55 msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Suggest Channels" msgstr "" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Show channel suggestions" msgstr "" -#: ../../include/features.php:59 +#: ../../include/features.php:61 msgid "Post/Comment Tools" msgstr "" -#: ../../include/features.php:61 +#: ../../include/features.php:63 msgid "Edit Sent Posts" msgstr "" -#: ../../include/features.php:61 +#: ../../include/features.php:63 msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../include/features.php:62 +#: ../../include/features.php:64 msgid "Tagging" msgstr "" -#: ../../include/features.php:62 +#: ../../include/features.php:64 msgid "Ability to tag existing posts" msgstr "" -#: ../../include/features.php:63 +#: ../../include/features.php:65 msgid "Post Categories" msgstr "" -#: ../../include/features.php:63 +#: ../../include/features.php:65 msgid "Add categories to your posts" msgstr "" -#: ../../include/features.php:64 ../../include/widgets.php:283 +#: ../../include/features.php:66 ../../include/widgets.php:283 #: ../../include/contact_widgets.php:53 msgid "Saved Folders" msgstr "" -#: ../../include/features.php:64 +#: ../../include/features.php:66 msgid "Ability to file posts under folders" msgstr "" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Dislike Posts" msgstr "" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Star Posts" msgstr "" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/features.php:67 +#: ../../include/features.php:69 msgid "Tag Cloud" msgstr "" -#: ../../include/features.php:67 +#: ../../include/features.php:69 msgid "Provide a personal tag cloud on your channel page" msgstr "" @@ -1472,7 +1198,7 @@ msgstr "" msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:700 +#: ../../include/group.php:242 ../../mod/admin.php:750 msgid "All Channels" msgstr "" @@ -1509,42 +1235,6 @@ msgstr "" msgid "commented on %s's post" msgstr "" -#: ../../include/photos.php:15 ../../include/attach.php:97 -#: ../../include/attach.php:128 ../../include/attach.php:184 -#: ../../include/attach.php:199 ../../include/attach.php:232 -#: ../../include/attach.php:246 ../../include/attach.php:267 -#: ../../include/attach.php:462 ../../include/attach.php:540 -#: ../../include/items.php:3454 ../../mod/common.php:35 -#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257 -#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6 -#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/photos.php:68 ../../mod/photos.php:522 ../../mod/viewsrc.php:12 -#: ../../mod/menu.php:40 ../../mod/connections.php:167 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 -#: ../../mod/profiles.php:152 ../../mod/profiles.php:453 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76 -#: ../../mod/filestorage.php:99 ../../mod/manage.php:6 -#: ../../mod/settings.php:484 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/suggest.php:26 -#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:348 -msgid "Permission denied." -msgstr "" - #: ../../include/photos.php:89 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -1562,12 +1252,12 @@ msgstr "" msgid "Photo storage failed." msgstr "" -#: ../../include/photos.php:302 ../../include/conversation.php:1477 +#: ../../include/photos.php:302 ../../include/conversation.php:1478 msgid "Photo Albums" msgstr "" #: ../../include/photos.php:306 ../../mod/photos.php:690 -#: ../../mod/photos.php:1165 +#: ../../mod/photos.php:1169 msgid "Upload New Photos" msgstr "" @@ -2220,6 +1910,11 @@ msgstr "" msgid "Notes" msgstr "" +#: ../../include/widgets.php:173 ../../include/text.php:738 +#: ../../include/text.php:752 ../../mod/filer.php:36 +msgid "Save" +msgstr "" + #: ../../include/widgets.php:243 msgid "Remove term" msgstr "" @@ -2301,6 +1996,14 @@ msgstr "" msgid "Check Mail" msgstr "" +#: ../../include/widgets.php:585 +msgid "Chat Rooms" +msgstr "" + +#: ../../include/api.php:974 +msgid "Public Timeline" +msgstr "" + #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2354,9 +2057,9 @@ msgstr "" #: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96 #: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55 -#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171 -#: ../../mod/settings.php:569 ../../mod/editlayout.php:106 -#: ../../mod/editpost.php:98 ../../mod/blocks.php:93 +#: ../../mod/layouts.php:102 ../../mod/filestorage.php:170 +#: ../../mod/settings.php:571 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:103 ../../mod/blocks.php:93 #: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 msgid "Edit" msgstr "" @@ -2491,46 +2194,379 @@ msgid "Default" msgstr "" #: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68 -#: ../../mod/profperm.php:23 ../../index.php:347 +#: ../../mod/profperm.php:23 ../../index.php:346 msgid "Permission denied" msgstr "" -#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:150 -#: ../../mod/admin.php:732 ../../mod/admin.php:935 ../../mod/viewsrc.php:18 +#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:151 +#: ../../mod/admin.php:782 ../../mod/admin.php:985 ../../mod/viewsrc.php:18 #: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32 msgid "Item not found." msgstr "" -#: ../../include/items.php:3743 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3748 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "" -#: ../../include/items.php:3758 +#: ../../include/items.php:3763 msgid "Collection is empty." msgstr "" -#: ../../include/items.php:3765 +#: ../../include/items.php:3770 #, php-format msgid "Collection: %s" msgstr "" -#: ../../include/items.php:3776 +#: ../../include/items.php:3781 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:3779 +#: ../../include/items.php:3784 msgid "Connection not found." msgstr "" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:841 +#: ../../include/security.php:280 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: ../../include/text.php:315 +msgid "prev" +msgstr "" + +#: ../../include/text.php:317 +msgid "first" +msgstr "" + +#: ../../include/text.php:346 +msgid "last" +msgstr "" + +#: ../../include/text.php:349 +msgid "next" +msgstr "" + +#: ../../include/text.php:361 +msgid "older" +msgstr "" + +#: ../../include/text.php:363 +msgid "newer" +msgstr "" + +#: ../../include/text.php:654 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:665 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:677 +msgid "View Connections" +msgstr "" + +#: ../../include/text.php:818 +msgid "poke" +msgstr "" + +#: ../../include/text.php:818 ../../include/conversation.php:240 +msgid "poked" +msgstr "" + +#: ../../include/text.php:819 +msgid "ping" +msgstr "" + +#: ../../include/text.php:819 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:820 +msgid "prod" +msgstr "" + +#: ../../include/text.php:820 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:821 +msgid "slap" +msgstr "" + +#: ../../include/text.php:821 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:822 +msgid "finger" +msgstr "" + +#: ../../include/text.php:822 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:823 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:823 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:835 +msgid "happy" +msgstr "" + +#: ../../include/text.php:836 +msgid "sad" +msgstr "" + +#: ../../include/text.php:837 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:838 +msgid "tired" +msgstr "" + +#: ../../include/text.php:839 +msgid "perky" +msgstr "" + +#: ../../include/text.php:840 +msgid "angry" +msgstr "" + +#: ../../include/text.php:841 +msgid "stupified" +msgstr "" + +#: ../../include/text.php:842 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:843 +msgid "interested" +msgstr "" + +#: ../../include/text.php:844 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:845 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:846 +msgid "alive" +msgstr "" + +#: ../../include/text.php:847 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:848 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:849 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:850 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:851 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:852 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:853 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:854 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Monday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Tuesday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Wednesday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Thursday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Friday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Saturday" +msgstr "" + +#: ../../include/text.php:1017 +msgid "Sunday" +msgstr "" + +#: ../../include/text.php:1021 +msgid "January" +msgstr "" + +#: ../../include/text.php:1021 +msgid "February" +msgstr "" + +#: ../../include/text.php:1021 +msgid "March" +msgstr "" + +#: ../../include/text.php:1021 +msgid "April" +msgstr "" + +#: ../../include/text.php:1021 +msgid "May" +msgstr "" + +#: ../../include/text.php:1021 +msgid "June" +msgstr "" + +#: ../../include/text.php:1021 +msgid "July" +msgstr "" + +#: ../../include/text.php:1021 +msgid "August" +msgstr "" + +#: ../../include/text.php:1021 +msgid "September" +msgstr "" + +#: ../../include/text.php:1021 +msgid "October" +msgstr "" + +#: ../../include/text.php:1021 +msgid "November" +msgstr "" + +#: ../../include/text.php:1021 +msgid "December" +msgstr "" + +#: ../../include/text.php:1099 +msgid "unknown.???" +msgstr "" + +#: ../../include/text.php:1100 +msgid "bytes" +msgstr "" + +#: ../../include/text.php:1135 +msgid "remove category" +msgstr "" + +#: ../../include/text.php:1157 +msgid "remove from file" +msgstr "" + +#: ../../include/text.php:1215 ../../include/text.php:1227 +msgid "Click to open/close" +msgstr "" + +#: ../../include/text.php:1403 ../../mod/events.php:332 +msgid "link to source" +msgstr "" + +#: ../../include/text.php:1422 +msgid "Select a page layout: " +msgstr "" + +#: ../../include/text.php:1425 ../../include/text.php:1490 +msgid "default" +msgstr "" + +#: ../../include/text.php:1461 +msgid "Page content type: " +msgstr "" + +#: ../../include/text.php:1502 +msgid "Select an alternate language" +msgstr "" + +#: ../../include/text.php:1654 ../../include/conversation.php:117 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "" + +#: ../../include/text.php:1657 ../../include/conversation.php:120 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "" + +#: ../../include/text.php:1660 ../../include/conversation.php:145 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "" + +#: ../../include/text.php:1662 ../../include/conversation.php:147 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "" + +#: ../../include/text.php:1667 +msgid "activity" +msgstr "" + +#: ../../include/text.php:1929 +msgid "Design" +msgstr "" + +#: ../../include/text.php:1931 +msgid "Blocks" +msgstr "" + +#: ../../include/text.php:1932 +msgid "Menus" +msgstr "" + +#: ../../include/text.php:1933 +msgid "Layouts" +msgstr "" + +#: ../../include/text.php:1934 +msgid "Pages" +msgstr "" + +#: ../../include/ItemObject.php:89 ../../mod/photos.php:843 msgid "Private Message" msgstr "" #: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:695 -#: ../../mod/group.php:176 ../../mod/photos.php:1019 -#: ../../mod/filestorage.php:172 ../../mod/settings.php:570 +#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:745 +#: ../../mod/group.php:176 ../../mod/photos.php:1023 +#: ../../mod/filestorage.php:171 ../../mod/settings.php:572 msgid "Delete" msgstr "" @@ -2566,11 +2602,11 @@ msgstr "" msgid "add tag" msgstr "" -#: ../../include/ItemObject.php:175 ../../mod/photos.php:947 +#: ../../include/ItemObject.php:175 ../../mod/photos.php:951 msgid "I like this (toggle)" msgstr "" -#: ../../include/ItemObject.php:176 ../../mod/photos.php:948 +#: ../../include/ItemObject.php:176 ../../mod/photos.php:952 msgid "I don't like this (toggle)" msgstr "" @@ -2613,15 +2649,15 @@ msgstr "" msgid "last edited: %s" msgstr "" -#: ../../include/ItemObject.php:221 +#: ../../include/ItemObject.php:221 ../../include/conversation.php:690 #, php-format msgid "Expires: %s" msgstr "" -#: ../../include/ItemObject.php:248 ../../include/conversation.php:706 -#: ../../include/conversation.php:1119 ../../mod/photos.php:950 +#: ../../include/ItemObject.php:248 ../../include/conversation.php:707 +#: ../../include/conversation.php:1120 ../../mod/photos.php:954 #: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:153 #: ../../mod/editblock.php:129 msgid "Please wait" msgstr "" @@ -2633,8 +2669,8 @@ msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../include/ItemObject.php:534 ../../mod/photos.php:966 -#: ../../mod/photos.php:1053 +#: ../../include/ItemObject.php:534 ../../mod/photos.php:970 +#: ../../mod/photos.php:1057 msgid "This is you" msgstr "" @@ -2642,16 +2678,17 @@ msgstr "" #: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156 #: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347 #: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131 -#: ../../mod/admin.php:420 ../../mod/admin.php:688 ../../mod/admin.php:828 -#: ../../mod/admin.php:1027 ../../mod/admin.php:1114 ../../mod/group.php:81 -#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:929 -#: ../../mod/photos.php:969 ../../mod/photos.php:1056 -#: ../../mod/profiles.php:506 ../../mod/filestorage.php:132 -#: ../../mod/import.php:387 ../../mod/settings.php:507 -#: ../../mod/settings.php:619 ../../mod/settings.php:647 -#: ../../mod/settings.php:671 ../../mod/settings.php:742 -#: ../../mod/settings.php:903 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 ../../mod/mood.php:142 +#: ../../mod/admin.php:431 ../../mod/admin.php:738 ../../mod/admin.php:878 +#: ../../mod/admin.php:1077 ../../mod/admin.php:1164 ../../mod/group.php:81 +#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:933 +#: ../../mod/photos.php:973 ../../mod/photos.php:1060 ../../mod/chat.php:107 +#: ../../mod/chat.php:133 ../../mod/profiles.php:506 +#: ../../mod/filestorage.php:131 ../../mod/import.php:387 +#: ../../mod/settings.php:509 ../../mod/settings.php:621 +#: ../../mod/settings.php:649 ../../mod/settings.php:673 +#: ../../mod/settings.php:744 ../../mod/settings.php:908 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/poke.php:166 +#: ../../mod/fsuggest.php:108 ../../mod/mood.php:142 #: ../../view/theme/redbasic/php/config.php:85 #: ../../view/theme/apw/php/config.php:231 #: ../../view/theme/blogga/view/theme/blog/config.php:67 @@ -2691,36 +2728,18 @@ msgstr "" msgid "Video" msgstr "" -#: ../../include/ItemObject.php:546 ../../include/conversation.php:1082 -#: ../../mod/webpages.php:122 ../../mod/photos.php:970 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:127 +#: ../../include/ItemObject.php:546 ../../include/conversation.php:1083 +#: ../../mod/webpages.php:122 ../../mod/photos.php:974 +#: ../../mod/editlayout.php:136 ../../mod/editpost.php:132 #: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151 msgid "Preview" msgstr "" -#: ../../include/ItemObject.php:549 ../../include/conversation.php:1146 -#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135 +#: ../../include/ItemObject.php:549 ../../include/conversation.php:1147 +#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:140 msgid "Encrypt text" msgstr "" -#: ../../include/security.php:49 -msgid "Welcome " -msgstr "" - -#: ../../include/security.php:50 -msgid "Please upload a profile photo." -msgstr "" - -#: ../../include/security.php:53 -msgid "Welcome back " -msgstr "" - -#: ../../include/security.php:363 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - #: ../../include/conversation.php:123 msgid "channel" msgstr "" @@ -2763,344 +2782,344 @@ msgstr "" msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:704 +#: ../../include/conversation.php:705 msgid "View in context" msgstr "" -#: ../../include/conversation.php:833 +#: ../../include/conversation.php:834 msgid "remove" msgstr "" -#: ../../include/conversation.php:837 +#: ../../include/conversation.php:838 msgid "Loading..." msgstr "" -#: ../../include/conversation.php:838 +#: ../../include/conversation.php:839 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:929 +#: ../../include/conversation.php:930 msgid "View Source" msgstr "" -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:931 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:931 +#: ../../include/conversation.php:932 msgid "View Status" msgstr "" -#: ../../include/conversation.php:933 +#: ../../include/conversation.php:934 msgid "View Photos" msgstr "" -#: ../../include/conversation.php:934 +#: ../../include/conversation.php:935 msgid "Matrix Activity" msgstr "" -#: ../../include/conversation.php:935 +#: ../../include/conversation.php:936 msgid "Edit Contact" msgstr "" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:937 msgid "Send PM" msgstr "" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:938 msgid "Poke" msgstr "" -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:1000 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:1000 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:1003 +#: ../../include/conversation.php:1004 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1005 +#: ../../include/conversation.php:1006 #, php-format msgid "%2$d people don't like this." msgid_plural "%2$d people don't like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1011 +#: ../../include/conversation.php:1012 msgid "and" msgstr "" -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1015 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1016 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1016 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:1065 +#: ../../include/conversation.php:1066 msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:1066 ../../mod/mail.php:171 +#: ../../include/conversation.php:1067 ../../mod/mail.php:171 #: ../../mod/mail.php:269 msgid "Please enter a link URL:" msgstr "" -#: ../../include/conversation.php:1067 +#: ../../include/conversation.php:1068 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:1068 +#: ../../include/conversation.php:1069 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:1069 +#: ../../include/conversation.php:1070 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1070 ../../mod/filer.php:35 +#: ../../include/conversation.php:1071 ../../mod/filer.php:35 msgid "Save to Folder:" msgstr "" -#: ../../include/conversation.php:1071 +#: ../../include/conversation.php:1072 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1072 ../../mod/mail.php:172 +#: ../../include/conversation.php:1073 ../../mod/mail.php:172 #: ../../mod/mail.php:270 ../../mod/editpost.php:52 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1096 ../../mod/photos.php:949 +#: ../../include/conversation.php:1097 ../../mod/photos.php:953 msgid "Share" msgstr "" -#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 msgid "Page link title" msgstr "" -#: ../../include/conversation.php:1100 ../../mod/mail.php:219 +#: ../../include/conversation.php:1101 ../../mod/mail.php:219 #: ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145 +#: ../../mod/editpost.php:104 ../../mod/editwebpage.php:145 #: ../../mod/editblock.php:121 msgid "Upload photo" msgstr "" -#: ../../include/conversation.php:1101 +#: ../../include/conversation.php:1102 msgid "upload photo" msgstr "" -#: ../../include/conversation.php:1102 ../../mod/mail.php:220 +#: ../../include/conversation.php:1103 ../../mod/mail.php:220 #: ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146 +#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:146 #: ../../mod/editblock.php:122 msgid "Attach file" msgstr "" -#: ../../include/conversation.php:1103 +#: ../../include/conversation.php:1104 msgid "attach file" msgstr "" -#: ../../include/conversation.php:1104 ../../mod/mail.php:221 +#: ../../include/conversation.php:1105 ../../mod/mail.php:221 #: ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147 +#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:147 #: ../../mod/editblock.php:123 msgid "Insert web link" msgstr "" -#: ../../include/conversation.php:1105 +#: ../../include/conversation.php:1106 msgid "web link" msgstr "" -#: ../../include/conversation.php:1106 +#: ../../include/conversation.php:1107 msgid "Insert video link" msgstr "" -#: ../../include/conversation.php:1107 +#: ../../include/conversation.php:1108 msgid "video link" msgstr "" -#: ../../include/conversation.php:1108 +#: ../../include/conversation.php:1109 msgid "Insert audio link" msgstr "" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1110 msgid "audio link" msgstr "" -#: ../../include/conversation.php:1110 ../../mod/editlayout.php:113 -#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151 +#: ../../include/conversation.php:1111 ../../mod/editlayout.php:113 +#: ../../mod/editpost.php:110 ../../mod/editwebpage.php:151 #: ../../mod/editblock.php:127 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1111 +#: ../../include/conversation.php:1112 msgid "set location" msgstr "" -#: ../../include/conversation.php:1112 ../../mod/editlayout.php:114 -#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152 +#: ../../include/conversation.php:1113 ../../mod/editlayout.php:114 +#: ../../mod/editpost.php:111 ../../mod/editwebpage.php:152 #: ../../mod/editblock.php:128 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1113 +#: ../../include/conversation.php:1114 msgid "clear location" msgstr "" -#: ../../include/conversation.php:1115 ../../mod/editlayout.php:127 -#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169 +#: ../../include/conversation.php:1116 ../../mod/editlayout.php:127 +#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:169 #: ../../mod/editblock.php:142 msgid "Set title" msgstr "" -#: ../../include/conversation.php:1118 ../../mod/editlayout.php:130 -#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171 +#: ../../include/conversation.php:1119 ../../mod/editlayout.php:130 +#: ../../mod/editpost.php:126 ../../mod/editwebpage.php:171 #: ../../mod/editblock.php:145 msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/conversation.php:1120 ../../mod/editlayout.php:116 -#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154 +#: ../../include/conversation.php:1121 ../../mod/editlayout.php:116 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:154 #: ../../mod/editblock.php:130 msgid "Permission settings" msgstr "" -#: ../../include/conversation.php:1121 +#: ../../include/conversation.php:1122 msgid "permissions" msgstr "" -#: ../../include/conversation.php:1129 ../../mod/editlayout.php:124 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164 +#: ../../include/conversation.php:1130 ../../mod/editlayout.php:124 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:164 #: ../../mod/editblock.php:139 msgid "Public post" msgstr "" -#: ../../include/conversation.php:1131 ../../mod/editlayout.php:131 -#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172 +#: ../../include/conversation.php:1132 ../../mod/editlayout.php:131 +#: ../../mod/editpost.php:127 ../../mod/editwebpage.php:172 #: ../../mod/editblock.php:146 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/conversation.php:1144 ../../mod/mail.php:226 +#: ../../include/conversation.php:1145 ../../mod/mail.php:226 #: ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182 +#: ../../mod/editpost.php:138 ../../mod/editwebpage.php:182 #: ../../mod/editblock.php:156 msgid "Set expiration date" msgstr "" -#: ../../include/conversation.php:1148 ../../mod/editpost.php:136 +#: ../../include/conversation.php:1149 ../../mod/editpost.php:142 msgid "OK" msgstr "" -#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/settings.php:508 -#: ../../mod/settings.php:534 ../../mod/editpost.php:137 +#: ../../include/conversation.php:1150 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/settings.php:510 +#: ../../mod/settings.php:536 ../../mod/editpost.php:143 #: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 msgid "Cancel" msgstr "" -#: ../../include/conversation.php:1380 +#: ../../include/conversation.php:1381 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1383 +#: ../../include/conversation.php:1384 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1386 +#: ../../include/conversation.php:1387 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1389 +#: ../../include/conversation.php:1390 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1393 +#: ../../include/conversation.php:1394 msgid "Personal" msgstr "" -#: ../../include/conversation.php:1396 +#: ../../include/conversation.php:1397 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1399 ../../mod/menu.php:57 +#: ../../include/conversation.php:1400 ../../mod/menu.php:57 #: ../../mod/connections.php:209 msgid "New" msgstr "" -#: ../../include/conversation.php:1402 +#: ../../include/conversation.php:1403 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1409 +#: ../../include/conversation.php:1410 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1412 +#: ../../include/conversation.php:1413 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1419 +#: ../../include/conversation.php:1420 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1422 +#: ../../include/conversation.php:1423 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1453 +#: ../../include/conversation.php:1454 msgid "Channel" msgstr "" -#: ../../include/conversation.php:1456 +#: ../../include/conversation.php:1457 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1465 +#: ../../include/conversation.php:1466 msgid "About" msgstr "" -#: ../../include/conversation.php:1468 +#: ../../include/conversation.php:1469 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1483 ../../mod/fbrowser.php:114 +#: ../../include/conversation.php:1484 ../../mod/fbrowser.php:114 msgid "Files" msgstr "" -#: ../../include/conversation.php:1486 +#: ../../include/conversation.php:1487 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1495 +#: ../../include/conversation.php:1496 msgid "Events and Calendar" msgstr "" -#: ../../include/conversation.php:1502 +#: ../../include/conversation.php:1503 msgid "Webpages" msgstr "" -#: ../../include/conversation.php:1505 +#: ../../include/conversation.php:1506 msgid "Manage Webpages" msgstr "" @@ -3328,7 +3347,7 @@ msgid "" "com" msgstr "" -#: ../../mod/cloud.php:88 +#: ../../mod/cloud.php:112 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "" @@ -3428,12 +3447,12 @@ msgid "View recent posts and comments" msgstr "" #: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:697 +#: ../../mod/admin.php:747 msgid "Unblock" msgstr "" #: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:696 +#: ../../mod/admin.php:746 msgid "Block" msgstr "" @@ -3679,13 +3698,13 @@ msgid "" "and/or create new posts for you?" msgstr "" -#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 +#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "Yes" msgstr "" -#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 +#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "No" msgstr "" @@ -3707,7 +3726,7 @@ msgid "Channel not found." msgstr "" #: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100 -#: ../../index.php:227 +#: ../../index.php:226 msgid "Page not found." msgstr "" @@ -4059,7 +4078,7 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/rpost.php:84 ../../mod/editpost.php:42 +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 msgid "Edit post" msgstr "" @@ -4259,521 +4278,531 @@ msgstr "" msgid "Theme settings updated." msgstr "" -#: ../../mod/admin.php:87 ../../mod/admin.php:419 +#: ../../mod/admin.php:88 ../../mod/admin.php:430 msgid "Site" msgstr "" -#: ../../mod/admin.php:88 ../../mod/admin.php:687 ../../mod/admin.php:699 +#: ../../mod/admin.php:89 ../../mod/admin.php:737 ../../mod/admin.php:749 msgid "Users" msgstr "" -#: ../../mod/admin.php:89 ../../mod/admin.php:785 ../../mod/admin.php:827 +#: ../../mod/admin.php:90 ../../mod/admin.php:835 ../../mod/admin.php:877 msgid "Plugins" msgstr "" -#: ../../mod/admin.php:90 ../../mod/admin.php:990 ../../mod/admin.php:1026 +#: ../../mod/admin.php:91 ../../mod/admin.php:1040 ../../mod/admin.php:1076 msgid "Themes" msgstr "" -#: ../../mod/admin.php:91 ../../mod/admin.php:479 +#: ../../mod/admin.php:92 ../../mod/admin.php:529 msgid "Server" msgstr "" -#: ../../mod/admin.php:92 +#: ../../mod/admin.php:93 msgid "DB updates" msgstr "" -#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1113 +#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1163 msgid "Logs" msgstr "" -#: ../../mod/admin.php:112 +#: ../../mod/admin.php:113 msgid "Plugin Features" msgstr "" -#: ../../mod/admin.php:114 +#: ../../mod/admin.php:115 msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/admin.php:188 +#: ../../mod/admin.php:189 msgid "Message queues" msgstr "" -#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:478 -#: ../../mod/admin.php:686 ../../mod/admin.php:784 ../../mod/admin.php:826 -#: ../../mod/admin.php:989 ../../mod/admin.php:1025 ../../mod/admin.php:1112 +#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 +#: ../../mod/admin.php:736 ../../mod/admin.php:834 ../../mod/admin.php:876 +#: ../../mod/admin.php:1039 ../../mod/admin.php:1075 ../../mod/admin.php:1162 msgid "Administration" msgstr "" -#: ../../mod/admin.php:194 +#: ../../mod/admin.php:195 msgid "Summary" msgstr "" -#: ../../mod/admin.php:196 +#: ../../mod/admin.php:197 msgid "Registered users" msgstr "" -#: ../../mod/admin.php:198 ../../mod/admin.php:482 +#: ../../mod/admin.php:199 ../../mod/admin.php:532 msgid "Pending registrations" msgstr "" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:200 msgid "Version" msgstr "" -#: ../../mod/admin.php:201 ../../mod/admin.php:483 +#: ../../mod/admin.php:202 ../../mod/admin.php:533 msgid "Active plugins" msgstr "" -#: ../../mod/admin.php:342 +#: ../../mod/admin.php:350 msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:371 ../../mod/settings.php:700 +#: ../../mod/admin.php:379 ../../mod/settings.php:702 msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/admin.php:373 +#: ../../mod/admin.php:381 msgid "No special theme for accessibility" msgstr "" -#: ../../mod/admin.php:398 +#: ../../mod/admin.php:409 msgid "Closed" msgstr "" -#: ../../mod/admin.php:399 +#: ../../mod/admin.php:410 msgid "Requires approval" msgstr "" -#: ../../mod/admin.php:400 +#: ../../mod/admin.php:411 msgid "Open" msgstr "" -#: ../../mod/admin.php:405 +#: ../../mod/admin.php:416 msgid "Private" msgstr "" -#: ../../mod/admin.php:406 +#: ../../mod/admin.php:417 msgid "Paid Access" msgstr "" -#: ../../mod/admin.php:407 +#: ../../mod/admin.php:418 msgid "Free Access" msgstr "" -#: ../../mod/admin.php:408 +#: ../../mod/admin.php:419 msgid "Tiered Access" msgstr "" -#: ../../mod/admin.php:421 ../../mod/register.php:189 +#: ../../mod/admin.php:432 ../../mod/register.php:189 msgid "Registration" msgstr "" -#: ../../mod/admin.php:422 +#: ../../mod/admin.php:433 msgid "File upload" msgstr "" -#: ../../mod/admin.php:423 +#: ../../mod/admin.php:434 msgid "Policies" msgstr "" -#: ../../mod/admin.php:424 +#: ../../mod/admin.php:435 msgid "Advanced" msgstr "" -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:439 msgid "Site name" msgstr "" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:440 msgid "Banner/Logo" msgstr "" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:441 +msgid "Administrator Information" +msgstr "" + +#: ../../mod/admin.php:441 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "" + +#: ../../mod/admin.php:442 msgid "System language" msgstr "" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:443 msgid "System theme" msgstr "" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:443 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:444 msgid "Mobile system theme" msgstr "" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:444 msgid "Theme for mobile devices" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:445 msgid "Accessibility system theme" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:445 msgid "Accessibility theme" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:446 msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:446 msgid "Site Channel" msgstr "" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:448 msgid "Maximum image size" msgstr "" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:448 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:437 +#: ../../mod/admin.php:449 msgid "Register policy" msgstr "" -#: ../../mod/admin.php:438 +#: ../../mod/admin.php:450 msgid "Access policy" msgstr "" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:451 msgid "Register text" msgstr "" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:451 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:452 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:452 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:453 msgid "Allowed friend domains" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:453 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:454 msgid "Allowed email domains" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:454 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:455 msgid "Block public" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:455 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:456 msgid "Force publish" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:456 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "No login on Homepage" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "" -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:459 msgid "Proxy user" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:460 msgid "Proxy URL" msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:461 msgid "Network timeout" msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:461 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "Delivery interval" msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "Poll interval" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:464 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:464 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:520 msgid "No server found" msgstr "" -#: ../../mod/admin.php:477 ../../mod/admin.php:700 +#: ../../mod/admin.php:527 ../../mod/admin.php:750 msgid "ID" msgstr "" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "for channel" msgstr "" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "on server" msgstr "" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "Status" msgstr "" -#: ../../mod/admin.php:498 +#: ../../mod/admin.php:548 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:508 +#: ../../mod/admin.php:558 #, php-format msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:511 +#: ../../mod/admin.php:561 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/admin.php:515 +#: ../../mod/admin.php:565 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/admin.php:518 +#: ../../mod/admin.php:568 #, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:533 +#: ../../mod/admin.php:583 msgid "No failed updates." msgstr "" -#: ../../mod/admin.php:537 +#: ../../mod/admin.php:587 msgid "Failed Updates" msgstr "" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:589 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:590 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:566 +#: ../../mod/admin.php:616 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:623 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:654 msgid "Account not found" msgstr "" -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:665 #, php-format msgid "User '%s' deleted" msgstr "" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:674 #, php-format msgid "User '%s' unblocked" msgstr "" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:674 #, php-format msgid "User '%s' blocked" msgstr "" -#: ../../mod/admin.php:689 +#: ../../mod/admin.php:739 msgid "select all" msgstr "" -#: ../../mod/admin.php:690 +#: ../../mod/admin.php:740 msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/admin.php:691 +#: ../../mod/admin.php:741 msgid "Request date" msgstr "" -#: ../../mod/admin.php:692 +#: ../../mod/admin.php:742 msgid "No registrations." msgstr "" -#: ../../mod/admin.php:693 +#: ../../mod/admin.php:743 msgid "Approve" msgstr "" -#: ../../mod/admin.php:694 +#: ../../mod/admin.php:744 msgid "Deny" msgstr "" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Register date" msgstr "" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Last login" msgstr "" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Expires" msgstr "" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Service Class" msgstr "" -#: ../../mod/admin.php:702 +#: ../../mod/admin.php:752 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:703 +#: ../../mod/admin.php:753 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:794 #, php-format msgid "Plugin %s disabled." msgstr "" -#: ../../mod/admin.php:748 +#: ../../mod/admin.php:798 #, php-format msgid "Plugin %s enabled." msgstr "" -#: ../../mod/admin.php:758 ../../mod/admin.php:960 +#: ../../mod/admin.php:808 ../../mod/admin.php:1010 msgid "Disable" msgstr "" -#: ../../mod/admin.php:760 ../../mod/admin.php:962 +#: ../../mod/admin.php:810 ../../mod/admin.php:1012 msgid "Enable" msgstr "" -#: ../../mod/admin.php:786 ../../mod/admin.php:991 +#: ../../mod/admin.php:836 ../../mod/admin.php:1041 msgid "Toggle" msgstr "" -#: ../../mod/admin.php:794 ../../mod/admin.php:1001 +#: ../../mod/admin.php:844 ../../mod/admin.php:1051 msgid "Author: " msgstr "" -#: ../../mod/admin.php:795 ../../mod/admin.php:1002 +#: ../../mod/admin.php:845 ../../mod/admin.php:1052 msgid "Maintainer: " msgstr "" -#: ../../mod/admin.php:924 +#: ../../mod/admin.php:974 msgid "No themes found." msgstr "" -#: ../../mod/admin.php:983 +#: ../../mod/admin.php:1033 msgid "Screenshot" msgstr "" -#: ../../mod/admin.php:1031 +#: ../../mod/admin.php:1081 msgid "[Experimental]" msgstr "" -#: ../../mod/admin.php:1032 +#: ../../mod/admin.php:1082 msgid "[Unsupported]" msgstr "" -#: ../../mod/admin.php:1059 +#: ../../mod/admin.php:1109 msgid "Log settings updated." msgstr "" -#: ../../mod/admin.php:1115 +#: ../../mod/admin.php:1165 msgid "Clear" msgstr "" -#: ../../mod/admin.php:1121 +#: ../../mod/admin.php:1171 msgid "Debugging" msgstr "" -#: ../../mod/admin.php:1122 +#: ../../mod/admin.php:1172 msgid "Log file" msgstr "" -#: ../../mod/admin.php:1122 +#: ../../mod/admin.php:1172 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/admin.php:1123 +#: ../../mod/admin.php:1173 msgid "Log level" msgstr "" @@ -4798,7 +4827,7 @@ msgid "Unable to add menu element." msgstr "" #: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113 -#: ../../mod/dirprofile.php:177 +#: ../../mod/dirprofile.php:181 msgid "Not found." msgstr "" @@ -4846,7 +4875,7 @@ msgstr "" msgid "Menu Item Permissions" msgstr "" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:930 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:937 msgid "(click to open/close)" msgstr "" @@ -4958,7 +4987,7 @@ msgstr "" msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:159 ../../mod/photos.php:930 +#: ../../mod/photos.php:159 ../../mod/photos.php:934 msgid "Delete Photo" msgstr "" @@ -4996,13 +5025,13 @@ msgstr "" msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/photos.php:603 ../../mod/photos.php:925 -#: ../../mod/filestorage.php:125 +#: ../../mod/photos.php:603 ../../mod/photos.php:929 +#: ../../mod/filestorage.php:124 msgid "Permissions" msgstr "" -#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1101 -#: ../../mod/photos.php:1116 +#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1105 +#: ../../mod/photos.php:1120 msgid "Contact Photos" msgstr "" @@ -5018,7 +5047,7 @@ msgstr "" msgid "Show Oldest First" msgstr "" -#: ../../mod/photos.php:729 ../../mod/photos.php:1148 +#: ../../mod/photos.php:729 ../../mod/photos.php:1152 msgid "View Photo" msgstr "" @@ -5030,50 +5059,62 @@ msgstr "" msgid "Photo not available" msgstr "" -#: ../../mod/photos.php:835 +#: ../../mod/photos.php:837 msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:859 +#: ../../mod/photos.php:861 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:913 +#: ../../mod/photos.php:917 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:915 +#: ../../mod/photos.php:919 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:916 +#: ../../mod/photos.php:920 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:918 +#: ../../mod/photos.php:922 msgid "New album name" msgstr "" -#: ../../mod/photos.php:921 +#: ../../mod/photos.php:925 msgid "Caption" msgstr "" -#: ../../mod/photos.php:923 +#: ../../mod/photos.php:927 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:927 +#: ../../mod/photos.php:931 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/photos.php:1154 +#: ../../mod/photos.php:1158 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1163 +#: ../../mod/photos.php:1167 msgid "Recent Photos" msgstr "" +#: ../../mod/chat.php:18 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "" + +#: ../../mod/chat.php:130 +msgid "New Chatroom" +msgstr "" + +#: ../../mod/chat.php:131 +msgid "Chatroom Name" +msgstr "" + #: ../../mod/filer.php:35 msgid "- select -" msgstr "" @@ -5160,11 +5201,11 @@ msgid "Welcome to %s" msgstr "" #: ../../mod/directory.php:143 ../../mod/profiles.php:561 -#: ../../mod/dirprofile.php:95 +#: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "" -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:98 +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "" @@ -5277,7 +5318,7 @@ msgstr "" msgid "Help:" msgstr "" -#: ../../mod/help.php:68 ../../index.php:224 +#: ../../mod/help.php:68 ../../index.php:223 msgid "Not Found" msgstr "" @@ -5336,6 +5377,53 @@ msgstr "" msgid "This site is not a directory server" msgstr "" +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "" + +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "" + +#: ../../mod/siteinfo.php:94 +msgid "Red" +msgstr "" + +#: ../../mod/siteinfo.php:95 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "" + +#: ../../mod/siteinfo.php:98 +msgid "Running at web location" +msgstr "" + +#: ../../mod/siteinfo.php:99 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." +msgstr "" + +#: ../../mod/siteinfo.php:100 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: ../../mod/siteinfo.php:103 +msgid "" +"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " +"librelist - dot com" +msgstr "" + +#: ../../mod/siteinfo.php:104 +msgid "Site Administrators" +msgstr "" + #: ../../mod/lockview.php:34 msgid "Remote privacy information not available." msgstr "" @@ -5633,43 +5721,43 @@ msgstr "" msgid "Permission Denied." msgstr "" -#: ../../mod/filestorage.php:86 +#: ../../mod/filestorage.php:85 msgid "File not found." msgstr "" -#: ../../mod/filestorage.php:120 +#: ../../mod/filestorage.php:119 msgid "Edit file permissions" msgstr "" -#: ../../mod/filestorage.php:127 +#: ../../mod/filestorage.php:126 msgid "Include all files and sub folders" msgstr "" -#: ../../mod/filestorage.php:128 +#: ../../mod/filestorage.php:127 msgid "Return to file list" msgstr "" -#: ../../mod/filestorage.php:130 +#: ../../mod/filestorage.php:129 msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../mod/filestorage.php:131 +#: ../../mod/filestorage.php:130 msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../mod/filestorage.php:168 +#: ../../mod/filestorage.php:167 msgid "Download" msgstr "" -#: ../../mod/filestorage.php:174 +#: ../../mod/filestorage.php:173 msgid "Used: " msgstr "" -#: ../../mod/filestorage.php:175 +#: ../../mod/filestorage.php:174 msgid "[directory]" msgstr "" -#: ../../mod/filestorage.php:177 +#: ../../mod/filestorage.php:176 msgid "Limit: " msgstr "" @@ -5888,7 +5976,7 @@ msgstr "" msgid "Key and Secret are required" msgstr "" -#: ../../mod/settings.php:79 ../../mod/settings.php:533 +#: ../../mod/settings.php:79 ../../mod/settings.php:535 msgid "Update" msgstr "" @@ -5920,333 +6008,341 @@ msgstr "" msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/settings.php:435 +#: ../../mod/settings.php:437 msgid "Settings updated." msgstr "" -#: ../../mod/settings.php:506 ../../mod/settings.php:532 -#: ../../mod/settings.php:568 +#: ../../mod/settings.php:508 ../../mod/settings.php:534 +#: ../../mod/settings.php:570 msgid "Add application" msgstr "" -#: ../../mod/settings.php:509 ../../mod/settings.php:535 +#: ../../mod/settings.php:511 ../../mod/settings.php:537 msgid "Name" msgstr "" -#: ../../mod/settings.php:509 +#: ../../mod/settings.php:511 msgid "Name of application" msgstr "" -#: ../../mod/settings.php:510 ../../mod/settings.php:536 +#: ../../mod/settings.php:512 ../../mod/settings.php:538 msgid "Consumer Key" msgstr "" -#: ../../mod/settings.php:510 ../../mod/settings.php:511 +#: ../../mod/settings.php:512 ../../mod/settings.php:513 msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/settings.php:511 ../../mod/settings.php:537 +#: ../../mod/settings.php:513 ../../mod/settings.php:539 msgid "Consumer Secret" msgstr "" -#: ../../mod/settings.php:512 ../../mod/settings.php:538 +#: ../../mod/settings.php:514 ../../mod/settings.php:540 msgid "Redirect" msgstr "" -#: ../../mod/settings.php:512 +#: ../../mod/settings.php:514 msgid "" "Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/settings.php:513 ../../mod/settings.php:539 +#: ../../mod/settings.php:515 ../../mod/settings.php:541 msgid "Icon url" msgstr "" -#: ../../mod/settings.php:513 +#: ../../mod/settings.php:515 msgid "Optional" msgstr "" -#: ../../mod/settings.php:524 +#: ../../mod/settings.php:526 msgid "You can't edit this application." msgstr "" -#: ../../mod/settings.php:567 +#: ../../mod/settings.php:569 msgid "Connected Apps" msgstr "" -#: ../../mod/settings.php:571 +#: ../../mod/settings.php:573 msgid "Client key starts with" msgstr "" -#: ../../mod/settings.php:572 +#: ../../mod/settings.php:574 msgid "No name" msgstr "" -#: ../../mod/settings.php:573 +#: ../../mod/settings.php:575 msgid "Remove authorization" msgstr "" -#: ../../mod/settings.php:584 +#: ../../mod/settings.php:586 msgid "No feature settings configured" msgstr "" -#: ../../mod/settings.php:592 +#: ../../mod/settings.php:594 msgid "Feature Settings" msgstr "" -#: ../../mod/settings.php:615 +#: ../../mod/settings.php:617 msgid "Account Settings" msgstr "" -#: ../../mod/settings.php:616 +#: ../../mod/settings.php:618 msgid "Password Settings" msgstr "" -#: ../../mod/settings.php:617 +#: ../../mod/settings.php:619 msgid "New Password:" msgstr "" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:620 msgid "Confirm:" msgstr "" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:620 msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/settings.php:620 ../../mod/settings.php:912 +#: ../../mod/settings.php:622 ../../mod/settings.php:917 msgid "Email Address:" msgstr "" -#: ../../mod/settings.php:621 +#: ../../mod/settings.php:623 msgid "Remove Account" msgstr "" -#: ../../mod/settings.php:622 +#: ../../mod/settings.php:624 msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:640 msgid "Off" msgstr "" -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:640 msgid "On" msgstr "" -#: ../../mod/settings.php:645 +#: ../../mod/settings.php:647 msgid "Additional Features" msgstr "" -#: ../../mod/settings.php:670 +#: ../../mod/settings.php:672 msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:740 +#: ../../mod/settings.php:742 msgid "Display Settings" msgstr "" -#: ../../mod/settings.php:746 +#: ../../mod/settings.php:748 msgid "Display Theme:" msgstr "" -#: ../../mod/settings.php:747 +#: ../../mod/settings.php:749 msgid "Mobile Theme:" msgstr "" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:750 msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:750 msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:751 msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:751 msgid "Maximum of 100 items" msgstr "" -#: ../../mod/settings.php:750 +#: ../../mod/settings.php:752 msgid "Don't show emoticons" msgstr "" -#: ../../mod/settings.php:786 +#: ../../mod/settings.php:788 msgid "Nobody except yourself" msgstr "" -#: ../../mod/settings.php:787 +#: ../../mod/settings.php:789 msgid "Only those you specifically allow" msgstr "" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 msgid "Anybody in your address book" msgstr "" -#: ../../mod/settings.php:789 +#: ../../mod/settings.php:791 msgid "Anybody on this website" msgstr "" -#: ../../mod/settings.php:790 +#: ../../mod/settings.php:792 msgid "Anybody in this network" msgstr "" -#: ../../mod/settings.php:791 +#: ../../mod/settings.php:793 msgid "Anybody on the internet" msgstr "" -#: ../../mod/settings.php:865 +#: ../../mod/settings.php:870 msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:874 ../../mod/profile_photo.php:288 +#: ../../mod/settings.php:879 ../../mod/profile_photo.php:288 msgid "or" msgstr "" -#: ../../mod/settings.php:879 +#: ../../mod/settings.php:884 msgid "Your channel address is" msgstr "" -#: ../../mod/settings.php:901 +#: ../../mod/settings.php:906 msgid "Channel Settings" msgstr "" -#: ../../mod/settings.php:910 +#: ../../mod/settings.php:915 msgid "Basic Settings" msgstr "" -#: ../../mod/settings.php:913 +#: ../../mod/settings.php:918 msgid "Your Timezone:" msgstr "" -#: ../../mod/settings.php:914 +#: ../../mod/settings.php:919 msgid "Default Post Location:" msgstr "" -#: ../../mod/settings.php:915 +#: ../../mod/settings.php:920 msgid "Use Browser Location:" msgstr "" -#: ../../mod/settings.php:917 +#: ../../mod/settings.php:922 msgid "Adult Content" msgstr "" -#: ../../mod/settings.php:917 +#: ../../mod/settings.php:922 msgid "This channel publishes adult content." msgstr "" -#: ../../mod/settings.php:919 +#: ../../mod/settings.php:924 msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/settings.php:921 +#: ../../mod/settings.php:926 +msgid "Hide my online presence" +msgstr "" + +#: ../../mod/settings.php:926 +msgid "Prevents showing if you are available for chat" +msgstr "" + +#: ../../mod/settings.php:928 msgid "Quick Privacy Settings:" msgstr "" -#: ../../mod/settings.php:922 +#: ../../mod/settings.php:929 msgid "Very Public - extremely permissive" msgstr "" -#: ../../mod/settings.php:923 +#: ../../mod/settings.php:930 msgid "Typical - default public, privacy when desired" msgstr "" -#: ../../mod/settings.php:924 +#: ../../mod/settings.php:931 msgid "Private - default private, rarely open or public" msgstr "" -#: ../../mod/settings.php:925 +#: ../../mod/settings.php:932 msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:935 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:935 msgid "May reduce spam activity" msgstr "" -#: ../../mod/settings.php:929 +#: ../../mod/settings.php:936 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:951 msgid "Notification Settings" msgstr "" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:952 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:954 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:955 msgid "making an interesting profile change" msgstr "" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:956 msgid "Send a notification email when:" msgstr "" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:957 msgid "You receive an introduction" msgstr "" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:958 msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:959 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:960 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:962 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:963 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:964 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:967 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:968 msgid "Change the behaviour of this account for special situations" msgstr "" @@ -6337,17 +6433,17 @@ msgstr "" msgid "Delete layout?" msgstr "" -#: ../../mod/editlayout.php:110 ../../mod/editpost.php:102 +#: ../../mod/editlayout.php:110 ../../mod/editpost.php:107 #: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 msgid "Insert YouTube video" msgstr "" -#: ../../mod/editlayout.php:111 ../../mod/editpost.php:103 +#: ../../mod/editlayout.php:111 ../../mod/editpost.php:108 #: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../mod/editlayout.php:112 ../../mod/editpost.php:104 +#: ../../mod/editlayout.php:112 ../../mod/editpost.php:109 #: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 msgid "Insert Vorbis [.ogg] audio" msgstr "" @@ -6508,10 +6604,6 @@ msgstr "" msgid "Wall Photos" msgstr "" -#: ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "" - #: ../../mod/channel.php:85 msgid "Insufficient permissions. Request redirected to profile page." msgstr "" @@ -6573,49 +6665,6 @@ msgstr "" msgid "Visible To" msgstr "" -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "" - -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "" - -#: ../../mod/siteinfo.php:92 -msgid "Red" -msgstr "" - -#: ../../mod/siteinfo.php:93 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "" - -#: ../../mod/siteinfo.php:96 -msgid "Running at web location" -msgstr "" - -#: ../../mod/siteinfo.php:97 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "" - -#: ../../mod/siteinfo.php:98 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: ../../mod/siteinfo.php:101 -msgid "" -"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " -"librelist - dot com" -msgstr "" - #: ../../mod/suggest.php:35 msgid "" "No suggestions available. If this is a new site, please try again in 24 " @@ -6799,39 +6848,39 @@ msgstr "" msgid "Set your current mood and tell your friends" msgstr "" -#: ../../mod/ping.php:160 +#: ../../mod/ping.php:186 msgid "sent you a private message" msgstr "" -#: ../../mod/ping.php:218 +#: ../../mod/ping.php:244 msgid "added your channel" msgstr "" -#: ../../mod/ping.php:262 +#: ../../mod/ping.php:288 msgid "posted an event" msgstr "" -#: ../../mod/dirprofile.php:111 +#: ../../mod/dirprofile.php:114 msgid "Status: " msgstr "" -#: ../../mod/dirprofile.php:112 +#: ../../mod/dirprofile.php:115 msgid "Sexual Preference: " msgstr "" -#: ../../mod/dirprofile.php:114 +#: ../../mod/dirprofile.php:117 msgid "Homepage: " msgstr "" -#: ../../mod/dirprofile.php:115 +#: ../../mod/dirprofile.php:118 msgid "Hometown: " msgstr "" -#: ../../mod/dirprofile.php:117 +#: ../../mod/dirprofile.php:120 msgid "About: " msgstr "" -#: ../../mod/dirprofile.php:164 +#: ../../mod/dirprofile.php:168 msgid "Keywords: " msgstr "" diff --git a/version.inc b/version.inc index e8ad6394a..c26fe7d69 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-01-30.573 +2014-02-05.579 diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css new file mode 100644 index 000000000..ce6e59af1 --- /dev/null +++ b/view/css/mod_chat.css @@ -0,0 +1,31 @@ + #chatContainer { + height: 100%; + width: 100%; + } + + #chatTopBar { + float: left; + height: 400px; + width: 650px; + overflow-y: auto; + } + + #chatUsers { + float: right; + width: 120px; + height: 100%; + border: 1px solid #000; + } + + #chatBottomBar { + position: relative; + bottom: 0; + height: 150px; + margin-top: 20px; + } + + section { + padding-bottom: 0; + } + + \ No newline at end of file diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index c460fec28..f6da96433 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -135,3 +135,17 @@ .contact-entry-end { clear: both; } + +#abook-advanced-panel, #abook-advanced { + opacity: 0.3; + filter:alpha(opacity=30); +} + +#abook-advanced-panel:hover, #abook-advanced:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + +#abook-advanced { + margin-top: 15px; +} \ No newline at end of file diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css index 601cb2e0e..2049d9bc6 100644 --- a/view/css/mod_settings.css +++ b/view/css/mod_settings.css @@ -1,3 +1,17 @@ +#settings-permissions-wrapper, #settings-perm-advanced { + opacity: 0.3; + filter:alpha(opacity=30); +} + +#settings-permissions-wrapper:hover, #settings-perm-advanced:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + +#settings-perm-advanced { + margin-top: 15px; +} + #settings-permissions-wrapper .field { margin-bottom: 10px; } diff --git a/view/de/messages.po b/view/de/messages.po index 68f1e0dd5..bcaad338a 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-23 02:30-0800\n" -"PO-Revision-Date: 2014-01-25 06:22+0000\n" +"POT-Creation-Date: 2014-01-31 00:02-0800\n" +"PO-Revision-Date: 2014-02-04 06:40+0000\n" "Last-Translator: bavatar \n" "Language-Team: German (http://www.transifex.com/projects/p/red-matrix/language/de/)\n" "MIME-Version: 1.0\n" @@ -64,10 +64,6 @@ msgstr "Besuche %1$s's %2$s" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert." -#: ../../include/api.php:973 -msgid "Public Timeline" -msgstr "Öffentliche Zeitleiste" - #: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420 msgid "Logout" msgstr "Abmelden" @@ -84,7 +80,7 @@ msgstr "Home" msgid "Your posts and conversations" msgstr "Deine Beiträge und Unterhaltungen" -#: ../../include/nav.php:76 ../../include/conversation.php:932 +#: ../../include/nav.php:76 ../../include/conversation.php:933 #: ../../mod/connedit.php:309 ../../mod/connedit.php:423 msgid "View Profile" msgstr "Profil ansehen" @@ -101,7 +97,7 @@ msgstr "Profile bearbeiten" msgid "Manage/Edit Profiles" msgstr "Verwalte/Bearbeite Profile" -#: ../../include/nav.php:79 ../../include/conversation.php:1473 +#: ../../include/nav.php:79 ../../include/conversation.php:1475 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "Fotos" @@ -248,7 +244,7 @@ msgstr "Ausgang" msgid "New Message" msgstr "Neue Nachricht" -#: ../../include/nav.php:171 ../../include/conversation.php:1491 +#: ../../include/nav.php:171 ../../include/conversation.php:1493 #: ../../mod/events.php:354 msgid "Events" msgstr "Veranstaltungen" @@ -274,7 +270,7 @@ msgid "Manage Your Channels" msgstr "Verwalte Deine Kanäle" #: ../../include/nav.php:177 ../../include/widgets.php:487 -#: ../../mod/admin.php:787 ../../mod/admin.php:992 +#: ../../mod/admin.php:837 ../../mod/admin.php:1042 msgid "Settings" msgstr "Einstellungen" @@ -290,7 +286,7 @@ msgstr "Verbindungen" msgid "Manage/Edit Friends and Connections" msgstr "Verwalte/Bearbeite Freunde und Verbindungen" -#: ../../include/nav.php:186 ../../mod/admin.php:111 +#: ../../include/nav.php:186 ../../mod/admin.php:112 msgid "Admin" msgstr "Admin" @@ -306,10 +302,63 @@ msgstr "Nichts Neues hier" msgid "Please wait..." msgstr "Bitte warten..." -#: ../../include/Contact.php:104 ../../include/identity.php:625 +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Der Chatraum hat keinen Namen" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Name des Chatraums bereits vergeben" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ungültiger Raumbezeichner." + +#: ../../include/chat.php:102 +msgid "Room not found." +msgstr "Chatraum konnte nicht gefunden werden." + +#: ../../include/chat.php:113 ../../include/photos.php:15 +#: ../../include/attach.php:97 ../../include/attach.php:128 +#: ../../include/attach.php:184 ../../include/attach.php:199 +#: ../../include/attach.php:232 ../../include/attach.php:246 +#: ../../include/attach.php:267 ../../include/attach.php:462 +#: ../../include/attach.php:540 ../../include/items.php:3454 +#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241 +#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/connedit.php:179 +#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/setup.php:200 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/delegate.php:6 ../../mod/sources.php:62 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/photos.php:68 ../../mod/photos.php:522 +#: ../../mod/chat.php:84 ../../mod/chat.php:89 ../../mod/viewsrc.php:12 +#: ../../mod/menu.php:40 ../../mod/connections.php:167 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 +#: ../../mod/profiles.php:152 ../../mod/profiles.php:453 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/manage.php:6 +#: ../../mod/settings.php:486 ../../mod/mail.php:108 +#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 +#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 +#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 +#: ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 +#: ../../mod/editblock.php:48 ../../mod/suggest.php:26 +#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 +#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:347 +msgid "Permission denied." +msgstr "Zugang verweigert" + +#: ../../include/Contact.php:104 ../../include/identity.php:628 #: ../../include/widgets.php:115 ../../include/widgets.php:155 #: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51 -#: ../../mod/dirprofile.php:166 +#: ../../mod/dirprofile.php:170 msgid "Connect" msgstr "Verbinden" @@ -381,8 +430,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:691 -#: ../../mod/admin.php:700 ../../boot.php:1423 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:741 +#: ../../mod/admin.php:750 ../../boot.php:1423 msgid "Email" msgstr "E-Mail" @@ -488,6 +537,10 @@ msgstr "vor %1$d %2$s" msgid "Cannot locate DNS info for database server '%s'" msgstr "Kann die DNS-Info für den Datenbank-Server '%s' nicht finden" +#: ../../include/network.php:640 +msgid "view full size" +msgstr "In Vollbildansicht anschauen" + #: ../../include/event.php:11 ../../include/bb2diaspora.php:433 msgid "l F d, Y \\@ g:i A" msgstr "l, d. F Y\\\\, H:i" @@ -500,350 +553,49 @@ msgstr "Beginnt:" msgid "Finishes:" msgstr "Endet:" -#: ../../include/event.php:40 ../../include/identity.php:676 +#: ../../include/event.php:40 ../../include/identity.php:679 #: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:156 ../../mod/dirprofile.php:108 +#: ../../mod/directory.php:156 ../../mod/dirprofile.php:111 msgid "Location:" msgstr "Ort:" -#: ../../include/text.php:315 -msgid "prev" -msgstr "vorherige" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:537 +#: ../../include/bbcode.php:540 ../../include/bbcode.php:545 +#: ../../include/bbcode.php:548 ../../include/bbcode.php:551 +#: ../../include/bbcode.php:554 ../../include/bbcode.php:559 +#: ../../include/bbcode.php:562 ../../include/bbcode.php:567 +#: ../../include/bbcode.php:570 ../../include/bbcode.php:573 +#: ../../include/bbcode.php:576 +msgid "Image/photo" +msgstr "Bild/Foto" -#: ../../include/text.php:317 -msgid "first" -msgstr "erste" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:582 +msgid "Encrypted content" +msgstr "Verschlüsselter Inhalt" -#: ../../include/text.php:346 -msgid "last" -msgstr "letzte" +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "QR Code" -#: ../../include/text.php:349 -msgid "next" -msgstr "nächste" - -#: ../../include/text.php:361 -msgid "older" -msgstr "älter" - -#: ../../include/text.php:363 -msgid "newer" -msgstr "neuer" - -#: ../../include/text.php:654 -msgid "No connections" -msgstr "Keine Verbindungen" - -#: ../../include/text.php:665 +#: ../../include/bbcode.php:213 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d Verbindung" -msgstr[1] "%d Verbindungen" +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schrieb den folgenden %2$s %3$s" -#: ../../include/text.php:677 -msgid "View Connections" -msgstr "Zeige Verbindungen" +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "Beitrag" -#: ../../include/text.php:738 ../../include/text.php:752 -#: ../../include/widgets.php:173 ../../mod/filer.php:36 -msgid "Save" -msgstr "Speichern" - -#: ../../include/text.php:818 -msgid "poke" -msgstr "anstupsen" - -#: ../../include/text.php:818 ../../include/conversation.php:240 -msgid "poked" -msgstr "stupste" - -#: ../../include/text.php:819 -msgid "ping" -msgstr "anpingen" - -#: ../../include/text.php:819 -msgid "pinged" -msgstr "pingte" - -#: ../../include/text.php:820 -msgid "prod" -msgstr "knuffen" - -#: ../../include/text.php:820 -msgid "prodded" -msgstr "knuffte" - -#: ../../include/text.php:821 -msgid "slap" -msgstr "ohrfeigen" - -#: ../../include/text.php:821 -msgid "slapped" -msgstr "ohrfeigte" - -#: ../../include/text.php:822 -msgid "finger" -msgstr "befummeln" - -#: ../../include/text.php:822 -msgid "fingered" -msgstr "befummelte" - -#: ../../include/text.php:823 -msgid "rebuff" -msgstr "eine Abfuhr erteilen" - -#: ../../include/text.php:823 -msgid "rebuffed" -msgstr "abfuhrerteilte" - -#: ../../include/text.php:835 -msgid "happy" -msgstr "glücklich" - -#: ../../include/text.php:836 -msgid "sad" -msgstr "traurig" - -#: ../../include/text.php:837 -msgid "mellow" -msgstr "sanft" - -#: ../../include/text.php:838 -msgid "tired" -msgstr "müde" - -#: ../../include/text.php:839 -msgid "perky" -msgstr "frech" - -#: ../../include/text.php:840 -msgid "angry" -msgstr "sauer" - -#: ../../include/text.php:841 -msgid "stupified" -msgstr "verblüfft" - -#: ../../include/text.php:842 -msgid "puzzled" -msgstr "verwirrt" - -#: ../../include/text.php:843 -msgid "interested" -msgstr "interessiert" - -#: ../../include/text.php:844 -msgid "bitter" -msgstr "verbittert" - -#: ../../include/text.php:845 -msgid "cheerful" -msgstr "fröhlich" - -#: ../../include/text.php:846 -msgid "alive" -msgstr "lebendig" - -#: ../../include/text.php:847 -msgid "annoyed" -msgstr "verärgert" - -#: ../../include/text.php:848 -msgid "anxious" -msgstr "unruhig" - -#: ../../include/text.php:849 -msgid "cranky" -msgstr "schrullig" - -#: ../../include/text.php:850 -msgid "disturbed" -msgstr "verstört" - -#: ../../include/text.php:851 -msgid "frustrated" -msgstr "frustriert" - -#: ../../include/text.php:852 -msgid "motivated" -msgstr "motiviert" - -#: ../../include/text.php:853 -msgid "relaxed" -msgstr "entspannt" - -#: ../../include/text.php:854 -msgid "surprised" -msgstr "überrascht" - -#: ../../include/text.php:1016 -msgid "Monday" -msgstr "Montag" - -#: ../../include/text.php:1016 -msgid "Tuesday" -msgstr "Dienstag" - -#: ../../include/text.php:1016 -msgid "Wednesday" -msgstr "Mittwoch" - -#: ../../include/text.php:1016 -msgid "Thursday" -msgstr "Donnerstag" - -#: ../../include/text.php:1016 -msgid "Friday" -msgstr "Freitag" - -#: ../../include/text.php:1016 -msgid "Saturday" -msgstr "Samstag" - -#: ../../include/text.php:1016 -msgid "Sunday" -msgstr "Sonntag" - -#: ../../include/text.php:1020 -msgid "January" -msgstr "Januar" - -#: ../../include/text.php:1020 -msgid "February" -msgstr "Februar" - -#: ../../include/text.php:1020 -msgid "March" -msgstr "März" - -#: ../../include/text.php:1020 -msgid "April" -msgstr "April" - -#: ../../include/text.php:1020 -msgid "May" -msgstr "Mai" - -#: ../../include/text.php:1020 -msgid "June" -msgstr "Juni" - -#: ../../include/text.php:1020 -msgid "July" -msgstr "Juli" - -#: ../../include/text.php:1020 -msgid "August" -msgstr "August" - -#: ../../include/text.php:1020 -msgid "September" -msgstr "September" - -#: ../../include/text.php:1020 -msgid "October" -msgstr "Oktober" - -#: ../../include/text.php:1020 -msgid "November" -msgstr "November" - -#: ../../include/text.php:1020 -msgid "December" -msgstr "Dezember" - -#: ../../include/text.php:1098 -msgid "unknown.???" -msgstr "unbekannt.???" - -#: ../../include/text.php:1099 -msgid "bytes" -msgstr "Bytes" - -#: ../../include/text.php:1134 -msgid "remove category" -msgstr "Kategorie entfernen" - -#: ../../include/text.php:1156 -msgid "remove from file" -msgstr "aus der Datei entfernen" - -#: ../../include/text.php:1214 ../../include/text.php:1226 -msgid "Click to open/close" -msgstr "Klicke zum Öffnen/Schließen" - -#: ../../include/text.php:1402 ../../mod/events.php:332 -msgid "link to source" -msgstr "Link zum Originalbeitrag" - -#: ../../include/text.php:1421 -msgid "Select a page layout: " -msgstr "Ein Seiten-Layout auswählen" - -#: ../../include/text.php:1424 ../../include/text.php:1489 -msgid "default" -msgstr "Standard" - -#: ../../include/text.php:1460 -msgid "Page content type: " -msgstr "Content-Typ der Seite" - -#: ../../include/text.php:1501 -msgid "Select an alternate language" -msgstr "Wähle eine alternative Sprache" - -#: ../../include/text.php:1653 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 -msgid "photo" -msgstr "Foto" - -#: ../../include/text.php:1656 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "Ereignis" - -#: ../../include/text.php:1659 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 -msgid "status" -msgstr "Status" - -#: ../../include/text.php:1661 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "Kommentar" - -#: ../../include/text.php:1666 -msgid "activity" -msgstr "Aktivität" - -#: ../../include/text.php:1928 -msgid "Design" -msgstr "Design" - -#: ../../include/text.php:1930 -msgid "Blocks" -msgstr "Blöcke" - -#: ../../include/text.php:1931 -msgid "Menus" -msgstr "Menüs" - -#: ../../include/text.php:1932 -msgid "Layouts" -msgstr "Layouts" - -#: ../../include/text.php:1933 -msgid "Pages" -msgstr "Seiten" +#: ../../include/bbcode.php:505 ../../include/bbcode.php:525 +msgid "$1 wrote:" +msgstr "$1 schrieb:" #: ../../include/js_strings.php:5 msgid "Delete this item?" msgstr "Dieses Element löschen?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:536 -#: ../../mod/photos.php:968 ../../mod/photos.php:1055 +#: ../../mod/photos.php:972 ../../mod/photos.php:1059 msgid "Comment" msgstr "Kommentar" @@ -972,10 +724,6 @@ msgstr "Gespeicherter Beitrag konnten nicht überprüft werden." msgid "Profile Photos" msgstr "Profilfotos" -#: ../../include/network.php:640 -msgid "view full size" -msgstr "In Vollbildansicht anschauen" - #: ../../include/identity.php:29 ../../mod/item.php:1150 msgid "Unable to obtain identity information from database" msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen" @@ -1029,186 +777,190 @@ msgstr "Entschuldigung, aber du besitzt nicht die nötigen Rechte um dieses Prof msgid "Requested profile is not available." msgstr "Erwünschte Profil ist nicht verfügbar." -#: ../../include/identity.php:639 ../../mod/profiles.php:615 +#: ../../include/identity.php:642 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "Ändere das Profilfoto" -#: ../../include/identity.php:645 +#: ../../include/identity.php:648 msgid "Profiles" msgstr "Profile" -#: ../../include/identity.php:645 +#: ../../include/identity.php:648 msgid "Manage/edit profiles" msgstr "Verwalte/Bearbeite Profile" -#: ../../include/identity.php:646 ../../mod/profiles.php:616 +#: ../../include/identity.php:649 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "Neues Profil erstellen" -#: ../../include/identity.php:649 +#: ../../include/identity.php:652 msgid "Edit Profile" msgstr "Profile bearbeiten" -#: ../../include/identity.php:660 ../../mod/profiles.php:627 +#: ../../include/identity.php:663 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "Profilfoto:" -#: ../../include/identity.php:663 ../../mod/profiles.php:630 +#: ../../include/identity.php:666 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "sichtbar für jeden" -#: ../../include/identity.php:664 ../../mod/profiles.php:631 +#: ../../include/identity.php:667 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "Sichtbarkeit bearbeiten" -#: ../../include/identity.php:678 ../../include/identity.php:903 +#: ../../include/identity.php:681 ../../include/identity.php:908 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "Geschlecht:" -#: ../../include/identity.php:679 ../../include/identity.php:923 +#: ../../include/identity.php:682 ../../include/identity.php:928 #: ../../mod/directory.php:160 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:680 ../../include/identity.php:934 +#: ../../include/identity.php:683 ../../include/identity.php:939 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "Homepage:" -#: ../../include/identity.php:747 ../../include/identity.php:827 -#: ../../mod/ping.php:230 +#: ../../include/identity.php:684 ../../mod/dirprofile.php:157 +msgid "Online Now" +msgstr "gerade online" + +#: ../../include/identity.php:752 ../../include/identity.php:832 +#: ../../mod/ping.php:256 msgid "g A l F d" msgstr "l, d. F G \\\\U\\\\h\\\\r" -#: ../../include/identity.php:748 ../../include/identity.php:828 +#: ../../include/identity.php:753 ../../include/identity.php:833 msgid "F d" msgstr "d. F" -#: ../../include/identity.php:793 ../../include/identity.php:868 -#: ../../mod/ping.php:252 +#: ../../include/identity.php:798 ../../include/identity.php:873 +#: ../../mod/ping.php:278 msgid "[today]" msgstr "[Heute]" -#: ../../include/identity.php:805 +#: ../../include/identity.php:810 msgid "Birthday Reminders" msgstr "Geburtstags Erinnerungen" -#: ../../include/identity.php:806 +#: ../../include/identity.php:811 msgid "Birthdays this week:" msgstr "Geburtstage in dieser Woche:" -#: ../../include/identity.php:861 +#: ../../include/identity.php:866 msgid "[No description]" msgstr "[Keine Beschreibung]" -#: ../../include/identity.php:879 +#: ../../include/identity.php:884 msgid "Event Reminders" msgstr "Veranstaltungs- Erinnerungen" -#: ../../include/identity.php:880 +#: ../../include/identity.php:885 msgid "Events this week:" msgstr "Veranstaltungen in dieser Woche:" -#: ../../include/identity.php:893 ../../include/identity.php:977 -#: ../../mod/profperm.php:103 +#: ../../include/identity.php:898 ../../include/identity.php:982 +#: ../../mod/profperm.php:107 msgid "Profile" msgstr "Profil" -#: ../../include/identity.php:901 ../../mod/settings.php:911 +#: ../../include/identity.php:906 ../../mod/settings.php:916 msgid "Full Name:" msgstr "Voller Name:" -#: ../../include/identity.php:908 +#: ../../include/identity.php:913 msgid "j F, Y" msgstr "j F, Y" -#: ../../include/identity.php:909 +#: ../../include/identity.php:914 msgid "j F" msgstr "j F" -#: ../../include/identity.php:916 +#: ../../include/identity.php:921 msgid "Birthday:" msgstr "Geburtstag:" -#: ../../include/identity.php:920 +#: ../../include/identity.php:925 msgid "Age:" msgstr "Alter:" -#: ../../include/identity.php:929 +#: ../../include/identity.php:934 #, php-format msgid "for %1$d %2$s" msgstr "für %1$d %2$s" -#: ../../include/identity.php:932 ../../mod/profiles.php:538 +#: ../../include/identity.php:937 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "Sexuelle Orientierung:" -#: ../../include/identity.php:936 ../../mod/profiles.php:540 +#: ../../include/identity.php:941 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "Heimatstadt:" -#: ../../include/identity.php:938 +#: ../../include/identity.php:943 msgid "Tags:" msgstr "Schlagworte:" -#: ../../include/identity.php:940 ../../mod/profiles.php:541 +#: ../../include/identity.php:945 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "Politische Ansichten:" -#: ../../include/identity.php:942 +#: ../../include/identity.php:947 msgid "Religion:" msgstr "Religion:" -#: ../../include/identity.php:944 ../../mod/directory.php:164 +#: ../../include/identity.php:949 ../../mod/directory.php:164 msgid "About:" msgstr "Über:" -#: ../../include/identity.php:946 +#: ../../include/identity.php:951 msgid "Hobbies/Interests:" msgstr "Hobbys/Interessen:" -#: ../../include/identity.php:948 ../../mod/profiles.php:544 +#: ../../include/identity.php:953 ../../mod/profiles.php:532 msgid "Likes:" msgstr "Gefällt-mir:" -#: ../../include/identity.php:950 ../../mod/profiles.php:545 +#: ../../include/identity.php:955 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "Gefällt-mir-nicht:" -#: ../../include/identity.php:953 +#: ../../include/identity.php:958 msgid "Contact information and Social Networks:" msgstr "Kontaktinformation und soziale Netzwerke:" -#: ../../include/identity.php:955 +#: ../../include/identity.php:960 msgid "My other channels:" msgstr "Meine anderen Kanäle:" -#: ../../include/identity.php:957 +#: ../../include/identity.php:962 msgid "Musical interests:" msgstr "Musikalische Interessen:" -#: ../../include/identity.php:959 +#: ../../include/identity.php:964 msgid "Books, literature:" msgstr "Bücher, Literatur:" -#: ../../include/identity.php:961 +#: ../../include/identity.php:966 msgid "Television:" msgstr "Fernsehen:" -#: ../../include/identity.php:963 +#: ../../include/identity.php:968 msgid "Film/dance/culture/entertainment:" msgstr "Film/Tanz/Kultur/Unterhaltung:" -#: ../../include/identity.php:965 +#: ../../include/identity.php:970 msgid "Love/Romance:" msgstr "Liebe/Romantik:" -#: ../../include/identity.php:967 +#: ../../include/identity.php:972 msgid "Work/employment:" msgstr "Arbeit/Anstellung:" -#: ../../include/identity.php:969 +#: ../../include/identity.php:974 msgid "School/education:" msgstr "Schule/Ausbildung:" @@ -1216,32 +968,6 @@ msgstr "Schule/Ausbildung:" msgid "Edit File properties" msgstr "Dateieigenschaften ändern" -#: ../../include/bbcode.php:94 ../../include/bbcode.php:509 -#: ../../include/bbcode.php:512 -msgid "Image/photo" -msgstr "Bild/Foto" - -#: ../../include/bbcode.php:129 ../../include/bbcode.php:517 -msgid "Encrypted content" -msgstr "Verschlüsselter Inhalt" - -#: ../../include/bbcode.php:136 -msgid "QR code" -msgstr "QR Code" - -#: ../../include/bbcode.php:179 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schrieb den folgenden %2$s %3$s" - -#: ../../include/bbcode.php:181 -msgid "post" -msgstr "Beitrag" - -#: ../../include/bbcode.php:469 ../../include/bbcode.php:489 -msgid "$1 wrote:" -msgstr "$1 schrieb:" - #: ../../include/oembed.php:157 msgid "Embedded content" msgstr "Eingebetteter Inhalt" @@ -1250,226 +976,226 @@ msgstr "Eingebetteter Inhalt" msgid "Embedding disabled" msgstr "Einbetten ausgeschaltet" -#: ../../include/features.php:21 +#: ../../include/features.php:23 msgid "General Features" msgstr "Allgemeine Funktionen" -#: ../../include/features.php:23 +#: ../../include/features.php:25 msgid "Content Expiration" msgstr "Verfall von Inhalten" -#: ../../include/features.php:23 +#: ../../include/features.php:25 msgid "Remove posts/comments and/or private messages at a future time" msgstr "Lösche Beiträge, Kommentare und/oder private Nachrichten automatisch zu einem zukünftigen Datum." -#: ../../include/features.php:24 +#: ../../include/features.php:26 msgid "Multiple Profiles" msgstr "Mehrfachprofile" -#: ../../include/features.php:24 +#: ../../include/features.php:26 msgid "Ability to create multiple profiles" msgstr "Mehrfachprofile anlegen können" -#: ../../include/features.php:25 +#: ../../include/features.php:27 msgid "Web Pages" msgstr "Webseiten" -#: ../../include/features.php:25 +#: ../../include/features.php:27 msgid "Provide managed web pages on your channel" msgstr "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung" -#: ../../include/features.php:26 +#: ../../include/features.php:28 msgid "Private Notes" msgstr "private Notizen" -#: ../../include/features.php:26 +#: ../../include/features.php:28 msgid "Enables a tool to store notes and reminders" msgstr "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren" -#: ../../include/features.php:31 +#: ../../include/features.php:33 msgid "Extended Identity Sharing" msgstr "Erweitertes Teilen von Identitäten" -#: ../../include/features.php:31 +#: ../../include/features.php:33 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "Teile deine Identität mit allen Webseiten im Internet. Ist dies deaktiviert wird deine Identität nur mit Seiten der Matrix geteilt." -#: ../../include/features.php:32 +#: ../../include/features.php:34 msgid "Expert Mode" msgstr "Expertenmodus" -#: ../../include/features.php:32 +#: ../../include/features.php:34 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "Aktiviere Expertenmodus, um fortgeschrittene Konfiguration zur Verfügung zu stellen" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "Premium Channel" msgstr "Premium-Kanal" -#: ../../include/features.php:33 +#: ../../include/features.php:35 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Erlaubt es dir Einschränkungen für Kontakte und bestimmte Bedingungen an Kontakte zu diesem Kanal zu stellen" -#: ../../include/features.php:38 +#: ../../include/features.php:40 msgid "Post Composition Features" msgstr "Nachbearbeitungsfunktionen" -#: ../../include/features.php:39 +#: ../../include/features.php:41 msgid "Richtext Editor" msgstr "Formatierungseditor" -#: ../../include/features.php:39 +#: ../../include/features.php:41 msgid "Enable richtext editor" msgstr "Aktiviere Formatierungseditor" -#: ../../include/features.php:40 +#: ../../include/features.php:42 msgid "Post Preview" msgstr "Voransicht" -#: ../../include/features.php:40 +#: ../../include/features.php:42 msgid "Allow previewing posts and comments before publishing them" msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung" -#: ../../include/features.php:41 ../../include/widgets.php:476 +#: ../../include/features.php:43 ../../include/widgets.php:476 #: ../../mod/sources.php:81 msgid "Channel Sources" msgstr "Kanal Quellen" -#: ../../include/features.php:41 +#: ../../include/features.php:43 msgid "Automatically import channel content from other channels or feeds" msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds." -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "Even More Encryption" msgstr "Noch mehr Verschlüsselung" -#: ../../include/features.php:42 +#: ../../include/features.php:44 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Erlaube optionale Verschlüsselung von Inhalten (Ende-zu-Ende mit geteiltem Sicherheitsschlüssel)" -#: ../../include/features.php:47 +#: ../../include/features.php:49 msgid "Network and Stream Filtering" msgstr "Netzwerk- und Stream-Filter" -#: ../../include/features.php:48 +#: ../../include/features.php:50 msgid "Search by Date" msgstr "Suche nach Datum" -#: ../../include/features.php:48 +#: ../../include/features.php:50 msgid "Ability to select posts by date ranges" msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen" -#: ../../include/features.php:49 +#: ../../include/features.php:51 msgid "Collections Filter" msgstr "Filter für Sammlung" -#: ../../include/features.php:49 +#: ../../include/features.php:51 msgid "Enable widget to display Network posts only from selected collections" msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen" -#: ../../include/features.php:50 ../../include/widgets.php:252 +#: ../../include/features.php:52 ../../include/widgets.php:252 msgid "Saved Searches" msgstr "Gesicherte Suchanfragen" -#: ../../include/features.php:50 +#: ../../include/features.php:52 msgid "Save search terms for re-use" msgstr "Gesicherte Suchbegriffe zur Wiederverwendung" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Network Personal Tab" msgstr "Persönlicher Netzwerkreiter" -#: ../../include/features.php:51 +#: ../../include/features.php:53 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Network New Tab" msgstr "Netzwerkreiter Neu" -#: ../../include/features.php:52 +#: ../../include/features.php:54 msgid "Enable tab to display all new Network activity" msgstr "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen" -#: ../../include/features.php:53 +#: ../../include/features.php:55 msgid "Affinity Tool" msgstr "Beziehungs-Tool" -#: ../../include/features.php:53 +#: ../../include/features.php:55 msgid "Filter stream activity by depth of relationships" msgstr "Filter Aktivitätenstream nach Tiefe der Beziehung" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Suggest Channels" msgstr "Kanäle Vorschlagen" -#: ../../include/features.php:54 +#: ../../include/features.php:56 msgid "Show channel suggestions" msgstr "Kanal-Vorschläge anzeigen" -#: ../../include/features.php:59 +#: ../../include/features.php:61 msgid "Post/Comment Tools" msgstr "Beitrag-/Kommentar-Tools" -#: ../../include/features.php:61 +#: ../../include/features.php:63 msgid "Edit Sent Posts" msgstr "Bearbeite gesendete Beiträge" -#: ../../include/features.php:61 +#: ../../include/features.php:63 msgid "Edit and correct posts and comments after sending" msgstr "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden" -#: ../../include/features.php:62 +#: ../../include/features.php:64 msgid "Tagging" msgstr "Verschlagworten" -#: ../../include/features.php:62 +#: ../../include/features.php:64 msgid "Ability to tag existing posts" msgstr "Möglichkeit, um existierende Beiträge zu verschlagworten" -#: ../../include/features.php:63 +#: ../../include/features.php:65 msgid "Post Categories" msgstr "Beitrags-Kategorien" -#: ../../include/features.php:63 +#: ../../include/features.php:65 msgid "Add categories to your posts" msgstr "Kategorien für Beiträge" -#: ../../include/features.php:64 ../../include/widgets.php:283 +#: ../../include/features.php:66 ../../include/widgets.php:283 #: ../../include/contact_widgets.php:53 msgid "Saved Folders" msgstr "Gesicherte Ordner" -#: ../../include/features.php:64 +#: ../../include/features.php:66 msgid "Ability to file posts under folders" msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Dislike Posts" msgstr "Gefällt-mir-nicht Beiträge" -#: ../../include/features.php:65 +#: ../../include/features.php:67 msgid "Ability to dislike posts/comments" msgstr "Möglichkeit für Gefällt-mir-nicht für Beiträge/Kommentare" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Star Posts" msgstr "Beiträge mit Sternchen versehen" -#: ../../include/features.php:66 +#: ../../include/features.php:68 msgid "Ability to mark special posts with a star indicator" msgstr "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren" -#: ../../include/features.php:67 +#: ../../include/features.php:69 msgid "Tag Cloud" msgstr "Tag Wolke" -#: ../../include/features.php:67 +#: ../../include/features.php:69 msgid "Provide a personal tag cloud on your channel page" msgstr "Persönliche Schlagwort-Wolke für deine Kanal-Seite anlegen" @@ -1484,7 +1210,7 @@ msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zuga msgid "Default privacy group for new contacts" msgstr "Standard-Privatsphärengruppe für neue Kontakte" -#: ../../include/group.php:242 ../../mod/admin.php:700 +#: ../../include/group.php:242 ../../mod/admin.php:750 msgid "All Channels" msgstr "Alle Kanäle" @@ -1521,42 +1247,6 @@ msgstr "Neuer Beitrag wurde erzeugt" msgid "commented on %s's post" msgstr "hat %s's Beitrag kommentiert" -#: ../../include/photos.php:15 ../../include/attach.php:97 -#: ../../include/attach.php:128 ../../include/attach.php:184 -#: ../../include/attach.php:199 ../../include/attach.php:232 -#: ../../include/attach.php:246 ../../include/attach.php:267 -#: ../../include/attach.php:462 ../../include/attach.php:540 -#: ../../include/items.php:3454 ../../mod/common.php:35 -#: ../../mod/events.php:140 ../../mod/thing.php:241 ../../mod/thing.php:257 -#: ../../mod/thing.php:291 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/connedit.php:179 ../../mod/webpages.php:40 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/setup.php:200 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/delegate.php:6 -#: ../../mod/sources.php:62 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/photos.php:68 ../../mod/photos.php:522 ../../mod/viewsrc.php:12 -#: ../../mod/menu.php:40 ../../mod/connections.php:167 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 -#: ../../mod/profiles.php:152 ../../mod/profiles.php:465 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:76 -#: ../../mod/filestorage.php:99 ../../mod/manage.php:6 -#: ../../mod/settings.php:484 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/suggest.php:26 -#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:348 -msgid "Permission denied." -msgstr "Zugang verweigert" - #: ../../include/photos.php:89 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -1574,12 +1264,12 @@ msgstr "Kann Bild nicht verarbeiten" msgid "Photo storage failed." msgstr "Foto speichern schlug fehl" -#: ../../include/photos.php:302 ../../include/conversation.php:1476 +#: ../../include/photos.php:302 ../../include/conversation.php:1478 msgid "Photo Albums" msgstr "Fotoalben" #: ../../include/photos.php:306 ../../mod/photos.php:690 -#: ../../mod/photos.php:1165 +#: ../../mod/photos.php:1169 msgid "Upload New Photos" msgstr "Lade neue Fotos hoch" @@ -2233,6 +1923,11 @@ msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara" msgid "Notes" msgstr "Notizen" +#: ../../include/widgets.php:173 ../../include/text.php:738 +#: ../../include/text.php:752 ../../mod/filer.php:36 +msgid "Save" +msgstr "Speichern" + #: ../../include/widgets.php:243 msgid "Remove term" msgstr "Eintrag löschen" @@ -2314,6 +2009,14 @@ msgstr "Prämium-Kanal Einstellungen" msgid "Check Mail" msgstr "E-Mails abrufen" +#: ../../include/widgets.php:585 +msgid "Chat Rooms" +msgstr "Chaträume" + +#: ../../include/api.php:974 +msgid "Public Timeline" +msgstr "Öffentliche Zeitleiste" + #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2367,9 +2070,9 @@ msgstr "Neue Seite" #: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96 #: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55 -#: ../../mod/layouts.php:102 ../../mod/filestorage.php:171 -#: ../../mod/settings.php:569 ../../mod/editlayout.php:106 -#: ../../mod/editpost.php:98 ../../mod/blocks.php:93 +#: ../../mod/layouts.php:102 ../../mod/filestorage.php:170 +#: ../../mod/settings.php:571 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:103 ../../mod/blocks.php:93 #: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 msgid "Edit" msgstr "Bearbeiten" @@ -2505,46 +2208,379 @@ msgid "Default" msgstr "Standard" #: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68 -#: ../../mod/profperm.php:19 ../../index.php:347 +#: ../../mod/profperm.php:23 ../../index.php:346 msgid "Permission denied" msgstr "Keine Berechtigung" -#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:150 -#: ../../mod/admin.php:732 ../../mod/admin.php:935 ../../mod/viewsrc.php:18 +#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:151 +#: ../../mod/admin.php:782 ../../mod/admin.php:985 ../../mod/viewsrc.php:18 #: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32 msgid "Item not found." msgstr "Element nicht gefunden." -#: ../../include/items.php:3743 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3748 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "Sammlung nicht gefunden" -#: ../../include/items.php:3758 +#: ../../include/items.php:3763 msgid "Collection is empty." msgstr "Sammlung ist leer." -#: ../../include/items.php:3765 +#: ../../include/items.php:3770 #, php-format msgid "Collection: %s" msgstr "Sammlung: %s" -#: ../../include/items.php:3776 +#: ../../include/items.php:3781 #, php-format msgid "Connection: %s" msgstr "Verbindung: %s" -#: ../../include/items.php:3779 +#: ../../include/items.php:3784 msgid "Connection not found." msgstr "Die Verbindung wurde nicht gefunden." -#: ../../include/ItemObject.php:89 ../../mod/photos.php:841 +#: ../../include/security.php:280 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde." + +#: ../../include/text.php:315 +msgid "prev" +msgstr "vorherige" + +#: ../../include/text.php:317 +msgid "first" +msgstr "erste" + +#: ../../include/text.php:346 +msgid "last" +msgstr "letzte" + +#: ../../include/text.php:349 +msgid "next" +msgstr "nächste" + +#: ../../include/text.php:361 +msgid "older" +msgstr "älter" + +#: ../../include/text.php:363 +msgid "newer" +msgstr "neuer" + +#: ../../include/text.php:654 +msgid "No connections" +msgstr "Keine Verbindungen" + +#: ../../include/text.php:665 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d Verbindung" +msgstr[1] "%d Verbindungen" + +#: ../../include/text.php:677 +msgid "View Connections" +msgstr "Zeige Verbindungen" + +#: ../../include/text.php:818 +msgid "poke" +msgstr "anstupsen" + +#: ../../include/text.php:818 ../../include/conversation.php:240 +msgid "poked" +msgstr "stupste" + +#: ../../include/text.php:819 +msgid "ping" +msgstr "anpingen" + +#: ../../include/text.php:819 +msgid "pinged" +msgstr "pingte" + +#: ../../include/text.php:820 +msgid "prod" +msgstr "knuffen" + +#: ../../include/text.php:820 +msgid "prodded" +msgstr "knuffte" + +#: ../../include/text.php:821 +msgid "slap" +msgstr "ohrfeigen" + +#: ../../include/text.php:821 +msgid "slapped" +msgstr "ohrfeigte" + +#: ../../include/text.php:822 +msgid "finger" +msgstr "befummeln" + +#: ../../include/text.php:822 +msgid "fingered" +msgstr "befummelte" + +#: ../../include/text.php:823 +msgid "rebuff" +msgstr "eine Abfuhr erteilen" + +#: ../../include/text.php:823 +msgid "rebuffed" +msgstr "abfuhrerteilte" + +#: ../../include/text.php:835 +msgid "happy" +msgstr "glücklich" + +#: ../../include/text.php:836 +msgid "sad" +msgstr "traurig" + +#: ../../include/text.php:837 +msgid "mellow" +msgstr "sanft" + +#: ../../include/text.php:838 +msgid "tired" +msgstr "müde" + +#: ../../include/text.php:839 +msgid "perky" +msgstr "frech" + +#: ../../include/text.php:840 +msgid "angry" +msgstr "sauer" + +#: ../../include/text.php:841 +msgid "stupified" +msgstr "verblüfft" + +#: ../../include/text.php:842 +msgid "puzzled" +msgstr "verwirrt" + +#: ../../include/text.php:843 +msgid "interested" +msgstr "interessiert" + +#: ../../include/text.php:844 +msgid "bitter" +msgstr "verbittert" + +#: ../../include/text.php:845 +msgid "cheerful" +msgstr "fröhlich" + +#: ../../include/text.php:846 +msgid "alive" +msgstr "lebendig" + +#: ../../include/text.php:847 +msgid "annoyed" +msgstr "verärgert" + +#: ../../include/text.php:848 +msgid "anxious" +msgstr "unruhig" + +#: ../../include/text.php:849 +msgid "cranky" +msgstr "schrullig" + +#: ../../include/text.php:850 +msgid "disturbed" +msgstr "verstört" + +#: ../../include/text.php:851 +msgid "frustrated" +msgstr "frustriert" + +#: ../../include/text.php:852 +msgid "motivated" +msgstr "motiviert" + +#: ../../include/text.php:853 +msgid "relaxed" +msgstr "entspannt" + +#: ../../include/text.php:854 +msgid "surprised" +msgstr "überrascht" + +#: ../../include/text.php:1017 +msgid "Monday" +msgstr "Montag" + +#: ../../include/text.php:1017 +msgid "Tuesday" +msgstr "Dienstag" + +#: ../../include/text.php:1017 +msgid "Wednesday" +msgstr "Mittwoch" + +#: ../../include/text.php:1017 +msgid "Thursday" +msgstr "Donnerstag" + +#: ../../include/text.php:1017 +msgid "Friday" +msgstr "Freitag" + +#: ../../include/text.php:1017 +msgid "Saturday" +msgstr "Samstag" + +#: ../../include/text.php:1017 +msgid "Sunday" +msgstr "Sonntag" + +#: ../../include/text.php:1021 +msgid "January" +msgstr "Januar" + +#: ../../include/text.php:1021 +msgid "February" +msgstr "Februar" + +#: ../../include/text.php:1021 +msgid "March" +msgstr "März" + +#: ../../include/text.php:1021 +msgid "April" +msgstr "April" + +#: ../../include/text.php:1021 +msgid "May" +msgstr "Mai" + +#: ../../include/text.php:1021 +msgid "June" +msgstr "Juni" + +#: ../../include/text.php:1021 +msgid "July" +msgstr "Juli" + +#: ../../include/text.php:1021 +msgid "August" +msgstr "August" + +#: ../../include/text.php:1021 +msgid "September" +msgstr "September" + +#: ../../include/text.php:1021 +msgid "October" +msgstr "Oktober" + +#: ../../include/text.php:1021 +msgid "November" +msgstr "November" + +#: ../../include/text.php:1021 +msgid "December" +msgstr "Dezember" + +#: ../../include/text.php:1099 +msgid "unknown.???" +msgstr "unbekannt.???" + +#: ../../include/text.php:1100 +msgid "bytes" +msgstr "Bytes" + +#: ../../include/text.php:1135 +msgid "remove category" +msgstr "Kategorie entfernen" + +#: ../../include/text.php:1157 +msgid "remove from file" +msgstr "aus der Datei entfernen" + +#: ../../include/text.php:1215 ../../include/text.php:1227 +msgid "Click to open/close" +msgstr "Klicke zum Öffnen/Schließen" + +#: ../../include/text.php:1403 ../../mod/events.php:332 +msgid "link to source" +msgstr "Link zum Originalbeitrag" + +#: ../../include/text.php:1422 +msgid "Select a page layout: " +msgstr "Ein Seiten-Layout auswählen" + +#: ../../include/text.php:1425 ../../include/text.php:1490 +msgid "default" +msgstr "Standard" + +#: ../../include/text.php:1461 +msgid "Page content type: " +msgstr "Content-Typ der Seite" + +#: ../../include/text.php:1502 +msgid "Select an alternate language" +msgstr "Wähle eine alternative Sprache" + +#: ../../include/text.php:1654 ../../include/conversation.php:117 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "Foto" + +#: ../../include/text.php:1657 ../../include/conversation.php:120 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "Ereignis" + +#: ../../include/text.php:1660 ../../include/conversation.php:145 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "Status" + +#: ../../include/text.php:1662 ../../include/conversation.php:147 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "Kommentar" + +#: ../../include/text.php:1667 +msgid "activity" +msgstr "Aktivität" + +#: ../../include/text.php:1929 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:1931 +msgid "Blocks" +msgstr "Blöcke" + +#: ../../include/text.php:1932 +msgid "Menus" +msgstr "Menüs" + +#: ../../include/text.php:1933 +msgid "Layouts" +msgstr "Layouts" + +#: ../../include/text.php:1934 +msgid "Pages" +msgstr "Seiten" + +#: ../../include/ItemObject.php:89 ../../mod/photos.php:843 msgid "Private Message" msgstr "Private Nachricht" #: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:695 -#: ../../mod/group.php:176 ../../mod/photos.php:1019 -#: ../../mod/filestorage.php:172 ../../mod/settings.php:570 +#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:745 +#: ../../mod/group.php:176 ../../mod/photos.php:1023 +#: ../../mod/filestorage.php:171 ../../mod/settings.php:572 msgid "Delete" msgstr "Löschen" @@ -2580,11 +2616,11 @@ msgstr "Nachricht überprüft" msgid "add tag" msgstr "Schlagwort hinzufügen" -#: ../../include/ItemObject.php:175 ../../mod/photos.php:947 +#: ../../include/ItemObject.php:175 ../../mod/photos.php:951 msgid "I like this (toggle)" msgstr "Ich mag das (Umschalter)" -#: ../../include/ItemObject.php:176 ../../mod/photos.php:948 +#: ../../include/ItemObject.php:176 ../../mod/photos.php:952 msgid "I don't like this (toggle)" msgstr "Ich mag das nicht (Umschalter)" @@ -2627,15 +2663,15 @@ msgstr "von %s" msgid "last edited: %s" msgstr "zuletzt bearbeitet: %s" -#: ../../include/ItemObject.php:221 +#: ../../include/ItemObject.php:221 ../../include/conversation.php:690 #, php-format msgid "Expires: %s" msgstr "Verfällt: %s" -#: ../../include/ItemObject.php:248 ../../include/conversation.php:706 -#: ../../include/conversation.php:1119 ../../mod/photos.php:950 +#: ../../include/ItemObject.php:248 ../../include/conversation.php:707 +#: ../../include/conversation.php:1120 ../../mod/photos.php:954 #: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editpost.php:107 ../../mod/editwebpage.php:153 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:153 #: ../../mod/editblock.php:129 msgid "Please wait" msgstr "Bitte warten" @@ -2647,8 +2683,8 @@ msgid_plural "%d comments" msgstr[0] "%d Kommentar" msgstr[1] "%d Kommentare" -#: ../../include/ItemObject.php:534 ../../mod/photos.php:966 -#: ../../mod/photos.php:1053 +#: ../../include/ItemObject.php:534 ../../mod/photos.php:970 +#: ../../mod/photos.php:1057 msgid "This is you" msgstr "Das bist du" @@ -2656,16 +2692,17 @@ msgstr "Das bist du" #: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156 #: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347 #: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131 -#: ../../mod/admin.php:420 ../../mod/admin.php:688 ../../mod/admin.php:828 -#: ../../mod/admin.php:1027 ../../mod/admin.php:1114 ../../mod/group.php:81 -#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:929 -#: ../../mod/photos.php:969 ../../mod/photos.php:1056 -#: ../../mod/profiles.php:518 ../../mod/filestorage.php:132 -#: ../../mod/import.php:387 ../../mod/settings.php:507 -#: ../../mod/settings.php:619 ../../mod/settings.php:647 -#: ../../mod/settings.php:671 ../../mod/settings.php:742 -#: ../../mod/settings.php:903 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 ../../mod/mood.php:142 +#: ../../mod/admin.php:431 ../../mod/admin.php:738 ../../mod/admin.php:878 +#: ../../mod/admin.php:1077 ../../mod/admin.php:1164 ../../mod/group.php:81 +#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:933 +#: ../../mod/photos.php:973 ../../mod/photos.php:1060 ../../mod/chat.php:107 +#: ../../mod/chat.php:133 ../../mod/profiles.php:506 +#: ../../mod/filestorage.php:131 ../../mod/import.php:387 +#: ../../mod/settings.php:509 ../../mod/settings.php:621 +#: ../../mod/settings.php:649 ../../mod/settings.php:673 +#: ../../mod/settings.php:744 ../../mod/settings.php:908 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/poke.php:166 +#: ../../mod/fsuggest.php:108 ../../mod/mood.php:142 #: ../../view/theme/redbasic/php/config.php:85 #: ../../view/theme/apw/php/config.php:231 #: ../../view/theme/blogga/view/theme/blog/config.php:67 @@ -2705,36 +2742,18 @@ msgstr "Link" msgid "Video" msgstr "Video" -#: ../../include/ItemObject.php:546 ../../include/conversation.php:1082 -#: ../../mod/webpages.php:122 ../../mod/photos.php:970 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:127 +#: ../../include/ItemObject.php:546 ../../include/conversation.php:1083 +#: ../../mod/webpages.php:122 ../../mod/photos.php:974 +#: ../../mod/editlayout.php:136 ../../mod/editpost.php:132 #: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151 msgid "Preview" msgstr "Vorschau" -#: ../../include/ItemObject.php:549 ../../include/conversation.php:1146 -#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:135 +#: ../../include/ItemObject.php:549 ../../include/conversation.php:1147 +#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:140 msgid "Encrypt text" msgstr "Text verschlüsseln" -#: ../../include/security.php:49 -msgid "Welcome " -msgstr "Willkommen" - -#: ../../include/security.php:50 -msgid "Please upload a profile photo." -msgstr "Bitte lade ein Profilfoto hoch." - -#: ../../include/security.php:53 -msgid "Welcome back " -msgstr "Willkommen zurück" - -#: ../../include/security.php:363 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde." - #: ../../include/conversation.php:123 msgid "channel" msgstr "Kanal" @@ -2777,344 +2796,344 @@ msgstr "Kategorien:" msgid "Filed under:" msgstr "Gespeichert unter:" -#: ../../include/conversation.php:704 +#: ../../include/conversation.php:705 msgid "View in context" msgstr "Im Zusammenhang anschauen" -#: ../../include/conversation.php:833 +#: ../../include/conversation.php:834 msgid "remove" msgstr "lösche" -#: ../../include/conversation.php:837 +#: ../../include/conversation.php:838 msgid "Loading..." msgstr "Lädt ..." -#: ../../include/conversation.php:838 +#: ../../include/conversation.php:839 msgid "Delete Selected Items" msgstr "Lösche die ausgewählten Elemente" -#: ../../include/conversation.php:929 +#: ../../include/conversation.php:930 msgid "View Source" msgstr "Quelle anzeigen" -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:931 msgid "Follow Thread" msgstr "Unterhaltung folgen" -#: ../../include/conversation.php:931 +#: ../../include/conversation.php:932 msgid "View Status" msgstr "Status ansehen" -#: ../../include/conversation.php:933 +#: ../../include/conversation.php:934 msgid "View Photos" msgstr "Fotos ansehen" -#: ../../include/conversation.php:934 +#: ../../include/conversation.php:935 msgid "Matrix Activity" msgstr "Matrix Aktivität" -#: ../../include/conversation.php:935 +#: ../../include/conversation.php:936 msgid "Edit Contact" msgstr "Kontakt bearbeiten" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:937 msgid "Send PM" msgstr "Sende PN" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:938 msgid "Poke" msgstr "Anstupsen" -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:1000 #, php-format msgid "%s likes this." msgstr "%s gefällt das." -#: ../../include/conversation.php:999 +#: ../../include/conversation.php:1000 #, php-format msgid "%s doesn't like this." msgstr "%s gefällt das nicht." -#: ../../include/conversation.php:1003 +#: ../../include/conversation.php:1004 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "%2$d Person gefällt das." msgstr[1] "%2$d Leuten gefällt das." -#: ../../include/conversation.php:1005 +#: ../../include/conversation.php:1006 #, php-format msgid "%2$d people don't like this." msgid_plural "%2$d people don't like this." msgstr[0] "%2$d Person gefällt das nicht." msgstr[1] "%2$d Leuten gefällt das nicht." -#: ../../include/conversation.php:1011 +#: ../../include/conversation.php:1012 msgid "and" msgstr "und" -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1015 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] ", und %d andere" -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1016 #, php-format msgid "%s like this." msgstr "%s gefällt das." -#: ../../include/conversation.php:1015 +#: ../../include/conversation.php:1016 #, php-format msgid "%s don't like this." msgstr "%s gefällt das nicht." -#: ../../include/conversation.php:1065 +#: ../../include/conversation.php:1066 msgid "Visible to everybody" msgstr "Sichtbar für jeden" -#: ../../include/conversation.php:1066 ../../mod/mail.php:171 +#: ../../include/conversation.php:1067 ../../mod/mail.php:171 #: ../../mod/mail.php:269 msgid "Please enter a link URL:" msgstr "Gib eine URL ein:" -#: ../../include/conversation.php:1067 +#: ../../include/conversation.php:1068 msgid "Please enter a video link/URL:" msgstr "Gib einen Video-Link/URL ein:" -#: ../../include/conversation.php:1068 +#: ../../include/conversation.php:1069 msgid "Please enter an audio link/URL:" msgstr "Gib einen Audio-Link/URL ein:" -#: ../../include/conversation.php:1069 +#: ../../include/conversation.php:1070 msgid "Tag term:" msgstr "Schlagwort:" -#: ../../include/conversation.php:1070 ../../mod/filer.php:35 +#: ../../include/conversation.php:1071 ../../mod/filer.php:35 msgid "Save to Folder:" msgstr "Speichern in Ordner:" -#: ../../include/conversation.php:1071 +#: ../../include/conversation.php:1072 msgid "Where are you right now?" msgstr "Wo bist du jetzt grade?" -#: ../../include/conversation.php:1072 ../../mod/mail.php:172 +#: ../../include/conversation.php:1073 ../../mod/mail.php:172 #: ../../mod/mail.php:270 ../../mod/editpost.php:52 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Verfällt YYYY-MM-DD HH;MM" -#: ../../include/conversation.php:1096 ../../mod/photos.php:949 +#: ../../include/conversation.php:1097 ../../mod/photos.php:953 msgid "Share" msgstr "Teilen" -#: ../../include/conversation.php:1098 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 msgid "Page link title" msgstr "Seitentitel-Link" -#: ../../include/conversation.php:1100 ../../mod/mail.php:219 +#: ../../include/conversation.php:1101 ../../mod/mail.php:219 #: ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editpost.php:99 ../../mod/editwebpage.php:145 +#: ../../mod/editpost.php:104 ../../mod/editwebpage.php:145 #: ../../mod/editblock.php:121 msgid "Upload photo" msgstr "Foto hochladen" -#: ../../include/conversation.php:1101 +#: ../../include/conversation.php:1102 msgid "upload photo" msgstr "Foto hochladen" -#: ../../include/conversation.php:1102 ../../mod/mail.php:220 +#: ../../include/conversation.php:1103 ../../mod/mail.php:220 #: ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editpost.php:100 ../../mod/editwebpage.php:146 +#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:146 #: ../../mod/editblock.php:122 msgid "Attach file" msgstr "Datei anhängen" -#: ../../include/conversation.php:1103 +#: ../../include/conversation.php:1104 msgid "attach file" msgstr "Datei anfügen" -#: ../../include/conversation.php:1104 ../../mod/mail.php:221 +#: ../../include/conversation.php:1105 ../../mod/mail.php:221 #: ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editpost.php:101 ../../mod/editwebpage.php:147 +#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:147 #: ../../mod/editblock.php:123 msgid "Insert web link" msgstr "Link einfügen" -#: ../../include/conversation.php:1105 +#: ../../include/conversation.php:1106 msgid "web link" msgstr "Web-Link" -#: ../../include/conversation.php:1106 +#: ../../include/conversation.php:1107 msgid "Insert video link" msgstr "Video-Link einfügen" -#: ../../include/conversation.php:1107 +#: ../../include/conversation.php:1108 msgid "video link" msgstr "Video-Link" -#: ../../include/conversation.php:1108 +#: ../../include/conversation.php:1109 msgid "Insert audio link" msgstr "Audio-Link einfügen" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1110 msgid "audio link" msgstr "Audio-Link" -#: ../../include/conversation.php:1110 ../../mod/editlayout.php:113 -#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:151 +#: ../../include/conversation.php:1111 ../../mod/editlayout.php:113 +#: ../../mod/editpost.php:110 ../../mod/editwebpage.php:151 #: ../../mod/editblock.php:127 msgid "Set your location" msgstr "Standort" -#: ../../include/conversation.php:1111 +#: ../../include/conversation.php:1112 msgid "set location" msgstr "Standort" -#: ../../include/conversation.php:1112 ../../mod/editlayout.php:114 -#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:152 +#: ../../include/conversation.php:1113 ../../mod/editlayout.php:114 +#: ../../mod/editpost.php:111 ../../mod/editwebpage.php:152 #: ../../mod/editblock.php:128 msgid "Clear browser location" msgstr "Browser-Standort löschen" -#: ../../include/conversation.php:1113 +#: ../../include/conversation.php:1114 msgid "clear location" msgstr "Standort löschen" -#: ../../include/conversation.php:1115 ../../mod/editlayout.php:127 -#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:169 +#: ../../include/conversation.php:1116 ../../mod/editlayout.php:127 +#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:169 #: ../../mod/editblock.php:142 msgid "Set title" msgstr "Titel" -#: ../../include/conversation.php:1118 ../../mod/editlayout.php:130 -#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:171 +#: ../../include/conversation.php:1119 ../../mod/editlayout.php:130 +#: ../../mod/editpost.php:126 ../../mod/editwebpage.php:171 #: ../../mod/editblock.php:145 msgid "Categories (comma-separated list)" msgstr "Kategorien (Kommagetrennte Liste)" -#: ../../include/conversation.php:1120 ../../mod/editlayout.php:116 -#: ../../mod/editpost.php:108 ../../mod/editwebpage.php:154 +#: ../../include/conversation.php:1121 ../../mod/editlayout.php:116 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:154 #: ../../mod/editblock.php:130 msgid "Permission settings" msgstr "Berechtigungs-Einstellungen" -#: ../../include/conversation.php:1121 +#: ../../include/conversation.php:1122 msgid "permissions" msgstr "Berechtigungen" -#: ../../include/conversation.php:1129 ../../mod/editlayout.php:124 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:164 +#: ../../include/conversation.php:1130 ../../mod/editlayout.php:124 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:164 #: ../../mod/editblock.php:139 msgid "Public post" msgstr "Öffentlicher Beitrag" -#: ../../include/conversation.php:1131 ../../mod/editlayout.php:131 -#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:172 +#: ../../include/conversation.php:1132 ../../mod/editlayout.php:131 +#: ../../mod/editpost.php:127 ../../mod/editwebpage.php:172 #: ../../mod/editblock.php:146 msgid "Example: bob@example.com, mary@example.com" msgstr "Beispiel: bob@example.com, mary@example.com" -#: ../../include/conversation.php:1144 ../../mod/mail.php:226 +#: ../../include/conversation.php:1145 ../../mod/mail.php:226 #: ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:133 ../../mod/editwebpage.php:182 +#: ../../mod/editpost.php:138 ../../mod/editwebpage.php:182 #: ../../mod/editblock.php:156 msgid "Set expiration date" msgstr "Verfallsdatum" -#: ../../include/conversation.php:1148 ../../mod/editpost.php:136 +#: ../../include/conversation.php:1149 ../../mod/editpost.php:142 msgid "OK" msgstr "OK" -#: ../../include/conversation.php:1149 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/settings.php:508 -#: ../../mod/settings.php:534 ../../mod/editpost.php:137 +#: ../../include/conversation.php:1150 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/settings.php:510 +#: ../../mod/settings.php:536 ../../mod/editpost.php:143 #: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 msgid "Cancel" msgstr "Abbrechen" -#: ../../include/conversation.php:1379 +#: ../../include/conversation.php:1381 msgid "Commented Order" msgstr "Neueste Kommentare" -#: ../../include/conversation.php:1382 +#: ../../include/conversation.php:1384 msgid "Sort by Comment Date" msgstr "Nach Kommentardatum sortiert" -#: ../../include/conversation.php:1385 +#: ../../include/conversation.php:1387 msgid "Posted Order" msgstr "Neueste Beiträge" -#: ../../include/conversation.php:1388 +#: ../../include/conversation.php:1390 msgid "Sort by Post Date" msgstr "Nach Beitragsdatum sortiert" -#: ../../include/conversation.php:1392 +#: ../../include/conversation.php:1394 msgid "Personal" msgstr "Persönlich" -#: ../../include/conversation.php:1395 +#: ../../include/conversation.php:1397 msgid "Posts that mention or involve you" msgstr "Beiträge mit Beteiligung deinerseits" -#: ../../include/conversation.php:1398 ../../mod/menu.php:57 +#: ../../include/conversation.php:1400 ../../mod/menu.php:57 #: ../../mod/connections.php:209 msgid "New" msgstr "Neu" -#: ../../include/conversation.php:1401 +#: ../../include/conversation.php:1403 msgid "Activity Stream - by date" msgstr "Activity Stream - nach Datum sortiert" -#: ../../include/conversation.php:1408 +#: ../../include/conversation.php:1410 msgid "Starred" msgstr "Markiert" -#: ../../include/conversation.php:1411 +#: ../../include/conversation.php:1413 msgid "Favourite Posts" msgstr "Beiträge mit Sternchen" -#: ../../include/conversation.php:1418 +#: ../../include/conversation.php:1420 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1421 +#: ../../include/conversation.php:1423 msgid "Posts flagged as SPAM" msgstr "Nachrichten die als SPAM markiert wurden" -#: ../../include/conversation.php:1452 +#: ../../include/conversation.php:1454 msgid "Channel" msgstr "Kanal" -#: ../../include/conversation.php:1455 +#: ../../include/conversation.php:1457 msgid "Status Messages and Posts" msgstr "Statusnachrichten und Beiträge" -#: ../../include/conversation.php:1464 +#: ../../include/conversation.php:1466 msgid "About" msgstr "Über" -#: ../../include/conversation.php:1467 +#: ../../include/conversation.php:1469 msgid "Profile Details" msgstr "Profil-Details" -#: ../../include/conversation.php:1482 ../../mod/fbrowser.php:114 +#: ../../include/conversation.php:1484 ../../mod/fbrowser.php:114 msgid "Files" msgstr "Dateien" -#: ../../include/conversation.php:1485 +#: ../../include/conversation.php:1487 msgid "Files and Storage" msgstr "Dateien und Speicher" -#: ../../include/conversation.php:1494 +#: ../../include/conversation.php:1496 msgid "Events and Calendar" msgstr "Veranstaltungen und Kalender" -#: ../../include/conversation.php:1501 +#: ../../include/conversation.php:1503 msgid "Webpages" msgstr "Webseiten" -#: ../../include/conversation.php:1504 +#: ../../include/conversation.php:1506 msgid "Manage Webpages" msgstr "Webseiten verwalten" @@ -3342,7 +3361,7 @@ msgid "" "http://getzot.com" msgstr "Für weitere Informationen über das Red Matrix Projekt und warum es das Potential hat das Internet wie wir es kennen grundlegend zu verändern schau dir bitte http://getzot.com an" -#: ../../mod/cloud.php:88 +#: ../../mod/cloud.php:112 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "Red Matrix Gäste: Nutzername: {deine Email Adresse}; Passwort: +++" @@ -3442,12 +3461,12 @@ msgid "View recent posts and comments" msgstr "Betrachte die neuesten Beiträge und Kommentare" #: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:697 +#: ../../mod/admin.php:747 msgid "Unblock" msgstr "Freigeben" #: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:696 +#: ../../mod/admin.php:746 msgid "Block" msgstr "Blockieren" @@ -3693,13 +3712,13 @@ msgid "" " and/or create new posts for you?" msgstr "Möchtest du der Anwendung erlauben, deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für dich zu erstellen?" -#: ../../mod/api.php:105 ../../mod/profiles.php:495 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 +#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "Yes" msgstr "Ja" -#: ../../mod/api.php:106 ../../mod/profiles.php:496 ../../mod/settings.php:865 -#: ../../mod/settings.php:870 +#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "No" msgstr "Nein" @@ -3721,7 +3740,7 @@ msgid "Channel not found." msgstr "Kanal nicht gefunden." #: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100 -#: ../../index.php:227 +#: ../../index.php:226 msgid "Page not found." msgstr "Seite nicht gefunden." @@ -4074,7 +4093,7 @@ msgid "" "poller." msgstr "WICHTIG: Du musst die geplanten Aufgaben für den Poller [manuell] einrichten." -#: ../../mod/rpost.php:84 ../../mod/editpost.php:42 +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 msgid "Edit post" msgstr "Bearbeite Beitrag" @@ -4274,521 +4293,531 @@ msgstr "Konnte die Quelle nicht löschen." msgid "Theme settings updated." msgstr "Theme-Einstellungen aktualisiert." -#: ../../mod/admin.php:87 ../../mod/admin.php:419 +#: ../../mod/admin.php:88 ../../mod/admin.php:430 msgid "Site" msgstr "Seite" -#: ../../mod/admin.php:88 ../../mod/admin.php:687 ../../mod/admin.php:699 +#: ../../mod/admin.php:89 ../../mod/admin.php:737 ../../mod/admin.php:749 msgid "Users" msgstr "Benutzer" -#: ../../mod/admin.php:89 ../../mod/admin.php:785 ../../mod/admin.php:827 +#: ../../mod/admin.php:90 ../../mod/admin.php:835 ../../mod/admin.php:877 msgid "Plugins" msgstr "Plug-Ins" -#: ../../mod/admin.php:90 ../../mod/admin.php:990 ../../mod/admin.php:1026 +#: ../../mod/admin.php:91 ../../mod/admin.php:1040 ../../mod/admin.php:1076 msgid "Themes" msgstr "Themes" -#: ../../mod/admin.php:91 ../../mod/admin.php:479 +#: ../../mod/admin.php:92 ../../mod/admin.php:529 msgid "Server" msgstr "Server" -#: ../../mod/admin.php:92 +#: ../../mod/admin.php:93 msgid "DB updates" msgstr "DB-Aktualisierungen" -#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1113 +#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1163 msgid "Logs" msgstr "Protokolle" -#: ../../mod/admin.php:112 +#: ../../mod/admin.php:113 msgid "Plugin Features" msgstr "Plug-In Funktionen" -#: ../../mod/admin.php:114 +#: ../../mod/admin.php:115 msgid "User registrations waiting for confirmation" msgstr "Nutzer Anmeldungen die auf Bestätigung warten" -#: ../../mod/admin.php:188 +#: ../../mod/admin.php:189 msgid "Message queues" msgstr "Nachrichten Warteschlange" -#: ../../mod/admin.php:193 ../../mod/admin.php:418 ../../mod/admin.php:478 -#: ../../mod/admin.php:686 ../../mod/admin.php:784 ../../mod/admin.php:826 -#: ../../mod/admin.php:989 ../../mod/admin.php:1025 ../../mod/admin.php:1112 +#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 +#: ../../mod/admin.php:736 ../../mod/admin.php:834 ../../mod/admin.php:876 +#: ../../mod/admin.php:1039 ../../mod/admin.php:1075 ../../mod/admin.php:1162 msgid "Administration" msgstr "Administration" -#: ../../mod/admin.php:194 +#: ../../mod/admin.php:195 msgid "Summary" msgstr "Zusammenfassung" -#: ../../mod/admin.php:196 +#: ../../mod/admin.php:197 msgid "Registered users" msgstr "Registrierte Benutzer" -#: ../../mod/admin.php:198 ../../mod/admin.php:482 +#: ../../mod/admin.php:199 ../../mod/admin.php:532 msgid "Pending registrations" msgstr "Ausstehende Registrierungen" -#: ../../mod/admin.php:199 +#: ../../mod/admin.php:200 msgid "Version" msgstr "Version" -#: ../../mod/admin.php:201 ../../mod/admin.php:483 +#: ../../mod/admin.php:202 ../../mod/admin.php:533 msgid "Active plugins" msgstr "Aktive Plug-Ins" -#: ../../mod/admin.php:342 +#: ../../mod/admin.php:350 msgid "Site settings updated." msgstr "Site-Einstellungen aktualisiert." -#: ../../mod/admin.php:371 ../../mod/settings.php:700 +#: ../../mod/admin.php:379 ../../mod/settings.php:702 msgid "No special theme for mobile devices" msgstr "Keine spezielle Theme für mobile Geräte" -#: ../../mod/admin.php:373 +#: ../../mod/admin.php:381 msgid "No special theme for accessibility" msgstr "Kein spezielles Accessibility Theme vorhanden" -#: ../../mod/admin.php:398 +#: ../../mod/admin.php:409 msgid "Closed" msgstr "Geschlossen" -#: ../../mod/admin.php:399 +#: ../../mod/admin.php:410 msgid "Requires approval" msgstr "Genehmigung erforderlich" -#: ../../mod/admin.php:400 +#: ../../mod/admin.php:411 msgid "Open" msgstr "Offen" -#: ../../mod/admin.php:405 +#: ../../mod/admin.php:416 msgid "Private" msgstr "Privat" -#: ../../mod/admin.php:406 +#: ../../mod/admin.php:417 msgid "Paid Access" msgstr "Kostenpflichtiger Zugang" -#: ../../mod/admin.php:407 +#: ../../mod/admin.php:418 msgid "Free Access" msgstr "Kostenloser Zugang" -#: ../../mod/admin.php:408 +#: ../../mod/admin.php:419 msgid "Tiered Access" msgstr "Abgestufter Zugang" -#: ../../mod/admin.php:421 ../../mod/register.php:189 +#: ../../mod/admin.php:432 ../../mod/register.php:189 msgid "Registration" msgstr "Registrierung" -#: ../../mod/admin.php:422 +#: ../../mod/admin.php:433 msgid "File upload" msgstr "Dateiupload" -#: ../../mod/admin.php:423 +#: ../../mod/admin.php:434 msgid "Policies" msgstr "Richtlinien" -#: ../../mod/admin.php:424 +#: ../../mod/admin.php:435 msgid "Advanced" msgstr "Fortgeschritten" -#: ../../mod/admin.php:428 +#: ../../mod/admin.php:439 msgid "Site name" msgstr "Seitenname" -#: ../../mod/admin.php:429 +#: ../../mod/admin.php:440 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../mod/admin.php:430 +#: ../../mod/admin.php:441 +msgid "Administrator Information" +msgstr "Administrator Informationen" + +#: ../../mod/admin.php:441 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Kontaktinformationen für Administratoren der Seite. Wird auf der siteinfo Seite angezeigt. BBCode kann verwendet werden." + +#: ../../mod/admin.php:442 msgid "System language" msgstr "System-Sprache" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:443 msgid "System theme" msgstr "System-Theme" -#: ../../mod/admin.php:431 +#: ../../mod/admin.php:443 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Standard System-Theme - kann durch Nutzerprofile überschieben werden - Theme.Einstellungen ändern" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:444 msgid "Mobile system theme" msgstr "Mobile System-Theme:" -#: ../../mod/admin.php:432 +#: ../../mod/admin.php:444 msgid "Theme for mobile devices" msgstr "Theme für mobile Geräte" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:445 msgid "Accessibility system theme" msgstr "Accessibility System-Theme" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:445 msgid "Accessibility theme" msgstr "Accessibility Theme" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:446 msgid "Channel to use for this website's static pages" msgstr "Kanal für die statischen Seiten dieser Webseite verwenden" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:446 msgid "Site Channel" msgstr "Seiten Kanal" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:448 msgid "Maximum image size" msgstr "Maximale Bildgröße" -#: ../../mod/admin.php:436 +#: ../../mod/admin.php:448 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximale Größe in Bytes von hochgeladenen Bildern. Standard ist 0, was keine Einschränkung bedeutet." -#: ../../mod/admin.php:437 +#: ../../mod/admin.php:449 msgid "Register policy" msgstr "Registrierungsmethode" -#: ../../mod/admin.php:438 +#: ../../mod/admin.php:450 msgid "Access policy" msgstr "Zugangsrichtlinien" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:451 msgid "Register text" msgstr "Registrierungstext" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:451 msgid "Will be displayed prominently on the registration page." msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt." -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:452 msgid "Accounts abandoned after x days" msgstr "Accounts gelten nach X Tagen als unbenutzt" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:452 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Verschwende keine Systemressourchen auf das Pollen von externen Seiten wenn das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit." -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:453 msgid "Allowed friend domains" msgstr "Erlaubte Domains für Kontakte" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:453 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:454 msgid "Allowed email domains" msgstr "Erlaubte Domains für E-Mails" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:454 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:455 msgid "Block public" msgstr "Öffentlichen Zugriff blockieren" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:455 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist." -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:456 msgid "Force publish" msgstr "Veröffentlichung erzwingen" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:456 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen." -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "No login on Homepage" msgstr "Kein Login auf der Homepage" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:457 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Wählen um das Login Formular auf der Startseite der Seite zu verbergen, z.B. weil es das Layout der Homepage des Seiten-Kanals stört." -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:459 msgid "Proxy user" msgstr "Proxy Benutzer" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:460 msgid "Proxy URL" msgstr "Proxy URL" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:461 msgid "Network timeout" msgstr "Netzwerk-Timeout" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:461 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)." -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "Delivery interval" msgstr "Auslieferung Intervall" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:462 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server." -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "Poll interval" msgstr "Abfrageintervall" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:463 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:464 msgid "Maximum Load Average" msgstr "Maximum Load Average" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:464 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:520 msgid "No server found" msgstr "Kein Server gefunden" -#: ../../mod/admin.php:477 ../../mod/admin.php:700 +#: ../../mod/admin.php:527 ../../mod/admin.php:750 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "for channel" msgstr "für Kanal" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "on server" msgstr "auf Server" -#: ../../mod/admin.php:477 +#: ../../mod/admin.php:527 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:498 +#: ../../mod/admin.php:548 msgid "Update has been marked successful" msgstr "Update wurde als erfolgreich markiert" -#: ../../mod/admin.php:508 +#: ../../mod/admin.php:558 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Aufrufen von %s fehlgeschlagen. Überprüfe die Systemlogs." -#: ../../mod/admin.php:511 +#: ../../mod/admin.php:561 #, php-format msgid "Update %s was successfully applied." msgstr "Update %s wurde erfolgreich angewandt." -#: ../../mod/admin.php:515 +#: ../../mod/admin.php:565 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Update %s liefert keinen Rückgabewert. Unbekannt ob es erfolgreich war." -#: ../../mod/admin.php:518 +#: ../../mod/admin.php:568 #, php-format msgid "Update function %s could not be found." msgstr "Update Funktion %s konnte nicht gefunden werden." -#: ../../mod/admin.php:533 +#: ../../mod/admin.php:583 msgid "No failed updates." msgstr "Keine fehlgeschlagenen Aktualisierungen." -#: ../../mod/admin.php:537 +#: ../../mod/admin.php:587 msgid "Failed Updates" msgstr "Fehlgeschlagene Aktualisierungen" -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:589 msgid "Mark success (if update was manually applied)" msgstr "Als erfolgreich markieren (wenn das Update manuell angewandt wurde)" -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:590 msgid "Attempt to execute this update step automatically" msgstr "Versuche diesen Updateschritt automatisch anzuwenden" -#: ../../mod/admin.php:566 +#: ../../mod/admin.php:616 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s Nutzer blockiert/freigegeben" msgstr[1] "%s Nutzer blockiert/freigegeben" -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:623 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s Nutzer gelöscht" msgstr[1] "%s Nutzer gelöscht" -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:654 msgid "Account not found" msgstr "Konto nicht gefunden" -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:665 #, php-format msgid "User '%s' deleted" msgstr "Benutzer '%s' gelöscht" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:674 #, php-format msgid "User '%s' unblocked" msgstr "Benutzer '%s' freigegeben" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:674 #, php-format msgid "User '%s' blocked" msgstr "Benutzer '%s' blockiert" -#: ../../mod/admin.php:689 +#: ../../mod/admin.php:739 msgid "select all" msgstr "Alle auswählen" -#: ../../mod/admin.php:690 +#: ../../mod/admin.php:740 msgid "User registrations waiting for confirm" msgstr "Neuanmeldungen, die auf deine Bestätigung warten" -#: ../../mod/admin.php:691 +#: ../../mod/admin.php:741 msgid "Request date" msgstr "Antragsdatum" -#: ../../mod/admin.php:692 +#: ../../mod/admin.php:742 msgid "No registrations." msgstr "Keine Registrierungen." -#: ../../mod/admin.php:693 +#: ../../mod/admin.php:743 msgid "Approve" msgstr "Genehmigen" -#: ../../mod/admin.php:694 +#: ../../mod/admin.php:744 msgid "Deny" msgstr "Verweigern" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Register date" msgstr "Registrierungs-Datum" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Last login" msgstr "Letzte Anmeldung" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Expires" msgstr "Verfällt" -#: ../../mod/admin.php:700 +#: ../../mod/admin.php:750 msgid "Service Class" msgstr "Service-Klasse" -#: ../../mod/admin.php:702 +#: ../../mod/admin.php:752 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Markierte Nutzer werden gelöscht\\n\\nAlles was diese Nutzer auf dieser Seite veröffentlicht haben wird permanent gelöscht\\n\\nBist du sicher?" -#: ../../mod/admin.php:703 +#: ../../mod/admin.php:753 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Der Nutzer {0} wird gelöscht\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat wird permanent gelöscht werden\\n\\nBist du sicher?" -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:794 #, php-format msgid "Plugin %s disabled." msgstr "Plug-In %s deaktiviert." -#: ../../mod/admin.php:748 +#: ../../mod/admin.php:798 #, php-format msgid "Plugin %s enabled." msgstr "Plug-In %s aktiviert." -#: ../../mod/admin.php:758 ../../mod/admin.php:960 +#: ../../mod/admin.php:808 ../../mod/admin.php:1010 msgid "Disable" msgstr "Deaktivieren" -#: ../../mod/admin.php:760 ../../mod/admin.php:962 +#: ../../mod/admin.php:810 ../../mod/admin.php:1012 msgid "Enable" msgstr "Aktivieren" -#: ../../mod/admin.php:786 ../../mod/admin.php:991 +#: ../../mod/admin.php:836 ../../mod/admin.php:1041 msgid "Toggle" msgstr "Umschalten" -#: ../../mod/admin.php:794 ../../mod/admin.php:1001 +#: ../../mod/admin.php:844 ../../mod/admin.php:1051 msgid "Author: " msgstr "Autor: " -#: ../../mod/admin.php:795 ../../mod/admin.php:1002 +#: ../../mod/admin.php:845 ../../mod/admin.php:1052 msgid "Maintainer: " msgstr "Betreuer:" -#: ../../mod/admin.php:924 +#: ../../mod/admin.php:974 msgid "No themes found." msgstr "Keine Theme gefunden." -#: ../../mod/admin.php:983 +#: ../../mod/admin.php:1033 msgid "Screenshot" msgstr "Bildschirmfoto" -#: ../../mod/admin.php:1031 +#: ../../mod/admin.php:1081 msgid "[Experimental]" msgstr "[Experimentell]" -#: ../../mod/admin.php:1032 +#: ../../mod/admin.php:1082 msgid "[Unsupported]" msgstr "[Nicht unterstützt]" -#: ../../mod/admin.php:1059 +#: ../../mod/admin.php:1109 msgid "Log settings updated." msgstr "Protokoll-Einstellungen aktualisiert." -#: ../../mod/admin.php:1115 +#: ../../mod/admin.php:1165 msgid "Clear" msgstr "Leeren" -#: ../../mod/admin.php:1121 +#: ../../mod/admin.php:1171 msgid "Debugging" msgstr "Debugging" -#: ../../mod/admin.php:1122 +#: ../../mod/admin.php:1172 msgid "Log file" msgstr "Protokolldatei" -#: ../../mod/admin.php:1122 +#: ../../mod/admin.php:1172 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Muss für den Web-Server schreibbar sein. Relativ zum Red Stammverzeichnis." -#: ../../mod/admin.php:1123 +#: ../../mod/admin.php:1173 msgid "Log level" msgstr "Protokollstufe" @@ -4813,7 +4842,7 @@ msgid "Unable to add menu element." msgstr "Kann Menü-Bestandteil nicht hinzufügen." #: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113 -#: ../../mod/dirprofile.php:177 +#: ../../mod/dirprofile.php:181 msgid "Not found." msgstr "Nicht gefunden." @@ -4861,7 +4890,7 @@ msgstr "Neues Menü-Bestandteil" msgid "Menu Item Permissions" msgstr "Menü-Element Zugriffsrechte" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:930 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:937 msgid "(click to open/close)" msgstr "(zum öffnen/schließen anklicken)" @@ -4973,7 +5002,7 @@ msgstr "Album nicht gefunden." msgid "Delete Album" msgstr "Album löschen" -#: ../../mod/photos.php:159 ../../mod/photos.php:930 +#: ../../mod/photos.php:159 ../../mod/photos.php:934 msgid "Delete Photo" msgstr "Foto löschen" @@ -5011,13 +5040,13 @@ msgstr "oder bestehenden Album Namen:" msgid "Do not show a status post for this upload" msgstr "Keine Statusnachricht für diesen Upload senden" -#: ../../mod/photos.php:603 ../../mod/photos.php:925 -#: ../../mod/filestorage.php:125 +#: ../../mod/photos.php:603 ../../mod/photos.php:929 +#: ../../mod/filestorage.php:124 msgid "Permissions" msgstr "Berechtigungen" -#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1101 -#: ../../mod/photos.php:1116 +#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1105 +#: ../../mod/photos.php:1120 msgid "Contact Photos" msgstr "Kontakt Bilder" @@ -5033,7 +5062,7 @@ msgstr "Zeige neueste zuerst" msgid "Show Oldest First" msgstr "Zeige älteste zuerst" -#: ../../mod/photos.php:729 ../../mod/photos.php:1148 +#: ../../mod/photos.php:729 ../../mod/photos.php:1152 msgid "View Photo" msgstr "Foto ansehen" @@ -5045,51 +5074,63 @@ msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt w msgid "Photo not available" msgstr "Foto nicht verfügbar" -#: ../../mod/photos.php:835 +#: ../../mod/photos.php:837 msgid "Use as profile photo" msgstr "Als Profilfoto verwenden" -#: ../../mod/photos.php:859 +#: ../../mod/photos.php:861 msgid "View Full Size" msgstr "In voller Größe anzeigen" -#: ../../mod/photos.php:913 +#: ../../mod/photos.php:917 msgid "Edit photo" msgstr "Foto bearbeiten" -#: ../../mod/photos.php:915 +#: ../../mod/photos.php:919 msgid "Rotate CW (right)" msgstr "Drehen US (rechts)" -#: ../../mod/photos.php:916 +#: ../../mod/photos.php:920 msgid "Rotate CCW (left)" msgstr "Drehen EUS (links)" -#: ../../mod/photos.php:918 +#: ../../mod/photos.php:922 msgid "New album name" msgstr "Name des neuen Albums:" -#: ../../mod/photos.php:921 +#: ../../mod/photos.php:925 msgid "Caption" msgstr "Bildunterschrift" -#: ../../mod/photos.php:923 +#: ../../mod/photos.php:927 msgid "Add a Tag" msgstr "Schlagwort hinzufügen" -#: ../../mod/photos.php:927 +#: ../../mod/photos.php:931 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: ../../mod/photos.php:1154 +#: ../../mod/photos.php:1158 msgid "View Album" msgstr "Album ansehen" -#: ../../mod/photos.php:1163 +#: ../../mod/photos.php:1167 msgid "Recent Photos" msgstr "Neueste Fotos" +#: ../../mod/chat.php:18 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "Du musst angemeldet sein um diese Seite betrachten zu können." + +#: ../../mod/chat.php:130 +msgid "New Chatroom" +msgstr "Neuen Chatraum" + +#: ../../mod/chat.php:131 +msgid "Chatroom Name" +msgstr "Chatraum Name" + #: ../../mod/filer.php:35 msgid "- select -" msgstr "-auswählen-" @@ -5175,12 +5216,12 @@ msgstr "Einträge zu diesem Menü hinzufügen oder entfernen" msgid "Welcome to %s" msgstr "Willkommen auf %s" -#: ../../mod/directory.php:143 ../../mod/profiles.php:573 -#: ../../mod/dirprofile.php:95 +#: ../../mod/directory.php:143 ../../mod/profiles.php:561 +#: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "Alter:" -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:98 +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "Geschlecht:" @@ -5228,7 +5269,7 @@ msgstr "Neue Verbindungen vorschlagen" msgid "Show pending (new) connections" msgstr "Zeige schwebende (neue) Verbindungen" -#: ../../mod/connections.php:248 +#: ../../mod/connections.php:248 ../../mod/profperm.php:134 msgid "All Connections" msgstr "Alle Verbindungen" @@ -5293,7 +5334,7 @@ msgstr "Layout Name" msgid "Help:" msgstr "Hilfe:" -#: ../../mod/help.php:68 ../../index.php:224 +#: ../../mod/help.php:68 ../../index.php:223 msgid "Not Found" msgstr "Nicht gefunden" @@ -5352,6 +5393,53 @@ msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." msgid "This site is not a directory server" msgstr "Diese Website ist kein Verzeichnis-Server" +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "Version %s" + +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "Installierte Plugins/Addons/Apps" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Keine installierten Plugins/Addons/Apps" + +#: ../../mod/siteinfo.php:94 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:95 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre." + +#: ../../mod/siteinfo.php:98 +msgid "Running at web location" +msgstr "Erreichbar unter der Web-Adresse" + +#: ../../mod/siteinfo.php:99 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." +msgstr "Besuche GetZot.com um mehr über die Red Matrix zu erfahren." + +#: ../../mod/siteinfo.php:100 +msgid "Bug reports and issues: please visit" +msgstr "Probleme oder Fehler gefunden? Bitte besuche" + +#: ../../mod/siteinfo.php:103 +msgid "" +"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " +"librelist - dot com" +msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com" + +#: ../../mod/siteinfo.php:104 +msgid "Site Administrators" +msgstr "Administratoren" + #: ../../mod/lockview.php:34 msgid "Remote privacy information not available." msgstr "Entfernte Privatsphären Einstellungen sind nicht verfügbar." @@ -5365,7 +5453,7 @@ msgid "Hub not found." msgstr "Server nicht gefunden." #: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:475 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 msgid "Profile not found." msgstr "Profil nicht gefunden." @@ -5389,226 +5477,226 @@ msgstr "Profil kann nicht geklont werden." msgid "Profile Name is required." msgstr "Profil-Name erforderlich." -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:294 msgid "Marital Status" msgstr "Familienstand" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:298 msgid "Romantic Partner" msgstr "Romantische Partner" -#: ../../mod/profiles.php:314 +#: ../../mod/profiles.php:302 msgid "Likes" msgstr "Gefällt-mir" -#: ../../mod/profiles.php:318 +#: ../../mod/profiles.php:306 msgid "Dislikes" msgstr "Gefällt-mir-nicht" -#: ../../mod/profiles.php:322 +#: ../../mod/profiles.php:310 msgid "Work/Employment" msgstr "Arbeit/Anstellung" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:313 msgid "Religion" msgstr "Religion" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:317 msgid "Political Views" msgstr "Politische Anscihten" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:321 msgid "Gender" msgstr "Geschlecht" -#: ../../mod/profiles.php:337 +#: ../../mod/profiles.php:325 msgid "Sexual Preference" msgstr "Sexuelle Orientierung" -#: ../../mod/profiles.php:341 +#: ../../mod/profiles.php:329 msgid "Homepage" msgstr "Webseite" -#: ../../mod/profiles.php:345 +#: ../../mod/profiles.php:333 msgid "Interests" msgstr "Hobbys/Interessen" -#: ../../mod/profiles.php:349 +#: ../../mod/profiles.php:337 msgid "Address" msgstr "Adresse" -#: ../../mod/profiles.php:356 ../../mod/pubsites.php:31 +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "Ort" -#: ../../mod/profiles.php:439 +#: ../../mod/profiles.php:427 msgid "Profile updated." msgstr "Profil aktualisiert." -#: ../../mod/profiles.php:494 +#: ../../mod/profiles.php:482 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Verberge die Liste deiner Kontakte vor Betrachtern dieses Profils" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:505 msgid "Edit Profile Details" msgstr "Bearbeite Profil-Details" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:507 msgid "View this profile" msgstr "Dieses Profil ansehen" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:508 msgid "Change Profile Photo" msgstr "Profilfoto ändern" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:509 msgid "Create a new profile using these settings" msgstr "Neues Profil anlegen und diese Einstellungen übernehmen" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:510 msgid "Clone this profile" msgstr "Dieses Profil klonen" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:511 msgid "Delete this profile" msgstr "Dieses Profil löschen" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:512 msgid "Profile Name:" msgstr "Profilname:" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:513 msgid "Your Full Name:" msgstr "Dein voller Name:" -#: ../../mod/profiles.php:526 +#: ../../mod/profiles.php:514 msgid "Title/Description:" msgstr "Titel/Beschreibung:" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:515 msgid "Your Gender:" msgstr "Dein Geschlecht:" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:516 #, php-format msgid "Birthday (%s):" msgstr "Geburtstag (%s):" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:517 msgid "Street Address:" msgstr "Straße und Hausnummer:" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:518 msgid "Locality/City:" msgstr "Wohnort:" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:519 msgid "Postal/Zip Code:" msgstr "Postleitzahl:" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:520 msgid "Country:" msgstr "Land:" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:521 msgid "Region/State:" msgstr "Region/Bundesstaat" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:522 msgid " Marital Status:" msgstr " Beziehungsstatus:" -#: ../../mod/profiles.php:535 +#: ../../mod/profiles.php:523 msgid "Who: (if applicable)" msgstr "Wer: (falls anwendbar)" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:524 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/profiles.php:537 +#: ../../mod/profiles.php:525 msgid "Since [date]:" msgstr "Seit [Datum]:" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:527 msgid "Homepage URL:" msgstr "Homepage URL:" -#: ../../mod/profiles.php:542 +#: ../../mod/profiles.php:530 msgid "Religious Views:" msgstr "Religiöse Ansichten:" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:531 msgid "Keywords:" msgstr "Schlüsselwörter:" -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:534 msgid "Example: fishing photography software" msgstr "Beispiel: fischen Fotografie Software" -#: ../../mod/profiles.php:547 +#: ../../mod/profiles.php:535 msgid "Used in directory listings" msgstr "Wird in Verzeichnis Auflistungen verwendet" -#: ../../mod/profiles.php:548 +#: ../../mod/profiles.php:536 msgid "Tell us about yourself..." msgstr "Erzähl uns ein wenig von Dir..." -#: ../../mod/profiles.php:549 +#: ../../mod/profiles.php:537 msgid "Hobbies/Interests" msgstr "Hobbys/Interessen" -#: ../../mod/profiles.php:550 +#: ../../mod/profiles.php:538 msgid "Contact information and Social Networks" msgstr "Kontaktinformation und soziale Netzwerke" -#: ../../mod/profiles.php:551 +#: ../../mod/profiles.php:539 msgid "My other channels" msgstr "Meine anderen Kanäle" -#: ../../mod/profiles.php:552 +#: ../../mod/profiles.php:540 msgid "Musical interests" msgstr "Musikalische Interessen" -#: ../../mod/profiles.php:553 +#: ../../mod/profiles.php:541 msgid "Books, literature" msgstr "Bücher, Literatur" -#: ../../mod/profiles.php:554 +#: ../../mod/profiles.php:542 msgid "Television" msgstr "Fernsehen" -#: ../../mod/profiles.php:555 +#: ../../mod/profiles.php:543 msgid "Film/dance/culture/entertainment" msgstr "Film/Tanz/Kultur/Unterhaltung" -#: ../../mod/profiles.php:556 +#: ../../mod/profiles.php:544 msgid "Love/romance" msgstr "Liebe/Romantik" -#: ../../mod/profiles.php:557 +#: ../../mod/profiles.php:545 msgid "Work/employment" msgstr "Arbeit/Anstellung" -#: ../../mod/profiles.php:558 +#: ../../mod/profiles.php:546 msgid "School/education" msgstr "Schule/Ausbildung" -#: ../../mod/profiles.php:563 +#: ../../mod/profiles.php:551 msgid "" "This is your public profile.
    It may " "be visible to anybody using the internet." msgstr "Dies ist Dein öffentliches Profil.
    Es könnte für jeden im Internet sichtbar sein." -#: ../../mod/profiles.php:612 +#: ../../mod/profiles.php:600 msgid "Edit/Manage Profiles" msgstr "Bearbeite/Verwalte Profile" -#: ../../mod/profiles.php:613 +#: ../../mod/profiles.php:601 msgid "Add profile things" msgstr "Profil-Dinge hinzufügen" -#: ../../mod/profiles.php:614 +#: ../../mod/profiles.php:602 msgid "Include desirable objects in your profile" msgstr "binde begehrenswerte Dinge in dein Profil ein" @@ -5646,43 +5734,43 @@ msgstr "Oder importiere einen bestehenden Kanal von einem msgid "Permission Denied." msgstr "Zugriff verweigert." -#: ../../mod/filestorage.php:86 +#: ../../mod/filestorage.php:85 msgid "File not found." msgstr "Datei nicht gefunden" -#: ../../mod/filestorage.php:120 +#: ../../mod/filestorage.php:119 msgid "Edit file permissions" msgstr "Dateiberechtigungen bearbeiten" -#: ../../mod/filestorage.php:127 +#: ../../mod/filestorage.php:126 msgid "Include all files and sub folders" msgstr "Alle Dateien und Unterverzeichnisse einbinden" -#: ../../mod/filestorage.php:128 +#: ../../mod/filestorage.php:127 msgid "Return to file list" msgstr "Zurück zur Dateiliste" -#: ../../mod/filestorage.php:130 +#: ../../mod/filestorage.php:129 msgid "Copy/paste this code to attach file to a post" msgstr "Diesen Code kopieren/einfügen um die Datei an einen Beitrag anzuhängen" -#: ../../mod/filestorage.php:131 +#: ../../mod/filestorage.php:130 msgid "Copy/paste this URL to link file from a web page" msgstr "Diese URL verwenden um auf die Datei von einer Webseite aus zu verweisen" -#: ../../mod/filestorage.php:168 +#: ../../mod/filestorage.php:167 msgid "Download" msgstr "Download" -#: ../../mod/filestorage.php:174 +#: ../../mod/filestorage.php:173 msgid "Used: " msgstr "Verwendet:" -#: ../../mod/filestorage.php:175 +#: ../../mod/filestorage.php:174 msgid "[directory]" msgstr "[Verzeichnis]" -#: ../../mod/filestorage.php:177 +#: ../../mod/filestorage.php:176 msgid "Limit: " msgstr "Limit:" @@ -5901,7 +5989,7 @@ msgstr "Name wird benötigt" msgid "Key and Secret are required" msgstr "Schlüssel und Geheimnis werden benötigt" -#: ../../mod/settings.php:79 ../../mod/settings.php:533 +#: ../../mod/settings.php:79 ../../mod/settings.php:535 msgid "Update" msgstr "Update" @@ -5933,334 +6021,342 @@ msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden." msgid "System failure storing new email. Please try again." msgstr "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal." -#: ../../mod/settings.php:435 +#: ../../mod/settings.php:437 msgid "Settings updated." msgstr "Einstellungen aktualisiert." -#: ../../mod/settings.php:506 ../../mod/settings.php:532 -#: ../../mod/settings.php:568 +#: ../../mod/settings.php:508 ../../mod/settings.php:534 +#: ../../mod/settings.php:570 msgid "Add application" msgstr "Anwendung hinzufügen" -#: ../../mod/settings.php:509 ../../mod/settings.php:535 +#: ../../mod/settings.php:511 ../../mod/settings.php:537 msgid "Name" msgstr "Name" -#: ../../mod/settings.php:509 +#: ../../mod/settings.php:511 msgid "Name of application" msgstr "Name der Anwendung" -#: ../../mod/settings.php:510 ../../mod/settings.php:536 +#: ../../mod/settings.php:512 ../../mod/settings.php:538 msgid "Consumer Key" msgstr "Consumer Key" -#: ../../mod/settings.php:510 ../../mod/settings.php:511 +#: ../../mod/settings.php:512 ../../mod/settings.php:513 msgid "Automatically generated - change if desired. Max length 20" msgstr "Automatisch erzeugt - ändern falls erwünscht. Maximale Länge 20" -#: ../../mod/settings.php:511 ../../mod/settings.php:537 +#: ../../mod/settings.php:513 ../../mod/settings.php:539 msgid "Consumer Secret" msgstr "Consumer Secret" -#: ../../mod/settings.php:512 ../../mod/settings.php:538 +#: ../../mod/settings.php:514 ../../mod/settings.php:540 msgid "Redirect" msgstr "Umleitung" -#: ../../mod/settings.php:512 +#: ../../mod/settings.php:514 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "Umleitungs-URl - lasse dies frei außer deine Anwendung erfordert dies explizit" -#: ../../mod/settings.php:513 ../../mod/settings.php:539 +#: ../../mod/settings.php:515 ../../mod/settings.php:541 msgid "Icon url" msgstr "Symbol-URL" -#: ../../mod/settings.php:513 +#: ../../mod/settings.php:515 msgid "Optional" msgstr "Optional" -#: ../../mod/settings.php:524 +#: ../../mod/settings.php:526 msgid "You can't edit this application." msgstr "Diese Anwendung kann nicht bearbeitet werden." -#: ../../mod/settings.php:567 +#: ../../mod/settings.php:569 msgid "Connected Apps" msgstr "Verbundene Apps" -#: ../../mod/settings.php:571 +#: ../../mod/settings.php:573 msgid "Client key starts with" msgstr "Client key beginnt mit" -#: ../../mod/settings.php:572 +#: ../../mod/settings.php:574 msgid "No name" msgstr "Kein Name" -#: ../../mod/settings.php:573 +#: ../../mod/settings.php:575 msgid "Remove authorization" msgstr "Authorisierung aufheben" -#: ../../mod/settings.php:584 +#: ../../mod/settings.php:586 msgid "No feature settings configured" msgstr "Keine Funktions-Einstellungen konfiguriert" -#: ../../mod/settings.php:592 +#: ../../mod/settings.php:594 msgid "Feature Settings" msgstr "Funktions-Einstellungen" -#: ../../mod/settings.php:615 +#: ../../mod/settings.php:617 msgid "Account Settings" msgstr "Konto-Einstellungen" -#: ../../mod/settings.php:616 +#: ../../mod/settings.php:618 msgid "Password Settings" msgstr "Kennwort-Einstellungen" -#: ../../mod/settings.php:617 +#: ../../mod/settings.php:619 msgid "New Password:" msgstr "Neues Passwort:" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:620 msgid "Confirm:" msgstr "Bestätigen:" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:620 msgid "Leave password fields blank unless changing" msgstr "Lasse die Passwort -Felder leer außer du möchtest das Passwort ändern" -#: ../../mod/settings.php:620 ../../mod/settings.php:912 +#: ../../mod/settings.php:622 ../../mod/settings.php:917 msgid "Email Address:" msgstr "Email Adresse:" -#: ../../mod/settings.php:621 +#: ../../mod/settings.php:623 msgid "Remove Account" msgstr "Konto entfernen" -#: ../../mod/settings.php:622 +#: ../../mod/settings.php:624 msgid "Warning: This action is permanent and cannot be reversed." msgstr "Achtung: Diese Aktion ist permanent und kann nicht rückgänging gemacht werden." -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:640 msgid "Off" msgstr "Aus" -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:640 msgid "On" msgstr "An" -#: ../../mod/settings.php:645 +#: ../../mod/settings.php:647 msgid "Additional Features" msgstr "Zusätzliche Funktionen" -#: ../../mod/settings.php:670 +#: ../../mod/settings.php:672 msgid "Connector Settings" msgstr "Connector-Einstellungen" -#: ../../mod/settings.php:740 +#: ../../mod/settings.php:742 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: ../../mod/settings.php:746 +#: ../../mod/settings.php:748 msgid "Display Theme:" msgstr "Anzeige Theme:" -#: ../../mod/settings.php:747 +#: ../../mod/settings.php:749 msgid "Mobile Theme:" msgstr "Mobile Theme:" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:750 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:750 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimum von 10 Sekunden, kein Maximum" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:751 msgid "Maximum number of conversations to load at any time:" msgstr "Maximale Anzahl von Unterhaltungen die gleichzeitig geladen werden sollen:" -#: ../../mod/settings.php:749 +#: ../../mod/settings.php:751 msgid "Maximum of 100 items" msgstr "Maximum von 100 Beiträgen" -#: ../../mod/settings.php:750 +#: ../../mod/settings.php:752 msgid "Don't show emoticons" msgstr "Emoticons nicht zeigen" -#: ../../mod/settings.php:786 +#: ../../mod/settings.php:788 msgid "Nobody except yourself" msgstr "Niemand außer du selbst" -#: ../../mod/settings.php:787 +#: ../../mod/settings.php:789 msgid "Only those you specifically allow" msgstr "Nur die, denen du es explizit erlaubst" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 msgid "Anybody in your address book" msgstr "Jeder aus Ihrem Adressbuch" -#: ../../mod/settings.php:789 +#: ../../mod/settings.php:791 msgid "Anybody on this website" msgstr "Jeder auf dieser Website" -#: ../../mod/settings.php:790 +#: ../../mod/settings.php:792 msgid "Anybody in this network" msgstr "Jeder in diesem Netzwerk" -#: ../../mod/settings.php:791 +#: ../../mod/settings.php:793 msgid "Anybody on the internet" msgstr "Jeder im Internet" -#: ../../mod/settings.php:865 +#: ../../mod/settings.php:870 msgid "Publish your default profile in the network directory" msgstr "Veröffentliche dein Standard-Profil im Netzwerk-Verzeichnis" -#: ../../mod/settings.php:870 +#: ../../mod/settings.php:875 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" -#: ../../mod/settings.php:874 ../../mod/profile_photo.php:288 +#: ../../mod/settings.php:879 ../../mod/profile_photo.php:288 msgid "or" msgstr "oder" -#: ../../mod/settings.php:879 +#: ../../mod/settings.php:884 msgid "Your channel address is" msgstr "Deine Kanal-Adresse lautet" -#: ../../mod/settings.php:901 +#: ../../mod/settings.php:906 msgid "Channel Settings" msgstr "Kanal-Einstellungen" -#: ../../mod/settings.php:910 +#: ../../mod/settings.php:915 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: ../../mod/settings.php:913 +#: ../../mod/settings.php:918 msgid "Your Timezone:" msgstr "Ihre Zeitzone:" -#: ../../mod/settings.php:914 +#: ../../mod/settings.php:919 msgid "Default Post Location:" msgstr "Standardstandort:" -#: ../../mod/settings.php:915 +#: ../../mod/settings.php:920 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: ../../mod/settings.php:917 +#: ../../mod/settings.php:922 msgid "Adult Content" msgstr "Nicht Jugendfreie-Inhalte" -#: ../../mod/settings.php:917 +#: ../../mod/settings.php:922 msgid "This channel publishes adult content." msgstr "Dieser Kanal veröffentlicht nicht Jugendfreie-Inhalte" -#: ../../mod/settings.php:919 +#: ../../mod/settings.php:924 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Datenschutz-Einstellungen" -#: ../../mod/settings.php:921 +#: ../../mod/settings.php:926 +msgid "Hide my online presence" +msgstr "Meine Online-Präsenz verbergen" + +#: ../../mod/settings.php:926 +msgid "Prevents showing if you are available for chat" +msgstr "Verhindert es als für Chats verfügbar angezeigt zu werden" + +#: ../../mod/settings.php:928 msgid "Quick Privacy Settings:" msgstr "Schnelle Datenschutz-Einstellungen:" -#: ../../mod/settings.php:922 +#: ../../mod/settings.php:929 msgid "Very Public - extremely permissive" msgstr "Sehr offen - extrem freizügig" -#: ../../mod/settings.php:923 +#: ../../mod/settings.php:930 msgid "Typical - default public, privacy when desired" msgstr "Typisch - Standard öffentlich, Privatheit wenn gewünscht" -#: ../../mod/settings.php:924 +#: ../../mod/settings.php:931 msgid "Private - default private, rarely open or public" msgstr "Privat - Standard privat, selten offen oder öffentlich" -#: ../../mod/settings.php:925 +#: ../../mod/settings.php:932 msgid "Blocked - default blocked to/from everybody" msgstr "Geschlossen - Standard zu und von jedem geblockt" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:935 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Kontaktanfragen pro Tag:" -#: ../../mod/settings.php:928 +#: ../../mod/settings.php:935 msgid "May reduce spam activity" msgstr "Kann die Spam-Aktivität verringern" -#: ../../mod/settings.php:929 +#: ../../mod/settings.php:936 msgid "Default Post Permissions" msgstr "Beitragszugriffrechte Standardeinstellungen" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:948 msgid "Useful to reduce spamming" msgstr "Nützlich um Spam zu verringern" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:951 msgid "Notification Settings" msgstr "Benachrichtigungs-Einstellungen" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:952 msgid "By default post a status message when:" msgstr "Sende standardmäßig Status-Nachrichten wenn:" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:953 msgid "accepting a friend request" msgstr "einer Kontaktanfrage stattgegeben wurde" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:954 msgid "joining a forum/community" msgstr "ein Forum beigetreten wurde" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:955 msgid "making an interesting profile change" msgstr "eine interessante Änderung am Profil vorgenommen wurde" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:956 msgid "Send a notification email when:" msgstr "Eine Email Benachrichtigung senden wenn:" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:957 msgid "You receive an introduction" msgstr "Du eine Vorstellung erhältst" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:958 msgid "Your introductions are confirmed" msgstr "Deine Vorstellung bestätigt wurde." -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:959 msgid "Someone writes on your profile wall" msgstr "Jemand auf deine Pinnwand schreibt" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:960 msgid "Someone writes a followup comment" msgstr "Jemand einen Beitrag kommentiert" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:961 msgid "You receive a private message" msgstr "Du eine private Nachricht erhältst" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:962 msgid "You receive a friend suggestion" msgstr "Du einen Kontaktvorschlag erhältst" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:963 msgid "You are tagged in a post" msgstr "Du wurdest in einem Beitrag getaggt" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:964 msgid "You are poked/prodded/etc. in a post" msgstr "Du in einer Nachricht angestupst/geknufft/o.ä. wirst" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:967 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Account / Seiten Arten Einstellungen" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:968 msgid "Change the behaviour of this account for special situations" msgstr "Ändere das Verhalten dieses Accounts unter speziellen Umständen" @@ -6351,17 +6447,17 @@ msgstr "Layout bearbeiten" msgid "Delete layout?" msgstr "Layout löschen?" -#: ../../mod/editlayout.php:110 ../../mod/editpost.php:102 +#: ../../mod/editlayout.php:110 ../../mod/editpost.php:107 #: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 msgid "Insert YouTube video" msgstr "YouTube-Video einfügen" -#: ../../mod/editlayout.php:111 ../../mod/editpost.php:103 +#: ../../mod/editlayout.php:111 ../../mod/editpost.php:108 #: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 msgid "Insert Vorbis [.ogg] video" msgstr "Vorbis [.ogg]-Video einfügen" -#: ../../mod/editlayout.php:112 ../../mod/editpost.php:104 +#: ../../mod/editlayout.php:112 ../../mod/editpost.php:109 #: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 msgid "Insert Vorbis [.ogg] audio" msgstr "Vorbis [.ogg]-Audio einfügen" @@ -6522,10 +6618,6 @@ msgstr "Diesen Beitrag privat machen" msgid "Wall Photos" msgstr "Wall Fotos" -#: ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "Du musst angemeldet sein um diese Seite betrachten zu können." - #: ../../mod/channel.php:85 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." @@ -6571,69 +6663,22 @@ msgstr "Block löschen?" msgid "Delete Block" msgstr "Block löschen" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "Ungültiger Profil Identifikator" -#: ../../mod/profperm.php:101 +#: ../../mod/profperm.php:105 msgid "Profile Visibility Editor" msgstr "Profil-Sichtbarkeits Editor" -#: ../../mod/profperm.php:105 +#: ../../mod/profperm.php:109 msgid "Click on a contact to add or remove." msgstr "Wähle einen Kontakt zum Hinzufügen oder Löschen aus." -#: ../../mod/profperm.php:114 +#: ../../mod/profperm.php:118 msgid "Visible To" msgstr "Sichtbar für" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Alle Kontakte (mit sicherem Zuging zum Profil)" - -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "Version %s" - -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Installierte Plugins/Addons/Apps" - -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Keine installierten Plugins/Addons/Apps" - -#: ../../mod/siteinfo.php:92 -msgid "Red" -msgstr "Red" - -#: ../../mod/siteinfo.php:93 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre." - -#: ../../mod/siteinfo.php:96 -msgid "Running at web location" -msgstr "Erreichbar unter der Web-Adresse" - -#: ../../mod/siteinfo.php:97 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "Besuche GetZot.com um mehr über die Red Matrix zu erfahren." - -#: ../../mod/siteinfo.php:98 -msgid "Bug reports and issues: please visit" -msgstr "Probleme oder Fehler gefunden? Bitte besuche" - -#: ../../mod/siteinfo.php:101 -msgid "" -"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " -"librelist - dot com" -msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com" - #: ../../mod/suggest.php:35 msgid "" "No suggestions available. If this is a new site, please try again in 24 " @@ -6818,39 +6863,39 @@ msgstr "Laune" msgid "Set your current mood and tell your friends" msgstr "Wähle deine aktuelle Stimmung und erzähle sie deinen Freunden" -#: ../../mod/ping.php:160 +#: ../../mod/ping.php:186 msgid "sent you a private message" msgstr "eine private Nachricht schicken" -#: ../../mod/ping.php:218 +#: ../../mod/ping.php:244 msgid "added your channel" msgstr "hat deinen Kanal hinzugefügt" -#: ../../mod/ping.php:262 +#: ../../mod/ping.php:288 msgid "posted an event" msgstr "hat eine Veranstaltung veröffentlicht" -#: ../../mod/dirprofile.php:111 +#: ../../mod/dirprofile.php:114 msgid "Status: " msgstr "Status:" -#: ../../mod/dirprofile.php:112 +#: ../../mod/dirprofile.php:115 msgid "Sexual Preference: " msgstr "Sexuelle Vorlieben:" -#: ../../mod/dirprofile.php:114 +#: ../../mod/dirprofile.php:117 msgid "Homepage: " msgstr "Webseite:" -#: ../../mod/dirprofile.php:115 +#: ../../mod/dirprofile.php:118 msgid "Hometown: " msgstr "Wohnort:" -#: ../../mod/dirprofile.php:117 +#: ../../mod/dirprofile.php:120 msgid "About: " msgstr "Über:" -#: ../../mod/dirprofile.php:164 +#: ../../mod/dirprofile.php:168 msgid "Keywords: " msgstr "Schlüsselbegriffe:" diff --git a/view/de/strings.php b/view/de/strings.php index 0beec543e..3637c4bf5 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -12,7 +12,6 @@ $a->strings["public profile"] = "öffentliches Profil"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” geändert"; $a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verändert."; -$a->strings["Public Timeline"] = "Öffentliche Zeitleiste"; $a->strings["Logout"] = "Abmelden"; $a->strings["End this session"] = "Beende diese Sitzung"; $a->strings["Home"] = "Home"; @@ -71,6 +70,11 @@ $a->strings["Admin"] = "Admin"; $a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; $a->strings["Nothing new here"] = "Nichts Neues hier"; $a->strings["Please wait..."] = "Bitte warten..."; +$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen"; +$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben"; +$a->strings["Invalid room specifier."] = "Ungültiger Raumbezeichner."; +$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden."; +$a->strings["Permission denied."] = "Zugang verweigert"; $a->strings["Connect"] = "Verbinden"; $a->strings["New window"] = "Neues Fenster"; $a->strings["Open the selected location in a different window or browser tab"] = "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab"; @@ -115,94 +119,17 @@ $a->strings["second"] = "Sekunde"; $a->strings["seconds"] = "Sekunden"; $a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Info für den Datenbank-Server '%s' nicht finden"; +$a->strings["view full size"] = "In Vollbildansicht anschauen"; $a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i"; $a->strings["Starts:"] = "Beginnt:"; $a->strings["Finishes:"] = "Endet:"; $a->strings["Location:"] = "Ort:"; -$a->strings["prev"] = "vorherige"; -$a->strings["first"] = "erste"; -$a->strings["last"] = "letzte"; -$a->strings["next"] = "nächste"; -$a->strings["older"] = "älter"; -$a->strings["newer"] = "neuer"; -$a->strings["No connections"] = "Keine Verbindungen"; -$a->strings["%d Connection"] = array( - 0 => "%d Verbindung", - 1 => "%d Verbindungen", -); -$a->strings["View Connections"] = "Zeige Verbindungen"; -$a->strings["Save"] = "Speichern"; -$a->strings["poke"] = "anstupsen"; -$a->strings["poked"] = "stupste"; -$a->strings["ping"] = "anpingen"; -$a->strings["pinged"] = "pingte"; -$a->strings["prod"] = "knuffen"; -$a->strings["prodded"] = "knuffte"; -$a->strings["slap"] = "ohrfeigen"; -$a->strings["slapped"] = "ohrfeigte"; -$a->strings["finger"] = "befummeln"; -$a->strings["fingered"] = "befummelte"; -$a->strings["rebuff"] = "eine Abfuhr erteilen"; -$a->strings["rebuffed"] = "abfuhrerteilte"; -$a->strings["happy"] = "glücklich"; -$a->strings["sad"] = "traurig"; -$a->strings["mellow"] = "sanft"; -$a->strings["tired"] = "müde"; -$a->strings["perky"] = "frech"; -$a->strings["angry"] = "sauer"; -$a->strings["stupified"] = "verblüfft"; -$a->strings["puzzled"] = "verwirrt"; -$a->strings["interested"] = "interessiert"; -$a->strings["bitter"] = "verbittert"; -$a->strings["cheerful"] = "fröhlich"; -$a->strings["alive"] = "lebendig"; -$a->strings["annoyed"] = "verärgert"; -$a->strings["anxious"] = "unruhig"; -$a->strings["cranky"] = "schrullig"; -$a->strings["disturbed"] = "verstört"; -$a->strings["frustrated"] = "frustriert"; -$a->strings["motivated"] = "motiviert"; -$a->strings["relaxed"] = "entspannt"; -$a->strings["surprised"] = "überrascht"; -$a->strings["Monday"] = "Montag"; -$a->strings["Tuesday"] = "Dienstag"; -$a->strings["Wednesday"] = "Mittwoch"; -$a->strings["Thursday"] = "Donnerstag"; -$a->strings["Friday"] = "Freitag"; -$a->strings["Saturday"] = "Samstag"; -$a->strings["Sunday"] = "Sonntag"; -$a->strings["January"] = "Januar"; -$a->strings["February"] = "Februar"; -$a->strings["March"] = "März"; -$a->strings["April"] = "April"; -$a->strings["May"] = "Mai"; -$a->strings["June"] = "Juni"; -$a->strings["July"] = "Juli"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Oktober"; -$a->strings["November"] = "November"; -$a->strings["December"] = "Dezember"; -$a->strings["unknown.???"] = "unbekannt.???"; -$a->strings["bytes"] = "Bytes"; -$a->strings["remove category"] = "Kategorie entfernen"; -$a->strings["remove from file"] = "aus der Datei entfernen"; -$a->strings["Click to open/close"] = "Klicke zum Öffnen/Schließen"; -$a->strings["link to source"] = "Link zum Originalbeitrag"; -$a->strings["Select a page layout: "] = "Ein Seiten-Layout auswählen"; -$a->strings["default"] = "Standard"; -$a->strings["Page content type: "] = "Content-Typ der Seite"; -$a->strings["Select an alternate language"] = "Wähle eine alternative Sprache"; -$a->strings["photo"] = "Foto"; -$a->strings["event"] = "Ereignis"; -$a->strings["status"] = "Status"; -$a->strings["comment"] = "Kommentar"; -$a->strings["activity"] = "Aktivität"; -$a->strings["Design"] = "Design"; -$a->strings["Blocks"] = "Blöcke"; -$a->strings["Menus"] = "Menüs"; -$a->strings["Layouts"] = "Layouts"; -$a->strings["Pages"] = "Seiten"; +$a->strings["Image/photo"] = "Bild/Foto"; +$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; +$a->strings["QR code"] = "QR Code"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; +$a->strings["post"] = "Beitrag"; +$a->strings["$1 wrote:"] = "$1 schrieb:"; $a->strings["Delete this item?"] = "Dieses Element löschen?"; $a->strings["Comment"] = "Kommentar"; $a->strings["show more"] = "mehr zeigen"; @@ -234,7 +161,6 @@ $a->strings["[no subject]"] = "[no subject]"; $a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen."; $a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht überprüft werden."; $a->strings["Profile Photos"] = "Profilfotos"; -$a->strings["view full size"] = "In Vollbildansicht anschauen"; $a->strings["Unable to obtain identity information from database"] = "Kann keine Identitäts-Informationen aus Datenbank beziehen"; $a->strings["Empty name"] = "Namensfeld leer"; $a->strings["Name too long"] = "Name ist zu lang"; @@ -258,6 +184,7 @@ $a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; $a->strings["Gender:"] = "Geschlecht:"; $a->strings["Status:"] = "Status:"; $a->strings["Homepage:"] = "Homepage:"; +$a->strings["Online Now"] = "gerade online"; $a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r"; $a->strings["F d"] = "d. F"; $a->strings["[today]"] = "[Heute]"; @@ -292,12 +219,6 @@ $a->strings["Love/Romance:"] = "Liebe/Romantik:"; $a->strings["Work/employment:"] = "Arbeit/Anstellung:"; $a->strings["School/education:"] = "Schule/Ausbildung:"; $a->strings["Edit File properties"] = "Dateieigenschaften ändern"; -$a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; -$a->strings["QR code"] = "QR Code"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; -$a->strings["post"] = "Beitrag"; -$a->strings["$1 wrote:"] = "$1 schrieb:"; $a->strings["Embedded content"] = "Eingebetteter Inhalt"; $a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; $a->strings["General Features"] = "Allgemeine Funktionen"; @@ -365,7 +286,6 @@ $a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sam $a->strings["add"] = "hinzufügen"; $a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt"; $a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert"; -$a->strings["Permission denied."] = "Zugang verweigert"; $a->strings["Image exceeds website size limit of %lu bytes"] = "Bild überschreitet das Limit der Webseite von %lu bytes"; $a->strings["Image file is empty."] = "Bilddatei ist leer."; $a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten"; @@ -524,6 +444,7 @@ $a->strings["Add New Connection"] = "Neue Verbindung hinzufügen"; $a->strings["Enter the channel address"] = "Adresse des Kanals eingeben"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"; $a->strings["Notes"] = "Notizen"; +$a->strings["Save"] = "Speichern"; $a->strings["Remove term"] = "Eintrag löschen"; $a->strings["Everything"] = "Alles"; $a->strings["Archives"] = "Archive"; @@ -544,6 +465,8 @@ $a->strings["Export channel"] = "Kanal exportieren"; $a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)"; $a->strings["Premium Channel Settings"] = "Prämium-Kanal Einstellungen"; $a->strings["Check Mail"] = "E-Mails abrufen"; +$a->strings["Chat Rooms"] = "Chaträume"; +$a->strings["Public Timeline"] = "Öffentliche Zeitleiste"; $a->strings["%d invitation available"] = array( 0 => "%d Einladung verfügbar", 1 => "%d Einladungen verfügbar", @@ -601,6 +524,90 @@ $a->strings["Collection is empty."] = "Sammlung ist leer."; $a->strings["Collection: %s"] = "Sammlung: %s"; $a->strings["Connection: %s"] = "Verbindung: %s"; $a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; +$a->strings["prev"] = "vorherige"; +$a->strings["first"] = "erste"; +$a->strings["last"] = "letzte"; +$a->strings["next"] = "nächste"; +$a->strings["older"] = "älter"; +$a->strings["newer"] = "neuer"; +$a->strings["No connections"] = "Keine Verbindungen"; +$a->strings["%d Connection"] = array( + 0 => "%d Verbindung", + 1 => "%d Verbindungen", +); +$a->strings["View Connections"] = "Zeige Verbindungen"; +$a->strings["poke"] = "anstupsen"; +$a->strings["poked"] = "stupste"; +$a->strings["ping"] = "anpingen"; +$a->strings["pinged"] = "pingte"; +$a->strings["prod"] = "knuffen"; +$a->strings["prodded"] = "knuffte"; +$a->strings["slap"] = "ohrfeigen"; +$a->strings["slapped"] = "ohrfeigte"; +$a->strings["finger"] = "befummeln"; +$a->strings["fingered"] = "befummelte"; +$a->strings["rebuff"] = "eine Abfuhr erteilen"; +$a->strings["rebuffed"] = "abfuhrerteilte"; +$a->strings["happy"] = "glücklich"; +$a->strings["sad"] = "traurig"; +$a->strings["mellow"] = "sanft"; +$a->strings["tired"] = "müde"; +$a->strings["perky"] = "frech"; +$a->strings["angry"] = "sauer"; +$a->strings["stupified"] = "verblüfft"; +$a->strings["puzzled"] = "verwirrt"; +$a->strings["interested"] = "interessiert"; +$a->strings["bitter"] = "verbittert"; +$a->strings["cheerful"] = "fröhlich"; +$a->strings["alive"] = "lebendig"; +$a->strings["annoyed"] = "verärgert"; +$a->strings["anxious"] = "unruhig"; +$a->strings["cranky"] = "schrullig"; +$a->strings["disturbed"] = "verstört"; +$a->strings["frustrated"] = "frustriert"; +$a->strings["motivated"] = "motiviert"; +$a->strings["relaxed"] = "entspannt"; +$a->strings["surprised"] = "überrascht"; +$a->strings["Monday"] = "Montag"; +$a->strings["Tuesday"] = "Dienstag"; +$a->strings["Wednesday"] = "Mittwoch"; +$a->strings["Thursday"] = "Donnerstag"; +$a->strings["Friday"] = "Freitag"; +$a->strings["Saturday"] = "Samstag"; +$a->strings["Sunday"] = "Sonntag"; +$a->strings["January"] = "Januar"; +$a->strings["February"] = "Februar"; +$a->strings["March"] = "März"; +$a->strings["April"] = "April"; +$a->strings["May"] = "Mai"; +$a->strings["June"] = "Juni"; +$a->strings["July"] = "Juli"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Oktober"; +$a->strings["November"] = "November"; +$a->strings["December"] = "Dezember"; +$a->strings["unknown.???"] = "unbekannt.???"; +$a->strings["bytes"] = "Bytes"; +$a->strings["remove category"] = "Kategorie entfernen"; +$a->strings["remove from file"] = "aus der Datei entfernen"; +$a->strings["Click to open/close"] = "Klicke zum Öffnen/Schließen"; +$a->strings["link to source"] = "Link zum Originalbeitrag"; +$a->strings["Select a page layout: "] = "Ein Seiten-Layout auswählen"; +$a->strings["default"] = "Standard"; +$a->strings["Page content type: "] = "Content-Typ der Seite"; +$a->strings["Select an alternate language"] = "Wähle eine alternative Sprache"; +$a->strings["photo"] = "Foto"; +$a->strings["event"] = "Ereignis"; +$a->strings["status"] = "Status"; +$a->strings["comment"] = "Kommentar"; +$a->strings["activity"] = "Aktivität"; +$a->strings["Design"] = "Design"; +$a->strings["Blocks"] = "Blöcke"; +$a->strings["Menus"] = "Menüs"; +$a->strings["Layouts"] = "Layouts"; +$a->strings["Pages"] = "Seiten"; $a->strings["Private Message"] = "Private Nachricht"; $a->strings["Delete"] = "Löschen"; $a->strings["Select"] = "Auswählen"; @@ -640,10 +647,6 @@ $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; $a->strings["Preview"] = "Vorschau"; $a->strings["Encrypt text"] = "Text verschlüsseln"; -$a->strings["Welcome "] = "Willkommen"; -$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilfoto hoch."; -$a->strings["Welcome back "] = "Willkommen zurück"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; $a->strings["channel"] = "Kanal"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s nicht"; @@ -1031,6 +1034,8 @@ $a->strings["Policies"] = "Richtlinien"; $a->strings["Advanced"] = "Fortgeschritten"; $a->strings["Site name"] = "Seitenname"; $a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Administrator Information"] = "Administrator Informationen"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformationen für Administratoren der Seite. Wird auf der siteinfo Seite angezeigt. BBCode kann verwendet werden."; $a->strings["System language"] = "System-Sprache"; $a->strings["System theme"] = "System-Theme"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standard System-Theme - kann durch Nutzerprofile überschieben werden - Theme.Einstellungen ändern"; @@ -1196,6 +1201,9 @@ $a->strings["Add a Tag"] = "Schlagwort hinzufügen"; $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; $a->strings["View Album"] = "Album ansehen"; $a->strings["Recent Photos"] = "Neueste Fotos"; +$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein um diese Seite betrachten zu können."; +$a->strings["New Chatroom"] = "Neuen Chatraum"; +$a->strings["Chatroom Name"] = "Chatraum Name"; $a->strings["- select -"] = "-auswählen-"; $a->strings["Menu updated."] = "Menü aktualisiert."; $a->strings["Unable to update menu."] = "Kann Menü nicht aktualisieren."; @@ -1260,6 +1268,16 @@ $a->strings["Channel added."] = "Kanal hinzugefügt."; $a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Entfernte Authentifizierung blockiert. Du bist lokal auf dieser Seite angemeldet. Bitte melde dich ab und versuche es erneut."; $a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; $a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server"; +$a->strings["Version %s"] = "Version %s"; +$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps"; +$a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre."; +$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse"; +$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Besuche GetZot.com um mehr über die Red Matrix zu erfahren."; +$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; +$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com"; +$a->strings["Site Administrators"] = "Administratoren"; $a->strings["Remote privacy information not available."] = "Entfernte Privatsphären Einstellungen sind nicht verfügbar."; $a->strings["Visible to:"] = "Sichtbar für:"; $a->strings["Hub not found."] = "Server nicht gefunden."; @@ -1454,6 +1472,8 @@ $a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:"; $a->strings["Adult Content"] = "Nicht Jugendfreie-Inhalte"; $a->strings["This channel publishes adult content."] = "Dieser Kanal veröffentlicht nicht Jugendfreie-Inhalte"; $a->strings["Security and Privacy Settings"] = "Sicherheits- und Datenschutz-Einstellungen"; +$a->strings["Hide my online presence"] = "Meine Online-Präsenz verbergen"; +$a->strings["Prevents showing if you are available for chat"] = "Verhindert es als für Chats verfügbar angezeigt zu werden"; $a->strings["Quick Privacy Settings:"] = "Schnelle Datenschutz-Einstellungen:"; $a->strings["Very Public - extremely permissive"] = "Sehr offen - extrem freizügig"; $a->strings["Typical - default public, privacy when desired"] = "Typisch - Standard öffentlich, Privatheit wenn gewünscht"; @@ -1542,7 +1562,6 @@ $a->strings["Recipient"] = "Empfänger"; $a->strings["Choose what you wish to do to recipient"] = "Wähle was du mit dem/r Empfänger/in tun willst"; $a->strings["Make this post private"] = "Diesen Beitrag privat machen"; $a->strings["Wall Photos"] = "Wall Fotos"; -$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein um diese Seite betrachten zu können."; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; $a->strings["Not available."] = "Nicht verfügbar."; $a->strings["Community"] = "Gemeinschaft"; @@ -1558,16 +1577,6 @@ $a->strings["Invalid profile identifier."] = "Ungültiger Profil Identifikator"; $a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits Editor"; $a->strings["Click on a contact to add or remove."] = "Wähle einen Kontakt zum Hinzufügen oder Löschen aus."; $a->strings["Visible To"] = "Sichtbar für"; -$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit sicherem Zuging zum Profil)"; -$a->strings["Version %s"] = "Version %s"; -$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps"; -$a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dieser Server ist Teil der Red-Matrix – einem global vernetzten Verbund aus dezentralen Websites mit Rücksicht auf die Privatsphäre."; -$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse"; -$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Besuche GetZot.com um mehr über die Red Matrix zu erfahren."; -$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["Suggestions, praise, donations, etc. - please email \"redmatrix\" at librelist - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an 'redmatrix' at librelist - dot - com"; $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge vorhanden. Wenn dies eine neue Seite ist versuche es bitte in 24 Stunden erneut."; $a->strings["Conversation removed."] = "Unterhaltung gelöscht."; $a->strings["No messages."] = "Keine Nachrichten."; diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js index 838ff899f..737164cb8 100644 --- a/view/js/icon_translate.js +++ b/view/js/icon_translate.js @@ -51,4 +51,5 @@ $(document).ready(function() { $('.icon-globe').addClass(''); $('.icon-circle-blank').addClass(''); $('.icon-circle').addClass(''); + $('.icon-bookmark').addClass(''); }); \ No newline at end of file diff --git a/view/js/main.js b/view/js/main.js index c8e9fc9a2..44cb79949 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -55,6 +55,8 @@ if(typeof(insertFormatting) != 'undefined') return(insertFormatting(comment,BBcode,id)); + var urlprefix = ((BBcode == 'url') ? '#^' : ''); + var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == comment) { tmpStr = ""; @@ -68,11 +70,11 @@ if (document.selection) { textarea.focus(); selected = document.selection.createRange(); - selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]"; + selected.text = urlprefix+"["+BBcode+"]" + selected.text + "[/"+BBcode+"]"; } else if (textarea.selectionStart || textarea.selectionStart == "0") { var start = textarea.selectionStart; var end = textarea.selectionEnd; - textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length); + textarea.value = textarea.value.substring(0, start) + urlprefix+"["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length); } return true; } diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index 51dbcf4bf..7a33952dc 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -17,6 +17,7 @@ function connectFullShare() { $('#me_id_perms_chat').attr('checked','checked'); $('#me_id_perms_view_storage').attr('checked','checked'); $('#me_id_perms_republish').attr('checked','checked'); + } function connectCautiousShare() { diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index 1c411113e..16101db57 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -43,6 +43,7 @@ function channel_privacy_macro(n) { $('#id_write_pages option').eq(0).attr('selected','selected'); $('#id_delegate option').eq(0).attr('selected','selected'); $('#id_republish option').eq(0).attr('selected','selected'); + $('#id_bookmark option').eq(0).attr('selected','selected'); $('#id_profile_in_directory_onoff .off').removeClass('hidden'); $('#id_profile_in_directory_onoff .on').addClass('hidden'); $('#id_profile_in_directory').val(0); @@ -65,6 +66,7 @@ function channel_privacy_macro(n) { $('#id_write_pages option').eq(1).attr('selected','selected'); $('#id_delegate option').eq(0).attr('selected','selected'); $('#id_republish option').eq(0).attr('selected','selected'); + $('#id_bookmark option').eq(1).attr('selected','selected'); $('#id_profile_in_directory_onoff .off').removeClass('hidden'); $('#id_profile_in_directory_onoff .on').addClass('hidden'); $('#id_profile_in_directory').val(0); @@ -87,6 +89,7 @@ function channel_privacy_macro(n) { $('#id_write_pages option').eq(0).attr('selected','selected'); $('#id_delegate option').eq(0).attr('selected','selected'); $('#id_republish option').eq(1).attr('selected','selected'); + $('#id_bookmark option').eq(1).attr('selected','selected'); $('#id_profile_in_directory_onoff .on').removeClass('hidden'); $('#id_profile_in_directory_onoff .off').addClass('hidden'); $('#id_profile_in_directory').val(1); @@ -109,6 +112,7 @@ function channel_privacy_macro(n) { $('#id_write_pages option').eq(2).attr('selected','selected'); $('#id_delegate option').eq(0).attr('selected','selected'); $('#id_republish option').eq(4).attr('selected','selected'); + $('#id_bookmark option').eq(4).attr('selected','selected'); $('#id_profile_in_directory_onoff .on').removeClass('hidden'); $('#id_profile_in_directory_onoff .off').addClass('hidden'); $('#id_profile_in_directory').val(1); diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 02832b5f0..776b4c31a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -40,11 +40,11 @@ abbr { a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { font-weight: bold; - color: #0080FF; + color: $link_colour; text-decoration: none; } -a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; } +a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; } .fakelink { cursor: pointer; @@ -2449,4 +2449,4 @@ img.mail-list-sender-photo { .online-now { color: red; cursor: pointer; -} \ No newline at end of file +} diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 20355197f..68a72fffd 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -7,6 +7,7 @@ function theme_content(&$a) { $arr['schema'] = get_pconfig(local_user(),'redbasic', 'schema' ); $arr['nav_colour'] = get_pconfig(local_user(),'redbasic', 'nav_colour' ); + $arr['link_colour'] = get_pconfig(local_user(),'redbasic', 'link_colour' ); $arr['banner_colour'] = get_pconfig(local_user(),'redbasic', 'banner_colour' ); $arr['bgcolour'] = get_pconfig(local_user(),'redbasic', 'background_colour' ); $arr['background_image'] = get_pconfig(local_user(),'redbasic', 'background_image' ); @@ -33,6 +34,7 @@ function theme_post(&$a) { if (isset($_POST['redbasic-settings-submit'])) { set_pconfig(local_user(), 'redbasic', 'schema', $_POST['redbasic_schema']); set_pconfig(local_user(), 'redbasic', 'nav_colour', $_POST['redbasic_nav_colour']); + set_pconfig(local_user(), 'redbasic', 'link_colour', $_POST['redbasic_link_colour']); set_pconfig(local_user(), 'redbasic', 'background_colour', $_POST['redbasic_background_colour']); set_pconfig(local_user(), 'redbasic', 'banner_colour', $_POST['redbasic_banner_colour']); set_pconfig(local_user(), 'redbasic', 'background_image', $_POST['redbasic_background_image']); @@ -72,9 +74,17 @@ function redbasic_form(&$a, $arr) { $nav_colours = array ( '' => t('Scheme Default'), - 'red' => t('red'), - 'black' => t('black'), - 'silver' => t('silver'), + 'red' => 'red', + 'pink' => 'pink', + 'green' => 'green', + 'blue' => 'blue', + 'purple' => 'purple', + 'black' => 'black', + 'orange' => 'orange', + 'brown' => 'brown', + 'grey' => 'grey', + 'gold' => 'gold', + 'silver' => t('silver'), ); if(feature_enabled(local_user(),'expert')) @@ -88,6 +98,7 @@ if(feature_enabled(local_user(),'expert')) '$title' => t("Theme settings"), '$schema' => array('redbasic_schema', t('Set scheme'), $arr['schema'], '', $scheme_choices), '$nav_colour' => array('redbasic_nav_colour', t('Navigation bar colour'), $arr['nav_colour'], '', $nav_colours), + '$link_colour' => array('redbasic_link_colour', t('link colour'), $arr['link_colour'], '', $link_colours), '$banner_colour' => array('redbasic_banner_colour', t('Set font-colour for banner'), $arr['banner_colour']), '$bgcolour' => array('redbasic_background_colour', t('Set the background colour'), $arr['bgcolour']), '$background_image' => array('redbasic_background_image', t('Set the background image'), $arr['background_image']), diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 9956ccd31..8d5c23a03 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -1,5 +1,7 @@ install) { + // Get the UID of the channel owner $uid = get_theme_uid(); if($uid) @@ -13,6 +15,7 @@ // Load the owners pconfig $banner_colour = get_pconfig($uid,'redbasic','banner_colour'); + $link_colour = get_pconfig($uid, "redbasic", "link_colour"); $schema = get_pconfig($uid,'redbasic','schema'); $bgcolour = get_pconfig($uid, "redbasic", "background_colour"); $background_image = get_pconfig($uid, "redbasic", "background_image"); @@ -31,6 +34,8 @@ $top_photo=get_pconfig($uid,'redbasic','top_photo'); $reply_photo=get_pconfig($uid,'redbasic','reply_photo'); +} + // Now load the scheme. If a value is changed above, we'll keep the settings // If not, we'll keep those defined by the schema // Setting $scheme to '' wasn't working for some reason, so we'll check it's @@ -63,6 +68,8 @@ $nav_bg_3 = "#f00"; $nav_bg_4 = "#b00"; } + if (! $link_colour) + $link_colour = "#0080FF"; if (! $banner_colour) $banner_colour = "fff"; if (! $bgcolour) @@ -130,6 +137,38 @@ $nav_bg_1 = $nav_bg_2 = $nav_bg_3 = $nav_bg_4 = "silver"; $search_background = '#EEEEEE'; } + if($nav_colour === "pink") { + $nav_bg_1 = $nav_bg_3 = "#FFC1CA"; + $nav_bg_2 = $nav_bg_4 = "#FFC1CA"; + } + if($nav_colour === "green") { + $nav_bg_1 = $nav_bg_3 = "#5CD65C"; + $nav_bg_2 = $nav_bg_4 = "#5CD65C"; + } + if($nav_colour === "blue") { + $nav_bg_1 = $nav_bg_3 = "#1872a2"; + $nav_bg_2 = $nav_bg_4 = "#1872a2"; + } + if($nav_colour === "purple") { + $nav_bg_1 = $nav_bg_3 = "#551A8B"; + $nav_bg_2 = $nav_bg_4 = "#551A8B"; + } + if($nav_colour === "orange") { + $nav_bg_1 = $nav_bg_3 = "#FF3D0D"; + $nav_bg_2 = $nav_bg_4 = "#FF3D0D"; + } + if($nav_colour === "brown") { + $nav_bg_1 = $nav_bg_3 = "#330000"; + $nav_bg_2 = $nav_bg_4 = "#330000"; + } + if($nav_colour === "grey") { + $nav_bg_1 = $nav_bg_3 = "#2e2f2e"; + $nav_bg_2 = $nav_bg_4 = "#2e2f2e"; + } + if($nav_colour === "gold") { + $nav_bg_1 = $nav_bg_3 = "#FFAA00"; + $nav_bg_2 = $nav_bg_4 = "#FFAA00"; + } // Apply the settings @@ -141,6 +180,7 @@ $options = array ( '$nav_bg_2' => $nav_bg_2, '$nav_bg_3' => $nav_bg_3, '$nav_bg_4' => $nav_bg_4, +'$link_colour' => $link_colour, '$banner_colour' => $banner_colour, '$search_background' => $search_background, '$bgcolour' => $bgcolour, diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index e0f546896..ca05986a2 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -6,6 +6,7 @@ {{if $expert}} {{include file="field_select.tpl" field=$nav_colour}} {{include file="field_input.tpl" field=$banner_colour}} +{{include file="field_input.tpl" field=$link_colour}} {{include file="field_input.tpl" field=$bgcolour}} {{include file="field_input.tpl" field=$background_image}} {{include file="field_input.tpl" field=$item_colour}} diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 590213fd3..274d0d5de 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -30,19 +30,10 @@ {{/if}} - -

    {{$permlbl}}

    -
    {{$permnote}}
    -
    -{{if $noperms}} -
    {{$noperms}}
    -
    {{$noperm_desc}}
    -{{/if}} - {{if $is_pending}}
    @@ -50,8 +41,29 @@
    {{/if}} +{{if $multiprofs }} +
    +

    {{$lbl_vis1}}

    +
    {{$lbl_vis2}}
    + +{{$profile_select}} +
    +{{/if}} + +

    {{$permlbl}}

    +
    {{$permnote}}
    + + +{{* {{if $noperms}} +
    {{$noperms}}
    +
    {{$noperm_desc}}
    +{{/if}} +*}} + + +
    -{{$quick}} +

    {{$quick}}

      {{if $self}}
    • {{$forum}}
    • @@ -62,6 +74,9 @@
    • {{$follow}}
    + + +
    @@ -76,14 +91,6 @@
    -{{if $multiprofs }} -
    -

    {{$lbl_vis1}}

    -
    {{$lbl_vis2}}
    - -{{$profile_select}} -
    -{{/if}} diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index 19b3425da..e4cd1d20b 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -1,13 +1,14 @@ -
    +

    {{$room_name}}

    +
    -
    +
    -
    +
    -
    +
    @@ -16,14 +17,11 @@ + {{$leave}} | {{$away}} | {{$online}} +
    - + diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 50a243ff4..869692bfa 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -85,6 +85,9 @@ {{/if}} {{if $item.filer}} + {{/if}} + {{if $item.bookmark}} + {{/if}} diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 878e1e7da..80421d552 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -185,7 +185,6 @@ function enableOnUser(){ } } - function jotGetLocation() { reply = prompt("{{$whereareu}}", $('#jot-location').val()); if(reply && reply.length) { @@ -295,6 +294,13 @@ function enableOnUser(){ } + function itemBookmark(id) { + $.get('{{$baseurl}}/bookmarks?f=&item=' + id); + if(timer) clearTimeout(timer); + timer = setTimeout(NavUpdate,1000); + } + + function jotClearLocation() { $('#jot-coord').val(''); $('#profile-nolocation-wrapper').hide(); diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl index ea9e775e2..1ccfb3d68 100644 --- a/view/tpl/menuedit.tpl +++ b/view/tpl/menuedit.tpl @@ -10,10 +10,14 @@ {{if $menu_id}} {{/if}} +{{if $menu_system}} + +{{/if}} + {{include file="field_input.tpl" field=$menu_name}} {{include file="field_input.tpl" field=$menu_desc}} - +{{include file="field_checkbox.tpl" field=$menu_bookmark}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 93e9abfa5..8c19d39d7 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -14,10 +14,12 @@
    {{$desc}}
    {{if $tags}} -
    {{$tags.0}}
    -
    {{$tags.1}}
    +
    {{$tag_hdr}}
    +{{foreach $tags as $t}} +
    {{$t.0}}
    +{{if $edit}}{{/if}} +{{/foreach}} {{/if}} -{{if $tags.2}}{{/if}} {{if $edit}} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index b1a4f956d..c4b89a543 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -25,15 +25,16 @@ {{include file="field_checkbox.tpl" field=$hide_presence}} -
    {{$lbl_pmacro}}
    +

    {{$lbl_pmacro}}

    +

    {{$lbl_p2macro}}

    {{foreach $permiss_arr as $permit}} diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index 4baa1969b..d956a7228 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -14,3 +14,4 @@ {{if $plugins_list}}
    {{$plugins_list}}
    {{/if}} +

    {{$donate}}