From 1840416b9e8892a685202f30b4079fd04607151f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 2 Jun 2011 16:21:08 -0500 Subject: Add a PGP key field on the dev profile Signed-off-by: Dan McGee --- templates/public/developer_list.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index bb03f439..2abbbfe4 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -1,12 +1,12 @@ -
+{% load pgp %} +

{% for dev in dev_list %} {{ dev.first_name }}{{ dev.last_name.0|capfirst}}    {% endfor %}

-
@@ -31,13 +31,16 @@ + + + - -- cgit v1.2.3-2-g168b From 3284b302550dbd255762b8606343288d49402056 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 13 Jun 2011 13:18:28 -0500 Subject: Add a long out-of-date developer report This shows packages that have been marked out of date for more than 90 days in the repos. Signed-off-by: Dan McGee --- templates/devel/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/devel/index.html b/templates/devel/index.html index 015ae1b2..eb73ac2d 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -106,6 +106,9 @@
  • Old: Packages last built more than two years ago (yours only)
  • +
  • Long Out-of-date: + Packages marked out-of-date more than 90 days ago + (yours only)
  • Uncompressed Manpages: Self-explanatory (yours only)
  • -- cgit v1.2.3-2-g168b From 7b2c16014837c0b134a7b902a0d2cc8db77f92b8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 14 Jun 2011 18:27:00 -0500 Subject: Add some more developer links This should take care of FS#24022 as well. Signed-off-by: Dan McGee --- templates/base.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 88bb3414..1a217505 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,17 +32,21 @@
    {% if user.is_authenticated %} -- cgit v1.2.3-2-g168b From 037f67bb3c0b63239614ece9884b33c2d265b8ae Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 14 Jun 2011 18:35:26 -0500 Subject: Link to stale relations page Signed-off-by: Dan McGee --- templates/devel/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/devel/index.html b/templates/devel/index.html index eb73ac2d..2a0058d3 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -187,6 +187,10 @@

    Stats by Maintainer

    + {% if perms.main.change_package %} +

    Look for stale relations

    + {% endif %} +
    Other Contact: {{ prof.other_contact }}
    PGP Key:{% pgp_key_link prof.pgp_key %}
    Roles: {{ prof.roles }}
    Website:{% if prof %}{% if prof.website %} {{ prof.website }}{% endif %}
    -- cgit v1.2.3-2-g168b