[Galago-commits] r2491 - trunk/web/inc
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jan 23 23:48:33 PST 2006
Author: chipx86
Date: 2006-01-23 23:48:31 -0800 (Mon, 23 Jan 2006)
New Revision: 2491
Modified:
trunk/web/inc/navigation.inc.php
Log:
Move to using Trac for the bug tracking. Update the links on the front page.
Modified: trunk/web/inc/navigation.inc.php
===================================================================
--- trunk/web/inc/navigation.inc.php 2006-01-24 06:03:15 UTC (rev 2490)
+++ trunk/web/inc/navigation.inc.php 2006-01-24 07:48:31 UTC (rev 2491)
@@ -17,9 +17,9 @@
"Specifications" => "/specs/index.php"
),
array(
- "New Bug" => "http://freedesktop.org/bugzilla/enter_bug.cgi?product=Galago",
- "New Patch / Request" => "http://freedesktop.org/bugzilla/enter_bug.cgi?product=Galago&bug_severity=enhancement",
- "Bug List" => "http://freedesktop.org/bugzilla/buglist.cgi?product=Galago&bug_status=__open__&order=relevance+desc"
+ "New Bug" => "http://trac.galago-project.org/newticket",
+ "New Patch / Request" => "http://trac.galago-project.org/newticket?severity=enhancement",
+ "Bug List" => "http://trac.galago-project.org/report"
)
);
?>
More information about the galago-commits
mailing list