diff options
author | Zach Copley <zach@status.net> | 2009-12-04 22:43:34 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-12-04 22:43:34 +0000 |
commit | 1fd7e5e3794621993b01a5833faa8b6fa26c3847 (patch) | |
tree | 20ed6ac919ee164a9cca963c4f6b67a44f436747 /EVENTS.txt | |
parent | 4881be47c798688c3ae20f621d06e15adbc9c17e (diff) | |
parent | 5c973876ac7aef093f2b8ff72b0e23f9c2b1c498 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 34a222e8f..f4ec62033 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -574,3 +574,24 @@ EndShortenUrl: After a URL has been shortened - $shortenerName: name of the requested shortener - $shortenedUrl: short version of the url +StartCssLinkElement: Before a <link rel="stylesheet"..> element is written +- $action +- &$src +- &$theme +- &$media + +EndCssLinkElement: After a <link rel="stylesheet"..> element is written +- $action +- $src +- $theme +- $media + +StartScriptElement: Before a <script...> element is written +- $action +- &$src +- &$type + +EndScriptElement: After a <script...> element is written +- $action +- $src +- $type |