summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-04 22:43:34 +0000
committerZach Copley <zach@status.net>2009-12-04 22:43:34 +0000
commit1fd7e5e3794621993b01a5833faa8b6fa26c3847 (patch)
tree20ed6ac919ee164a9cca963c4f6b67a44f436747 /EVENTS.txt
parent4881be47c798688c3ae20f621d06e15adbc9c17e (diff)
parent5c973876ac7aef093f2b8ff72b0e23f9c2b1c498 (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.txt21
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