[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 14:27:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 551da2daa435b0993d90d05822f3cded2691b340
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 9 00:18:37 2010 +0000

    2010-10-08  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Oliver Hunt.
    
            Bugmail for new attachments should link to the reviewtool
            https://bugs.webkit.org/show_bug.cgi?id=47440
    
            As requested by olliej himself.  This patch was constructed by pure
            reason.  I have no way to actually run this code.
    
            * Bugzilla/BugMail.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69434 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/Bugzilla/BugMail.pm b/BugsSite/Bugzilla/BugMail.pm
index d4c9a47..6f78bc2 100644
--- a/BugsSite/Bugzilla/BugMail.pm
+++ b/BugsSite/Bugzilla/BugMail.pm
@@ -609,7 +609,7 @@ sub sendMail {
         my $showattachurlbase =
             Bugzilla->params->{'urlbase'} . "attachment.cgi?id=";
 
-        $newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2\)/g;
+        $newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2&action=review\)/g;
     }
 
     my $diffs = $difftext . "\n\n" . $newcomments;
diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index ac2c098..c30095e 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,15 @@
+2010-10-08  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Oliver Hunt.
+
+        Bugmail for new attachments should link to the reviewtool
+        https://bugs.webkit.org/show_bug.cgi?id=47440
+
+        As requested by olliej himself.  This patch was constructed by pure
+        reason.  I have no way to actually run this code.
+
+        * Bugzilla/BugMail.pm:
+
 2010-09-28  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
 
         Reviewed by Csaba Osztrogonác.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list