[bugzilla-gnome-org-extensions] Front page: Link to user page; add introduction sentence



commit 747bda4b061a70390141160655ae9583657d4e90
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Jan 5 01:22:07 2015 +0100

    Front page: Link to user page; add introduction sentence
    
    Replace Interested Products section by link to user page (which also
    offers that list in the side bar, plus tasks assigned to and reported
    by you).
    Also link to queries for reports created & changed in the last 5 days.
    Also add an introduction text as requested in bug 635048.
    
    I told Olav that I will replace this, but did not reveal the full
    details. He might not buy me icecream anymore if he ever finds out.
    
    Bug 635048

 .../template/en/default/hook/index-outro.html.tmpl |   26 +++++++++++++------
 1 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/Browse/template/en/default/hook/index-outro.html.tmpl 
b/Browse/template/en/default/hook/index-outro.html.tmpl
index ba59b38..5466040 100644
--- a/Browse/template/en/default/hook/index-outro.html.tmpl
+++ b/Browse/template/en/default/hook/index-outro.html.tmpl
@@ -1,10 +1,20 @@
-  [% IF user.product_interests.size > 0 %]
-    <h3>Interested products</h3>
+  <div class="intro">This is GNOME Bugzilla which collects wishes, bugs and crashes
+  reported by users and developers. For participating you need a personal account
+  which allows you to create reports, add comments, and observe development by
+  subscribing to updates. This requires enabling cookies in your browser.</div>
 
-    <ul>
-    [% FOREACH product = user.product_interests %]
-      <li><a href="page.cgi?id=browse.html&amp;product=[% product.name FILTER uri %]">[% product.name
-           FILTER html %]</a></li>
+  <h2>Common links</h2>
+
+  <ul>
+    [% IF user.id %]
+      <li>
+        <a href="page.cgi?id=describeuser.html">Reported by and assigned to me</a>
+      </li>
     [% END %]
-    </ul>
-  [% END %]
+    <li>
+      <a href="buglist.cgi?chfield=%5BBug%20creation%5D&amp;chfieldfrom=5d">Created in last 5 days</a>
+    </li>
+    <li>
+      <a href="buglist.cgi?chfieldfrom=5d">Changed in last 5 days</a>
+    </li>
+  </ul>


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