diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-13 11:53:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-13 11:53:59 +0200 |
commit | 869534fafa543a76e58c32d5aa8f674217682162 (patch) | |
tree | 54854591e08d16a06e2c2b4a160535ea87632eb5 /doc | |
parent | 56f88f2e30ef75fa7e41cbcbbc6344abc6b7d37d (diff) | |
download | volse-hubzilla-869534fafa543a76e58c32d5aa8f674217682162.tar.gz volse-hubzilla-869534fafa543a76e58c32d5aa8f674217682162.tar.bz2 volse-hubzilla-869534fafa543a76e58c32d5aa8f674217682162.zip |
remove network_tabs() which has been deprecated and replaced by activity_{order, filters} widgets
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hook/network_tabs.bb | 1 | ||||
-rw-r--r-- | doc/hooklist.bb | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/hook/network_tabs.bb b/doc/hook/network_tabs.bb deleted file mode 100644 index 677d7f2b9..000000000 --- a/doc/hook/network_tabs.bb +++ /dev/null @@ -1 +0,0 @@ -[h2]network_tabs[/h2] diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 1de9c330a..4b36fa3e0 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -31,6 +31,12 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/account_settings_post]account_settings_post[/zrl] Called when posting from the account settings form +[zrl=[baseurl]/help/hook/activity_filter]activity_filter[/zrl] + Called when generating the list of filters for the network page + +[zrl=[baseurl]/help/hook/activity_order]activity_order[/zrl] + Called when generating the list of order options for the network page + [zrl=[baseurl]/help/hook/activity_received]activity_received[/zrl] Called when an activity (post, comment, like, etc.) has been received from a zot source @@ -394,9 +400,6 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/network_ping]network_ping[/zrl] Called during a ping request -[zrl=[baseurl]/help/hook/network_tabs]network_tabs[/zrl] - Called when generating the list of tabs for the network page - [zrl=[baseurl]/help/hook/network_to_name]network_to_name[/zrl] Deprecated |