X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=fd2bdb9d566dffe123d8ad6a12cd72d480aeaec8;hb=61fde6c8fff5201393db4496918fe193fe960c01;hp=1a3b2594a2efe55ef5be80810e1321c76385ee99;hpb=21bf50bad61a3ff99c7decc6949b14191407648c;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index 1a3b2594a2..fd2bdb9d56 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1066,3 +1066,23 @@ EndRssEntryArray: at the end of copying a notice to an array NoticeDeleteRelated: at the beginning of deleting related fields to a notice - $notice: notice being deleted + +StartShowHeadTitle: when beginning to show the element +- $action: action being shown + +EndShowHeadTitle: when done showing the <title> +- $action: action being shown + +StartShowPageTitle: when beginning to show the page title <h1> +- $action: action being shown + +EndShowPageTitle: when done showing the page title <h1> +- $action: action being shown + +StartDeleteOwnNotice: when a user starts to delete their own notice +- $user: the user doing the delete +- $notice: the notice being deleted + +EndDeleteOwnNotice: when a user has deleted their own notice +- $user: the user doing the delete +- $notice: the notice being deleted