]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Favorite/EVENTS.txt
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / plugins / Favorite / EVENTS.txt
1 Events that come with the Favorite plugin
2 =========================================
3
4 EndFavorNotice: After saving a notice as a favorite
5 - $profile: profile of the person faving (can be remote!)
6 - $notice: notice being faved
7
8 StartDisfavorNotice: Saving a notice as a favorite
9 - $profile: profile of the person faving (can be remote!)
10 - $notice: notice being faved
11 - &$result: result of the disfavoring (if you override)
12
13 EndDisfavorNotice: After saving a notice as a favorite
14 - $profile: profile of the person faving (can be remote!)
15 - $notice: notice being faved
16
17 StartFavorNoticeForm: starting the data in the form for favoring a notice
18 - $FavorForm: the favor form being shown
19 - $notice: notice being favored
20
21 EndFavorNoticeForm: Ending the data in the form for favoring a notice
22 - $FavorForm: the favor form being shown
23 - $notice: notice being favored
24
25 StartDisFavorNoticeForm: starting the data in the form for disfavoring a notice
26 - $DisfavorForm: the disfavor form being shown
27 - $notice: notice being difavored
28
29 EndDisFavorNoticeForm: Ending the data in the form for disfavoring a notice
30 - $DisfavorForm: the disfavor form being shown
31 - $notice: notice being disfavored
32
33 StartShowFaveForm: just before showing the fave form
34 - $item: the NoticeListItem object being shown
35
36 EndShowFaveForm: just after showing the fave form
37 - $item: the NoticeListItem object being shown
38