[GRASSweb-list]
scott: web/bugtracking explain_new_tracker.inc, NONE,
1.1 index.php, NONE, 1.1 title.inc, NONE, 1.1
grass at intevation.de
grass at intevation.de
Thu Feb 8 10:40:34 EST 2007
Author: scott
Update of /grassrepository/web/bugtracking
In directory doto:/tmp/cvs-serv20284
Added Files:
explain_new_tracker.inc index.php title.inc
Log Message:
preparing for switch to new bug tracker, and updated this section to php styled menus
--- NEW FILE: explain_new_tracker.inc ---
<!-- Created by Scott Mitchell to replace form page for original bug tracker -->
<p>
The bugtracking system to support the ongoing community
development of <a href=../index.php>GRASS GIS</a> <strong>has been moved</strong> to the
<a href="http://wald.intevation.org/tracker/?group_id=21">GForge system
hosted by Intevation GmbH, Germany</a>. You can still access our
<a href="http://intevation.de/rt/webrt?q_queue=grass">OLD GRASS bugtracking system</a>, to
examine both previously resolved issues, and those that were still in progress as the new system was released.
<p>The <a href="http://wald.intevation.org/tracker/?group_id=21">new trackers</a> are available for public view, but in order to be able to
post and use all their features, you need to <a href="http://wald.intevation.org/account/register.php">setup an account at GForge</a>
and join the <a href="http://wald.intevation.org/project/request.php?group_id=21">GRASS project there</a>.
<p>
All trackers' new submissions will be automatically forwarded to the <a href="../community/support.php#devellists">GRASS
development mailing list</a>. Submissions and all followup traffic will be stored
in the tracker and forwarded only to parties discussing the ticket.
However, any project member can "monitor" a ticket, or a whole tracker,
in order to receive all the related traffic (see <a href="http://gforge.org/docman/index.php?group_id=1&selected_doc_group_id=5&language_id=1">GForge manual</a>).
<p>
<b>For questions about using the Grass bug trackers please contact<br>
Maciej Sieczka [tutey <at> o2 <dot> pl].</b>
<p>
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
(GRASS 6.2.1 was released 12 Dec 2006), or later.
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 Spearfish example dataset)
<li> Report only one bug with a single request.
<li> Before reporting a bug, please check that it is currently unknown:
<ul><li><a href="http://wald.intevation.org/search/advanced_search.php?group_id=21">New bug tracker search page</a>
<li>All information in the old bug and wish tracking system can still be queried here:
<br>
[ <a href="http://intevation.de/rt/webrt?q_status=open&q_queue=grass&q_area=grass6">GRASS 6 bugs only</a>
| <a href="http://intevation.de/rt/webrt?q_status=open&q_queue=grass&q_area=wish6">GRASS 6 wishes only</a>
| <a href="http://intevation.de/rt/webrt?q_sort=number&q_reverse=1&q_queue=grass">All open requests</a>
| <a href="http://intevation.de/rt/webrt?q_status=resolved&q_sort=number&q_reverse=1&q_queue=grass&display=Queue">All resolved requests</a>
| Search the Bug Report System: ]
<form name=search action=http://www.google.com/search method=get>
<input size=12 name="q">
<input type=hidden name=domains value="intevation.de">
<input type=hidden name="sitesearch" value="intevation.de">
<input type=hidden name="sitesearch2" value="intevation.de/rt/">
<input type=hidden name="q" value="History">
<input type=hidden name="q" value="WebRT">
<input type=hidden name="q" value="grass">
<input type="submit" value="Search RT through google">
(search may be incomplete)
</form>
</ul>
</ul>
<B><a href="http://walk.intevation.org/tracker/?group_id=21">PROCEED to the NEW bug and feature tracker...</a></b>
<!-- FOOTER -->
<hr>
<DIV ALIGN=right>© 1999-2006 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> |
<a href="../community/index.php">Support</a> |
<a href="../gdp/index.php">Docs</a> |
<a href="../devel/index.php">Programming</a> |
Back <a href=../index.php>HOME</a><br>
<i>Last change:
$Date: 2007/02/08 15:40:32 $
</i></DIV>
</body>
</html>
--- NEW FILE: index.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS Bug Management and Feature Requests</title>
<meta name="robots" content="index,follow">
<meta name="description"
content="GRASS GIS (Geographic Resources
Analysis Support System) is an open source, free software
Geographical Information System (GIS) with raster, topological
vector, image processing, and visualization functionality">
<meta name="keywords"
content="gis, GIS, GRASS, open source,
free software, Geographical Information System, raster, topology,
vector, image processing, visualization">
<meta name="Author" content="GRASS Development Team">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="../sitestyle.css" type="text/css">
</head>
<body>
<!-- TOP LOGO LINE -->
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
<tbody>
<tr><td>
<table cellspacing="1" cellpadding="0" border="0" width="100%" >
<tbody>
<tr bgcolor="#ffffff">
<td nowrap="nowrap">
<a href="../index.php">
<img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22" border="0">
</a>
</td>
<td nowrap="nowrap">
<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
<tr bgcolor="#ffffff">
<td nowrap="nowrap">
<?php
include("title.inc");
?>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
<tr>
<td valign="top">
<?php
include("../menu_search.inc");
?>
</td>
<td valign="top">
<?php
include("../menu_top.inc");
?>
</td>
</tr>
<tr>
<td valign="top">
<?php
include("menu_side.inc");
?>
</td>
<td valign="top" class="leftmenu"> <!-- MAIN PART -->
<h3>GRASS Trackers - Tracking bugs and feature requests</h3>
<?php
include("explain_new_tracker.inc");
?>
<!-- END MAIN PART -->
</td>
</tr>
</tbody>
</table>
<hr>
<div align="right">© 2004-2006 GRASS Development Team<br>
<a href="../impressum.html">Imprint</a> |
<a href="../contact.php">Comments</a> about this page<br>
</div>
<!-- Site Meter -->
<script type="text/javascript" src="http://s24.sitemeter.com/js/counter.js?site=s24grassgis">
</script>
<noscript>
<a href="http://s24.sitemeter.com/stats.asp?site=s24grassgis" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=s24grassgis" alt="Site Meter" border="0"/></a>
</noscript>
<!-- Copyright (c)2006 Site Meter -->
</body>
</html>
--- NEW FILE: title.inc ---
<!-- keep indentation -->
<center><br>
<h1>GRASS: Bugs and feature requests</h1>
</center>
More information about the grass-web
mailing list