public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/planet-gentoo:master commit in: templates/
@ 2012-03-29  7:55 Joshua Saddler
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler @ 2012-03-29  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cc722a9c345078179c01167ede37a09ef09f9c98
Author:     nightmorph <nightmorph <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 07:55:14 2012 +0000
Commit:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 07:55:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/planet-gentoo.git;a=commit;h=cc722a9c

fix bugzie search for bug 372209. also fix copyright dates.

---
 templates/index.html.tmpl |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index f8ea3b8..1c08fb9 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -1,4 +1,4 @@
-### Copyright 2004-2009 Gentoo Foundation
+### Copyright 2004-2012 Gentoo Foundation
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
@@ -89,7 +89,8 @@ Views expressed in the content published here do not necessarily represent the v
 a.k.a. <b><TMPL_VAR channel_username></b>
 (<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>,
 <a href="http://cia.vc/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>,
-<a href="http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
+<a
+href="http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=CONFIRMED&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
 </TMPL_IF>
 <TMPL_IF channel_project>
  <b>(<TMPL_VAR channel_project ESCAPE="HTML">)</b>
@@ -126,7 +127,7 @@ a.k.a. <b><TMPL_VAR channel_username></b>
 
 ### Copyright notice
 <tr><td colspan="2" class="footer">
-Gentoo Design, Copyright 2001-2010 Gentoo Foundation, Inc.<br>
+Gentoo Design, Copyright 2001-2012 Gentoo Foundation, Inc.<br>
 Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation.
 </td></tr>
 </tbody></table></body></html>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/planet-gentoo:master commit in: templates/
@ 2012-03-30  6:48 Joshua Saddler
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler @ 2012-03-30  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5e2825e49d66145fc818daeedacc0208565b4360
Author:     nightmorph <nightmorph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 06:48:40 2012 +0000
Commit:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 06:48:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/planet-gentoo.git;a=commit;h=5e2825e4

add IN_PROGRESS status, replaces the old ASSIGNED, bug 372209

---
 templates/index.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 1c08fb9..c7673b8 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -90,7 +90,7 @@ a.k.a. <b><TMPL_VAR channel_username></b>
 (<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>,
 <a href="http://cia.vc/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>,
 <a
-href="http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=CONFIRMED&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
+href="http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=CONFIRMED&amp;bug_status=IN_PROGRESS&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
 </TMPL_IF>
 <TMPL_IF channel_project>
  <b>(<TMPL_VAR channel_project ESCAPE="HTML">)</b>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/planet-gentoo:master commit in: templates/
@ 2012-11-07  9:13 Joshua Saddler
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler @ 2012-11-07  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6c35642ad229581fd430142537dedc66a7263b78
Author:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 09:13:04 2012 +0000
Commit:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 09:13:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/planet-gentoo.git;a=commit;h=6c35642a

add wiki to planet header links, bug 390565

---
 templates/index.html.tmpl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index c7673b8..5ace7d0 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -31,7 +31,8 @@
           <a href="http://bugs.gentoo.org/" class="menulink">Bugs</a> |
           <a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
           <a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a> |
-          <a href="/archives/" class="menulink">Archives</a>
+          <a href="/archives/" class="menulink">Archives</a> |
+	  <a href="http://wiki.gentoo.org" class="menulink">Wiki</a>
 </div></td>
 
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/planet-gentoo:master commit in: templates/
@ 2012-12-15  1:06 Joshua Saddler
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Saddler @ 2012-12-15  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d9a833b1fee83aecf74c3c5fabb6f7cbf6c66714
Author:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 15 01:05:57 2012 +0000
Commit:     Joshua Saddler <nightmorph <AT> gentoo <DOT> org>
CommitDate: Sat Dec 15 01:05:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/planet-gentoo.git;a=commit;h=d9a833b1

remove dead stats link for cia.vc; no word on when it or a replacement will be back. bug 447212

---
 templates/index.html.tmpl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 5ace7d0..cd75df2 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -89,7 +89,6 @@ Views expressed in the content published here do not necessarily represent the v
 <TMPL_IF channel_username>
 a.k.a. <b><TMPL_VAR channel_username></b>
 (<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>,
-<a href="http://cia.vc/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>,
 <a
 href="http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=CONFIRMED&amp;bug_status=IN_PROGRESS&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
 </TMPL_IF>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-15  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07  9:13 [gentoo-commits] proj/planet-gentoo:master commit in: templates/ Joshua Saddler
  -- strict thread matches above, loose matches on Subject: below --
2012-12-15  1:06 Joshua Saddler
2012-03-30  6:48 Joshua Saddler
2012-03-29  7:55 Joshua Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox