@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document event --trace added by D2918

Summary: Also fix a doc typo.

Test Plan: Read.

Reviewers: btrahan, jungejason

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T1092

Differential Revision: https://secure.phabricator.com/D2919

+3 -1
+3 -1
src/docs/userguide/events.diviner
··· 206 206 events instead, to test that your listener reacts to them properly. You 207 207 might have to use fake data, but this gives you an easy way to test the 208 208 at least the basics. 209 + - For scripts, you can run under `--trace` to see which events are emitted 210 + and how many handlers are listening to each event. 209 211 210 212 = Next Steps = 211 213 212 214 Continue by: 213 215 214 216 - taking a look at @{class:PhabricatorExampleEventListener}; or 215 - - building a library with @{article:@{article:libphutil Libraries User Guide}. 217 + - building a library with @{article:libphutil Libraries User Guide}.