diff --git a/doc/Hooks.md b/doc/Hooks.md deleted file mode 100644 index 90edff623..000000000 --- a/doc/Hooks.md +++ /dev/null @@ -1,136 +0,0 @@ -Hooks - Complete List -===================== - - -* 'about_hook' -* 'account_settings' -* 'app_menu' -* 'atom_author' -* 'atom_entry' -* 'atom_feed' -* 'atom_feed_end' -* 'authenticate' -* 'avatar_lookup' -* 'bb2diaspora' -* 'bbcode' -* 'channel_remove' -* 'check_account_email' -* 'check_account_invite' -* 'check_account_password' -* 'connect_premium' -* 'connector_settings' -* 'contact_block_end' -* 'contact_edit' -* 'contact_edit_post' -* 'contact_photo_menu' -* 'contact_select_options' -* 'conversation_start' -* 'cron' -* 'directory_item' -* 'display_item' -* 'display_item' -* 'display_settings' -* 'display_settings_post' -* 'enotify' -* 'enotify_mail' -* 'enotify_store' -* 'event_created' -* 'event_updated' -* 'feature_enabled' -* 'feature_settings' -* 'feature_settings_post' -* 'follow' -* 'gender_selector' -* 'get_all_perms' -* 'get_features' -* 'get_widgets' -* 'global_permissions' -* 'home_content' -* 'home_init' -* 'html2bbcode' -* 'import_directory_profile' -* 'init_1' -* 'item_photo_menu' -* 'item_translate' -* 'jot_networks' -* 'jot_tool' -* 'logged_in' -* 'login_hook' -* 'logging_out' -* 'magic_auth' -* 'magic_auth_success' -* 'main_slider' -* 'marital_selector' -* 'mood_verbs' -* 'network_content_init' -* 'network_ping' -* 'network_tabs' -* 'network_to_name' -* 'notifier_end' -* 'notifier_normal' -* 'obj_verbs' -* 'oembed_probe' -* 'page_content_top' -* 'page_end' -* 'page_header' -* 'parse_atom' -* 'parse_link' -* 'pdl_selector' -* 'perm_is_allowed' -* 'personal_xrd' -* 'photo_post_end' -* 'photo_post_end' -* 'photo_upload_begin' -* 'photo_upload_end' -* 'photo_upload_file' -* 'photo_upload_form' -* 'poke_verbs' -* 'post_local' -* 'post_local_end' -* 'post_local_start' -* 'post_mail' -* 'post_mail_end' -* 'post_remote' -* 'post_remote_end' -* 'post_remote_update' -* 'post_remote_update_end' -* 'prepare_body' -* 'prepare_body_final' -* 'prepare_body_init' -* 'proc_run' -* 'profile_advanced' -* 'profile_edit' -* 'profile_post' -* 'profile_sidebar' -* 'profile_sidebar_enter' -* 'profile_tabs' -* 'register_account' -* 'render_location' -* 'settings_account' -* 'settings_form' -* 'settings_post' -* 'sexpref_selector' -* 'smilie' -* 'validate_channelname' -* 'webfinger' -* 'zid' -* 'zid_init' - -***General Module Hooks*** - -* $a->module . '_mod_aftercontent' -* $a->module . '_mod_aside' -* $a->module . '_mod_content' -* $a->module . '_mod_init' -* $a->module . '_mod_post' - -***General Selector Hooks*** - -* $a->module . '_post_' . $selname -* $a->module . '_post_' . $selname -* $a->module . '_post_' . $selname -* $a->module . '_pre_' . $selname -* $a->module . '_pre_' . $selname -* $a->module . '_pre_' . $selname - -#include doc/macros/main_footer.bb; diff --git a/doc/develop.bb b/doc/develop.bb index c46447cce..67515c1ab 100644 --- a/doc/develop.bb +++ b/doc/develop.bb @@ -8,6 +8,7 @@ [zrl=[baseurl]/help/Creating-Templates]Creating Comanche Templates[/zrl] [zrl=[baseurl]/help/Widgets]Widgets[/zrl] [zrl=[baseurl]/help/plugins]Plugins[/zrl] +[zrl=[baseurl]/help/hooks]Hooks[/zrl] [zrl=[baseurl]/help/doco]Contributing Documentation[/zrl] [zrl=[baseurl]/help/DerivedTheme1]Creating Derivative Themes[/zrl] [zrl=[baseurl]/help/schema_development]Schemas[/zrl] diff --git a/doc/hooks.html b/doc/hooks.html new file mode 100644 index 000000000..e488e8a97 --- /dev/null +++ b/doc/hooks.html @@ -0,0 +1 @@ +
Function | Source File | Arg |
$a->module . _mod_aftercontent | index.php | $arr |
$a->module . _mod_content | index.php | $arr |
$a->module . _mod_init | index.php | $placeholder |
$a->module . _mod_post | index.php | $_POST |
$a->module . _post_ . $selname | include/acl_selectors.php | $o |
$a->module . _post_ . $selname | include/acl_selectors.php | $o |
$a->module . _post_ . $selname | include/acl_selectors.php | $o |
$a->module . _pre_ . $selname | include/acl_selectors.php | $arr |
$a->module . _pre_ . $selname | include/acl_selectors.php | $arr |
$a->module . _pre_ . $selname | include/acl_selectors.php | $arr |
$name | include/plugin.php | &$data = null |
about_hook | mod/siteinfo.php | $o |
accept_follow | mod/connedit.php | $arr |
account_downgrade | include/account.php | $ret |
account_downgrade | include/account.php | $ret |
account_settings | mod/settings.php | $account_settings |
activity_received | include/zot.php | $parr |
affinity_labels | include/widgets.php | $labels |
affinity_labels | mod/connedit.php | $labels |
api_perm_is_allowed | include/permissions.php | $arr |
app_menu | index.php | $arr |
atom_author | include/items.php | $o |
atom_entry | include/items.php | $o |
atom_feed | include/items.php | $atom |
atom_feed_end | include/items.php | $atom |
attach_upload_file | include/attach.php | $f |
authenticate | include/auth.php | $addon_auth |
avatar_lookup | include/network.php | $avatar |
bb2diaspora | include/bb2diaspora.php | $Text |
bbcode | include/bbcode.php | $Text |
channel_remove | include/Contact.php | $r[0] |
chat_message | include/chat.php | $arr |
chat_post | mod/chatsvc.php | $arr |
check_account_email | include/account.php | $arr |
check_account_invite | include/account.php | $arr |
check_account_password | include/account.php | $arr |
connect_premium | mod/connect.php | $arr |
connector_settings | mod/settings.php | $settings_connectors |
construct_page | boot.php | $arr |
contact_block_end | include/text.php | $arr |
contact_edit | mod/connedit.php | $arr |
contact_edit_post | mod/connedit.php | $_POST |
contact_select_options | include/acl_selectors.php | $x |
conversation_start | include/conversation.php | $cb |
create_identity | include/identity.php | $newuid |
cron | include/cronhooks.php | $d |
cron_daily | include/poller.php | datetime_convert() |
cron_weekly | include/poller.php | datetime_convert() |
directory_item | mod/directory.php | $arr |
discover_by_webbie | include/network.php | $arr |
display_item | include/ItemObject.php | $arr |
display_item | include/conversation.php | $arr |
display_settings | mod/settings.php | $o |
display_settings_post | mod/settings.php | $_POST |
donate_contributors | extend/addon/matrix/donate/donate.php | $contributors |
donate_plugin | extend/addon/matrix/donate/donate.php | $o |
donate_sponsors | extend/addon/matrix/donate/donate.php | $sponsors |
dreport_is_storable | include/zot.php | $dr |
drop_item | include/items.php | $arr |
enotify | include/enotify.php | $h |
enotify_mail | include/enotify.php | $datarray |
enotify_store | include/enotify.php | $datarray |
event_created | include/event.php | $event[id] |
event_updated | include/event.php | $event[id] |
externals_url_select | include/externals.php | $arr |
feature_enabled | include/features.php | $arr |
feature_settings | mod/settings.php | $settings_addons |
feature_settings_post | mod/settings.php | $_POST |
follow | include/follow.php | $arr |
follow | include/follow.php | $arr |
follow_allow | include/follow.php | $x |
gender_selector | include/profile_selectors.php | $select |
gender_selector_min | include/profile_selectors.php | $select |
generate_map | include/text.php | $arr |
generate_named_map | include/text.php | $arr |
get_all_api_perms | include/permissions.php | $arr |
get_all_perms | include/permissions.php | $arr |
get_features | include/features.php | $arr |
get_role_perms | include/permissions.php | $ret |
get_widgets | boot.php | $arr |
get_widgets | boot.php | $arr |
global_permissions | include/permissions.php | $ret |
home_content | mod/home.php | $o |
home_init | mod/home.php | $ret |
hostxrd | mod/hostxrd.php | $arr |
html2bbcode | include/html2bbcode.php | $message |
identity_basic_export | include/identity.php | $addon |
import_author_xchan | include/items.php | $arr |
import_channel | mod/import.php | $addon |
import_directory_profile | include/zot.php | $d |
import_xchan | include/zot.php | $arr |
item_photo_menu | include/conversation.php | $args |
item_store | include/items.php | $d |
item_store | include/items.php | $arr |
item_store_update | include/items.php | $d |
item_translate | include/items.php | $translate |
item_translate | include/items.php | $translate |
jot_networks | include/acl_selectors.php | $jotnets |
jot_networks | include/conversation.php | $jotnets |
jot_networks | mod/editblock.php | $jotnets |
jot_networks | mod/editpost.php | $jotnets |
jot_networks | mod/editwebpage.php | $jotnets |
jot_networks | mod/editlayout.php | $jotnets |
jot_tool | include/conversation.php | $jotplugins |
jot_tool | mod/editblock.php | $jotplugins |
jot_tool | mod/editpost.php | $jotplugins |
jot_tool | mod/editwebpage.php | $jotplugins |
jot_tool | mod/editlayout.php | $jotplugins |
load_pdl | boot.php | $arr |
local_dir_update | include/dir_fns.php | $arr |
logged_in | include/oauth.php | $a->user |
logged_in | include/api.php | $a->user |
logged_in | include/security.php | $a->account |
logged_in | include/security.php | $user_record |
logging_out | include/auth.php | $args |
login_hook | boot.php | $o |
magic_auth | mod/magic.php | $arr |
magic_auth_openid_success | mod/openid.php | $arr |
magic_auth_openid_success | mod/openid.php | $arr |
magic_auth_success | mod/post.php | $arr |
main_slider | include/widgets.php | $arr |
marital_selector | include/profile_selectors.php | $select |
marital_selector_min | include/profile_selectors.php | $select |
module_loaded | index.php | $x |
mood_verbs | include/text.php | $arr |
nav | include/nav.php | $x |
network_content_init | mod/network.php | $arr |
network_ping | mod/ping.php | $arr |
network_tabs | include/conversation.php | $arr |
network_to_name | include/contact_selectors.php | $nets |
notifier_end | include/notifier.php | $target_item |
notifier_hub | include/notifier.php | $narr |
notifier_normal | include/deliver_hooks.php | $r[0] |
obj_verbs | include/taxonomy.php | $arr |
oembed_probe | include/oembed.php | $x |
page_content_top | index.php | $a->page[content] |
page_end | index.php | $a->page[content] |
page_header | include/nav.php | $a->page[nav] |
parse_atom | include/items.php | $arr |
parse_link | mod/linkinfo.php | $arr |
pdl_selector | include/comanche.php | $arr |
perm_is_allowed | include/permissions.php | $arr |
permissions_create | include/notifier.php | $perm_update |
permissions_update | include/notifier.php | $perm_update |
personal_xrd | mod/xrd.php | $arr |
photo_post_end | include/photos.php | $ret |
photo_post_end | include/photos.php | $ret |
photo_upload_begin | include/attach.php | $arr |
photo_upload_begin | include/photos.php | $args |
photo_upload_end | include/attach.php | $ret |
photo_upload_end | include/attach.php | $ret |
photo_upload_end | include/attach.php | $ret |
photo_upload_end | include/attach.php | $ret |
photo_upload_end | include/attach.php | $ret |
photo_upload_end | include/photos.php | $ret |
photo_upload_end | include/photos.php | $ret |
photo_upload_end | include/photos.php | $ret |
photo_upload_end | include/photos.php | $ret |
photo_upload_file | include/attach.php | $f |
photo_upload_file | include/photos.php | $f |
photo_upload_form | mod/photos.php | $ret |
poke_verbs | include/text.php | $arr |
post_local | include/zot.php | $arr |
post_local | include/items.php | $arr |
post_local | mod/item.php | $datarray |
post_local_end | include/items.php | $arr |
post_local_end | include/attach.php | $arr |
post_local_end | include/attach.php | $arr |
post_local_end | extend/addon/matrix/randpost/randpost.php | $x |
post_local_end | extend/addon/matrix/randpost/randpost.php | $x |
post_local_end | mod/mood.php | $arr |
post_local_end | mod/like.php | $arr |
post_local_end | mod/item.php | $datarray |
post_local_end | mod/subthread.php | $arr |
post_local_end | mod/subthread.php | $arr |
post_local_start | mod/item.php | $_REQUEST |
post_mail | include/items.php | $arr |
post_mail_end | include/items.php | $arr |
post_remote | include/items.php | $arr |
post_remote_end | include/items.php | $arr |
post_remote_update | include/items.php | $arr |
post_remote_update_end | include/items.php | $arr |
prepare_body | include/text.php | $prep_arr |
prepare_body_final | include/text.php | $prep_arr |
prepare_body_init | include/text.php | $item |
probe_well_known | include/probe.php | $ret |
proc_run | boot.php | $arr |
process_channel_sync_delivery | include/zot.php | $addon |
profile_advanced | mod/profile.php | $o |
profile_edit | mod/profiles.php | $arr |
profile_photo_content_end | mod/profile_photo.php | $o |
profile_post | mod/profiles.php | $_POST |
profile_sidebar | include/identity.php | $arr |
profile_sidebar_enter | include/identity.php | $profile |
profile_tabs | include/conversation.php | $arr |
register_account | include/account.php | $result |
render_location | include/conversation.php | $locate |
replace_macros | include/text.php | $arr |
reverse_magic_auth | mod/rmagic.php | $arr |
settings_account | mod/settings.php | $_POST |
settings_form | mod/settings.php | $o |
settings_post | mod/settings.php | $_POST |
sexpref_selector | include/profile_selectors.php | $select |
sexpref_selector_min | include/profile_selectors.php | $select |
smilie | include/text.php | $params |
smilie | extend/addon/matrix/smileybutton/smileybutton.php | $params |
tagged | include/items.php | $arr |
validate_channelname | include/identity.php | $arr |
webfinger | mod/wfinger.php | $arr |
well_known | mod/_well_known.php | $arr |
zid | include/identity.php | $arr |
zid_init | include/identity.php | $arr |
zot_finger | include/zot.php | $ret |