[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/drkonqi
From:       George Kiagiadakis <kiagiadakis.george () gmail ! com>
Date:       2010-08-21 17:11:57
Message-ID: 20100821171157.35A2CAC855 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1166383 by gkiagia:

Do not automatically search for duplicates before 2008.
2008 was when kde 4.0 was released. The chances of having
an older bug being a duplicate of a current one are very small.
Besides, this commit will be part of kde 4.6, which will be
released in 2011. I think a 3-year timeframe is ok.

 M  +1 -1      reportassistantpages_bugzilla_duplicates.cpp  


--- trunk/KDE/kdebase/runtime/drkonqi/reportassistantpages_bugzilla_duplicates.cpp #1166382:1166383
@@ -272,7 +272,7 @@
 
 bool BugzillaDuplicatesPage::canSearchMore()
 {
-    return (m_startDate.year() >= 2007);
+    return (m_startDate.year() >= 2009);
 }
 
 void BugzillaDuplicatesPage::searchFinished(const BugMapList & list)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic