X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=EVENTS.txt;h=6719ba737a19b4a9a4449270ab8d635e87ee8626;hb=1e746da54514d5a062f8e308b8d752c32b60b662;hp=521f568efe3e7f7d36f5380a639f06c89efd9c49;hpb=a85bbd908821fb09de6a291a167ab19902cb2ed2;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index 521f568efe..6719ba737a 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -970,6 +970,7 @@ EndRevokeRole: when a role has been revoked StartAtomPubNewActivity: When a new activity comes in through Atom Pub API - &$activity: received activity - $user: user publishing the entry +- &$notice: notice created; initially null, can be set EndAtomPubNewActivity: When a new activity comes in through Atom Pub API - $activity: received activity @@ -1025,3 +1026,34 @@ StartActivityObjectFromGroup: When converting a group to an activity:object EndActivityObjectFromGroup: After converting a group to an activity:object - $group: The group being converted - &$object: The finished object. Tweak as needed. + +StartImportActivity: when we start to import an activity +- $user: User to make the author import +- $author: Author of the feed; good for comparisons +- $activity: The current activity +- $trusted: How "trusted" the process is +- &$done: Return value; whether to continue + +EndImportActivity: when we finish importing an activity +- $user: User to make the author import +- $author: Author of the feed; good for comparisons +- $activity: The current activity +- $trusted: How "trusted" the process is + +StartProfileSettingsActions: when we're showing account-management action list +- $action: Action being shown (use for output) + +EndProfileSettingsActions: when we're showing account-management action list +- $action: Action being shown (use for output) + +StartOpenNoticeListItemElement: Before the opening
  • of a notice list element +- $nli: The notice list item being shown + +EndOpenNoticeListItemElement: After the opening
  • of a notice list element +- $nli: The notice list item being shown + +StartCloseNoticeListItemElement: Before the closing
  • of a notice list element +- $nli: The notice list item being shown + +EndCloseNoticeListItemElement: After the closing of a notice list element +- $nli: The notice list item being shown