diff options
author | Zach Copley <zach@status.net> | 2009-10-20 06:06:10 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-20 06:06:10 +0000 |
commit | 09dfb08a3984b22217849b9ab73898d0687f6649 (patch) | |
tree | 666769ef0824f538eca6d6284632e27c44c50ff3 /EVENTS.txt | |
parent | 7539e26951ba9e1529d9a24a7a634861b7d080fe (diff) | |
parent | 19b870c439120c8d9dcdac37cd161ed00d070ba7 (diff) |
Merge branch '0.9.x' into TwitterBridgePlugin
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 9de2f8bc6..5d34a9e13 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -390,3 +390,68 @@ EndProfilePageProfileTags: after showing the tags on the profile page - $action: the current action - &$profile: the profile being shown +StartProfileList: when starting a list of profiles (before <ul>) +- $profilelist: ProfileList widget, with $profile, $action, and $out + +EndProfileList: when ending a list of profiles (after </ul>) +- $profilelist: ProfileList widget + +StartProfileListItem: when starting to show a profile list item +- $item: ProfileListItem widget + +EndProfileListItem: after showing a profile list item +- $item: ProfileListItem widget + +StartProfileListItemProfile: the profile data part of the item +- $item: ProfileListItem widget + +EndProfileListItemProfile: the profile data part of the item +- $item: ProfileListItem widget + +StartProfileListItemActions: the actions (buttons) for an item +- $item: ProfileListItem widget + +EndProfileListItemActions: the actions (buttons) for an item +- $item: ProfileListItem widget + +StartProfileListItemProfileElements: inside the <div> +- $item: ProfileListItem widget + +EndProfileListItemProfileElements: inside the <div> +- $item: ProfileListItem widget + +StartProfileListItemAvatar: Showing a profile list avatar +- $item: ProfileListItem widget + +EndProfileListItemAvatar: Showing a profile list avatar +- $item: ProfileListItem widget + +StartProfileListItemFullName: Showing the profile list full name +- $item: ProfileListItem widget + +EndProfileListItemFullName: Showing the profile list full name +- $item: ProfileListItem widget + +StartProfileListItemLocation: Showing the profile list location +- $item: ProfileListItem widget + +EndProfileListItemLocation: Showing the profile list location +- $item: ProfileListItem widget + +StartProfileListItemHomepage: Showing the profile list homepage +- $item: ProfileListItem widget + +EndProfileListItemHomepage: Showing the profile list homepage +- $item: ProfileListItem widget + +StartProfileListItemBio: Showing the profile list bio +- $item: ProfileListItem widget + +EndProfileListItemBio: Showing the profile list bio +- $item: ProfileListItem widget + +StartProfileListItemActionElements: Showing the profile list actions (prepend a button here, or replace all buttons) +- $item: ProfileListItem widget + +EndProfileListItemActionElements: Showing profile list actions (append a button here) +- $item: ProfileListItem widget |