X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=4d1215f6e03580a003a7c01c9eaaa2f74cb134cd;hb=86ddf120d7eebdf2d38c6bd13353a9244f62b818;hp=fd75036894293bc5d2305f7364f2373d63d0bbfd;hpb=0cd93c276136f849070b05965cf681734f7b9f09;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index fd75036894..4d1215f6e0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -966,6 +966,9 @@ StartShowNoticeForm: before showing the notice form (before
) EndShowNoticeForm: after showing the notice form (after ) - $action: action being executed +StartShowEntryForms: microapp entry form tab data +- &$tabs: tab assoc array with 'tag' => (title, href to create new entry) + StartGrantRole: when a role is being assigned - $profile: profile that will have the role - $role: string name of the role @@ -1437,3 +1440,8 @@ OtherAccountProfiles: Hook to add account profiles to a user account profile blo href: link to the profile text: text for the profile image: mini image for the profile + +CreateFileImageThumbnailSource: Hook to create image thumbnail source from a File +- $file: MediaFile object with related metadata +- &$imgPath: Path to image file which can be used as source for our thumbnail algorithm. +- $media: MIME media type ('image', 'video', 'audio' etc.)