summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-12-04 12:23:33 -0800
committerBrion Vibber <brion@pobox.com>2009-12-04 12:23:33 -0800
commit4afe07f0c3ab20d4007e94f9e4e9b35629b5f63e (patch)
treeb2a68cbdb9afb3e17197b8c4ec34b55afc2114ee /EVENTS.txt
parent0177b386d8384816ff2425cc6604b8debfb5c056 (diff)
parent40afc7e9877855272caa5c65fb3575e4420b2966 (diff)
Merge commit 'refs/merge-requests/108' 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