[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ddkilzer at apple.com ddkilzer at apple.com
Thu Apr 8 00:58:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e384b90492a9bf5133e5f0d4039e264d62966aff
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 8 23:27:08 2010 +0000

    FIX: Make patch status appear on reviewform.html.tmpl
    
    * template/en/custom/attachment/reviewform.html.tmpl: Check
    attachment.ispatch (not just ispatch) when deciding whether
    to display patch status.  Also update layout a bit.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53016 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 4eed5a5..814cb8f 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,5 +1,13 @@
 2010-01-08  David Kilzer  <ddkilzer at apple.com>
 
+        FIX: Make patch status appear on reviewform.html.tmpl
+
+        * template/en/custom/attachment/reviewform.html.tmpl: Check
+        attachment.ispatch (not just ispatch) when deciding whether
+        to display patch status.  Also update layout a bit.
+
+2010-01-08  David Kilzer  <ddkilzer at apple.com>
+
         Update data/params parameters
 
         * data/params: Updated 'timezone' to turn off DST.  Updated
diff --git a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl b/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
index 860f112..c755a1e 100644
--- a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
@@ -84,14 +84,19 @@
     [% END %]
 </td>
 <td>
-[% IF ispatch %]
-  <b><small>Bot Status:</small></b>
-
-  <div class="statusBubble">
-    <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
-            style="width: 300px; height: 18px; border: none;" scrolling="no">
-    </iframe>
-  </div>
+[% IF attachment.ispatch %]
+    <table>
+    <tr><th style="text-align: left;">Bot Status:</th></tr>
+    <tr>
+    <td>
+      <div class="statusBubble" style="margin-left: 30px;">
+        <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
+                style="width: 300px; height: 18px; border: none;" scrolling="no">
+        </iframe>
+      </div>
+    </td>
+    </tr>
+    </table>
 [% END %]
 </td>
 <td>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list