From c5aaf57f44bd7d3de292b300fc732e48406d05ae Mon Sep 17 00:00:00 2001 From: cigamit Date: Fri, 18 Jul 2003 03:38:37 +0000 Subject: [PATCH] Add hooks to Changelog and plugins file git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5334 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + doc/plugin.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a140258..cfcd87c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,7 @@ Version 1.5.0 -- CVS - Fixed bug that would cause e-mails dated in the future to be displayed with only the time. - Fixed unseen/total notifications to return behaviour back to 1.2.x style. + - Added 4 hooks (internal_link, mailbox_display_buttons, move_messages_button_action, create_collapse_link) ************************************** *** SquirrelMail Stable Series 1.4 *** diff --git a/doc/plugin.txt b/doc/plugin.txt index 660cbb3d..86713f20 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -200,10 +200,12 @@ but may be out of date soon thereafter. You never know. ;-) mailbox_index_after functions/mailbox_display.php do_hook check_handleAsSent_result functions/mailbox_display.php do_hook subject_link functions/mailbox_display.php concat_hook + mailbox_display_buttons functions/mailbox_display.php do_hook message_body functions/mime.php do_hook ^ attachment $type0/$type1 functions/mime.php do_hook generic_header functions/page_header.php do_hook menuline functions/page_header.php do_hook + internal_link functions/page_header.php hook_func loading_prefs include/load_prefs.php do_hook addrbook_html_search_below src/addrbook_search_html.php do_hook addressbook_bottom src/addressbook.php do_hook @@ -218,11 +220,13 @@ but may be out of date soon thereafter. You never know. ;-) left_main_after_each_folder src/left_main.php concat_hook left_main_before src/left_main.php do_hook left_main_after src/left_main.php do_hook + create_collapse_link src/left_main.php hook_func login_cookie src/login.php do_hook login_top src/login.php do_hook login_form src/login.php do_hook login_bottom src/login.php do_hook move_before_move src/move_messages.php do_hook + move_messages_button_action src/move_messages.php concat_hook * optpage_set_loadinfo src/options.php do_hook * optpage_loadhook_personal src/options.php do_hook * optpage_loadhook_display src/options.php do_hook -- 2.25.1