The Red Matrix
|
Functions | |
load_config ($family) | |
get_config ($family, $key) | |
get_config_from_storage ($family, $key) | |
set_config ($family, $key, $value) | |
del_config ($family, $key) | |
load_pconfig ($uid, $family= '') | |
get_pconfig ($uid, $family, $key, $instore=false) | |
set_pconfig ($uid, $family, $key, $value) | |
del_pconfig ($uid, $family, $key) | |
load_xconfig ($xchan, $family= '') | |
get_xconfig ($xchan, $family, $key) | |
set_xconfig ($xchan, $family, $key, $value) | |
del_xconfig ($xchan, $family, $key) | |
del_config | ( | $family, | |
$key | |||
) |
Referenced by admin_page_site_post(), and FKOAuthDataStore\new_access_token().
del_pconfig | ( | $uid, | |
$family, | |||
$key | |||
) |
del_xconfig | ( | $xchan, | |
$family, | |||
$key | |||
) |
get_config | ( | $family, | |
$key | |||
) |
Referenced by 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(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), dirfind_content(), dirsearch_content(), display_content(), dlogger(), dob(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feed_init(), fetch_url(), fetch_xrd_links(), findpeople_widget(), Item\get_comment_box(), get_item_elements(), get_mail_elements(), group_content(), hcard_init(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), lastpost_content(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), match_content(), 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_post(), post_url(), prepare_body(), 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(), qsearch_init(), register_content(), register_post(), reload_plugins(), 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(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().
get_config_from_storage | ( | $family, | |
$key | |||
) |
Referenced by set_config().
get_pconfig | ( | $uid, | |
$family, | |||
$key, | |||
$instore = false |
|||
) |
Referenced by authenticate_success(), App\build_pagehead(), change_channel(), channel_aside(), channel_content(), community_content(), connect_content(), contact_block(), contact_remove(), conversation(), current_theme(), feature_enabled(), findpeople_widget(), Item\get_comment_box(), get_theme_uid(), group_content(), intro_content(), invite_content(), invite_post(), item_expire(), item_store(), item_store_update(), items_fetch(), lastpost_aside(), lastpost_content(), FKOAuth1\loginUser(), message_content(), network_content(), network_init(), notifications_content(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), set_pconfig(), smilies(), tag_deliver(), and theme_content().
get_xconfig | ( | $xchan, | |
$family, | |||
$key | |||
) |
Referenced by set_xconfig().
load_config | ( | $family | ) |
Arbitrary configuration storage Note: Please do not store booleans - convert to 0/1 integer values The get_?config() functions return boolean false for keys that are unset, and this could lead to subtle bugs.
There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
Referenced by api_statusnet_config(), check_config(), cli_startup(), and get_config().
load_pconfig | ( | $uid, | |
$family = '' |
|||
) |
Referenced by conversation(), and get_pconfig().
load_xconfig | ( | $xchan, | |
$family = '' |
|||
) |
Referenced by get_xconfig().
set_config | ( | $family, | |
$key, | |||
$value | |||
) |
set_pconfig | ( | $uid, | |
$family, | |||
$key, | |||
$value | |||
) |
Referenced by connect_post(), invite_post(), process_channel_sync_delivery(), register_post(), settings_post(), and theme_post().
set_xconfig | ( | $xchan, | |
$family, | |||
$key, | |||
$value | |||
) |