diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 11:37:34 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 11:37:34 +0000 |
commit | 2ab9d78444374d55a45b63a1693f5194a7baae60 (patch) | |
tree | 78e13a96e6d56367c931cff8f17fd89d2a4266a8 /h-source/Application/Controllers/HistoryController.php | |
parent | 120b3fbf51b0844b1bc4a4de876ddb6ac567279d (diff) |
moderators can now see all the actions carried out by users - part 1
Diffstat (limited to 'h-source/Application/Controllers/HistoryController.php')
-rw-r--r-- | h-source/Application/Controllers/HistoryController.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/HistoryController.php b/h-source/Application/Controllers/HistoryController.php index ad2c7dd..fac65c0 100644 --- a/h-source/Application/Controllers/HistoryController.php +++ b/h-source/Application/Controllers/HistoryController.php @@ -34,7 +34,13 @@ class HistoryController extends BaseController 'device' => 'device page', 'device_app' => 'device page', 'device_cl' => 'device page', - 'issue_del' => 'issue', + 'issue_del' => 'issue', //registered + 'issue_ins' => 'issue', //registered + 'message_ins' => 'message', //registered + 'talk_ins' => 'talk', //registered + 'wiki_talk_ins' => 'wiki talk',//registered + 'hardware' => 'hardware', //registered + 'wiki' => 'wiki', //registered ); public static $actionTable = array( @@ -54,6 +60,8 @@ class HistoryController extends BaseController 'deviceclear' => 'perm deleted', 'issuehide' => 'hide', 'issueshow' => 'show', + 'insert' => 'insert', //registered + 'update' => 'update', //registered ); protected $strings = array( |