wisest owl (wisest_owl) wrote in changelog,
wisest owl
wisest_owl
changelog

[livejournal] r18148: LJSUP-7820. Add decrypt for new userlog ...

Committer: gprochaev
LJSUP-7820. Add decrypt for new userlog event 'set_owner'

U   trunk/htdocs/admin/userlog.bml
Modified: trunk/htdocs/admin/userlog.bml
===================================================================
--- trunk/htdocs/admin/userlog.bml	2011-01-31 08:33:07 UTC (rev 18147)
+++ trunk/htdocs/admin/userlog.bml	2011-01-31 08:38:41 UTC (rev 18148)
@@ -102,6 +102,10 @@
             $action = "Removed maintainer " . LJ::ljuser($u) if $u;
         } elsif ($row->{action} eq 'emailpost') {
             $action = "User posted via email gateway";
+        } elsif ($row->{action} eq 'set_owner') {
+            my $userid = $row->{actiontarget};
+            my $u = LJ::load_userid ($userid);
+            $action = "User ".LJ::ljuser($u)." set as supermaintainer";
         } elsif ($row->{action} eq 'accountstatus') {
             my $path = "$extra->{old} -> $extra->{new}";
             $action = {

Tags: bml, livejournal, wisest-owl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments