projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c8b7c50
)
#119921: Recent comments block had incorrect filter, causing nodes with just 1 commen...
author
Earl Miles
Tue, 6 Mar 2007 22:39:18 +0000 (22:39 +0000)
committer
Earl Miles
Tue, 6 Mar 2007 22:39:18 +0000 (22:39 +0000)
CHANGELOG.txt
patch
|
blob
|
blame
|
history
modules/views_comment.inc
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.txt
b/CHANGELOG.txt
index
e76a1e3
..
b9feff8
100644
(file)
--- a/
CHANGELOG.txt
+++ b/
CHANGELOG.txt
@@
-123,6
+123,7
@@
Views 4.7.x-dev
o #88947: If NULL query don't try to run it at all.
o #113332: NULL entries for vocabulary summaries with nodes without terms.
o #119082: Fixed a problem with view titles on the admin page.
+ o #119921: Recent comments block had incorrect filter, causing nodes with just 1 comment not to show up.
New features:
o #105620: (Attempt 2) allow modules to alter views tables + arguments
diff --git
a/modules/views_comment.inc
b/modules/views_comment.inc
index
696c6a0
..
362f821
100644
(file)
--- a/
modules/views_comment.inc
+++ b/
modules/views_comment.inc
@@
-328,7
+328,7
@@
function comment_views_default_views() {
array (
'tablename' => 'node_comment_statistics',
'field' => 'comment_count',
- 'operator' => '>',
+ 'operator' => '>=',
'options' => '',
'value' => '1',
),