summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-17 18:21:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-17 18:21:06 +0000
commit7f98057545bf60759cf5acd0cbd9ce2b58267d98 (patch)
tree319af68f2cc20c4d82f413780edbf77741c71a71
parente5e3e0abebfa6878c346d12b1d78467583fe13f7 (diff)
downloadnetsurf-website-7f98057545bf60759cf5acd0cbd9ce2b58267d98.tar.gz
netsurf-website-7f98057545bf60759cf5acd0cbd9ce2b58267d98.tar.bz2
New bug tracker.
-rw-r--r--about/news.en2
-rw-r--r--contact/index.en6
-rw-r--r--documentation/info.en6
-rw-r--r--index.en4
4 files changed, 8 insertions, 10 deletions
diff --git a/about/news.en b/about/news.en
index c66ccf1..002c707 100644
--- a/about/news.en
+++ b/about/news.en
@@ -57,6 +57,8 @@
<h1>News</h1>
<dl class="news">
+<dt><a href="http://bugs.netsurf-browser.org/">New bug report system launched</a> <span>17 Dec 2013</span></dt>
+<dd>We have created a new bug reporting system and transferred most of the existing reports from the old SourceForge powered bug tracker. Let us know if you have any trouble with the new system. The NetSurf project no longer uses SourceForge, and any issues raised there will go unseen.</dd>
<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2013-December/003230.html">LibCSS selection performance boost</a> <span>02 Dec 2013</span></dt>
<dd>A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent <a href="http://ci.netsurf-browser.org/builds/">development builds</a> of NetSurf include this improvement.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">Static analysis of the NetSurf codebase</a> <span>22 Nov 2013</span></dt>
diff --git a/contact/index.en b/contact/index.en
index df8c056..dce56e5 100644
--- a/contact/index.en
+++ b/contact/index.en
@@ -57,10 +57,8 @@
<h2 id="UserSupportTracker">User support tracker</h2>
<dl>
-<dt>Bug tracker - [<a href="http://sourceforge.net/tracker/?func=add&amp;group_id=51719&amp;atid=464312">Submit bug report</a>], [<a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=51719&amp;atid=464312">View reported bugs</a>]</dt>
-<dd>If you run into problems using NetSurf, please read the <a href="/documentation/info#Bugs">guidelines for reporting bugs</a> and submit them to the bug tracker.</dd>
-<dt>Request tracker - [<a href="http://sourceforge.net/tracker/?func=add&amp;group_id=51719&amp;atid=464315">Make request</a>], [<a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=51719&amp;atid=464315">View existing requests</a>]</dt>
-<dd>If you have ideas for improving NetSurf, you can suggest them on our feature request tracker.</dd>
+<dt>[<a href="http://bugs.netsurf-browser.org/">NetSurf Bug Report System</a></dt>
+<dd>If you run into problems using NetSurf, please read the guidelines for reporting bugs and submit them to our bug tracker.</dd>
</dl>
<h2 id="MailingLists">Mailing lists</h2>
diff --git a/documentation/info.en b/documentation/info.en
index 5e03646..1d6f066 100644
--- a/documentation/info.en
+++ b/documentation/info.en
@@ -107,13 +107,11 @@
<li>if you can narrow a bug down to a minimal test-case, then that's great. Please provide it as it's likely to speed up a fix. (Don't worry if you can't.)</li>
</ol>
-<p>Bug reports should be made on the <a href="http://sourceforge.net/tracker/?func=add&amp;group_id=51719&amp;atid=464312">bug tracker</a>. Follow the &quot;Submit New&quot; link and fill in the form. If you have no SourceForge user account, please include your email address so that the developers can contact you. Note that when uploading files to the bug tracker (e.g. Log files), you may need to compress the file before uploading. The limit is 256kB.</p>
-
-<p>Following the above guidelines will save the developers' time and speed up NetSurf's development.</p>
+<p>Bug reports should be made on the our <a href="http://bugs.netsurf-browser.org/">bug report system</a>.</p>
<h2 id="FeatureRequests">Feature requests</h2>
-<p>The NetSurf team welcome feature requests and innovative ideas for improving the browsing experience. Before making suggestions, please look at the <a href="progress">progress</a> page to check that the feature isn't already planned. Suggestions can be made on the <a href="http://sourceforge.net/tracker/?func=add&amp;group_id=51719&amp;atid=464315">feature request tracker</a>.</p>
+<p>You're welcome to share your ideas on the NetSurf <a href="/contact/">user mailing list</a>.</p>
<h2 id="JavaScript">JavaScript</h2>
diff --git a/index.en b/index.en
index ea708cc..7770653 100644
--- a/index.en
+++ b/index.en
@@ -146,12 +146,12 @@
<h2 id="news">Latest news</h2>
<dl class="frontnews">
+<dt><a href="http://bugs.netsurf-browser.org/">New bug report system launched</a> <span>17 Dec 2013</span></dt>
+<dd>We have created a new bug reporting system and transferred most of the existing reports from the old SourceForge powered bug tracker. Let us know if you have any trouble with the new system. The NetSurf project no longer uses SourceForge, and any issues raised there will go unseen.</dd>
<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2013-December/003230.html">LibCSS performance boost</a> <span>02 Dec 2013</span></dt>
<dd>A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent <a href="http://ci.netsurf-browser.org/builds/">development builds</a> of NetSurf include this improvement.</dd>
<dt><a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">Static analysis of NetSurf's codebase</a> <span>22 Nov 2013</span></dt>
<dd>NetSurf and several of our libraries have recently been added to the <a href="https://scan.coverity.com/">Coverity Scan</a> service for open-source projects. It has enabled us to identify and fix quite a few bugs over a very short period. We also have the Clang static analyser set up as part of our <a href="http://ci.netsurf-browser.org/">CI system</a>. For more information on the utilisation of static analysis by the NetSurf project, take a look at <a href="http://vincentsanders.blogspot.co.uk/2013/11/error-analysis-is-sweet-spot-for.html">this article</a>.</dd>
-<dt><a href="http://ci.netsurf-browser.org/builds/">Summary of recent development</a> <span>16 Oct 2013</span></dt>
-<dd>Some of the recent changes made to NetSurf have included a rewritten core treeview widget. It fixes bugs, provides a nicer look &amp; feel, and yields an improvement to startup time. The Global History, Hotlist (Bookmarks), Cookie Manager, and SSL Certificate Inspection treeviews have all been rewritten with the new treeview. Another recent change is the addition of undo and redo support to NetSurf's textarea widget.</dd>
</dl>
<p class="more"><a href="/about/news" class="seemore">See more news</a></p>