projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64386af
)
List id is not used in the template, so remove it
author
Magnus Hagander
<magnus@hagander.net>
Sat, 12 Jan 2013 18:07:36 +0000
(19:07 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 12 Jan 2013 18:07:36 +0000
(19:07 +0100)
Since messages are no longer tied directly to lists, it makes no sense to
show which list a message belongs to.
pgweb/search/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/search/views.py
b/pgweb/search/views.py
index 30b9cf6690d276f96b9e7ac371acebb012a203fd..0a090a91d6a873ed35379244c2ce7972ef744459 100644
(file)
--- a/
pgweb/search/views.py
+++ b/
pgweb/search/views.py
@@
-218,7
+218,6
@@
def search(request):
totalhits / hitsperpage + 1,
querystr)),
'hits': [{
- 'list': h['l'],
'date': h['d'],
'subject': h['s'],
'author': h['f'],