try disabling persistant connections
[lhc/web/wiklou.git] / docs / hooks.txt
index 78b66ba..ecf6ca1 100644 (file)
@@ -303,8 +303,8 @@ $text: text of the mail
 $old: old title
 $nt: new title
 $user: user who did the move
-$oldid: old article database ID
-$newid: new article database ID
+$pageid: database ID of the page that's been moved
+$redirid: database ID of the created redirect
 
 'UnknownAction': An unknown "action" has occured (useful for defining
                 your own actions)
@@ -336,3 +336,6 @@ $article: article object to be watched
 $user: user that watched
 $article: article object watched
 
+'CategoryPageView': before viewing a categorypage in CategoryPage::view
+$catpage: CategoryPage instance
+