[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

ddkilzer at apple.com ddkilzer at apple.com
Wed Jan 20 22:18:00 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit e2c11df142e69b64ebbf3ee8c8e315531f7571f6
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 8 23:59:28 2010 +0000

    Included UNCONFIRMED bugs by default in advanced search query
    
    Rubber-stamped by Alexey Proskuryakov.
    
    * data/params: Prepended 'bug_status=UNCONFIRMED&' to
    'defaultquery' parameter.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53020 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 814cb8f..1df155a 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,5 +1,14 @@
 2010-01-08  David Kilzer  <ddkilzer at apple.com>
 
+        Included UNCONFIRMED bugs by default in advanced search query
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        * data/params: Prepended 'bug_status=UNCONFIRMED&' to
+        'defaultquery' parameter.
+
+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
diff --git a/BugsSite/data/params b/BugsSite/data/params
index 9c48eb7..038fd46 100644
--- a/BugsSite/data/params
+++ b/BugsSite/data/params
@@ -37,7 +37,7 @@
            'defaultopsys' => 'Mac OS X 10.5',
            'defaultplatform' => '',
            'defaultpriority' => 'P2',
-           'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring',
+           'defaultquery' => 'bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring',
            'defaultseverity' => 'Normal',
            'docs_urlbase' => 'docs/html/',
            'duplicate_or_move_bug_status' => 'RESOLVED',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list