forked from jan/debianmemberportfolio
remove bugstats/karma link as suggested by Evgeni Golov
This commit is contained in:
parent
04819f59ab
commit
d664fa86d6
2 changed files with 2 additions and 4 deletions
|
@ -51,7 +51,6 @@ class DdportfolioController(BaseController):
|
||||||
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?\
|
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?\
|
||||||
bug=430986">#430986</a>)'''),
|
bug=430986">#430986</a>)'''),
|
||||||
'reported': N_('bugs reported'),
|
'reported': N_('bugs reported'),
|
||||||
'bugstats': N_('bugstats AKA <em>karma</em>'),
|
|
||||||
'usertags': N_('user tags'),
|
'usertags': N_('user tags'),
|
||||||
'searchall': N_('all messages (i.e., full text search for \
|
'searchall': N_('all messages (i.e., full text search for \
|
||||||
developer name on all bug logs)'),
|
developer name on all bug logs)'),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Configuration for DDPortfolio service
|
# Configuration for DDPortfolio service
|
||||||
# Copyright © 2009, 2010, 2011 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009, 2010, 2011, 2012 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of DDPortfolio service.
|
# This file is part of DDPortfolio service.
|
||||||
#
|
#
|
||||||
|
@ -29,10 +29,9 @@ ddpo.pattern=http://qa.debian.org/developer.php?login=%(email)s
|
||||||
alladdresses.pattern=http://qa.debian.org/developer.php?login=%(name)s
|
alladdresses.pattern=http://qa.debian.org/developer.php?login=%(name)s
|
||||||
|
|
||||||
[bugs]
|
[bugs]
|
||||||
urls=received,reported,bugstats,usertags,searchall,wnpp,correspondent,graph
|
urls=received,reported,usertags,searchall,wnpp,correspondent,graph
|
||||||
received.pattern=http://bugs.debian.org/%(email)s
|
received.pattern=http://bugs.debian.org/%(email)s
|
||||||
reported.pattern=http://bugs.debian.org/from:%(email)s
|
reported.pattern=http://bugs.debian.org/from:%(email)s
|
||||||
bugstats.pattern=http://asdfasdf.debian.net/~tar/bugstats/?%(email)s
|
|
||||||
usertags.pattern=http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=%(email)s
|
usertags.pattern=http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=%(email)s
|
||||||
searchall.pattern=http://merkel.debian.org/~don/cgi/search.cgi?phrase=%(name)s;search=search
|
searchall.pattern=http://merkel.debian.org/~don/cgi/search.cgi?phrase=%(name)s;search=search
|
||||||
wnpp.pattern=http://qa.debian.org/developer.php?wnpp=%(email)s
|
wnpp.pattern=http://qa.debian.org/developer.php?wnpp=%(email)s
|
||||||
|
|
Loading…
Reference in a new issue