damned-lies r828 - in trunk: . templates



Author: claudep
Date: Fri Mar 28 16:39:30 2008
New Revision: 828
URL: http://svn.gnome.org/viewvc/damned-lies?rev=828&view=rev

Log:
2008-03-28  Claude Paroz  <claude 2xlibre net>

	* templates/module.tmpl: Add a link to show i18n and l10n bugs.
	* templates/language-release.tmpl:
	* templates/team.tmpl: Don't show closed bugs in Bugzilla link.
	Fixes bug #524752.

Modified:
   trunk/ChangeLog
   trunk/templates/language-release.tmpl
   trunk/templates/module.tmpl
   trunk/templates/team.tmpl

Modified: trunk/templates/language-release.tmpl
==============================================================================
--- trunk/templates/language-release.tmpl	(original)
+++ trunk/templates/language-release.tmpl	Fri Mar 28 16:39:30 2008
@@ -21,7 +21,7 @@
   <br/><strong>$_("Bugzilla:")</strong>
   <ul>
     <li><a href="${team.bugzilla}enter_bug.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']">$_("Report Bug in Translation")</a></li>
-    <li><a href="${team.bugzilla}buglist.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']">$_("Show Existing Bugs")</a></li>
+    <li><a href="${team.bugzilla}buglist.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']&amp;bug_status=NEW&amp;bug_status=REOPENED&amp;bug_status=ASSIGNED&amp;bug_status=UNCONFIRMED">$_("Show Existing Bugs")</a></li>
   </ul>
   #end if
 

Modified: trunk/templates/module.tmpl
==============================================================================
--- trunk/templates/module.tmpl	(original)
+++ trunk/templates/module.tmpl	Fri Mar 28 16:39:30 2008
@@ -34,7 +34,10 @@
 </td><td width="50%" valign="top">
 #if $module.has_key('bugs-baseurl')
 <h2>$_("Bug reporting")</h2>
-<p><a href="$(module['bugs-baseurl'])enter_bug.cgi?product=$module['bugs-product']&amp;component=$module['bugs-component']">$_("Report bugs to Bugzilla")</a>.</p>
+<ul>
+    <li><a href="$(module['bugs-baseurl'])buglist.cgi?product=$module['bugs-product']&amp;component=$module['bugs-component']&amp;keywords_type=anywords&keywords=I18N+L10N&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO">$_("Show existing i18n and l10n bugs")</li>
+   <li><a href="$(module['bugs-baseurl'])enter_bug.cgi?product=$module['bugs-product']&amp;component=$module['bugs-component']">$_("Report bugs to Bugzilla")</a></li>
+</ul>
 #end if
 </td></tr></table>
 

Modified: trunk/templates/team.tmpl
==============================================================================
--- trunk/templates/team.tmpl	(original)
+++ trunk/templates/team.tmpl	Fri Mar 28 16:39:30 2008
@@ -21,11 +21,10 @@
   <br/><strong>$_("Bugzilla:")</strong>
   <ul>
     <li><a href="${team.bugzilla}enter_bug.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']">$_("Report Bug in Translation")</a></li>
-    <li><a href="${team.bugzilla}buglist.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']">$_("Show Existing Bugs")</a></li>
+    <li><a href="${team.bugzilla}buglist.cgi?product=$team['bugzilla-product']&amp;component=$team['bugzilla-component']&amp;bug_status=NEW&amp;bug_status=REOPENED&amp;bug_status=ASSIGNED&amp;bug_status=UNCONFIRMED">$_("Show Existing Bugs")</a></li>
   </ul>
   #end if
 
-
   #if $team.has_key('mailing-list')
   <br/><strong>$_("Mailing List:")</strong>
   <ul>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]