afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-06-29 04:52 pm

[dw-free] transmogrified: left-justified icon overlaps username in ?replyto format

[commit: http://hg.dwscoalition.org/dw-free/rev/674d26b9c7eb]

http://bugs.dwscoalition.org/show_bug.cgi?id=1342

Recognize replyto comments are full comments, not partial comments (so that
the proper CSS styling is applied)

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/S2/ReplyPage.pm
--------------------------------------------------------------------------------
diff -r 681d198e4697 -r 674d26b9c7eb cgi-bin/LJ/S2/ReplyPage.pm
--- a/cgi-bin/LJ/S2/ReplyPage.pm	Mon Jun 29 16:15:41 2009 +0000
+++ b/cgi-bin/LJ/S2/ReplyPage.pm	Mon Jun 29 16:49:42 2009 +0000
@@ -188,6 +188,7 @@ sub ReplyPage
             'screened' => $parpost->{'state'} eq "S" ? 1 : 0,
             'frozen' => $parpost->{'state'} eq "F" ? 1 : 0,
             'deleted' => $parpost->{'state'} eq "D" ? 1 : 0,
+            'full' => 1,
         };
 
         # Conditionally add more links to the keyseq
--------------------------------------------------------------------------------