[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

vestbo at webkit.org vestbo at webkit.org
Fri Feb 26 22:27:04 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c8d437bad3ce104be68841d913b4c2a7678308c9
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 22 14:21:25 2010 +0000

    2010-02-22  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
    
            Reviewed by Maciej Stachowiak.
    
            Don't reset the assignee back to default on component change
    
            https://bugs.webkit.org/show_bug.cgi?id=35236
    
            There's a risk of reseting a valid assignee for example when
            triaging a bug. All components in WebKit have the default
            assignee set to webkit-unassigned at webkit.org so this should
            not cause problems for people relying on this functionality.
    
            * template/en/custom/bug/edit.html.tmpl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55080 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index ff23bc9..4723e24 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,18 @@
+2010-02-22  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Maciej Stachowiak.
+
+        Don't reset the assignee back to default on component change
+
+        https://bugs.webkit.org/show_bug.cgi?id=35236
+
+        There's a risk of reseting a valid assignee for example when
+        triaging a bug. All components in WebKit have the default 
+        assignee set to webkit-unassigned at webkit.org so this should
+        not cause problems for people relying on this functionality.
+
+        * template/en/custom/bug/edit.html.tmpl:
+
 2010-01-22  Janusz Lewandowski  <lew21 at xtreeme.org>
 
         Reviewed by Maciej Stachowiak.
diff --git a/BugsSite/template/en/custom/bug/edit.html.tmpl b/BugsSite/template/en/custom/bug/edit.html.tmpl
index ab45206..5eed28e 100644
--- a/BugsSite/template/en/custom/bug/edit.html.tmpl
+++ b/BugsSite/template/en/custom/bug/edit.html.tmpl
@@ -415,7 +415,7 @@
        [% PROCESS select selname => "rep_platform" no_td=> 1 %]
        [%+ PROCESS select selname => "op_sys" no_td=> 1 %]
        <script type="text/javascript">
-         assignToDefaultOnChange(['product', 'component']);
+         assignToDefaultOnChange(['product']);
        </script>
       </td>
     </tr>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list