diff options
author | Zach Copley <zach@status.net> | 2010-02-16 20:13:39 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-16 20:13:39 -0800 |
commit | 2cb243808c2c1540f2690bff5a2d9932fa428923 (patch) | |
tree | 297da030cf7ba347f2cb72308cef4c9f39c36710 /EVENTS.txt | |
parent | b2a502b33616cdcbf23a8bccd32f75d17c95a713 (diff) |
More sensical profile::getUri()
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index f333c5442..90242fa13 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -722,6 +722,10 @@ StartRobotsTxt: Before outputting the robots.txt page EndRobotsTxt: After the default robots.txt page (good place for customization) - &$action: RobotstxtAction being shown -GetProfileUri: When determining the canonical URI for a given profile -- &$profile: the current profile +StartGetProfileUri: When determining the canonical URI for a given profile +- $profile: the current profile +- &$uri: the URI +EndGetProfileUri: After determining the canonical URI for a given profile +- $profile: the current profile +- &$uri: the URI |