[GRASS-SVN] r39223 - grass-web/trunk/bugtracking

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 15 11:20:06 EDT 2009


Author: neteler
Date: 2009-09-15 11:20:05 -0400 (Tue, 15 Sep 2009)
New Revision: 39223

Modified:
   grass-web/trunk/bugtracking/explain_new_tracker.inc
   grass-web/trunk/bugtracking/index.php
Log:
simplified

Modified: grass-web/trunk/bugtracking/explain_new_tracker.inc
===================================================================
--- grass-web/trunk/bugtracking/explain_new_tracker.inc	2009-09-15 09:13:25 UTC (rev 39222)
+++ grass-web/trunk/bugtracking/explain_new_tracker.inc	2009-09-15 15:20:05 UTC (rev 39223)
@@ -1,17 +1,11 @@
 <!-- Created by Scott Mitchell to replace form page for original bug tracker -->
 <p>
-The bugtracking system to support the ongoing community 
-development of GRASS GIS <strong>has been moved</strong> to the
-<b><a href="http://trac.osgeo.org/grass">new GRASS-trac bug/issue tracking system</a></b> hosted
-by the OSGeo Foundation. You can still access our 
-<a href="http://wald.intevation.org/tracker/?group_id=21">old GForge system</a> 
-hosted by Intevation GmbH, Germany or the
-<a href="http://intevation.de/rt/webrt?q_queue=grass">old RT bugtracking system</a>, to
-examine both previously resolved issues, and those that were still in progress as the new system was released.
+<h3>GRASS Software crash or enhancement wish?</h3>
+
+Bug reports and wishes can be submitted in the <a href="http://trac.osgeo.org/grass">GRASS bugtracking system</a>
+(GRASS-trac).<br>
+This requires to <a href="http://www.osgeo.org/osgeo_userid">setup a personal account (Userid)</a> at OSGeo.
 <p>
-The <a href="http://trac.osgeo.org/grass">new GRASS-trac</a> is available for public view, but in order to be able to
-post and use all their features, you need to <a href="http://www.osgeo.org/osgeo_userid">setup an account at OSGeo</a>.
-<p>
 All trackers' new submissions will be automatically forwarded to the 
 <a href="http://lists.osgeo.org/pipermail/grass-dev/">GRASS development mailing list</a>.
 Submissions and all followup traffic will be stored
@@ -26,13 +20,14 @@
 <li> 'task' for different tasks.
 </ul>
 
-<p>
+<h3>Some considerations</h3>
 Please consider the following when submitting bugs or feature requests:<ul>
-<li>Please only report bugs if using at least the current stable release version.
+<li>Only report bugs if using at least the current stable release version.
 If you use an older version, please consider <a href="../download/index.php">upgrading</a>.
 <li> Make sure that the developers have all the information needed 
         to recreate the bug
-     <BR>(e.g. explain how to reproduce the bug using the <a href="../download/data6.php">Spearfish example dataset</a>).
+     <BR>(e.g. explain how to reproduce the bug using the <a href="../download/data6.php">Spearfish or North Carolina example dataset</a>).
+
 <li> Report only a single bug with each request.
 <li> Before reporting a bug, please check that it is currently unknown:
 <ul>
@@ -62,7 +57,10 @@
   to Report Bugs Effectively</a></i> by Simon Tatham
 </ul>
 
-For new requests:
-<h2><B>PROCEED to the <a href="http://trac.osgeo.org/grass">NEW
-   bug and feature tracker...</a></B></H2>
+<h3>Legacy bugtrackers</h3>
+You can still access our
+<a href="http://wald.intevation.org/tracker/?group_id=21">old GForge system</a>
+hosted by Intevation GmbH, Germany or the
+<a href="http://intevation.de/rt/webrt?q_queue=grass">old RT bugtracking system</a>, to
+examine both previously resolved issues, and those that were still in progress as the new system was released.
 

Modified: grass-web/trunk/bugtracking/index.php
===================================================================
--- grass-web/trunk/bugtracking/index.php	2009-09-15 09:13:25 UTC (rev 39222)
+++ grass-web/trunk/bugtracking/index.php	2009-09-15 15:20:05 UTC (rev 39223)
@@ -72,7 +72,6 @@
    </td>
   <td valign="top" class="leftmenu"> <!-- MAIN PART -->
   
-     <h3>GRASS Trackers - Tracking bugs and feature requests</h3>   
      <?php
        include("explain_new_tracker.inc");
      ?>	       
@@ -85,7 +84,7 @@
 
 <!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 1999-2007 GRASS Development Team<br>
+<DIV ALIGN=right>&copy; 1999-2009 GRASS Development Team<br>
  <a href="../contact.php">Comments</a> about this page |
  <a href="../faq/index.html">FAQ</a> |
  <a href="../download/index.php">Download</a> |



More information about the grass-commit mailing list